aws-sdk-core 2.11.395 → 2.11.396
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codepipeline/2015-07-09/api-2.json +40 -5
- data/apis/dynamodb/2011-12-05/api-2.json +15 -0
- data/apis/dynamodb/2012-08-10/api-2.json +16 -6
- data/apis/marketplace-catalog/2018-09-17/api-2.json +550 -0
- data/apis/marketplace-catalog/2018-09-17/examples-1.json +5 -0
- data/apis/marketplace-catalog/2018-09-17/paginators-1.json +14 -0
- data/apis/transcribe/2017-10-26/api-2.json +9 -1
- data/endpoints.json +19 -2
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/marketplacecatalog.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 905fc7f39c131cd7b9a1ed7041fa5d85f566418f
|
4
|
+
data.tar.gz: f62581851c60b00e680bc6d0019c5ab19a0f2057
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef0b9c7339bf0f219933a3b03747c62d3e9725412c711b5b386f6bffd5839493fb69b37d5bf6b02de7dde2651bf0e3c3a872f4527801e4c301da1ffba368314b
|
7
|
+
data.tar.gz: 00e40b0ce6397792ca04adc62a5e05c3b2d75c13b66055fe69ff70c4f10f1d9721d68d9454110a0de10fe45d5276527d4dd82b5e2100173d45c99e76bf12407a
|
@@ -388,7 +388,8 @@
|
|
388
388
|
"errors":[
|
389
389
|
{"shape":"ValidationException"},
|
390
390
|
{"shape":"JobNotFoundException"},
|
391
|
-
{"shape":"InvalidJobStateException"}
|
391
|
+
{"shape":"InvalidJobStateException"},
|
392
|
+
{"shape":"OutputVariablesSizeExceededException"}
|
392
393
|
]
|
393
394
|
},
|
394
395
|
"PutThirdPartyJobFailureResult":{
|
@@ -682,7 +683,8 @@
|
|
682
683
|
"outputArtifacts":{"shape":"OutputArtifactList"},
|
683
684
|
"inputArtifacts":{"shape":"InputArtifactList"},
|
684
685
|
"roleArn":{"shape":"RoleArn"},
|
685
|
-
"region":{"shape":"AWSRegionName"}
|
686
|
+
"region":{"shape":"AWSRegionName"},
|
687
|
+
"namespace":{"shape":"ActionNamespace"}
|
686
688
|
}
|
687
689
|
},
|
688
690
|
"ActionExecution":{
|
@@ -730,16 +732,19 @@
|
|
730
732
|
"members":{
|
731
733
|
"actionTypeId":{"shape":"ActionTypeId"},
|
732
734
|
"configuration":{"shape":"ActionConfigurationMap"},
|
735
|
+
"resolvedConfiguration":{"shape":"ResolvedActionConfigurationMap"},
|
733
736
|
"roleArn":{"shape":"RoleArn"},
|
734
737
|
"region":{"shape":"AWSRegionName"},
|
735
|
-
"inputArtifacts":{"shape":"ArtifactDetailList"}
|
738
|
+
"inputArtifacts":{"shape":"ArtifactDetailList"},
|
739
|
+
"namespace":{"shape":"ActionNamespace"}
|
736
740
|
}
|
737
741
|
},
|
738
742
|
"ActionExecutionOutput":{
|
739
743
|
"type":"structure",
|
740
744
|
"members":{
|
741
745
|
"outputArtifacts":{"shape":"ArtifactDetailList"},
|
742
|
-
"executionResult":{"shape":"ActionExecutionResult"}
|
746
|
+
"executionResult":{"shape":"ActionExecutionResult"},
|
747
|
+
"outputVariables":{"shape":"OutputVariablesMap"}
|
743
748
|
}
|
744
749
|
},
|
745
750
|
"ActionExecutionResult":{
|
@@ -765,6 +770,12 @@
|
|
765
770
|
"min":1,
|
766
771
|
"pattern":"[A-Za-z0-9.@\\-_]+"
|
767
772
|
},
|
773
|
+
"ActionNamespace":{
|
774
|
+
"type":"string",
|
775
|
+
"max":100,
|
776
|
+
"min":1,
|
777
|
+
"pattern":"[A-Za-z0-9@\\-_]+"
|
778
|
+
},
|
768
779
|
"ActionNotFoundException":{
|
769
780
|
"type":"structure",
|
770
781
|
"members":{
|
@@ -1666,6 +1677,23 @@
|
|
1666
1677
|
"type":"list",
|
1667
1678
|
"member":{"shape":"OutputArtifact"}
|
1668
1679
|
},
|
1680
|
+
"OutputVariablesKey":{
|
1681
|
+
"type":"string",
|
1682
|
+
"pattern":"[A-Za-z0-9@\\-_]+"
|
1683
|
+
},
|
1684
|
+
"OutputVariablesMap":{
|
1685
|
+
"type":"map",
|
1686
|
+
"key":{"shape":"OutputVariablesKey"},
|
1687
|
+
"value":{"shape":"OutputVariablesValue"}
|
1688
|
+
},
|
1689
|
+
"OutputVariablesSizeExceededException":{
|
1690
|
+
"type":"structure",
|
1691
|
+
"members":{
|
1692
|
+
"message":{"shape":"Message"}
|
1693
|
+
},
|
1694
|
+
"exception":true
|
1695
|
+
},
|
1696
|
+
"OutputVariablesValue":{"type":"string"},
|
1669
1697
|
"Percentage":{
|
1670
1698
|
"type":"integer",
|
1671
1699
|
"max":100,
|
@@ -1890,7 +1918,8 @@
|
|
1890
1918
|
"jobId":{"shape":"JobId"},
|
1891
1919
|
"currentRevision":{"shape":"CurrentRevision"},
|
1892
1920
|
"continuationToken":{"shape":"ContinuationToken"},
|
1893
|
-
"executionDetails":{"shape":"ExecutionDetails"}
|
1921
|
+
"executionDetails":{"shape":"ExecutionDetails"},
|
1922
|
+
"outputVariables":{"shape":"OutputVariablesMap"}
|
1894
1923
|
}
|
1895
1924
|
},
|
1896
1925
|
"PutThirdPartyJobFailureResultInput":{
|
@@ -1952,6 +1981,11 @@
|
|
1952
1981
|
"members":{
|
1953
1982
|
}
|
1954
1983
|
},
|
1984
|
+
"ResolvedActionConfigurationMap":{
|
1985
|
+
"type":"map",
|
1986
|
+
"key":{"shape":"String"},
|
1987
|
+
"value":{"shape":"String"}
|
1988
|
+
},
|
1955
1989
|
"ResourceArn":{
|
1956
1990
|
"type":"string",
|
1957
1991
|
"pattern":"arn:aws(-[\\w]+)*:codepipeline:.+:[0-9]{12}:.+"
|
@@ -2153,6 +2187,7 @@
|
|
2153
2187
|
"pipelineExecutionId":{"shape":"PipelineExecutionId"}
|
2154
2188
|
}
|
2155
2189
|
},
|
2190
|
+
"String":{"type":"string"},
|
2156
2191
|
"Tag":{
|
2157
2192
|
"type":"structure",
|
2158
2193
|
"required":[
|
@@ -24,6 +24,7 @@
|
|
24
24
|
"errors":[
|
25
25
|
{"shape":"ProvisionedThroughputExceededException"},
|
26
26
|
{"shape":"ResourceNotFoundException"},
|
27
|
+
{"shape":"RequestLimitExceeded"},
|
27
28
|
{"shape":"InternalServerError"}
|
28
29
|
]
|
29
30
|
},
|
@@ -39,6 +40,7 @@
|
|
39
40
|
{"shape":"ProvisionedThroughputExceededException"},
|
40
41
|
{"shape":"ResourceNotFoundException"},
|
41
42
|
{"shape":"LimitExceededException"},
|
43
|
+
{"shape":"RequestLimitExceeded"},
|
42
44
|
{"shape":"InternalServerError"}
|
43
45
|
]
|
44
46
|
},
|
@@ -69,6 +71,7 @@
|
|
69
71
|
{"shape":"ProvisionedThroughputExceededException"},
|
70
72
|
{"shape":"ResourceNotFoundException"},
|
71
73
|
{"shape":"LimitExceededException"},
|
74
|
+
{"shape":"RequestLimitExceeded"},
|
72
75
|
{"shape":"InternalServerError"}
|
73
76
|
]
|
74
77
|
},
|
@@ -111,6 +114,7 @@
|
|
111
114
|
"errors":[
|
112
115
|
{"shape":"ProvisionedThroughputExceededException"},
|
113
116
|
{"shape":"ResourceNotFoundException"},
|
117
|
+
{"shape":"RequestLimitExceeded"},
|
114
118
|
{"shape":"InternalServerError"}
|
115
119
|
]
|
116
120
|
},
|
@@ -139,6 +143,7 @@
|
|
139
143
|
{"shape":"ProvisionedThroughputExceededException"},
|
140
144
|
{"shape":"ResourceNotFoundException"},
|
141
145
|
{"shape":"LimitExceededException"},
|
146
|
+
{"shape":"RequestLimitExceeded"},
|
142
147
|
{"shape":"InternalServerError"}
|
143
148
|
]
|
144
149
|
},
|
@@ -153,6 +158,7 @@
|
|
153
158
|
"errors":[
|
154
159
|
{"shape":"ProvisionedThroughputExceededException"},
|
155
160
|
{"shape":"ResourceNotFoundException"},
|
161
|
+
{"shape":"RequestLimitExceeded"},
|
156
162
|
{"shape":"InternalServerError"}
|
157
163
|
]
|
158
164
|
},
|
@@ -167,6 +173,7 @@
|
|
167
173
|
"errors":[
|
168
174
|
{"shape":"ProvisionedThroughputExceededException"},
|
169
175
|
{"shape":"ResourceNotFoundException"},
|
176
|
+
{"shape":"RequestLimitExceeded"},
|
170
177
|
{"shape":"InternalServerError"}
|
171
178
|
]
|
172
179
|
},
|
@@ -183,6 +190,7 @@
|
|
183
190
|
{"shape":"ProvisionedThroughputExceededException"},
|
184
191
|
{"shape":"ResourceNotFoundException"},
|
185
192
|
{"shape":"LimitExceededException"},
|
193
|
+
{"shape":"RequestLimitExceeded"},
|
186
194
|
{"shape":"InternalServerError"}
|
187
195
|
]
|
188
196
|
},
|
@@ -656,6 +664,13 @@
|
|
656
664
|
"ConsumedCapacityUnits":{"shape":"ConsumedCapacityUnits"}
|
657
665
|
}
|
658
666
|
},
|
667
|
+
"RequestLimitExceeded":{
|
668
|
+
"type":"structure",
|
669
|
+
"members":{
|
670
|
+
"message":{"shape":"ErrorMessage"}
|
671
|
+
},
|
672
|
+
"exception":true
|
673
|
+
},
|
659
674
|
"ResourceInUseException":{
|
660
675
|
"type":"structure",
|
661
676
|
"members":{
|
@@ -463,6 +463,7 @@
|
|
463
463
|
{"shape":"ResourceNotFoundException"},
|
464
464
|
{"shape":"TransactionCanceledException"},
|
465
465
|
{"shape":"ProvisionedThroughputExceededException"},
|
466
|
+
{"shape":"RequestLimitExceeded"},
|
466
467
|
{"shape":"InternalServerError"}
|
467
468
|
],
|
468
469
|
"endpointdiscovery":{
|
@@ -482,6 +483,7 @@
|
|
482
483
|
{"shape":"TransactionInProgressException"},
|
483
484
|
{"shape":"IdempotentParameterMismatchException"},
|
484
485
|
{"shape":"ProvisionedThroughputExceededException"},
|
486
|
+
{"shape":"RequestLimitExceeded"},
|
485
487
|
{"shape":"InternalServerError"}
|
486
488
|
],
|
487
489
|
"endpointdiscovery":{
|
@@ -942,7 +944,7 @@
|
|
942
944
|
"CancellationReasonList":{
|
943
945
|
"type":"list",
|
944
946
|
"member":{"shape":"CancellationReason"},
|
945
|
-
"max":
|
947
|
+
"max":25,
|
946
948
|
"min":1
|
947
949
|
},
|
948
950
|
"Capacity":{
|
@@ -1633,7 +1635,7 @@
|
|
1633
1635
|
"ItemResponseList":{
|
1634
1636
|
"type":"list",
|
1635
1637
|
"member":{"shape":"ItemResponse"},
|
1636
|
-
"max":
|
1638
|
+
"max":25,
|
1637
1639
|
"min":1
|
1638
1640
|
},
|
1639
1641
|
"KMSMasterKeyArn":{"type":"string"},
|
@@ -2181,7 +2183,11 @@
|
|
2181
2183
|
],
|
2182
2184
|
"members":{
|
2183
2185
|
"TargetTableName":{"shape":"TableName"},
|
2184
|
-
"BackupArn":{"shape":"BackupArn"}
|
2186
|
+
"BackupArn":{"shape":"BackupArn"},
|
2187
|
+
"BillingModeOverride":{"shape":"BillingMode"},
|
2188
|
+
"GlobalSecondaryIndexOverride":{"shape":"GlobalSecondaryIndexList"},
|
2189
|
+
"LocalSecondaryIndexOverride":{"shape":"LocalSecondaryIndexList"},
|
2190
|
+
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughput"}
|
2185
2191
|
}
|
2186
2192
|
},
|
2187
2193
|
"RestoreTableFromBackupOutput":{
|
@@ -2200,7 +2206,11 @@
|
|
2200
2206
|
"SourceTableName":{"shape":"TableName"},
|
2201
2207
|
"TargetTableName":{"shape":"TableName"},
|
2202
2208
|
"UseLatestRestorableTime":{"shape":"BooleanObject"},
|
2203
|
-
"RestoreDateTime":{"shape":"Date"}
|
2209
|
+
"RestoreDateTime":{"shape":"Date"},
|
2210
|
+
"BillingModeOverride":{"shape":"BillingMode"},
|
2211
|
+
"GlobalSecondaryIndexOverride":{"shape":"GlobalSecondaryIndexList"},
|
2212
|
+
"LocalSecondaryIndexOverride":{"shape":"LocalSecondaryIndexList"},
|
2213
|
+
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughput"}
|
2204
2214
|
}
|
2205
2215
|
},
|
2206
2216
|
"RestoreTableToPointInTimeOutput":{
|
@@ -2552,7 +2562,7 @@
|
|
2552
2562
|
"TransactGetItemList":{
|
2553
2563
|
"type":"list",
|
2554
2564
|
"member":{"shape":"TransactGetItem"},
|
2555
|
-
"max":
|
2565
|
+
"max":25,
|
2556
2566
|
"min":1
|
2557
2567
|
},
|
2558
2568
|
"TransactGetItemsInput":{
|
@@ -2582,7 +2592,7 @@
|
|
2582
2592
|
"TransactWriteItemList":{
|
2583
2593
|
"type":"list",
|
2584
2594
|
"member":{"shape":"TransactWriteItem"},
|
2585
|
-
"max":
|
2595
|
+
"max":25,
|
2586
2596
|
"min":1
|
2587
2597
|
},
|
2588
2598
|
"TransactWriteItemsInput":{
|
@@ -0,0 +1,550 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2018-09-17",
|
5
|
+
"endpointPrefix":"catalog.marketplace",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"rest-json",
|
8
|
+
"serviceAbbreviation":"AWS Marketplace Catalog",
|
9
|
+
"serviceFullName":"AWS Marketplace Catalog Service",
|
10
|
+
"serviceId":"Marketplace Catalog",
|
11
|
+
"signatureVersion":"v4",
|
12
|
+
"signingName":"aws-marketplace",
|
13
|
+
"uid":"marketplace-catalog-2018-09-17"
|
14
|
+
},
|
15
|
+
"operations":{
|
16
|
+
"CancelChangeSet":{
|
17
|
+
"name":"CancelChangeSet",
|
18
|
+
"http":{
|
19
|
+
"method":"PATCH",
|
20
|
+
"requestUri":"/CancelChangeSet"
|
21
|
+
},
|
22
|
+
"input":{"shape":"CancelChangeSetRequest"},
|
23
|
+
"output":{"shape":"CancelChangeSetResponse"},
|
24
|
+
"errors":[
|
25
|
+
{"shape":"InternalServiceException"},
|
26
|
+
{"shape":"AccessDeniedException"},
|
27
|
+
{"shape":"ValidationException"},
|
28
|
+
{"shape":"ResourceNotFoundException"},
|
29
|
+
{"shape":"ResourceInUseException"},
|
30
|
+
{"shape":"ThrottlingException"}
|
31
|
+
]
|
32
|
+
},
|
33
|
+
"DescribeChangeSet":{
|
34
|
+
"name":"DescribeChangeSet",
|
35
|
+
"http":{
|
36
|
+
"method":"GET",
|
37
|
+
"requestUri":"/DescribeChangeSet"
|
38
|
+
},
|
39
|
+
"input":{"shape":"DescribeChangeSetRequest"},
|
40
|
+
"output":{"shape":"DescribeChangeSetResponse"},
|
41
|
+
"errors":[
|
42
|
+
{"shape":"InternalServiceException"},
|
43
|
+
{"shape":"AccessDeniedException"},
|
44
|
+
{"shape":"ValidationException"},
|
45
|
+
{"shape":"ResourceNotFoundException"},
|
46
|
+
{"shape":"ThrottlingException"}
|
47
|
+
]
|
48
|
+
},
|
49
|
+
"DescribeEntity":{
|
50
|
+
"name":"DescribeEntity",
|
51
|
+
"http":{
|
52
|
+
"method":"GET",
|
53
|
+
"requestUri":"/DescribeEntity"
|
54
|
+
},
|
55
|
+
"input":{"shape":"DescribeEntityRequest"},
|
56
|
+
"output":{"shape":"DescribeEntityResponse"},
|
57
|
+
"errors":[
|
58
|
+
{"shape":"InternalServiceException"},
|
59
|
+
{"shape":"AccessDeniedException"},
|
60
|
+
{"shape":"ValidationException"},
|
61
|
+
{"shape":"ResourceNotSupportedException"},
|
62
|
+
{"shape":"ResourceNotFoundException"},
|
63
|
+
{"shape":"ThrottlingException"}
|
64
|
+
]
|
65
|
+
},
|
66
|
+
"ListChangeSets":{
|
67
|
+
"name":"ListChangeSets",
|
68
|
+
"http":{
|
69
|
+
"method":"POST",
|
70
|
+
"requestUri":"/ListChangeSets"
|
71
|
+
},
|
72
|
+
"input":{"shape":"ListChangeSetsRequest"},
|
73
|
+
"output":{"shape":"ListChangeSetsResponse"},
|
74
|
+
"errors":[
|
75
|
+
{"shape":"InternalServiceException"},
|
76
|
+
{"shape":"AccessDeniedException"},
|
77
|
+
{"shape":"ValidationException"},
|
78
|
+
{"shape":"ThrottlingException"}
|
79
|
+
]
|
80
|
+
},
|
81
|
+
"ListEntities":{
|
82
|
+
"name":"ListEntities",
|
83
|
+
"http":{
|
84
|
+
"method":"POST",
|
85
|
+
"requestUri":"/ListEntities"
|
86
|
+
},
|
87
|
+
"input":{"shape":"ListEntitiesRequest"},
|
88
|
+
"output":{"shape":"ListEntitiesResponse"},
|
89
|
+
"errors":[
|
90
|
+
{"shape":"InternalServiceException"},
|
91
|
+
{"shape":"AccessDeniedException"},
|
92
|
+
{"shape":"ValidationException"},
|
93
|
+
{"shape":"ResourceNotFoundException"},
|
94
|
+
{"shape":"ThrottlingException"}
|
95
|
+
]
|
96
|
+
},
|
97
|
+
"StartChangeSet":{
|
98
|
+
"name":"StartChangeSet",
|
99
|
+
"http":{
|
100
|
+
"method":"POST",
|
101
|
+
"requestUri":"/StartChangeSet"
|
102
|
+
},
|
103
|
+
"input":{"shape":"StartChangeSetRequest"},
|
104
|
+
"output":{"shape":"StartChangeSetResponse"},
|
105
|
+
"errors":[
|
106
|
+
{"shape":"InternalServiceException"},
|
107
|
+
{"shape":"AccessDeniedException"},
|
108
|
+
{"shape":"ValidationException"},
|
109
|
+
{"shape":"ResourceNotFoundException"},
|
110
|
+
{"shape":"ResourceInUseException"},
|
111
|
+
{"shape":"ThrottlingException"},
|
112
|
+
{"shape":"ServiceQuotaExceededException"}
|
113
|
+
]
|
114
|
+
}
|
115
|
+
},
|
116
|
+
"shapes":{
|
117
|
+
"ARN":{
|
118
|
+
"type":"string",
|
119
|
+
"max":2048,
|
120
|
+
"min":1,
|
121
|
+
"pattern":"^[a-zA-Z0-9:*/-]+$"
|
122
|
+
},
|
123
|
+
"AccessDeniedException":{
|
124
|
+
"type":"structure",
|
125
|
+
"members":{
|
126
|
+
"Message":{"shape":"StringValue"}
|
127
|
+
},
|
128
|
+
"error":{"httpStatusCode":403},
|
129
|
+
"exception":true,
|
130
|
+
"synthetic":true
|
131
|
+
},
|
132
|
+
"CancelChangeSetRequest":{
|
133
|
+
"type":"structure",
|
134
|
+
"required":[
|
135
|
+
"Catalog",
|
136
|
+
"ChangeSetId"
|
137
|
+
],
|
138
|
+
"members":{
|
139
|
+
"Catalog":{
|
140
|
+
"shape":"Catalog",
|
141
|
+
"location":"querystring",
|
142
|
+
"locationName":"catalog"
|
143
|
+
},
|
144
|
+
"ChangeSetId":{
|
145
|
+
"shape":"ResourceId",
|
146
|
+
"location":"querystring",
|
147
|
+
"locationName":"changeSetId"
|
148
|
+
}
|
149
|
+
}
|
150
|
+
},
|
151
|
+
"CancelChangeSetResponse":{
|
152
|
+
"type":"structure",
|
153
|
+
"members":{
|
154
|
+
"ChangeSetId":{"shape":"ResourceId"},
|
155
|
+
"ChangeSetArn":{"shape":"ARN"}
|
156
|
+
}
|
157
|
+
},
|
158
|
+
"Catalog":{
|
159
|
+
"type":"string",
|
160
|
+
"max":64,
|
161
|
+
"min":1,
|
162
|
+
"pattern":"^[a-zA-Z]+$"
|
163
|
+
},
|
164
|
+
"Change":{
|
165
|
+
"type":"structure",
|
166
|
+
"required":[
|
167
|
+
"ChangeType",
|
168
|
+
"Entity",
|
169
|
+
"Details"
|
170
|
+
],
|
171
|
+
"members":{
|
172
|
+
"ChangeType":{"shape":"ChangeType"},
|
173
|
+
"Entity":{"shape":"Entity"},
|
174
|
+
"Details":{"shape":"Json"}
|
175
|
+
}
|
176
|
+
},
|
177
|
+
"ChangeSetDescription":{
|
178
|
+
"type":"list",
|
179
|
+
"member":{"shape":"ChangeSummary"}
|
180
|
+
},
|
181
|
+
"ChangeSetName":{
|
182
|
+
"type":"string",
|
183
|
+
"max":100,
|
184
|
+
"min":1,
|
185
|
+
"pattern":"^[\\w\\s+=.:@-]+$"
|
186
|
+
},
|
187
|
+
"ChangeSetSummaryList":{
|
188
|
+
"type":"list",
|
189
|
+
"member":{"shape":"ChangeSetSummaryListItem"}
|
190
|
+
},
|
191
|
+
"ChangeSetSummaryListItem":{
|
192
|
+
"type":"structure",
|
193
|
+
"members":{
|
194
|
+
"ChangeSetId":{"shape":"ResourceId"},
|
195
|
+
"ChangeSetArn":{"shape":"ARN"},
|
196
|
+
"ChangeSetName":{"shape":"ChangeSetName"},
|
197
|
+
"StartTime":{"shape":"DateTimeISO8601"},
|
198
|
+
"EndTime":{"shape":"DateTimeISO8601"},
|
199
|
+
"Status":{"shape":"ChangeStatus"},
|
200
|
+
"EntityIdList":{"shape":"ResourceIdList"}
|
201
|
+
}
|
202
|
+
},
|
203
|
+
"ChangeStatus":{
|
204
|
+
"type":"string",
|
205
|
+
"enum":[
|
206
|
+
"PREPARING",
|
207
|
+
"APPLYING",
|
208
|
+
"SUCCEEDED",
|
209
|
+
"CANCELLED",
|
210
|
+
"FAILED"
|
211
|
+
]
|
212
|
+
},
|
213
|
+
"ChangeSummary":{
|
214
|
+
"type":"structure",
|
215
|
+
"members":{
|
216
|
+
"ChangeType":{"shape":"ChangeType"},
|
217
|
+
"Entity":{"shape":"Entity"},
|
218
|
+
"ErrorDetailList":{"shape":"ErrorDetailList"}
|
219
|
+
}
|
220
|
+
},
|
221
|
+
"ChangeType":{
|
222
|
+
"type":"string",
|
223
|
+
"max":255,
|
224
|
+
"min":1,
|
225
|
+
"pattern":"^[A-Z][\\w]*$"
|
226
|
+
},
|
227
|
+
"ClientRequestToken":{
|
228
|
+
"type":"string",
|
229
|
+
"max":36,
|
230
|
+
"min":1,
|
231
|
+
"pattern":"^[\\w\\-]+$"
|
232
|
+
},
|
233
|
+
"DateTimeISO8601":{
|
234
|
+
"type":"string",
|
235
|
+
"max":20,
|
236
|
+
"min":20,
|
237
|
+
"pattern":"^([\\d]{4})\\-(1[0-2]|0[1-9])\\-(3[01]|0[1-9]|[12][\\d])T(2[0-3]|[01][\\d]):([0-5][\\d]):([0-5][\\d])Z$"
|
238
|
+
},
|
239
|
+
"DescribeChangeSetRequest":{
|
240
|
+
"type":"structure",
|
241
|
+
"required":[
|
242
|
+
"Catalog",
|
243
|
+
"ChangeSetId"
|
244
|
+
],
|
245
|
+
"members":{
|
246
|
+
"Catalog":{
|
247
|
+
"shape":"Catalog",
|
248
|
+
"location":"querystring",
|
249
|
+
"locationName":"catalog"
|
250
|
+
},
|
251
|
+
"ChangeSetId":{
|
252
|
+
"shape":"ResourceId",
|
253
|
+
"location":"querystring",
|
254
|
+
"locationName":"changeSetId"
|
255
|
+
}
|
256
|
+
}
|
257
|
+
},
|
258
|
+
"DescribeChangeSetResponse":{
|
259
|
+
"type":"structure",
|
260
|
+
"members":{
|
261
|
+
"ChangeSetId":{"shape":"ResourceId"},
|
262
|
+
"ChangeSetArn":{"shape":"ARN"},
|
263
|
+
"ChangeSetName":{"shape":"ChangeSetName"},
|
264
|
+
"StartTime":{"shape":"DateTimeISO8601"},
|
265
|
+
"EndTime":{"shape":"DateTimeISO8601"},
|
266
|
+
"Status":{"shape":"ChangeStatus"},
|
267
|
+
"FailureDescription":{"shape":"StringValue"},
|
268
|
+
"ChangeSet":{"shape":"ChangeSetDescription"}
|
269
|
+
}
|
270
|
+
},
|
271
|
+
"DescribeEntityRequest":{
|
272
|
+
"type":"structure",
|
273
|
+
"required":[
|
274
|
+
"Catalog",
|
275
|
+
"EntityId"
|
276
|
+
],
|
277
|
+
"members":{
|
278
|
+
"Catalog":{
|
279
|
+
"shape":"Catalog",
|
280
|
+
"location":"querystring",
|
281
|
+
"locationName":"catalog"
|
282
|
+
},
|
283
|
+
"EntityId":{
|
284
|
+
"shape":"ResourceId",
|
285
|
+
"location":"querystring",
|
286
|
+
"locationName":"entityId"
|
287
|
+
}
|
288
|
+
}
|
289
|
+
},
|
290
|
+
"DescribeEntityResponse":{
|
291
|
+
"type":"structure",
|
292
|
+
"members":{
|
293
|
+
"EntityType":{"shape":"EntityType"},
|
294
|
+
"EntityIdentifier":{"shape":"Identifier"},
|
295
|
+
"EntityArn":{"shape":"ARN"},
|
296
|
+
"LastModifiedDate":{"shape":"StringValue"},
|
297
|
+
"Details":{"shape":"Json"}
|
298
|
+
}
|
299
|
+
},
|
300
|
+
"Entity":{
|
301
|
+
"type":"structure",
|
302
|
+
"required":["Type"],
|
303
|
+
"members":{
|
304
|
+
"Type":{"shape":"EntityType"},
|
305
|
+
"Identifier":{"shape":"Identifier"}
|
306
|
+
}
|
307
|
+
},
|
308
|
+
"EntitySummary":{
|
309
|
+
"type":"structure",
|
310
|
+
"members":{
|
311
|
+
"Name":{"shape":"StringValue"},
|
312
|
+
"EntityType":{"shape":"EntityType"},
|
313
|
+
"EntityId":{"shape":"ResourceId"},
|
314
|
+
"EntityArn":{"shape":"ARN"},
|
315
|
+
"LastModifiedDate":{"shape":"StringValue"},
|
316
|
+
"Visibility":{"shape":"StringValue"}
|
317
|
+
}
|
318
|
+
},
|
319
|
+
"EntitySummaryList":{
|
320
|
+
"type":"list",
|
321
|
+
"member":{"shape":"EntitySummary"}
|
322
|
+
},
|
323
|
+
"EntityType":{
|
324
|
+
"type":"string",
|
325
|
+
"max":255,
|
326
|
+
"min":1,
|
327
|
+
"pattern":"^[a-zA-Z]+$"
|
328
|
+
},
|
329
|
+
"ErrorDetail":{
|
330
|
+
"type":"structure",
|
331
|
+
"members":{
|
332
|
+
"ErrorCode":{"shape":"StringValue"},
|
333
|
+
"ErrorMessage":{"shape":"StringValue"}
|
334
|
+
}
|
335
|
+
},
|
336
|
+
"ErrorDetailList":{
|
337
|
+
"type":"list",
|
338
|
+
"member":{"shape":"ErrorDetail"}
|
339
|
+
},
|
340
|
+
"Filter":{
|
341
|
+
"type":"structure",
|
342
|
+
"members":{
|
343
|
+
"Name":{"shape":"FilterName"},
|
344
|
+
"ValueList":{"shape":"ValueList"}
|
345
|
+
}
|
346
|
+
},
|
347
|
+
"FilterList":{
|
348
|
+
"type":"list",
|
349
|
+
"member":{"shape":"Filter"},
|
350
|
+
"max":8,
|
351
|
+
"min":1
|
352
|
+
},
|
353
|
+
"FilterName":{
|
354
|
+
"type":"string",
|
355
|
+
"max":255,
|
356
|
+
"min":1,
|
357
|
+
"pattern":"^[a-zA-Z]+$"
|
358
|
+
},
|
359
|
+
"Identifier":{
|
360
|
+
"type":"string",
|
361
|
+
"max":255,
|
362
|
+
"min":1,
|
363
|
+
"pattern":"^[\\w\\-@]+$"
|
364
|
+
},
|
365
|
+
"InternalServiceException":{
|
366
|
+
"type":"structure",
|
367
|
+
"members":{
|
368
|
+
"Message":{"shape":"StringValue"}
|
369
|
+
},
|
370
|
+
"error":{"httpStatusCode":500},
|
371
|
+
"exception":true,
|
372
|
+
"synthetic":true
|
373
|
+
},
|
374
|
+
"Json":{
|
375
|
+
"type":"string",
|
376
|
+
"max":16384,
|
377
|
+
"min":2,
|
378
|
+
"pattern":"^[\\s]*\\{[\\s\\S]*\\}[\\s]*$"
|
379
|
+
},
|
380
|
+
"ListChangeSetsRequest":{
|
381
|
+
"type":"structure",
|
382
|
+
"required":["Catalog"],
|
383
|
+
"members":{
|
384
|
+
"Catalog":{"shape":"Catalog"},
|
385
|
+
"FilterList":{"shape":"FilterList"},
|
386
|
+
"Sort":{"shape":"Sort"},
|
387
|
+
"MaxResults":{"shape":"MaxResultInteger"},
|
388
|
+
"NextToken":{"shape":"NextToken"}
|
389
|
+
}
|
390
|
+
},
|
391
|
+
"ListChangeSetsResponse":{
|
392
|
+
"type":"structure",
|
393
|
+
"members":{
|
394
|
+
"ChangeSetSummaryList":{"shape":"ChangeSetSummaryList"},
|
395
|
+
"NextToken":{"shape":"NextToken"}
|
396
|
+
}
|
397
|
+
},
|
398
|
+
"ListEntitiesRequest":{
|
399
|
+
"type":"structure",
|
400
|
+
"required":[
|
401
|
+
"Catalog",
|
402
|
+
"EntityType"
|
403
|
+
],
|
404
|
+
"members":{
|
405
|
+
"Catalog":{"shape":"Catalog"},
|
406
|
+
"EntityType":{"shape":"EntityType"},
|
407
|
+
"FilterList":{"shape":"FilterList"},
|
408
|
+
"Sort":{"shape":"Sort"},
|
409
|
+
"NextToken":{"shape":"NextToken"},
|
410
|
+
"MaxResults":{"shape":"MaxResultInteger"}
|
411
|
+
}
|
412
|
+
},
|
413
|
+
"ListEntitiesResponse":{
|
414
|
+
"type":"structure",
|
415
|
+
"members":{
|
416
|
+
"EntitySummaryList":{"shape":"EntitySummaryList"},
|
417
|
+
"NextToken":{"shape":"NextToken"}
|
418
|
+
}
|
419
|
+
},
|
420
|
+
"MaxResultInteger":{
|
421
|
+
"type":"integer",
|
422
|
+
"box":true,
|
423
|
+
"max":20,
|
424
|
+
"min":1
|
425
|
+
},
|
426
|
+
"NextToken":{
|
427
|
+
"type":"string",
|
428
|
+
"max":2048,
|
429
|
+
"min":1,
|
430
|
+
"pattern":"^[\\w+=.:@\\-\\/]$"
|
431
|
+
},
|
432
|
+
"RequestedChangeList":{
|
433
|
+
"type":"list",
|
434
|
+
"member":{"shape":"Change"},
|
435
|
+
"max":20,
|
436
|
+
"min":1
|
437
|
+
},
|
438
|
+
"ResourceId":{
|
439
|
+
"type":"string",
|
440
|
+
"max":255,
|
441
|
+
"min":1,
|
442
|
+
"pattern":"^[\\w\\-]+$"
|
443
|
+
},
|
444
|
+
"ResourceIdList":{
|
445
|
+
"type":"list",
|
446
|
+
"member":{"shape":"ResourceId"}
|
447
|
+
},
|
448
|
+
"ResourceInUseException":{
|
449
|
+
"type":"structure",
|
450
|
+
"members":{
|
451
|
+
"Message":{"shape":"StringValue"}
|
452
|
+
},
|
453
|
+
"error":{"httpStatusCode":423},
|
454
|
+
"exception":true,
|
455
|
+
"synthetic":true
|
456
|
+
},
|
457
|
+
"ResourceNotFoundException":{
|
458
|
+
"type":"structure",
|
459
|
+
"members":{
|
460
|
+
"Message":{"shape":"StringValue"}
|
461
|
+
},
|
462
|
+
"error":{"httpStatusCode":404},
|
463
|
+
"exception":true,
|
464
|
+
"synthetic":true
|
465
|
+
},
|
466
|
+
"ResourceNotSupportedException":{
|
467
|
+
"type":"structure",
|
468
|
+
"members":{
|
469
|
+
"Message":{"shape":"StringValue"}
|
470
|
+
},
|
471
|
+
"error":{"httpStatusCode":415},
|
472
|
+
"exception":true,
|
473
|
+
"synthetic":true
|
474
|
+
},
|
475
|
+
"ServiceQuotaExceededException":{
|
476
|
+
"type":"structure",
|
477
|
+
"members":{
|
478
|
+
"Message":{"shape":"StringValue"}
|
479
|
+
},
|
480
|
+
"error":{"httpStatusCode":402},
|
481
|
+
"exception":true,
|
482
|
+
"synthetic":true
|
483
|
+
},
|
484
|
+
"Sort":{
|
485
|
+
"type":"structure",
|
486
|
+
"members":{
|
487
|
+
"SortBy":{"shape":"SortBy"},
|
488
|
+
"SortOrder":{"shape":"SortOrder"}
|
489
|
+
}
|
490
|
+
},
|
491
|
+
"SortBy":{
|
492
|
+
"type":"string",
|
493
|
+
"max":255,
|
494
|
+
"min":1,
|
495
|
+
"pattern":"^[a-zA-Z]+$"
|
496
|
+
},
|
497
|
+
"SortOrder":{
|
498
|
+
"type":"string",
|
499
|
+
"enum":[
|
500
|
+
"ASCENDING",
|
501
|
+
"DESCENDING"
|
502
|
+
]
|
503
|
+
},
|
504
|
+
"StartChangeSetRequest":{
|
505
|
+
"type":"structure",
|
506
|
+
"required":[
|
507
|
+
"Catalog",
|
508
|
+
"ChangeSet"
|
509
|
+
],
|
510
|
+
"members":{
|
511
|
+
"Catalog":{"shape":"Catalog"},
|
512
|
+
"ChangeSet":{"shape":"RequestedChangeList"},
|
513
|
+
"ChangeSetName":{"shape":"ChangeSetName"},
|
514
|
+
"ClientRequestToken":{"shape":"ClientRequestToken"}
|
515
|
+
}
|
516
|
+
},
|
517
|
+
"StartChangeSetResponse":{
|
518
|
+
"type":"structure",
|
519
|
+
"members":{
|
520
|
+
"ChangeSetId":{"shape":"ResourceId"},
|
521
|
+
"ChangeSetArn":{"shape":"ARN"}
|
522
|
+
}
|
523
|
+
},
|
524
|
+
"StringValue":{"type":"string"},
|
525
|
+
"ThrottlingException":{
|
526
|
+
"type":"structure",
|
527
|
+
"members":{
|
528
|
+
"Message":{"shape":"StringValue"}
|
529
|
+
},
|
530
|
+
"error":{"httpStatusCode":429},
|
531
|
+
"exception":true,
|
532
|
+
"synthetic":true
|
533
|
+
},
|
534
|
+
"ValidationException":{
|
535
|
+
"type":"structure",
|
536
|
+
"members":{
|
537
|
+
"Message":{"shape":"StringValue"}
|
538
|
+
},
|
539
|
+
"error":{"httpStatusCode":422},
|
540
|
+
"exception":true,
|
541
|
+
"synthetic":true
|
542
|
+
},
|
543
|
+
"ValueList":{
|
544
|
+
"type":"list",
|
545
|
+
"member":{"shape":"StringValue"},
|
546
|
+
"max":10,
|
547
|
+
"min":1
|
548
|
+
}
|
549
|
+
}
|
550
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListChangeSets": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults"
|
7
|
+
},
|
8
|
+
"ListEntities": {
|
9
|
+
"input_token": "NextToken",
|
10
|
+
"output_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults"
|
12
|
+
}
|
13
|
+
}
|
14
|
+
}
|
data/endpoints.json
CHANGED
@@ -1061,6 +1061,8 @@
|
|
1061
1061
|
"ap-southeast-2" : { },
|
1062
1062
|
"eu-central-1" : { },
|
1063
1063
|
"eu-west-1" : { },
|
1064
|
+
"eu-west-2" : { },
|
1065
|
+
"eu-west-3" : { },
|
1064
1066
|
"sa-east-1" : { },
|
1065
1067
|
"us-east-1" : { },
|
1066
1068
|
"us-east-2" : { },
|
@@ -3313,10 +3315,25 @@
|
|
3313
3315
|
"shield" : {
|
3314
3316
|
"defaults" : {
|
3315
3317
|
"protocols" : [ "https" ],
|
3316
|
-
"sslCommonName" : "shield.
|
3318
|
+
"sslCommonName" : "shield.ca-central-1.amazonaws.com"
|
3317
3319
|
},
|
3318
3320
|
"endpoints" : {
|
3319
|
-
"
|
3321
|
+
"ap-northeast-1" : { },
|
3322
|
+
"ap-northeast-2" : { },
|
3323
|
+
"ap-south-1" : { },
|
3324
|
+
"ap-southeast-1" : { },
|
3325
|
+
"ap-southeast-2" : { },
|
3326
|
+
"ca-central-1" : { },
|
3327
|
+
"eu-central-1" : { },
|
3328
|
+
"eu-north-1" : { },
|
3329
|
+
"eu-west-1" : { },
|
3330
|
+
"eu-west-2" : { },
|
3331
|
+
"eu-west-3" : { },
|
3332
|
+
"sa-east-1" : { },
|
3333
|
+
"us-east-1" : { },
|
3334
|
+
"us-east-2" : { },
|
3335
|
+
"us-west-1" : { },
|
3336
|
+
"us-west-2" : { }
|
3320
3337
|
},
|
3321
3338
|
"isRegionalized" : false
|
3322
3339
|
},
|
data/lib/aws-sdk-core.rb
CHANGED
@@ -0,0 +1,6 @@
|
|
1
|
+
Aws.add_service(:MarketplaceCatalog, {
|
2
|
+
api: "#{Aws::API_DIR}/marketplace-catalog/2018-09-17/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/marketplace-catalog/2018-09-17/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/marketplace-catalog/2018-09-17/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/marketplace-catalog/2018-09-17/paginators-1.json",
|
6
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
@@ -466,6 +466,10 @@
|
|
466
466
|
"models": "managedblockchain/2018-09-24",
|
467
467
|
"endpoint": "managedblockchain"
|
468
468
|
},
|
469
|
+
"MarketplaceCatalog": {
|
470
|
+
"models": "marketplace-catalog/2018-09-17",
|
471
|
+
"endpoint": "catalog.marketplace"
|
472
|
+
},
|
469
473
|
"MarketplaceCommerceAnalytics": {
|
470
474
|
"models": "marketplacecommerceanalytics/2015-07-01",
|
471
475
|
"endpoint": "marketplacecommerceanalytics"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.396
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-11-
|
11
|
+
date: 2019-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -527,6 +527,9 @@ files:
|
|
527
527
|
- apis/managedblockchain/2018-09-24/api-2.json
|
528
528
|
- apis/managedblockchain/2018-09-24/examples-1.json
|
529
529
|
- apis/managedblockchain/2018-09-24/paginators-1.json
|
530
|
+
- apis/marketplace-catalog/2018-09-17/api-2.json
|
531
|
+
- apis/marketplace-catalog/2018-09-17/examples-1.json
|
532
|
+
- apis/marketplace-catalog/2018-09-17/paginators-1.json
|
530
533
|
- apis/marketplacecommerceanalytics/2015-07-01/api-2.json
|
531
534
|
- apis/marketplacecommerceanalytics/2015-07-01/examples-1.json
|
532
535
|
- apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json
|
@@ -989,6 +992,7 @@ files:
|
|
989
992
|
- lib/aws-sdk-core/machinelearning.rb
|
990
993
|
- lib/aws-sdk-core/macie.rb
|
991
994
|
- lib/aws-sdk-core/managedblockchain.rb
|
995
|
+
- lib/aws-sdk-core/marketplacecatalog.rb
|
992
996
|
- lib/aws-sdk-core/marketplacecommerceanalytics.rb
|
993
997
|
- lib/aws-sdk-core/marketplaceentitlementservice.rb
|
994
998
|
- lib/aws-sdk-core/marketplacemetering.rb
|