AWS glue documentation change
Summary
Updated references to custom string pattern regex identifiers (e.g., regex_45 → regex_46, regex_49 → regex_50) across multiple schema registry API parameters
Security assessment
The changes only update cross-references to regex pattern definitions in another file. There is no evidence of security vulnerability fixes, new security controls, or security documentation additions. The pattern ID changes appear to be routine documentation maintenance (e.g., renumbering patterns) without explicit security context.
Diff
diff --git a/glue/latest/dg/aws-glue-api-schema-registry-api.md b/glue/latest/dg/aws-glue-api-schema-registry-api.md index cd51649a4..5892b8264 100644 --- a//glue/latest/dg/aws-glue-api-schema-registry-api.md +++ b//glue/latest/dg/aws-glue-api-schema-registry-api.md @@ -44 +44 @@ A wrapper structure that may contain the registry name and Amazon Resource Name - * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -48 +48 @@ Name of the registry. Used only for lookup. One of `RegistryArn` or `RegistryNam - * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -61 +61 @@ A structure containing the details for a registry. - * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -65 +65 @@ The name of the registry. - * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -132 +132 @@ An object that contains minimal details for a schema. - * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -136 +136 @@ the name of the registry where the schema resides. - * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -140 +140 @@ The name of the schema. - * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -169 +169 @@ An object containing the details about a schema version. - * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -173 +173 @@ The Amazon Resource Name (ARN) of the schema. - * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #44](./aws-glue-api-common.html#regex_44). + * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). @@ -266 +266 @@ The unique ID of the schema in the AWS Glue schema registry. - * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -270 +270 @@ The Amazon Resource Name (ARN) of the schema. One of `SchemaArn` or `SchemaName` - * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -274 +274 @@ The name of the schema. One of `SchemaArn` or `SchemaName` has to be provided. - * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -332 +332 @@ Creates a new registry which may be used to hold a collection of schemas. - * `RegistryName` – _Required:_ UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – _Required:_ UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -353 +353 @@ AWS tags that contain a key value pair and may be searched by console, command l - * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -357 +357 @@ The Amazon Resource Name (ARN) of the newly created registry. - * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -407 +407 @@ This is a wrapper shape to contain the registry identity fields. If this is not - * `SchemaName` – _Required:_ UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `SchemaName` – _Required:_ UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -456 +456 @@ The schema definition using the `DataFormat` setting for `SchemaName`. - * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -460 +460 @@ The name of the registry. - * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -464 +464 @@ The Amazon Resource Name (ARN) of the registry. - * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -468 +468 @@ The name of the schema. - * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -508 +508 @@ The tags for the schema. - * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #44](./aws-glue-api-common.html#regex_44). + * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). @@ -557 +557 @@ This is a wrapper structure to contain schema identity fields. The structure con - * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -561 +561 @@ The name of the registry. - * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -565 +565 @@ The Amazon Resource Name (ARN) of the registry. - * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -569 +569 @@ The name of the schema. - * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -690 +690 @@ This is a wrapper structure to contain schema identity fields. The structure con - * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #44](./aws-glue-api-common.html#regex_44). + * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). @@ -703 +703 @@ The version number of the schema. - * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #44](./aws-glue-api-common.html#regex_44). + * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). @@ -715 +715 @@ The data format of the schema definition. Currently `AVRO`, `JSON` and `PROTOBUF - * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -917 +917 @@ The schema definition using the `DataFormat` setting for the `SchemaName`. - * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #44](./aws-glue-api-common.html#regex_44). + * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). @@ -986 +986 @@ The new description for the schema. - * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -990 +990 @@ The Amazon Resource Name (ARN) of the schema. - * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -994 +994 @@ The name of the schema. - * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -1076 +1076 @@ A description of the registry. If description is not provided, this field will n - * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -1080 +1080 @@ The name of the updated registry. - * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -1125 +1125 @@ The definition of the schema for which schema details are required. - * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #44](./aws-glue-api-common.html#regex_44). + * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). @@ -1129 +1129 @@ The schema ID of the schema version. - * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -1176 +1176 @@ This is a wrapper structure that may contain the registry name and Amazon Resour - * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -1180 +1180 @@ The name of the registry. - * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -1230 +1230 @@ The version number of the schema. - * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #44](./aws-glue-api-common.html#regex_44). + * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). @@ -1243 +1243 @@ The metadata key's corresponding value. - * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -1247 +1247 @@ The Amazon Resource Name (ARN) for the schema. - * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -1251 +1251 @@ The name for the schema. - * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -1263 +1263 @@ The version number of the schema. - * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #44](./aws-glue-api-common.html#regex_44). + * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). @@ -1307 +1307 @@ The version number of the schema. - * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #44](./aws-glue-api-common.html#regex_44). + * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). @@ -1336 +1336 @@ A map of a metadata key and associated values. - * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #44](./aws-glue-api-common.html#regex_44). + * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). @@ -1372 +1372 @@ The version number of the schema. - * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #44](./aws-glue-api-common.html#regex_44). + * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). @@ -1385 +1385 @@ The value of the metadata key. - * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -1389 +1389 @@ The Amazon Resource Name (ARN) of the schema. - * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -1393 +1393 @@ The name of the schema. - * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -1405 +1405 @@ The version number of the schema. - * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #44](./aws-glue-api-common.html#regex_44). + * `SchemaVersionId` – UTF-8 string, not less than 36 or more than 36 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). @@ -1446 +1446 @@ This is a wrapper structure that may contain the registry name and Amazon Resour - * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `RegistryName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46). @@ -1450 +1450 @@ The name of the registry being deleted. - * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `RegistryArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -1489 +1489 @@ This is a wrapper structure that may contain the schema name and Amazon Resource - * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #49](./aws-glue-api-common.html#regex_49). + * `SchemaArn` – UTF-8 string, not less than 1 or more than 10240 bytes long, matching the [Custom string pattern #50](./aws-glue-api-common.html#regex_50). @@ -1493 +1493 @@ The Amazon Resource Name (ARN) of the schema being deleted. - * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #45](./aws-glue-api-common.html#regex_45). + * `SchemaName` – UTF-8 string, not less than 1 or more than 255 bytes long, matching the [Custom string pattern #46](./aws-glue-api-common.html#regex_46).