Skip to content

Commit 9fac4ab

Browse files
Updated API models and rebuilt service gems.
1 parent dafe8c5 commit 9fac4ab

File tree

2,750 files changed

+14140
-3333
lines changed

Some content is hidden

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

2,750 files changed

+14140
-3333
lines changed

apis/connect/2017-08-08/api-2.json

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7425,7 +7425,8 @@
74257425
"DescribeInstanceResponse":{
74267426
"type":"structure",
74277427
"members":{
7428-
"Instance":{"shape":"Instance"}
7428+
"Instance":{"shape":"Instance"},
7429+
"ReplicationConfiguration":{"shape":"ReplicationConfiguration"}
74297430
}
74307431
},
74317432
"DescribeInstanceStorageConfigRequest":{
@@ -9322,6 +9323,11 @@
93229323
"AgentConfig":{"shape":"AgentConfig"}
93239324
}
93249325
},
9326+
"GlobalSignInEndpoint":{
9327+
"type":"string",
9328+
"max":128,
9329+
"min":1
9330+
},
93259331
"Grouping":{
93269332
"type":"string",
93279333
"enum":[
@@ -9754,6 +9760,17 @@
97549760
"min":1,
97559761
"pattern":"^(arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z]+-[0-9]{1}:[0-9]{1,20}:instance/)?[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$"
97569762
},
9763+
"InstanceReplicationStatus":{
9764+
"type":"string",
9765+
"enum":[
9766+
"INSTANCE_REPLICATION_COMPLETE",
9767+
"INSTANCE_REPLICATION_IN_PROGRESS",
9768+
"INSTANCE_REPLICATION_FAILED",
9769+
"INSTANCE_REPLICA_DELETING",
9770+
"INSTANCE_REPLICATION_DELETION_FAILED",
9771+
"RESOURCE_REPLICATION_NOT_STARTED"
9772+
]
9773+
},
97579774
"InstanceStatus":{
97589775
"type":"string",
97599776
"enum":[
@@ -13288,6 +13305,33 @@
1328813305
"Arn":{"shape":"ARN"}
1328913306
}
1329013307
},
13308+
"ReplicationConfiguration":{
13309+
"type":"structure",
13310+
"members":{
13311+
"ReplicationStatusSummaryList":{"shape":"ReplicationStatusSummaryList"},
13312+
"SourceRegion":{"shape":"AwsRegion"},
13313+
"GlobalSignInEndpoint":{"shape":"GlobalSignInEndpoint"}
13314+
}
13315+
},
13316+
"ReplicationStatusReason":{
13317+
"type":"string",
13318+
"max":1024,
13319+
"min":0
13320+
},
13321+
"ReplicationStatusSummary":{
13322+
"type":"structure",
13323+
"members":{
13324+
"Region":{"shape":"AwsRegion"},
13325+
"ReplicationStatus":{"shape":"InstanceReplicationStatus"},
13326+
"ReplicationStatusReason":{"shape":"ReplicationStatusReason"}
13327+
}
13328+
},
13329+
"ReplicationStatusSummaryList":{
13330+
"type":"list",
13331+
"member":{"shape":"ReplicationStatusSummary"},
13332+
"max":11,
13333+
"min":0
13334+
},
1329113335
"RequestIdentifier":{
1329213336
"type":"string",
1329313337
"max":80

apis/connect/2017-08-08/docs-2.json

Lines changed: 40 additions & 2 deletions
Large diffs are not rendered by default.

apis/datazone/2018-05-10/api-2.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2726,6 +2726,7 @@
27262726
"identifier"
27272727
],
27282728
"members":{
2729+
"assetScopes":{"shape":"AcceptedAssetScopes"},
27292730
"decisionComment":{"shape":"DecisionComment"},
27302731
"domainIdentifier":{
27312732
"shape":"DomainId",
@@ -2779,6 +2780,21 @@
27792780
"max":1,
27802781
"min":1
27812782
},
2783+
"AcceptedAssetScope":{
2784+
"type":"structure",
2785+
"required":[
2786+
"assetId",
2787+
"filterIds"
2788+
],
2789+
"members":{
2790+
"assetId":{"shape":"AssetId"},
2791+
"filterIds":{"shape":"FilterIds"}
2792+
}
2793+
},
2794+
"AcceptedAssetScopes":{
2795+
"type":"list",
2796+
"member":{"shape":"AcceptedAssetScope"}
2797+
},
27822798
"AccessDeniedException":{
27832799
"type":"structure",
27842800
"required":["message"],
@@ -3055,6 +3071,20 @@
30553071
"type":"list",
30563072
"member":{"shape":"AssetRevision"}
30573073
},
3074+
"AssetScope":{
3075+
"type":"structure",
3076+
"required":[
3077+
"assetId",
3078+
"filterIds",
3079+
"status"
3080+
],
3081+
"members":{
3082+
"assetId":{"shape":"AssetId"},
3083+
"errorMessage":{"shape":"String"},
3084+
"filterIds":{"shape":"FilterIds"},
3085+
"status":{"shape":"String"}
3086+
}
3087+
},
30583088
"AssetTargetNameMap":{
30593089
"type":"structure",
30603090
"required":[
@@ -5939,6 +5969,10 @@
59395969
"type":"string",
59405970
"pattern":"^[a-zA-Z0-9_-]{1,36}$"
59415971
},
5972+
"FilterIds":{
5973+
"type":"list",
5974+
"member":{"shape":"FilterId"}
5975+
},
59425976
"FilterList":{
59435977
"type":"list",
59445978
"member":{"shape":"FilterClause"},
@@ -10559,6 +10593,7 @@
1055910593
"members":{
1056010594
"assetId":{"shape":"AssetId"},
1056110595
"assetRevision":{"shape":"Revision"},
10596+
"assetScope":{"shape":"AssetScope"},
1056210597
"failureCause":{"shape":"FailureCause"},
1056310598
"failureTimestamp":{"shape":"Timestamp"},
1056410599
"grantedTimestamp":{"shape":"Timestamp"},
@@ -10569,6 +10604,7 @@
1056910604
"SubscribedAssetListing":{
1057010605
"type":"structure",
1057110606
"members":{
10607+
"assetScope":{"shape":"AssetScope"},
1057210608
"entityId":{"shape":"AssetId"},
1057310609
"entityRevision":{"shape":"Revision"},
1057410610
"entityType":{"shape":"TypeName"},

apis/datazone/2018-05-10/docs-2.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,18 @@
199199
"AcceptSubscriptionRequestOutput$subscribedPrincipals": "<p>Specifies the Amazon DataZone users who are subscribed to the asset specified in the subscription request.</p>"
200200
}
201201
},
202+
"AcceptedAssetScope": {
203+
"base": "<p>The accepted asset scope.</p>",
204+
"refs": {
205+
"AcceptedAssetScopes$member": null
206+
}
207+
},
208+
"AcceptedAssetScopes": {
209+
"base": null,
210+
"refs": {
211+
"AcceptSubscriptionRequestInput$assetScopes": "<p>The asset scopes of the accept subscription request.</p>"
212+
}
213+
},
202214
"AccessDeniedException": {
203215
"base": "<p>You do not have sufficient access to perform this action.</p>",
204216
"refs": {
@@ -296,10 +308,12 @@
296308
"base": null,
297309
"refs": {
298310
"AcceptPredictionsOutput$assetId": "<p>The ID of the asset.</p>",
311+
"AcceptedAssetScope$assetId": "<p>The asset ID of the accepted asset scope.</p>",
299312
"AssetFilterSummary$assetId": "<p>The ID of the data asset.</p>",
300313
"AssetListing$assetId": "<p>The identifier of an asset published in an Amazon DataZone catalog. </p>",
301314
"AssetListingItem$entityId": "<p>The identifier of the inventory asset.</p>",
302315
"AssetRevision$id": "<p>The identifier of the inventory asset revision.</p>",
316+
"AssetScope$assetId": "<p>The asset ID of the asset scope.</p>",
303317
"AssetTargetNameMap$assetId": "<p>The identifier of the inventory asset.</p>",
304318
"CreateAssetFilterInput$assetIdentifier": "<p>The ID of the data asset.</p>",
305319
"CreateAssetFilterOutput$assetId": "<p>The ID of the asset.</p>",
@@ -405,6 +419,13 @@
405419
"ListAssetRevisionsOutput$items": "<p>The results of the <code>ListAssetRevisions</code> action.</p>"
406420
}
407421
},
422+
"AssetScope": {
423+
"base": "<p>The asset scope.</p>",
424+
"refs": {
425+
"SubscribedAsset$assetScope": "<p>The asset scope of the subscribed asset.</p>",
426+
"SubscribedAssetListing$assetScope": "<p>The asset scope of the subscribed asset listing.</p>"
427+
}
428+
},
408429
"AssetTargetNameMap": {
409430
"base": "<p>The name map for assets.</p>",
410431
"refs": {
@@ -2514,12 +2535,20 @@
25142535
"AssetFilterSummary$id": "<p>The ID of the asset filter.</p>",
25152536
"CreateAssetFilterOutput$id": "<p>The ID of the asset filter.</p>",
25162537
"DeleteAssetFilterInput$identifier": "<p>The ID of the asset filter that you want to delete.</p>",
2538+
"FilterIds$member": null,
25172539
"GetAssetFilterInput$identifier": "<p>The ID of the asset filter.</p>",
25182540
"GetAssetFilterOutput$id": "<p>The ID of the asset filter.</p>",
25192541
"UpdateAssetFilterInput$identifier": "<p>The ID of the asset filter.</p>",
25202542
"UpdateAssetFilterOutput$id": "<p>The ID of the asset filter.</p>"
25212543
}
25222544
},
2545+
"FilterIds": {
2546+
"base": null,
2547+
"refs": {
2548+
"AcceptedAssetScope$filterIds": "<p>The filter IDs of the accepted asset scope.</p>",
2549+
"AssetScope$filterIds": "<p>The filter IDs of the asset scope.</p>"
2550+
}
2551+
},
25232552
"FilterList": {
25242553
"base": null,
25252554
"refs": {
@@ -5041,6 +5070,8 @@
50415070
"AssetInDataProductListingItem$entityId": "<p>The entity ID of the listing of the asset in a data product.</p>",
50425071
"AssetInDataProductListingItem$entityRevision": "<p>The entity revision of the listing of the asset in a data product.</p>",
50435072
"AssetInDataProductListingItem$entityType": "<p>The entity type of the listing of the asset in a data product.</p>",
5073+
"AssetScope$errorMessage": "<p>The error message of the asset scope.</p>",
5074+
"AssetScope$status": "<p>The status of the asset scope.</p>",
50445075
"AssetTargetNameMap$targetName": "<p>The target name in the asset target name map.</p>",
50455076
"AssociateEnvironmentRoleInput$environmentRoleArn": "<p>The ARN of the environment role.</p>",
50465077
"AwsConsoleLinkParameters$uri": "<p>The URI of the console link specified as part of the environment action.</p>",

apis/elasticloadbalancingv2/2015-12-01/api-2.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,21 @@
323323
"resultWrapper":"DescribeAccountLimitsResult"
324324
}
325325
},
326+
"DescribeListenerAttributes":{
327+
"name":"DescribeListenerAttributes",
328+
"http":{
329+
"method":"POST",
330+
"requestUri":"/"
331+
},
332+
"input":{"shape":"DescribeListenerAttributesInput"},
333+
"output":{
334+
"shape":"DescribeListenerAttributesOutput",
335+
"resultWrapper":"DescribeListenerAttributesResult"
336+
},
337+
"errors":[
338+
{"shape":"ListenerNotFoundException"}
339+
]
340+
},
326341
"DescribeListenerCertificates":{
327342
"name":"DescribeListenerCertificates",
328343
"http":{
@@ -609,6 +624,22 @@
609624
{"shape":"TrustStoreNotReadyException"}
610625
]
611626
},
627+
"ModifyListenerAttributes":{
628+
"name":"ModifyListenerAttributes",
629+
"http":{
630+
"method":"POST",
631+
"requestUri":"/"
632+
},
633+
"input":{"shape":"ModifyListenerAttributesInput"},
634+
"output":{
635+
"shape":"ModifyListenerAttributesOutput",
636+
"resultWrapper":"ModifyListenerAttributesResult"
637+
},
638+
"errors":[
639+
{"shape":"ListenerNotFoundException"},
640+
{"shape":"InvalidConfigurationRequestException"}
641+
]
642+
},
612643
"ModifyLoadBalancerAttributes":{
613644
"name":"ModifyLoadBalancerAttributes",
614645
"http":{
@@ -1370,6 +1401,19 @@
13701401
"NextMarker":{"shape":"Marker"}
13711402
}
13721403
},
1404+
"DescribeListenerAttributesInput":{
1405+
"type":"structure",
1406+
"required":["ListenerArn"],
1407+
"members":{
1408+
"ListenerArn":{"shape":"ListenerArn"}
1409+
}
1410+
},
1411+
"DescribeListenerAttributesOutput":{
1412+
"type":"structure",
1413+
"members":{
1414+
"Attributes":{"shape":"ListenerAttributes"}
1415+
}
1416+
},
13731417
"DescribeListenerCertificatesInput":{
13741418
"type":"structure",
13751419
"required":["ListenerArn"],
@@ -1925,6 +1969,23 @@
19251969
"type":"list",
19261970
"member":{"shape":"ListenerArn"}
19271971
},
1972+
"ListenerAttribute":{
1973+
"type":"structure",
1974+
"members":{
1975+
"Key":{"shape":"ListenerAttributeKey"},
1976+
"Value":{"shape":"ListenerAttributeValue"}
1977+
}
1978+
},
1979+
"ListenerAttributeKey":{
1980+
"type":"string",
1981+
"max":256,
1982+
"pattern":"^[a-zA-Z0-9._]+$"
1983+
},
1984+
"ListenerAttributeValue":{"type":"string"},
1985+
"ListenerAttributes":{
1986+
"type":"list",
1987+
"member":{"shape":"ListenerAttribute"}
1988+
},
19281989
"ListenerNotFoundException":{
19291990
"type":"structure",
19301991
"members":{
@@ -2067,6 +2128,23 @@
20672128
]
20682129
},
20692130
"Mode":{"type":"string"},
2131+
"ModifyListenerAttributesInput":{
2132+
"type":"structure",
2133+
"required":[
2134+
"ListenerArn",
2135+
"Attributes"
2136+
],
2137+
"members":{
2138+
"ListenerArn":{"shape":"ListenerArn"},
2139+
"Attributes":{"shape":"ListenerAttributes"}
2140+
}
2141+
},
2142+
"ModifyListenerAttributesOutput":{
2143+
"type":"structure",
2144+
"members":{
2145+
"Attributes":{"shape":"ListenerAttributes"}
2146+
}
2147+
},
20702148
"ModifyListenerInput":{
20712149
"type":"structure",
20722150
"required":["ListenerArn"],

0 commit comments

Comments
 (0)