Skip to content

Commit

Permalink
API Model update (#1385)
Browse files Browse the repository at this point in the history
Updates SDK's API clients with latest models.
  • Loading branch information
jasdel authored Aug 19, 2021
1 parent 14923fe commit c03ac02
Show file tree
Hide file tree
Showing 375 changed files with 38,674 additions and 3,764 deletions.
8 changes: 8 additions & 0 deletions .changelog/41575353444b40ffbf474f4155544f00.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "41575353-444b-40ff-bf47-4f4155544f00",
"type": "release",
"description": "New AWS service client module",
"modules": [
"service/memorydb"
]
}
32 changes: 32 additions & 0 deletions .changelog/b2097c2cde554c7bbc5e18b1d993b80e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"id": "b2097c2c-de55-4c7b-bc5e-18b1d993b80e",
"type": "feature",
"description": "API client updated",
"modules": [
"service/apigateway",
"service/apigatewayv2",
"service/appflow",
"service/applicationautoscaling",
"service/cloud9",
"service/clouddirectory",
"service/cloudwatchlogs",
"service/codebuild",
"service/configservice",
"service/costexplorer",
"service/customerprofiles",
"service/databrew",
"service/directoryservice",
"service/ec2",
"service/elasticache",
"service/emr",
"service/iotsitewise",
"service/lambda",
"service/licensemanager",
"service/quicksight",
"service/route53",
"service/route53resolver",
"service/s3",
"service/sagemaker",
"service/sagemakerruntime"
]
}
26 changes: 23 additions & 3 deletions codegen/sdk-codegen/aws-models/apigateway.2015-07-09.json
Original file line number Diff line number Diff line change
Expand Up @@ -1628,6 +1628,12 @@
},
"mutualTlsAuthentication": {
"target": "com.amazonaws.apigateway#MutualTlsAuthenticationInput"
},
"ownershipVerificationCertificateArn": {
"target": "com.amazonaws.apigateway#String",
"traits": {
"smithy.api#documentation": "<p>The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -3766,7 +3772,7 @@
"domainNameStatus": {
"target": "com.amazonaws.apigateway#DomainNameStatus",
"traits": {
"smithy.api#documentation": "<p>The status of the <a>DomainName</a> migration. The valid values are <code>AVAILABLE</code> and <code>UPDATING</code>. If the status is <code>UPDATING</code>, the domain cannot be modified further until the existing operation is complete. If it is <code>AVAILABLE</code>, the domain can be updated.</p>"
"smithy.api#documentation": "<p>The status of the <a>DomainName</a> migration. The valid values are <code>AVAILABLE</code>, <code>UPDATING</code>, <code>PENDING_CERTIFICATE_REIMPORT</code>, and <code>PENDING_OWNERSHIP_VERIFICATION</code>. If the status is <code>UPDATING</code>, the domain cannot be modified further until the existing operation is complete. If it is <code>AVAILABLE</code>, the domain can be updated.</p>"
}
},
"domainNameStatusMessage": {
Expand All @@ -3792,6 +3798,12 @@
"traits": {
"smithy.api#documentation": "<p>The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.</p>"
}
},
"ownershipVerificationCertificateArn": {
"target": "com.amazonaws.apigateway#String",
"traits": {
"smithy.api#documentation": "<p>The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.</p>"
}
}
},
"traits": {
Expand All @@ -3813,6 +3825,14 @@
{
"value": "PENDING",
"name": "PENDING"
},
{
"value": "PENDING_CERTIFICATE_REIMPORT",
"name": "PENDING_CERTIFICATE_REIMPORT"
},
{
"value": "PENDING_OWNERSHIP_VERIFICATION",
"name": "PENDING_OWNERSHIP_VERIFICATION"
}
]
}
Expand Down Expand Up @@ -7875,7 +7895,7 @@
"truststoreVersion": {
"target": "com.amazonaws.apigateway#String",
"traits": {
"smithy.api#documentation": "<p>The version of the S3 object that contains your truststore. To\n specify a version, you must have versioning enabled for the S3 bucket.</p>"
"smithy.api#documentation": "<p>The version of the S3 object that contains your truststore. To\n specify a version, you must have versioning enabled for the S3 bucket.</p>"
}
}
},
Expand Down Expand Up @@ -9176,7 +9196,7 @@
"type": "string",
"traits": {
"smithy.api#documentation": "<p>The status code.</p>",
"smithy.api#pattern": "[1-5]\\d\\d"
"smithy.api#pattern": "^[1-5]\\d\\d$"
}
},
"com.amazonaws.apigateway#String": {
Expand Down
19 changes: 17 additions & 2 deletions codegen/sdk-codegen/aws-models/apigatewayv2.2018-11-29.json
Original file line number Diff line number Diff line change
Expand Up @@ -3631,7 +3631,7 @@
"DomainNameStatus": {
"target": "com.amazonaws.apigatewayv2#DomainNameStatus",
"traits": {
"smithy.api#documentation": "<p>The status of the domain name migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>",
"smithy.api#documentation": "<p>The status of the domain name migration. The valid values are AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, and PENDING_OWNERSHIP_VERIFICATION. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>",
"smithy.api#jsonName": "domainNameStatus"
}
},
Expand Down Expand Up @@ -3662,6 +3662,13 @@
"smithy.api#documentation": "<p>The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.</p>",
"smithy.api#jsonName": "securityPolicy"
}
},
"OwnershipVerificationCertificateArn": {
"target": "com.amazonaws.apigatewayv2#Arn",
"traits": {
"smithy.api#documentation": "<p>The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn</p>",
"smithy.api#jsonName": "ownershipVerificationCertificateArn"
}
}
},
"traits": {
Expand All @@ -3680,7 +3687,7 @@
"com.amazonaws.apigatewayv2#DomainNameStatus": {
"type": "string",
"traits": {
"smithy.api#documentation": "<p>The status of the domain name migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>",
"smithy.api#documentation": "<p>The status of the domain name migration. The valid values are AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, and PENDING_OWNERSHIP_VERIFICATION. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.</p>",
"smithy.api#enum": [
{
"value": "AVAILABLE",
Expand All @@ -3689,6 +3696,14 @@
{
"value": "UPDATING",
"name": "UPDATING"
},
{
"value": "PENDING_CERTIFICATE_REIMPORT",
"name": "PENDING_CERTIFICATE_REIMPORT"
},
{
"value": "PENDING_OWNERSHIP_VERIFICATION",
"name": "PENDING_OWNERSHIP_VERIFICATION"
}
]
}
Expand Down
Loading

0 comments on commit c03ac02

Please sign in to comment.