Skip to content

Commit c03ac02

Browse files
authored
API Model update (#1385)
Updates SDK's API clients with latest models.
1 parent 14923fe commit c03ac02

File tree

375 files changed

+38674
-3764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

375 files changed

+38674
-3764
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "41575353-444b-40ff-bf47-4f4155544f00",
3+
"type": "release",
4+
"description": "New AWS service client module",
5+
"modules": [
6+
"service/memorydb"
7+
]
8+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"id": "b2097c2c-de55-4c7b-bc5e-18b1d993b80e",
3+
"type": "feature",
4+
"description": "API client updated",
5+
"modules": [
6+
"service/apigateway",
7+
"service/apigatewayv2",
8+
"service/appflow",
9+
"service/applicationautoscaling",
10+
"service/cloud9",
11+
"service/clouddirectory",
12+
"service/cloudwatchlogs",
13+
"service/codebuild",
14+
"service/configservice",
15+
"service/costexplorer",
16+
"service/customerprofiles",
17+
"service/databrew",
18+
"service/directoryservice",
19+
"service/ec2",
20+
"service/elasticache",
21+
"service/emr",
22+
"service/iotsitewise",
23+
"service/lambda",
24+
"service/licensemanager",
25+
"service/quicksight",
26+
"service/route53",
27+
"service/route53resolver",
28+
"service/s3",
29+
"service/sagemaker",
30+
"service/sagemakerruntime"
31+
]
32+
}

codegen/sdk-codegen/aws-models/apigateway.2015-07-09.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,6 +1628,12 @@
16281628
},
16291629
"mutualTlsAuthentication": {
16301630
"target": "com.amazonaws.apigateway#MutualTlsAuthenticationInput"
1631+
},
1632+
"ownershipVerificationCertificateArn": {
1633+
"target": "com.amazonaws.apigateway#String",
1634+
"traits": {
1635+
"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>"
1636+
}
16311637
}
16321638
},
16331639
"traits": {
@@ -3766,7 +3772,7 @@
37663772
"domainNameStatus": {
37673773
"target": "com.amazonaws.apigateway#DomainNameStatus",
37683774
"traits": {
3769-
"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>"
3775+
"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>"
37703776
}
37713777
},
37723778
"domainNameStatusMessage": {
@@ -3792,6 +3798,12 @@
37923798
"traits": {
37933799
"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>"
37943800
}
3801+
},
3802+
"ownershipVerificationCertificateArn": {
3803+
"target": "com.amazonaws.apigateway#String",
3804+
"traits": {
3805+
"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>"
3806+
}
37953807
}
37963808
},
37973809
"traits": {
@@ -3813,6 +3825,14 @@
38133825
{
38143826
"value": "PENDING",
38153827
"name": "PENDING"
3828+
},
3829+
{
3830+
"value": "PENDING_CERTIFICATE_REIMPORT",
3831+
"name": "PENDING_CERTIFICATE_REIMPORT"
3832+
},
3833+
{
3834+
"value": "PENDING_OWNERSHIP_VERIFICATION",
3835+
"name": "PENDING_OWNERSHIP_VERIFICATION"
38163836
}
38173837
]
38183838
}
@@ -7875,7 +7895,7 @@
78757895
"truststoreVersion": {
78767896
"target": "com.amazonaws.apigateway#String",
78777897
"traits": {
7878-
"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>"
7898+
"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>"
78797899
}
78807900
}
78817901
},
@@ -9176,7 +9196,7 @@
91769196
"type": "string",
91779197
"traits": {
91789198
"smithy.api#documentation": "<p>The status code.</p>",
9179-
"smithy.api#pattern": "[1-5]\\d\\d"
9199+
"smithy.api#pattern": "^[1-5]\\d\\d$"
91809200
}
91819201
},
91829202
"com.amazonaws.apigateway#String": {

codegen/sdk-codegen/aws-models/apigatewayv2.2018-11-29.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3631,7 +3631,7 @@
36313631
"DomainNameStatus": {
36323632
"target": "com.amazonaws.apigatewayv2#DomainNameStatus",
36333633
"traits": {
3634-
"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>",
3634+
"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>",
36353635
"smithy.api#jsonName": "domainNameStatus"
36363636
}
36373637
},
@@ -3662,6 +3662,13 @@
36623662
"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>",
36633663
"smithy.api#jsonName": "securityPolicy"
36643664
}
3665+
},
3666+
"OwnershipVerificationCertificateArn": {
3667+
"target": "com.amazonaws.apigatewayv2#Arn",
3668+
"traits": {
3669+
"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>",
3670+
"smithy.api#jsonName": "ownershipVerificationCertificateArn"
3671+
}
36653672
}
36663673
},
36673674
"traits": {
@@ -3680,7 +3687,7 @@
36803687
"com.amazonaws.apigatewayv2#DomainNameStatus": {
36813688
"type": "string",
36823689
"traits": {
3683-
"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>",
3690+
"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>",
36843691
"smithy.api#enum": [
36853692
{
36863693
"value": "AVAILABLE",
@@ -3689,6 +3696,14 @@
36893696
{
36903697
"value": "UPDATING",
36913698
"name": "UPDATING"
3699+
},
3700+
{
3701+
"value": "PENDING_CERTIFICATE_REIMPORT",
3702+
"name": "PENDING_CERTIFICATE_REIMPORT"
3703+
},
3704+
{
3705+
"value": "PENDING_OWNERSHIP_VERIFICATION",
3706+
"name": "PENDING_OWNERSHIP_VERIFICATION"
36923707
}
36933708
]
36943709
}

0 commit comments

Comments
 (0)