Skip to content

Commit

Permalink
chore: update smithy models as of 10/16 (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Oct 22, 2020
1 parent 76f83f1 commit 68dc0fe
Show file tree
Hide file tree
Showing 226 changed files with 196,571 additions and 145,131 deletions.
797 changes: 509 additions & 288 deletions codegen/sdk-codegen/aws-models/acm-pca.2017-08-22.json

Large diffs are not rendered by default.

384 changes: 194 additions & 190 deletions codegen/sdk-codegen/aws-models/acm.2015-12-08.json

Large diffs are not rendered by default.

2,304 changes: 1,152 additions & 1,152 deletions codegen/sdk-codegen/aws-models/alexa-for-business.2017-11-09.json

Large diffs are not rendered by default.

1,578 changes: 804 additions & 774 deletions codegen/sdk-codegen/aws-models/amplify.2017-07-25.json

Large diffs are not rendered by default.

4,058 changes: 2,094 additions & 1,964 deletions codegen/sdk-codegen/aws-models/api-gateway.2015-07-09.json

Large diffs are not rendered by default.

Expand Up @@ -46,7 +46,7 @@
"traits": {
"aws.api#service": {
"sdkId": "ApiGatewayManagementApi",
"arnNamespace": "execute-api",
"arnNamespace": "apigateway",
"cloudFormationName": "ApiGatewayManagementApi",
"cloudTrailEventSource": "apigatewaymanagementapi.amazonaws.com"
},
Expand Down Expand Up @@ -163,18 +163,18 @@
"smithy.api#jsonName": "identity"
}
},
"ConnectedAt": {
"LastActiveAt": {
"target": "com.amazonaws.apigatewaymanagementapi#__timestampIso8601",
"traits": {
"smithy.api#documentation": "<p>The time in ISO 8601 format for when the connection was established.</p>",
"smithy.api#jsonName": "connectedAt"
"smithy.api#documentation": "<p>The time in ISO 8601 format for when the connection was last active.</p>",
"smithy.api#jsonName": "lastActiveAt"
}
},
"LastActiveAt": {
"ConnectedAt": {
"target": "com.amazonaws.apigatewaymanagementapi#__timestampIso8601",
"traits": {
"smithy.api#documentation": "<p>The time in ISO 8601 format for when the connection was last active.</p>",
"smithy.api#jsonName": "lastActiveAt"
"smithy.api#documentation": "<p>The time in ISO 8601 format for when the connection was established.</p>",
"smithy.api#jsonName": "connectedAt"
}
}
}
Expand All @@ -191,19 +191,19 @@
"com.amazonaws.apigatewaymanagementapi#Identity": {
"type": "structure",
"members": {
"SourceIp": {
"UserAgent": {
"target": "com.amazonaws.apigatewaymanagementapi#__string",
"traits": {
"smithy.api#documentation": "<p>The source IP address of the TCP connection making the request to API Gateway.</p>",
"smithy.api#jsonName": "sourceIp",
"smithy.api#documentation": "<p>The User Agent of the API caller.</p>",
"smithy.api#jsonName": "userAgent",
"smithy.api#required": {}
}
},
"UserAgent": {
"SourceIp": {
"target": "com.amazonaws.apigatewaymanagementapi#__string",
"traits": {
"smithy.api#documentation": "<p>The User Agent of the API caller.</p>",
"smithy.api#jsonName": "userAgent",
"smithy.api#documentation": "<p>The source IP address of the TCP connection making the request to API Gateway.</p>",
"smithy.api#jsonName": "sourceIp",
"smithy.api#required": {}
}
}
Expand Down
4,777 changes: 2,567 additions & 2,210 deletions codegen/sdk-codegen/aws-models/apigatewayv2.2018-11-29.json

Large diffs are not rendered by default.

846 changes: 423 additions & 423 deletions codegen/sdk-codegen/aws-models/appconfig.2019-10-09.json

Large diffs are not rendered by default.

0 comments on commit 68dc0fe

Please sign in to comment.