diff --git a/.changes/83025735-b135-4e70-a5f9-26d3e542512d.json b/.changes/83025735-b135-4e70-a5f9-26d3e542512d.json
new file mode 100644
index 00000000000..8c926116425
--- /dev/null
+++ b/.changes/83025735-b135-4e70-a5f9-26d3e542512d.json
@@ -0,0 +1,5 @@
+{
+ "id": "83025735-b135-4e70-a5f9-26d3e542512d",
+ "type": "misc",
+ "description": "Upgrade smithy-kotlin and sync service models and partitions."
+}
\ No newline at end of file
diff --git a/codegen/sdk/aws-models/appflow.json b/codegen/sdk/aws-models/appflow.json
index 1d0ce0a2b92..0335ccd2146 100644
--- a/codegen/sdk/aws-models/appflow.json
+++ b/codegen/sdk/aws-models/appflow.json
@@ -542,6 +542,16 @@
"smithy.api#sensitive": {}
}
},
+ "com.amazonaws.appflow#ClusterIdentifier": {
+ "type": "string",
+ "traits": {
+ "smithy.api#length": {
+ "min": 0,
+ "max": 512
+ },
+ "smithy.api#pattern": "^\\S+$"
+ }
+ },
"com.amazonaws.appflow#ConflictException": {
"type": "structure",
"members": {
@@ -1370,8 +1380,7 @@
"connectorProfileCredentials": {
"target": "com.amazonaws.appflow#ConnectorProfileCredentials",
"traits": {
- "smithy.api#documentation": "
The connector-specific credentials required by each connector.
",
- "smithy.api#required": {}
+ "smithy.api#documentation": " The connector-specific credentials required by each connector.
"
}
}
},
@@ -2429,6 +2438,16 @@
"smithy.api#documentation": " The connector metadata specific to Amazon Connect Customer Profiles.
"
}
},
+ "com.amazonaws.appflow#DataApiRoleArn": {
+ "type": "string",
+ "traits": {
+ "smithy.api#length": {
+ "min": 0,
+ "max": 512
+ },
+ "smithy.api#pattern": "^arn:aws:iam:.*:[0-9]+:"
+ }
+ },
"com.amazonaws.appflow#DataPullMode": {
"type": "enum",
"members": {
@@ -2446,6 +2465,16 @@
}
}
},
+ "com.amazonaws.appflow#DatabaseName": {
+ "type": "string",
+ "traits": {
+ "smithy.api#length": {
+ "min": 0,
+ "max": 512
+ },
+ "smithy.api#pattern": "^\\S+$"
+ }
+ },
"com.amazonaws.appflow#DatabaseUrl": {
"type": "string",
"traits": {
@@ -5147,7 +5176,7 @@
"glueDataCatalog": {
"target": "com.amazonaws.appflow#GlueDataCatalogConfig",
"traits": {
- "smithy.api#documentation": "Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the\n Glue Data Catalog.
"
+ "smithy.api#documentation": "Specifies the configuration that Amazon AppFlow uses when it catalogs your data with\n the Glue Data Catalog.
"
}
}
},
@@ -5179,7 +5208,7 @@
"partitionRegistrationOutput": {
"target": "com.amazonaws.appflow#RegistrationOutput",
"traits": {
- "smithy.api#documentation": "Describes the status of the attempt from Amazon AppFlow to register the data\n partitions with the metadata catalog. The data partitions organize the flow output into a\n hierarchical path, such as a folder path in an S3 bucket. Amazon AppFlow creates the\n partitions (if they don't already exist) based on your flow configuration.
"
+ "smithy.api#documentation": "Describes the status of the attempt from Amazon AppFlow to register the data\n partitions with the metadata catalog. The data partitions organize the flow output into a\n hierarchical path, such as a folder path in an S3 bucket. Amazon AppFlow creates the\n partitions (if they don't already exist) based on your flow configuration.
"
}
}
},
@@ -5952,7 +5981,7 @@
"prefixFormat": {
"target": "com.amazonaws.appflow#PrefixFormat",
"traits": {
- "smithy.api#documentation": "Determines the level of granularity for the date and time that's included in the prefix.
"
+ "smithy.api#documentation": "Determines the level of granularity for the date and time that's included in the prefix.\n
"
}
},
"pathPrefixHierarchy": {
@@ -6209,17 +6238,15 @@
"type": "structure",
"members": {
"username": {
- "target": "com.amazonaws.appflow#Username",
+ "target": "com.amazonaws.appflow#String",
"traits": {
- "smithy.api#documentation": " The name of the user.
",
- "smithy.api#required": {}
+ "smithy.api#documentation": " The name of the user.
"
}
},
"password": {
"target": "com.amazonaws.appflow#Password",
"traits": {
- "smithy.api#documentation": " The password that corresponds to the user name.
",
- "smithy.api#required": {}
+ "smithy.api#documentation": " The password that corresponds to the user name.
"
}
}
},
@@ -6233,8 +6260,7 @@
"databaseUrl": {
"target": "com.amazonaws.appflow#DatabaseUrl",
"traits": {
- "smithy.api#documentation": " The JDBC URL of the Amazon Redshift cluster.
",
- "smithy.api#required": {}
+ "smithy.api#documentation": " The JDBC URL of the Amazon Redshift cluster.
"
}
},
"bucketName": {
@@ -6253,9 +6279,40 @@
"roleArn": {
"target": "com.amazonaws.appflow#RoleArn",
"traits": {
- "smithy.api#documentation": " The Amazon Resource Name (ARN) of the IAM role.
",
+ "smithy.api#documentation": " The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift\n read-only access to Amazon S3. For more information, and for the polices that you\n attach to this role, see Allow Amazon Redshift to access your Amazon AppFlow data in Amazon S3.
",
"smithy.api#required": {}
}
+ },
+ "dataApiRoleArn": {
+ "target": "com.amazonaws.appflow#DataApiRoleArn",
+ "traits": {
+ "smithy.api#documentation": "The Amazon Resource Name (ARN) of an IAM role that permits Amazon AppFlow to access your Amazon Redshift database through the Data API. For more\n information, and for the polices that you attach to this role, see Allow Amazon AppFlow to access Amazon Redshift databases with the Data\n API.
"
+ }
+ },
+ "isRedshiftServerless": {
+ "target": "com.amazonaws.appflow#Boolean",
+ "traits": {
+ "smithy.api#default": false,
+ "smithy.api#documentation": "Indicates whether the connector profile defines a connection to an Amazon Redshift\n Serverless data warehouse.
"
+ }
+ },
+ "clusterIdentifier": {
+ "target": "com.amazonaws.appflow#ClusterIdentifier",
+ "traits": {
+ "smithy.api#documentation": "The unique ID that's assigned to an Amazon Redshift cluster.
"
+ }
+ },
+ "workgroupName": {
+ "target": "com.amazonaws.appflow#WorkgroupName",
+ "traits": {
+ "smithy.api#documentation": "The name of an Amazon Redshift workgroup.
"
+ }
+ },
+ "databaseName": {
+ "target": "com.amazonaws.appflow#DatabaseName",
+ "traits": {
+ "smithy.api#documentation": "The name of an Amazon Redshift database.
"
+ }
}
},
"traits": {
@@ -6367,7 +6424,7 @@
}
],
"traits": {
- "smithy.api#documentation": "Registers a new custom connector with your Amazon Web Services account. Before you can register\n the connector, you must deploy the associated AWS lambda function in your account.
",
+ "smithy.api#documentation": "Registers a new custom connector with your Amazon Web Services account. Before you can\n register the connector, you must deploy the associated AWS lambda function in your\n account.
",
"smithy.api#http": {
"method": "POST",
"uri": "/register-connector",
@@ -7371,7 +7428,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
- "required": false,
+ "required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
@@ -7692,8 +7749,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "ap-south-1"
+ "Region": "ap-south-1",
+ "UseFIPS": true
}
},
{
@@ -7705,8 +7762,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "ap-south-1"
+ "Region": "ap-south-1",
+ "UseFIPS": true
}
},
{
@@ -7718,8 +7775,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "ap-south-1"
+ "Region": "ap-south-1",
+ "UseFIPS": false
}
},
{
@@ -7731,8 +7788,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "ap-south-1"
+ "Region": "ap-south-1",
+ "UseFIPS": false
}
},
{
@@ -7744,8 +7801,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "ca-central-1"
+ "Region": "ca-central-1",
+ "UseFIPS": true
}
},
{
@@ -7757,8 +7814,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "ca-central-1"
+ "Region": "ca-central-1",
+ "UseFIPS": true
}
},
{
@@ -7770,8 +7827,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "ca-central-1"
+ "Region": "ca-central-1",
+ "UseFIPS": false
}
},
{
@@ -7783,8 +7840,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "ca-central-1"
+ "Region": "ca-central-1",
+ "UseFIPS": false
}
},
{
@@ -7796,8 +7853,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "eu-central-1"
+ "Region": "eu-central-1",
+ "UseFIPS": true
}
},
{
@@ -7809,8 +7866,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "eu-central-1"
+ "Region": "eu-central-1",
+ "UseFIPS": true
}
},
{
@@ -7822,8 +7879,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "eu-central-1"
+ "Region": "eu-central-1",
+ "UseFIPS": false
}
},
{
@@ -7835,8 +7892,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "eu-central-1"
+ "Region": "eu-central-1",
+ "UseFIPS": false
}
},
{
@@ -7848,8 +7905,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "us-west-1"
+ "Region": "us-west-1",
+ "UseFIPS": true
}
},
{
@@ -7861,8 +7918,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "us-west-1"
+ "Region": "us-west-1",
+ "UseFIPS": true
}
},
{
@@ -7874,8 +7931,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "us-west-1"
+ "Region": "us-west-1",
+ "UseFIPS": false
}
},
{
@@ -7887,8 +7944,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "us-west-1"
+ "Region": "us-west-1",
+ "UseFIPS": false
}
},
{
@@ -7900,8 +7957,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "us-west-2"
+ "Region": "us-west-2",
+ "UseFIPS": true
}
},
{
@@ -7913,8 +7970,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "us-west-2"
+ "Region": "us-west-2",
+ "UseFIPS": true
}
},
{
@@ -7926,8 +7983,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "us-west-2"
+ "Region": "us-west-2",
+ "UseFIPS": false
}
},
{
@@ -7939,8 +7996,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "us-west-2"
+ "Region": "us-west-2",
+ "UseFIPS": false
}
},
{
@@ -7952,8 +8009,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "af-south-1"
+ "Region": "af-south-1",
+ "UseFIPS": true
}
},
{
@@ -7965,8 +8022,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "af-south-1"
+ "Region": "af-south-1",
+ "UseFIPS": true
}
},
{
@@ -7978,8 +8035,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "af-south-1"
+ "Region": "af-south-1",
+ "UseFIPS": false
}
},
{
@@ -7991,8 +8048,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "af-south-1"
+ "Region": "af-south-1",
+ "UseFIPS": false
}
},
{
@@ -8004,8 +8061,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "eu-west-3"
+ "Region": "eu-west-3",
+ "UseFIPS": true
}
},
{
@@ -8017,8 +8074,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "eu-west-3"
+ "Region": "eu-west-3",
+ "UseFIPS": true
}
},
{
@@ -8030,8 +8087,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "eu-west-3"
+ "Region": "eu-west-3",
+ "UseFIPS": false
}
},
{
@@ -8043,8 +8100,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "eu-west-3"
+ "Region": "eu-west-3",
+ "UseFIPS": false
}
},
{
@@ -8056,8 +8113,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "eu-west-2"
+ "Region": "eu-west-2",
+ "UseFIPS": true
}
},
{
@@ -8069,8 +8126,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "eu-west-2"
+ "Region": "eu-west-2",
+ "UseFIPS": true
}
},
{
@@ -8082,8 +8139,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "eu-west-2"
+ "Region": "eu-west-2",
+ "UseFIPS": false
}
},
{
@@ -8095,8 +8152,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "eu-west-2"
+ "Region": "eu-west-2",
+ "UseFIPS": false
}
},
{
@@ -8108,8 +8165,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "eu-west-1"
+ "Region": "eu-west-1",
+ "UseFIPS": true
}
},
{
@@ -8121,8 +8178,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "eu-west-1"
+ "Region": "eu-west-1",
+ "UseFIPS": true
}
},
{
@@ -8134,8 +8191,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "eu-west-1"
+ "Region": "eu-west-1",
+ "UseFIPS": false
}
},
{
@@ -8147,8 +8204,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "eu-west-1"
+ "Region": "eu-west-1",
+ "UseFIPS": false
}
},
{
@@ -8160,8 +8217,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "ap-northeast-2"
+ "Region": "ap-northeast-2",
+ "UseFIPS": true
}
},
{
@@ -8173,8 +8230,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "ap-northeast-2"
+ "Region": "ap-northeast-2",
+ "UseFIPS": true
}
},
{
@@ -8186,8 +8243,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "ap-northeast-2"
+ "Region": "ap-northeast-2",
+ "UseFIPS": false
}
},
{
@@ -8199,8 +8256,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "ap-northeast-2"
+ "Region": "ap-northeast-2",
+ "UseFIPS": false
}
},
{
@@ -8212,8 +8269,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "ap-northeast-1"
+ "Region": "ap-northeast-1",
+ "UseFIPS": true
}
},
{
@@ -8225,8 +8282,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "ap-northeast-1"
+ "Region": "ap-northeast-1",
+ "UseFIPS": true
}
},
{
@@ -8238,8 +8295,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "ap-northeast-1"
+ "Region": "ap-northeast-1",
+ "UseFIPS": false
}
},
{
@@ -8251,8 +8308,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "ap-northeast-1"
+ "Region": "ap-northeast-1",
+ "UseFIPS": false
}
},
{
@@ -8264,8 +8321,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "sa-east-1"
+ "Region": "sa-east-1",
+ "UseFIPS": true
}
},
{
@@ -8277,8 +8334,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "sa-east-1"
+ "Region": "sa-east-1",
+ "UseFIPS": true
}
},
{
@@ -8290,8 +8347,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "sa-east-1"
+ "Region": "sa-east-1",
+ "UseFIPS": false
}
},
{
@@ -8303,8 +8360,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "sa-east-1"
+ "Region": "sa-east-1",
+ "UseFIPS": false
}
},
{
@@ -8316,8 +8373,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "ap-southeast-1"
+ "Region": "ap-southeast-1",
+ "UseFIPS": true
}
},
{
@@ -8329,8 +8386,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "ap-southeast-1"
+ "Region": "ap-southeast-1",
+ "UseFIPS": true
}
},
{
@@ -8342,8 +8399,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "ap-southeast-1"
+ "Region": "ap-southeast-1",
+ "UseFIPS": false
}
},
{
@@ -8355,8 +8412,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "ap-southeast-1"
+ "Region": "ap-southeast-1",
+ "UseFIPS": false
}
},
{
@@ -8368,8 +8425,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "ap-southeast-2"
+ "Region": "ap-southeast-2",
+ "UseFIPS": true
}
},
{
@@ -8381,8 +8438,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "ap-southeast-2"
+ "Region": "ap-southeast-2",
+ "UseFIPS": true
}
},
{
@@ -8394,8 +8451,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "ap-southeast-2"
+ "Region": "ap-southeast-2",
+ "UseFIPS": false
}
},
{
@@ -8407,8 +8464,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "ap-southeast-2"
+ "Region": "ap-southeast-2",
+ "UseFIPS": false
}
},
{
@@ -8420,8 +8477,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "us-east-1"
+ "Region": "us-east-1",
+ "UseFIPS": true
}
},
{
@@ -8433,8 +8490,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "us-east-1"
+ "Region": "us-east-1",
+ "UseFIPS": true
}
},
{
@@ -8446,8 +8503,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "us-east-1"
+ "Region": "us-east-1",
+ "UseFIPS": false
}
},
{
@@ -8459,8 +8516,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "us-east-1"
+ "Region": "us-east-1",
+ "UseFIPS": false
}
},
{
@@ -8472,8 +8529,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": true,
- "Region": "us-east-2"
+ "Region": "us-east-2",
+ "UseFIPS": true
}
},
{
@@ -8485,8 +8542,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
- "Region": "us-east-2"
+ "Region": "us-east-2",
+ "UseFIPS": true
}
},
{
@@ -8498,8 +8555,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
- "Region": "us-east-2"
+ "Region": "us-east-2",
+ "UseFIPS": false
}
},
{
@@ -8511,8 +8568,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
- "Region": "us-east-2"
+ "Region": "us-east-2",
+ "UseFIPS": false
}
},
{
@@ -8524,8 +8581,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": false,
"Region": "us-east-1",
+ "UseFIPS": false,
"Endpoint": "https://example.com"
}
},
@@ -8536,8 +8593,8 @@
},
"params": {
"UseDualStack": false,
- "UseFIPS": true,
"Region": "us-east-1",
+ "UseFIPS": true,
"Endpoint": "https://example.com"
}
},
@@ -8548,8 +8605,8 @@
},
"params": {
"UseDualStack": true,
- "UseFIPS": false,
"Region": "us-east-1",
+ "UseFIPS": false,
"Endpoint": "https://example.com"
}
}
@@ -10229,7 +10286,7 @@
}
],
"traits": {
- "smithy.api#documentation": "Unregisters the custom connector registered in your account that matches the\n connector label provided in the request.
",
+ "smithy.api#documentation": "Unregisters the custom connector registered in your account that matches the connector\n label provided in the request.
",
"smithy.api#http": {
"method": "POST",
"uri": "/unregister-connector",
@@ -10435,7 +10492,7 @@
}
],
"traits": {
- "smithy.api#documentation": "Updates a custom connector that you've previously registered. This operation updates the connector with one of the following:
\n ",
+ "smithy.api#documentation": "Updates a custom connector that you've previously registered. This operation updates the\n connector with one of the following:
\n ",
"smithy.api#http": {
"method": "POST",
"uri": "/update-connector-registration",
@@ -10915,6 +10972,16 @@
"smithy.api#pattern": "^[\\s\\w/!@#+=.-]*$"
}
},
+ "com.amazonaws.appflow#WorkgroupName": {
+ "type": "string",
+ "traits": {
+ "smithy.api#length": {
+ "min": 0,
+ "max": 512
+ },
+ "smithy.api#pattern": "^\\S+$"
+ }
+ },
"com.amazonaws.appflow#WriteOperationType": {
"type": "enum",
"members": {
diff --git a/codegen/sdk/aws-models/kinesis-analytics-v2.json b/codegen/sdk/aws-models/kinesis-analytics-v2.json
index 316fb8f454a..468b23a8790 100644
--- a/codegen/sdk/aws-models/kinesis-analytics-v2.json
+++ b/codegen/sdk/aws-models/kinesis-analytics-v2.json
@@ -779,7 +779,7 @@
"RuntimeEnvironment": {
"target": "com.amazonaws.kinesisanalyticsv2#RuntimeEnvironment",
"traits": {
- "smithy.api#documentation": "The runtime environment for the application (SQL-1_0, FLINK-1_6, FLINK-1_8, or FLINK-1_11).
",
+ "smithy.api#documentation": "The runtime environment for the application.
",
"smithy.api#required": {}
}
},
@@ -926,18 +926,20 @@
}
},
"com.amazonaws.kinesisanalyticsv2#ApplicationMode": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "STREAMING",
- "name": "STREAMING"
- },
- {
- "value": "INTERACTIVE",
- "name": "INTERACTIVE"
+ "type": "enum",
+ "members": {
+ "STREAMING": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "STREAMING"
+ }
+ },
+ "INTERACTIVE": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "INTERACTIVE"
}
- ]
+ }
}
},
"com.amazonaws.kinesisanalyticsv2#ApplicationName": {
@@ -972,22 +974,26 @@
}
},
"com.amazonaws.kinesisanalyticsv2#ApplicationRestoreType": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "SKIP_RESTORE_FROM_SNAPSHOT",
- "name": "SKIP_RESTORE_FROM_SNAPSHOT"
- },
- {
- "value": "RESTORE_FROM_LATEST_SNAPSHOT",
- "name": "RESTORE_FROM_LATEST_SNAPSHOT"
- },
- {
- "value": "RESTORE_FROM_CUSTOM_SNAPSHOT",
- "name": "RESTORE_FROM_CUSTOM_SNAPSHOT"
+ "type": "enum",
+ "members": {
+ "SKIP_RESTORE_FROM_SNAPSHOT": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "SKIP_RESTORE_FROM_SNAPSHOT"
}
- ]
+ },
+ "RESTORE_FROM_LATEST_SNAPSHOT": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "RESTORE_FROM_LATEST_SNAPSHOT"
+ }
+ },
+ "RESTORE_FROM_CUSTOM_SNAPSHOT": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "RESTORE_FROM_CUSTOM_SNAPSHOT"
+ }
+ }
}
},
"com.amazonaws.kinesisanalyticsv2#ApplicationSnapshotConfiguration": {
@@ -1036,54 +1042,74 @@
}
},
"com.amazonaws.kinesisanalyticsv2#ApplicationStatus": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "DELETING",
- "name": "DELETING"
- },
- {
- "value": "STARTING",
- "name": "STARTING"
- },
- {
- "value": "STOPPING",
- "name": "STOPPING"
- },
- {
- "value": "READY",
- "name": "READY"
- },
- {
- "value": "RUNNING",
- "name": "RUNNING"
- },
- {
- "value": "UPDATING",
- "name": "UPDATING"
- },
- {
- "value": "AUTOSCALING",
- "name": "AUTOSCALING"
- },
- {
- "value": "FORCE_STOPPING",
- "name": "FORCE_STOPPING"
- },
- {
- "value": "ROLLING_BACK",
- "name": "ROLLING_BACK"
- },
- {
- "value": "MAINTENANCE",
- "name": "MAINTENANCE"
- },
- {
- "value": "ROLLED_BACK",
- "name": "ROLLED_BACK"
+ "type": "enum",
+ "members": {
+ "DELETING": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "DELETING"
+ }
+ },
+ "STARTING": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "STARTING"
+ }
+ },
+ "STOPPING": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "STOPPING"
+ }
+ },
+ "READY": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "READY"
+ }
+ },
+ "RUNNING": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "RUNNING"
+ }
+ },
+ "UPDATING": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "UPDATING"
+ }
+ },
+ "AUTOSCALING": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "AUTOSCALING"
+ }
+ },
+ "FORCE_STOPPING": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "FORCE_STOPPING"
+ }
+ },
+ "ROLLING_BACK": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "ROLLING_BACK"
}
- ]
+ },
+ "MAINTENANCE": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "MAINTENANCE"
+ }
+ },
+ "ROLLED_BACK": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "ROLLED_BACK"
+ }
+ }
}
},
"com.amazonaws.kinesisanalyticsv2#ApplicationSummaries": {
@@ -1179,18 +1205,20 @@
}
},
"com.amazonaws.kinesisanalyticsv2#ArtifactType": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "UDF",
- "name": "UDF"
- },
- {
- "value": "DEPENDENCY_JAR",
- "name": "DEPENDENCY_JAR"
+ "type": "enum",
+ "members": {
+ "UDF": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "UDF"
}
- ]
+ },
+ "DEPENDENCY_JAR": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "DEPENDENCY_JAR"
+ }
+ }
}
},
"com.amazonaws.kinesisanalyticsv2#AuthorizedUrl": {
@@ -1537,18 +1565,20 @@
}
},
"com.amazonaws.kinesisanalyticsv2#CodeContentType": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "PLAINTEXT",
- "name": "PLAINTEXT"
- },
- {
- "value": "ZIPFILE",
- "name": "ZIPFILE"
+ "type": "enum",
+ "members": {
+ "PLAINTEXT": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "PLAINTEXT"
+ }
+ },
+ "ZIPFILE": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "ZIPFILE"
}
- ]
+ }
}
},
"com.amazonaws.kinesisanalyticsv2#CodeContentUpdate": {
@@ -1631,18 +1661,20 @@
}
},
"com.amazonaws.kinesisanalyticsv2#ConfigurationType": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "DEFAULT",
- "name": "DEFAULT"
- },
- {
- "value": "CUSTOM",
- "name": "CUSTOM"
+ "type": "enum",
+ "members": {
+ "DEFAULT": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "DEFAULT"
}
- ]
+ },
+ "CUSTOM": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "CUSTOM"
+ }
+ }
}
},
"com.amazonaws.kinesisanalyticsv2#CreateApplication": {
@@ -1703,7 +1735,7 @@
}
],
"traits": {
- "smithy.api#documentation": "Creates and returns a URL that you can use to connect to \n an application's extension. Currently, the only\n available extension is the Apache Flink dashboard.
\n The IAM role or user used to call this API defines the permissions to access the\n extension. After the presigned URL is created, no additional permission is required to access\n this URL. IAM authorization policies for this API are also enforced for every HTTP request\n that attempts to connect to the extension.
\n You control the amount of time that the URL will be valid using the SessionExpirationDurationInSeconds\n parameter. If you do not provide this parameter, the returned URL is valid for twelve hours.
\n \n The URL that you get from a call to CreateApplicationPresignedUrl must be used within 3 minutes\n to be valid. \n If you first try to use the URL after the 3-minute limit expires, the service returns an HTTP 403 Forbidden error.
\n "
+ "smithy.api#documentation": "Creates and returns a URL that you can use to connect to \n an application's extension.
\n The IAM role or user used to call this API defines the permissions to access the\n extension. After the presigned URL is created, no additional permission is required to access\n this URL. IAM authorization policies for this API are also enforced for every HTTP request\n that attempts to connect to the extension.
\n You control the amount of time that the URL will be valid using the SessionExpirationDurationInSeconds\n parameter. If you do not provide this parameter, the returned URL is valid for twelve hours.
\n \n The URL that you get from a call to CreateApplicationPresignedUrl must be used within 3 minutes\n to be valid. \n If you first try to use the URL after the 3-minute limit expires, the service returns an HTTP 403 Forbidden error.
\n "
}
},
"com.amazonaws.kinesisanalyticsv2#CreateApplicationPresignedUrlRequest": {
@@ -1761,7 +1793,7 @@
"RuntimeEnvironment": {
"target": "com.amazonaws.kinesisanalyticsv2#RuntimeEnvironment",
"traits": {
- "smithy.api#documentation": "The runtime environment for the application (SQL-1_0, FLINK-1_6, FLINK-1_8, or FLINK-1_11).
",
+ "smithy.api#documentation": "The runtime environment for the application.
",
"smithy.api#required": {}
}
},
@@ -1793,7 +1825,7 @@
"ApplicationMode": {
"target": "com.amazonaws.kinesisanalyticsv2#ApplicationMode",
"traits": {
- "smithy.api#documentation": "Use the STREAMING mode to create a Kinesis Data Analytics Studio notebook. To create a Kinesis Data Analytics Studio notebook, use the \n INTERACTIVE mode.
"
+ "smithy.api#documentation": "Use the STREAMING mode to create a Kinesis Data Analytics For Flink application. To create a Kinesis Data Analytics Studio notebook, use the \n INTERACTIVE mode.
"
}
}
}
@@ -2315,6 +2347,9 @@
"target": "com.amazonaws.kinesisanalyticsv2#DeleteApplicationSnapshotResponse"
},
"errors": [
+ {
+ "target": "com.amazonaws.kinesisanalyticsv2#ConcurrentModificationException"
+ },
{
"target": "com.amazonaws.kinesisanalyticsv2#InvalidArgumentException"
},
@@ -3263,22 +3298,26 @@
}
},
"com.amazonaws.kinesisanalyticsv2#InputStartingPosition": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "NOW",
- "name": "NOW"
- },
- {
- "value": "TRIM_HORIZON",
- "name": "TRIM_HORIZON"
- },
- {
- "value": "LAST_STOPPED_POINT",
- "name": "LAST_STOPPED_POINT"
+ "type": "enum",
+ "members": {
+ "NOW": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "NOW"
+ }
+ },
+ "TRIM_HORIZON": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "TRIM_HORIZON"
}
- ]
+ },
+ "LAST_STOPPED_POINT": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "LAST_STOPPED_POINT"
+ }
+ }
}
},
"com.amazonaws.kinesisanalyticsv2#InputStartingPositionConfiguration": {
@@ -3862,9 +3901,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-south-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -3875,9 +3914,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-south-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -3888,9 +3927,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-south-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -3901,9 +3940,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-south-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -3914,9 +3953,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "eu-south-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -3927,9 +3966,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "eu-south-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -3940,9 +3979,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "eu-south-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -3953,9 +3992,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "eu-south-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -3966,9 +4005,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "us-gov-east-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -3979,9 +4018,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "us-gov-east-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -3992,9 +4031,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "us-gov-east-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4005,9 +4044,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "me-central-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4018,9 +4057,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "me-central-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4031,9 +4070,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "me-central-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4044,9 +4083,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "me-central-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4057,9 +4096,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ca-central-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4070,9 +4109,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ca-central-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4083,9 +4122,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ca-central-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4096,9 +4135,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ca-central-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4109,9 +4148,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "eu-central-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4122,9 +4161,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "eu-central-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4135,9 +4174,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "eu-central-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4148,9 +4187,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "eu-central-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4161,9 +4200,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "us-west-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4174,9 +4213,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "us-west-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4187,9 +4226,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "us-west-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4200,9 +4239,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "us-west-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4213,9 +4252,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "us-west-2",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4226,9 +4265,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "us-west-2",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4239,9 +4278,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "us-west-2",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4252,9 +4291,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "us-west-2",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4265,9 +4304,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "af-south-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4278,9 +4317,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "af-south-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4291,9 +4330,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "af-south-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4304,9 +4343,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "af-south-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4317,9 +4356,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "eu-north-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4330,9 +4369,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "eu-north-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4343,9 +4382,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "eu-north-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4356,9 +4395,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "eu-north-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4369,9 +4408,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "eu-west-3",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4382,9 +4421,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "eu-west-3",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4395,9 +4434,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "eu-west-3",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4408,9 +4447,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "eu-west-3",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4421,9 +4460,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "eu-west-2",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4434,9 +4473,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "eu-west-2",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4447,9 +4486,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "eu-west-2",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4460,9 +4499,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "eu-west-2",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4473,9 +4512,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "eu-west-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4486,9 +4525,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "eu-west-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4499,9 +4538,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "eu-west-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4512,9 +4551,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "eu-west-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4525,9 +4564,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-northeast-3",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4538,9 +4577,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-northeast-3",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4551,9 +4590,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-northeast-3",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4564,9 +4603,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-northeast-3",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4577,9 +4616,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-northeast-2",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4590,9 +4629,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-northeast-2",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4603,9 +4642,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-northeast-2",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4616,9 +4655,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-northeast-2",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4629,9 +4668,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-northeast-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4642,9 +4681,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-northeast-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4655,9 +4694,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-northeast-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4668,9 +4707,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-northeast-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4681,9 +4720,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "me-south-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4694,9 +4733,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "me-south-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4707,9 +4746,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "me-south-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4720,9 +4759,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "me-south-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4733,9 +4772,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "sa-east-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4746,9 +4785,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "sa-east-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4759,9 +4798,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "sa-east-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4772,9 +4811,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "sa-east-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4785,9 +4824,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-east-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4798,9 +4837,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-east-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4811,9 +4850,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-east-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4824,9 +4863,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-east-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4837,9 +4876,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "cn-north-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4850,9 +4889,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "cn-north-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4863,9 +4902,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "cn-north-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4876,9 +4915,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "cn-north-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4889,9 +4928,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "us-gov-west-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4902,9 +4941,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "us-gov-west-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4915,9 +4954,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "us-gov-west-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4928,9 +4967,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-southeast-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4941,9 +4980,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-southeast-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -4954,9 +4993,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-southeast-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -4967,9 +5006,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-southeast-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -4980,9 +5019,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-southeast-2",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -4993,9 +5032,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-southeast-2",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -5006,9 +5045,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-southeast-2",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -5019,9 +5058,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-southeast-2",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -5032,9 +5071,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-southeast-3",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -5045,9 +5084,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "ap-southeast-3",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -5058,9 +5097,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-southeast-3",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -5071,9 +5110,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "ap-southeast-3",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -5084,9 +5123,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "us-east-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -5097,9 +5136,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "us-east-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -5110,9 +5149,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "us-east-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -5123,9 +5162,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "us-east-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -5136,9 +5175,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "us-east-2",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -5149,9 +5188,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "us-east-2",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -5162,9 +5201,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "us-east-2",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -5175,9 +5214,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "us-east-2",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -5188,9 +5227,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "cn-northwest-1",
- "UseDualStack": true,
- "UseFIPS": true
+ "UseDualStack": true
}
},
{
@@ -5201,9 +5240,9 @@
}
},
"params": {
+ "UseFIPS": true,
"Region": "cn-northwest-1",
- "UseDualStack": false,
- "UseFIPS": true
+ "UseDualStack": false
}
},
{
@@ -5214,9 +5253,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "cn-northwest-1",
- "UseDualStack": true,
- "UseFIPS": false
+ "UseDualStack": true
}
},
{
@@ -5227,9 +5266,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "cn-northwest-1",
- "UseDualStack": false,
- "UseFIPS": false
+ "UseDualStack": false
}
},
{
@@ -5240,9 +5279,9 @@
}
},
"params": {
+ "UseFIPS": false,
"Region": "us-east-1",
"UseDualStack": false,
- "UseFIPS": false,
"Endpoint": "https://example.com"
}
},
@@ -5252,9 +5291,9 @@
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
},
"params": {
+ "UseFIPS": true,
"Region": "us-east-1",
"UseDualStack": false,
- "UseFIPS": true,
"Endpoint": "https://example.com"
}
},
@@ -5264,9 +5303,9 @@
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
},
"params": {
+ "UseFIPS": false,
"Region": "us-east-1",
"UseDualStack": true,
- "UseFIPS": false,
"Endpoint": "https://example.com"
}
}
@@ -5793,26 +5832,32 @@
}
},
"com.amazonaws.kinesisanalyticsv2#LogLevel": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "INFO",
- "name": "INFO"
- },
- {
- "value": "WARN",
- "name": "WARN"
- },
- {
- "value": "ERROR",
- "name": "ERROR"
- },
- {
- "value": "DEBUG",
- "name": "DEBUG"
+ "type": "enum",
+ "members": {
+ "INFO": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "INFO"
}
- ]
+ },
+ "WARN": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "WARN"
+ }
+ },
+ "ERROR": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "ERROR"
+ }
+ },
+ "DEBUG": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "DEBUG"
+ }
+ }
}
},
"com.amazonaws.kinesisanalyticsv2#LogStreamARN": {
@@ -5905,26 +5950,32 @@
}
},
"com.amazonaws.kinesisanalyticsv2#MetricsLevel": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "APPLICATION",
- "name": "APPLICATION"
- },
- {
- "value": "TASK",
- "name": "TASK"
- },
- {
- "value": "OPERATOR",
- "name": "OPERATOR"
- },
- {
- "value": "PARALLELISM",
- "name": "PARALLELISM"
+ "type": "enum",
+ "members": {
+ "APPLICATION": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "APPLICATION"
+ }
+ },
+ "TASK": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "TASK"
+ }
+ },
+ "OPERATOR": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "OPERATOR"
}
- ]
+ },
+ "PARALLELISM": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "PARALLELISM"
+ }
+ }
}
},
"com.amazonaws.kinesisanalyticsv2#MinPauseBetweenCheckpoints": {
@@ -6507,18 +6558,20 @@
}
},
"com.amazonaws.kinesisanalyticsv2#RecordFormatType": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "JSON",
- "name": "JSON"
- },
- {
- "value": "CSV",
- "name": "CSV"
+ "type": "enum",
+ "members": {
+ "JSON": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "JSON"
+ }
+ },
+ "CSV": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "CSV"
}
- ]
+ }
}
},
"com.amazonaws.kinesisanalyticsv2#RecordRowDelimiter": {
@@ -6836,38 +6889,56 @@
}
},
"com.amazonaws.kinesisanalyticsv2#RuntimeEnvironment": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "SQL-1_0",
- "name": "SQL_1_0"
- },
- {
- "value": "FLINK-1_6",
- "name": "FLINK_1_6"
- },
- {
- "value": "FLINK-1_8",
- "name": "FLINK_1_8"
- },
- {
- "value": "ZEPPELIN-FLINK-1_0",
- "name": "ZEPPELIN_FLINK_1_0"
- },
- {
- "value": "FLINK-1_11",
- "name": "FLINK_1_11"
- },
- {
- "value": "FLINK-1_13",
- "name": "FLINK_1_13"
- },
- {
- "value": "ZEPPELIN-FLINK-2_0",
- "name": "ZEPPELIN_FLINK_2_0"
+ "type": "enum",
+ "members": {
+ "SQL_1_0": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "SQL-1_0"
+ }
+ },
+ "FLINK_1_6": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "FLINK-1_6"
+ }
+ },
+ "FLINK_1_8": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "FLINK-1_8"
+ }
+ },
+ "ZEPPELIN_FLINK_1_0": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "ZEPPELIN-FLINK-1_0"
}
- ]
+ },
+ "FLINK_1_11": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "FLINK-1_11"
+ }
+ },
+ "FLINK_1_13": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "FLINK-1_13"
+ }
+ },
+ "ZEPPELIN_FLINK_2_0": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "ZEPPELIN-FLINK-2_0"
+ }
+ },
+ "FLINK_1_15": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "FLINK-1_15"
+ }
+ }
}
},
"com.amazonaws.kinesisanalyticsv2#S3ApplicationCodeLocationDescription": {
@@ -7187,26 +7258,32 @@
}
},
"com.amazonaws.kinesisanalyticsv2#SnapshotStatus": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "CREATING",
- "name": "CREATING"
- },
- {
- "value": "READY",
- "name": "READY"
- },
- {
- "value": "DELETING",
- "name": "DELETING"
- },
- {
- "value": "FAILED",
- "name": "FAILED"
+ "type": "enum",
+ "members": {
+ "CREATING": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "CREATING"
+ }
+ },
+ "READY": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "READY"
+ }
+ },
+ "DELETING": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "DELETING"
}
- ]
+ },
+ "FAILED": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "FAILED"
+ }
+ }
}
},
"com.amazonaws.kinesisanalyticsv2#SnapshotSummaries": {
@@ -7860,18 +7937,20 @@
}
},
"com.amazonaws.kinesisanalyticsv2#UrlType": {
- "type": "string",
- "traits": {
- "smithy.api#enum": [
- {
- "value": "FLINK_DASHBOARD_URL",
- "name": "FLINK_DASHBOARD_URL"
- },
- {
- "value": "ZEPPELIN_UI_URL",
- "name": "ZEPPELIN_UI_URL"
+ "type": "enum",
+ "members": {
+ "FLINK_DASHBOARD_URL": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "FLINK_DASHBOARD_URL"
+ }
+ },
+ "ZEPPELIN_UI_URL": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "ZEPPELIN_UI_URL"
}
- ]
+ }
}
},
"com.amazonaws.kinesisanalyticsv2#VpcConfiguration": {
diff --git a/codegen/smithy-aws-kotlin-codegen/src/main/resources/aws/sdk/kotlin/codegen/partitions.json b/codegen/smithy-aws-kotlin-codegen/src/main/resources/aws/sdk/kotlin/codegen/partitions.json
index 2b2106dee66..9febb35b94a 100644
--- a/codegen/smithy-aws-kotlin-codegen/src/main/resources/aws/sdk/kotlin/codegen/partitions.json
+++ b/codegen/smithy-aws-kotlin-codegen/src/main/resources/aws/sdk/kotlin/codegen/partitions.json
@@ -1,101 +1,178 @@
{
- "version": "1.1",
- "partitions": [
- {
- "id": "aws",
- "regionRegex": "^(us|eu|ap|sa|ca|me|af)-\\w+-\\d+$",
- "regions": {
- "af-south-1": {},
- "af-east-1": {},
- "ap-northeast-1": {},
- "ap-northeast-2": {},
- "ap-northeast-3": {},
- "ap-south-1": {},
- "ap-southeast-1": {},
- "ap-southeast-2": {},
- "ap-southeast-3": {},
- "ca-central-1": {},
- "eu-central-1": {},
- "eu-north-1": {},
- "eu-south-1": {},
- "eu-west-1": {},
- "eu-west-2": {},
- "eu-west-3": {},
- "me-south-1": {},
- "sa-east-1": {},
- "us-east-1": {},
- "us-east-2": {},
- "us-west-1": {},
- "us-west-2": {},
- "aws-global": {}
- },
- "outputs": {
- "name": "aws",
- "dnsSuffix": "amazonaws.com",
- "dualStackDnsSuffix": "api.aws",
- "supportsFIPS": true,
- "supportsDualStack": true
+ "partitions" : [ {
+ "id" : "aws",
+ "outputs" : {
+ "dnsSuffix" : "amazonaws.com",
+ "dualStackDnsSuffix" : "api.aws",
+ "name" : "aws",
+ "supportsDualStack" : true,
+ "supportsFIPS" : true
+ },
+ "regionRegex" : "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
+ "regions" : {
+ "af-south-1" : {
+ "description" : "Africa (Cape Town)"
+ },
+ "ap-east-1" : {
+ "description" : "Asia Pacific (Hong Kong)"
+ },
+ "ap-northeast-1" : {
+ "description" : "Asia Pacific (Tokyo)"
+ },
+ "ap-northeast-2" : {
+ "description" : "Asia Pacific (Seoul)"
+ },
+ "ap-northeast-3" : {
+ "description" : "Asia Pacific (Osaka)"
+ },
+ "ap-south-1" : {
+ "description" : "Asia Pacific (Mumbai)"
+ },
+ "ap-south-2" : {
+ "description" : "Asia Pacific (Hyderabad)"
+ },
+ "ap-southeast-1" : {
+ "description" : "Asia Pacific (Singapore)"
+ },
+ "ap-southeast-2" : {
+ "description" : "Asia Pacific (Sydney)"
+ },
+ "ap-southeast-3" : {
+ "description" : "Asia Pacific (Jakarta)"
+ },
+ "aws-global" : {
+ "description" : "AWS Standard global region"
+ },
+ "ca-central-1" : {
+ "description" : "Canada (Central)"
+ },
+ "eu-central-1" : {
+ "description" : "Europe (Frankfurt)"
+ },
+ "eu-central-2" : {
+ "description" : "Europe (Zurich)"
+ },
+ "eu-north-1" : {
+ "description" : "Europe (Stockholm)"
+ },
+ "eu-south-1" : {
+ "description" : "Europe (Milan)"
+ },
+ "eu-south-2" : {
+ "description" : "Europe (Spain)"
+ },
+ "eu-west-1" : {
+ "description" : "Europe (Ireland)"
+ },
+ "eu-west-2" : {
+ "description" : "Europe (London)"
+ },
+ "eu-west-3" : {
+ "description" : "Europe (Paris)"
+ },
+ "me-central-1" : {
+ "description" : "Middle East (UAE)"
+ },
+ "me-south-1" : {
+ "description" : "Middle East (Bahrain)"
+ },
+ "sa-east-1" : {
+ "description" : "South America (Sao Paulo)"
+ },
+ "us-east-1" : {
+ "description" : "US East (N. Virginia)"
+ },
+ "us-east-2" : {
+ "description" : "US East (Ohio)"
+ },
+ "us-west-1" : {
+ "description" : "US West (N. California)"
+ },
+ "us-west-2" : {
+ "description" : "US West (Oregon)"
}
+ }
+ }, {
+ "id" : "aws-cn",
+ "outputs" : {
+ "dnsSuffix" : "amazonaws.com.cn",
+ "dualStackDnsSuffix" : "api.amazonwebservices.com.cn",
+ "name" : "aws-cn",
+ "supportsDualStack" : true,
+ "supportsFIPS" : true
},
- {
- "id": "aws-us-gov",
- "regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
- "regions": {
- "us-gov-west-1": {},
- "us-gov-east-1": {},
- "aws-us-gov-global": {}
- },
- "outputs": {
- "name": "aws-us-gov",
- "dnsSuffix": "amazonaws.com",
- "dualStackDnsSuffix": "api.aws",
- "supportsFIPS": true,
- "supportsDualStack": true
+ "regionRegex" : "^cn\\-\\w+\\-\\d+$",
+ "regions" : {
+ "aws-cn-global" : {
+ "description" : "AWS China global region"
+ },
+ "cn-north-1" : {
+ "description" : "China (Beijing)"
+ },
+ "cn-northwest-1" : {
+ "description" : "China (Ningxia)"
}
+ }
+ }, {
+ "id" : "aws-us-gov",
+ "outputs" : {
+ "dnsSuffix" : "amazonaws.com",
+ "dualStackDnsSuffix" : "api.aws",
+ "name" : "aws-us-gov",
+ "supportsDualStack" : true,
+ "supportsFIPS" : true
},
- {
- "id": "aws-cn",
- "regionRegex": "^cn\\-\\w+\\-\\d+$",
- "regions": {
- "cn-north-1": {},
- "cn-northwest-1": {},
- "aws-cn-global": {}
- },
- "outputs": {
- "name": "aws-cn",
- "dnsSuffix": "amazonaws.com.cn",
- "dualStackDnsSuffix": "api.amazonwebservices.com.cn",
- "supportsFIPS": true,
- "supportsDualStack": true
+ "regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
+ "regions" : {
+ "aws-us-gov-global" : {
+ "description" : "AWS GovCloud (US) global region"
+ },
+ "us-gov-east-1" : {
+ "description" : "AWS GovCloud (US-East)"
+ },
+ "us-gov-west-1" : {
+ "description" : "AWS GovCloud (US-West)"
}
+ }
+ }, {
+ "id" : "aws-iso",
+ "outputs" : {
+ "dnsSuffix" : "c2s.ic.gov",
+ "dualStackDnsSuffix" : "c2s.ic.gov",
+ "name" : "aws-iso",
+ "supportsDualStack" : false,
+ "supportsFIPS" : true
},
- {
- "id": "aws-iso",
- "regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
- "outputs": {
- "name": "aws-iso",
- "dnsSuffix": "c2s.ic.gov",
- "supportsFIPS": true,
- "supportsDualStack": false,
- "dualStackDnsSuffix": "c2s.ic.gov"
- },
- "regions": {
- "aws-iso-global": {}
+ "regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
+ "regions" : {
+ "aws-iso-global" : {
+ "description" : "AWS ISO (US) global region"
+ },
+ "us-iso-east-1" : {
+ "description" : "US ISO East"
+ },
+ "us-iso-west-1" : {
+ "description" : "US ISO WEST"
}
+ }
+ }, {
+ "id" : "aws-iso-b",
+ "outputs" : {
+ "dnsSuffix" : "sc2s.sgov.gov",
+ "dualStackDnsSuffix" : "sc2s.sgov.gov",
+ "name" : "aws-iso-b",
+ "supportsDualStack" : false,
+ "supportsFIPS" : true
},
- {
- "id": "aws-iso-b",
- "regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
- "outputs": {
- "name": "aws-iso-b",
- "dnsSuffix": "sc2s.sgov.gov",
- "supportsFIPS": true,
- "supportsDualStack": false,
- "dualStackDnsSuffix": "sc2s.sgov.gov"
- },
- "regions": {
- "aws-iso-b-global": {}
+ "regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
+ "regions" : {
+ "aws-iso-b-global" : {
+ "description" : "AWS ISOB (US) global region"
+ },
+ "us-isob-east-1" : {
+ "description" : "US ISOB East (Ohio)"
}
}
- ]
+ } ],
+ "version" : "1.1"
}
\ No newline at end of file
diff --git a/gradle.properties b/gradle.properties
index 62c6ab50ed2..3f40e466732 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -13,7 +13,7 @@ sdkVersion=0.19.0-SNAPSHOT
smithyVersion=1.26.1
smithyGradleVersion=0.6.0
# smithy-kotlin codegen and runtime are versioned together
-smithyKotlinVersion=0.14.0-SNAPSHOT
+smithyKotlinVersion=0.14.0
# kotlin
kotlinVersion=1.7.10