Skip to content

Commit cd100df

Browse files
Updated API models and rebuilt service gems.
1 parent f0638e8 commit cd100df

File tree

42 files changed

+4264
-375
lines changed

Some content is hidden

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

42 files changed

+4264
-375
lines changed

apis/appsync/2017-07-25/api-2.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,8 @@
17571757
"members":{
17581758
"domainName":{"shape":"DomainName"},
17591759
"certificateArn":{"shape":"CertificateArn"},
1760-
"description":{"shape":"Description"}
1760+
"description":{"shape":"Description"},
1761+
"tags":{"shape":"TagMap"}
17611762
}
17621763
},
17631764
"CreateDomainNameResponse":{
@@ -2324,7 +2325,9 @@
23242325
"description":{"shape":"Description"},
23252326
"certificateArn":{"shape":"CertificateArn"},
23262327
"appsyncDomainName":{"shape":"String"},
2327-
"hostedZoneId":{"shape":"String"}
2328+
"hostedZoneId":{"shape":"String"},
2329+
"tags":{"shape":"TagMap"},
2330+
"domainNameArn":{"shape":"String"}
23282331
}
23292332
},
23302333
"DomainNameConfigs":{

apis/appsync/2017-07-25/docs-2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,6 +1917,7 @@
19171917
"DisassociateSourceGraphqlApiRequest$associationId": "<p>The ID generated by the AppSync service for the source API association.</p>",
19181918
"DomainNameConfig$appsyncDomainName": "<p>The domain name that AppSync provides.</p>",
19191919
"DomainNameConfig$hostedZoneId": "<p>The ID of your Amazon Route 53 hosted zone.</p>",
1920+
"DomainNameConfig$domainNameArn": "<p>The Amazon Resource Name (ARN) of the domain name.</p>",
19201921
"DynamodbDataSourceConfig$tableName": "<p>The table name.</p>",
19211922
"DynamodbDataSourceConfig$awsRegion": "<p>The Amazon Web Services Region.</p>",
19221923
"ElasticsearchDataSourceConfig$endpoint": "<p>The endpoint.</p>",
@@ -2078,7 +2079,9 @@
20782079
"ChannelNamespace$tags": null,
20792080
"CreateApiRequest$tags": null,
20802081
"CreateChannelNamespaceRequest$tags": null,
2082+
"CreateDomainNameRequest$tags": null,
20812083
"CreateGraphqlApiRequest$tags": "<p>A <code>TagMap</code> object.</p>",
2084+
"DomainNameConfig$tags": null,
20822085
"GraphqlApi$tags": "<p>The tags.</p>",
20832086
"ListTagsForResourceResponse$tags": "<p>A <code>TagMap</code> object.</p>",
20842087
"TagResourceRequest$tags": "<p>A <code>TagMap</code> object.</p>"

0 commit comments

Comments
 (0)