aws-sdk-core 2.3.20 → 2.3.21

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13fd3480a3e5d83393f3e99bb81d62ee5e700300
4
- data.tar.gz: bab2be76dcce003fce646b70af336e42b98dfb9a
3
+ metadata.gz: 74df8a47fbceb48c44e572bfe9724a2f13d20eda
4
+ data.tar.gz: bc06cb8919a8fb6e933b0bf58d5c21979fb138df
5
5
  SHA512:
6
- metadata.gz: 059d5090d6322fa9d4c995569d8043f4d4fcf41e9e2761f6470f9744cf4478879365379bba5d6f24101f136ea82f5378c1fcc7151a3d845f8377f56865ca0b0a
7
- data.tar.gz: d320bf120e99d19653233bc4c0463ec8c1a79b577bfa9bd5fad606d692238051fe0bc6af892782e3d845921a56a1c5c93676aabc914a8e990799da5759f1e5cd
6
+ metadata.gz: 1cd12fdff6278486a3dabe409a5673498ec174a677c157069a83285dc4edbccd69c01d44d1c2ddb427bab2ebdd71c9b3ffb4280b42d6c8508dcd22d20532c2c8
7
+ data.tar.gz: 96b99fcd15a888df7842ef57a942792a1c4700b75d70faf405539c999721625e5c649a719600e0a7490eb3d8b2092cd39c2cb9e4744f684485426757ef7afa8d
@@ -23,6 +23,17 @@
23
23
  {"shape":"ResourceInUseException"}
24
24
  ]
25
25
  },
26
+ "DeleteConfigurationRecorder":{
27
+ "name":"DeleteConfigurationRecorder",
28
+ "http":{
29
+ "method":"POST",
30
+ "requestUri":"/"
31
+ },
32
+ "input":{"shape":"DeleteConfigurationRecorderRequest"},
33
+ "errors":[
34
+ {"shape":"NoSuchConfigurationRecorderException"}
35
+ ]
36
+ },
26
37
  "DeleteDeliveryChannel":{
27
38
  "name":"DeleteDeliveryChannel",
28
39
  "http":{
@@ -236,7 +247,8 @@
236
247
  {"shape":"InvalidParameterValueException"},
237
248
  {"shape":"MaxNumberOfConfigRulesExceededException"},
238
249
  {"shape":"ResourceInUseException"},
239
- {"shape":"InsufficientPermissionsException"}
250
+ {"shape":"InsufficientPermissionsException"},
251
+ {"shape":"NoAvailableConfigurationRecorderException"}
240
252
  ]
241
253
  },
242
254
  "PutConfigurationRecorder":{
@@ -562,6 +574,13 @@
562
574
  "ConfigRuleName":{"shape":"StringWithCharLimit64"}
563
575
  }
564
576
  },
577
+ "DeleteConfigurationRecorderRequest":{
578
+ "type":"structure",
579
+ "required":["ConfigurationRecorderName"],
580
+ "members":{
581
+ "ConfigurationRecorderName":{"shape":"RecorderName"}
582
+ }
583
+ },
565
584
  "DeleteDeliveryChannelRequest":{
566
585
  "type":"structure",
567
586
  "required":["DeliveryChannelName"],
@@ -11,6 +11,22 @@
11
11
  "targetPrefix":"DirectoryService_20150416"
12
12
  },
13
13
  "operations":{
14
+ "AddTagsToResource":{
15
+ "name":"AddTagsToResource",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"AddTagsToResourceRequest"},
21
+ "output":{"shape":"AddTagsToResourceResult"},
22
+ "errors":[
23
+ {"shape":"EntityDoesNotExistException"},
24
+ {"shape":"InvalidParameterException"},
25
+ {"shape":"TagLimitExceededException"},
26
+ {"shape":"ClientException"},
27
+ {"shape":"ServiceException"}
28
+ ]
29
+ },
14
30
  "ConnectDirectory":{
15
31
  "name":"ConnectDirectory",
16
32
  "http":{
@@ -391,6 +407,22 @@
391
407
  {"shape":"ServiceException"}
392
408
  ]
393
409
  },
410
+ "ListTagsForResource":{
411
+ "name":"ListTagsForResource",
412
+ "http":{
413
+ "method":"POST",
414
+ "requestUri":"/"
415
+ },
416
+ "input":{"shape":"ListTagsForResourceRequest"},
417
+ "output":{"shape":"ListTagsForResourceResult"},
418
+ "errors":[
419
+ {"shape":"EntityDoesNotExistException"},
420
+ {"shape":"InvalidNextTokenException"},
421
+ {"shape":"InvalidParameterException"},
422
+ {"shape":"ClientException"},
423
+ {"shape":"ServiceException"}
424
+ ]
425
+ },
394
426
  "RegisterEventTopic":{
395
427
  "name":"RegisterEventTopic",
396
428
  "http":{
@@ -406,6 +438,21 @@
406
438
  {"shape":"ServiceException"}
407
439
  ]
408
440
  },
441
+ "RemoveTagsFromResource":{
442
+ "name":"RemoveTagsFromResource",
443
+ "http":{
444
+ "method":"POST",
445
+ "requestUri":"/"
446
+ },
447
+ "input":{"shape":"RemoveTagsFromResourceRequest"},
448
+ "output":{"shape":"RemoveTagsFromResourceResult"},
449
+ "errors":[
450
+ {"shape":"EntityDoesNotExistException"},
451
+ {"shape":"InvalidParameterException"},
452
+ {"shape":"ClientException"},
453
+ {"shape":"ServiceException"}
454
+ ]
455
+ },
409
456
  "RestoreFromSnapshot":{
410
457
  "name":"RestoreFromSnapshot",
411
458
  "http":{
@@ -476,6 +523,22 @@
476
523
  "max":128,
477
524
  "min":1
478
525
  },
526
+ "AddTagsToResourceRequest":{
527
+ "type":"structure",
528
+ "required":[
529
+ "ResourceId",
530
+ "Tags"
531
+ ],
532
+ "members":{
533
+ "ResourceId":{"shape":"ResourceId"},
534
+ "Tags":{"shape":"Tags"}
535
+ }
536
+ },
537
+ "AddTagsToResourceResult":{
538
+ "type":"structure",
539
+ "members":{
540
+ }
541
+ },
479
542
  "AliasName":{
480
543
  "type":"string",
481
544
  "max":62,
@@ -1176,6 +1239,22 @@
1176
1239
  "type":"integer",
1177
1240
  "min":0
1178
1241
  },
1242
+ "ListTagsForResourceRequest":{
1243
+ "type":"structure",
1244
+ "required":["ResourceId"],
1245
+ "members":{
1246
+ "ResourceId":{"shape":"ResourceId"},
1247
+ "NextToken":{"shape":"NextToken"},
1248
+ "Limit":{"shape":"Limit"}
1249
+ }
1250
+ },
1251
+ "ListTagsForResourceResult":{
1252
+ "type":"structure",
1253
+ "members":{
1254
+ "Tags":{"shape":"Tags"},
1255
+ "NextToken":{"shape":"NextToken"}
1256
+ }
1257
+ },
1179
1258
  "ManualSnapshotsLimitReached":{"type":"boolean"},
1180
1259
  "NextToken":{"type":"string"},
1181
1260
  "OrganizationalUnitDN":{
@@ -1268,6 +1347,22 @@
1268
1347
  "type":"list",
1269
1348
  "member":{"shape":"RemoteDomainName"}
1270
1349
  },
1350
+ "RemoveTagsFromResourceRequest":{
1351
+ "type":"structure",
1352
+ "required":[
1353
+ "ResourceId",
1354
+ "TagKeys"
1355
+ ],
1356
+ "members":{
1357
+ "ResourceId":{"shape":"ResourceId"},
1358
+ "TagKeys":{"shape":"TagKeys"}
1359
+ }
1360
+ },
1361
+ "RemoveTagsFromResourceResult":{
1362
+ "type":"structure",
1363
+ "members":{
1364
+ }
1365
+ },
1271
1366
  "ReplicationScope":{
1272
1367
  "type":"string",
1273
1368
  "enum":["Domain"]
@@ -1276,6 +1371,10 @@
1276
1371
  "type":"string",
1277
1372
  "pattern":"^([A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12})$"
1278
1373
  },
1374
+ "ResourceId":{
1375
+ "type":"string",
1376
+ "pattern":"^[d]-[0-9a-f]{10}$"
1377
+ },
1279
1378
  "RestoreFromSnapshotRequest":{
1280
1379
  "type":"structure",
1281
1380
  "required":["SnapshotId"],
@@ -1388,6 +1487,45 @@
1388
1487
  "type":"list",
1389
1488
  "member":{"shape":"SubnetId"}
1390
1489
  },
1490
+ "Tag":{
1491
+ "type":"structure",
1492
+ "required":[
1493
+ "Key",
1494
+ "Value"
1495
+ ],
1496
+ "members":{
1497
+ "Key":{"shape":"TagKey"},
1498
+ "Value":{"shape":"TagValue"}
1499
+ }
1500
+ },
1501
+ "TagKey":{
1502
+ "type":"string",
1503
+ "max":128,
1504
+ "min":1,
1505
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1506
+ },
1507
+ "TagKeys":{
1508
+ "type":"list",
1509
+ "member":{"shape":"TagKey"}
1510
+ },
1511
+ "TagLimitExceededException":{
1512
+ "type":"structure",
1513
+ "members":{
1514
+ "Message":{"shape":"ExceptionMessage"},
1515
+ "RequestId":{"shape":"RequestId"}
1516
+ },
1517
+ "exception":true
1518
+ },
1519
+ "TagValue":{
1520
+ "type":"string",
1521
+ "max":256,
1522
+ "min":0,
1523
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1524
+ },
1525
+ "Tags":{
1526
+ "type":"list",
1527
+ "member":{"shape":"Tag"}
1528
+ },
1391
1529
  "TopicArn":{"type":"string"},
1392
1530
  "TopicName":{
1393
1531
  "type":"string",
@@ -100,6 +100,62 @@
100
100
  }
101
101
  ]
102
102
  },
103
+ "InstanceRegistered": {
104
+ "delay": 15,
105
+ "operation": "DescribeInstances",
106
+ "maxAttempts": 40,
107
+ "description": "Wait until OpsWorks instance is registered.",
108
+ "acceptors": [
109
+ {
110
+ "expected": "registered",
111
+ "matcher": "pathAll",
112
+ "state": "success",
113
+ "argument": "Instances[].Status"
114
+ },
115
+ {
116
+ "expected": "setup_failed",
117
+ "matcher": "pathAny",
118
+ "state": "failure",
119
+ "argument": "Instances[].Status"
120
+ },
121
+ {
122
+ "expected": "shutting_down",
123
+ "matcher": "pathAny",
124
+ "state": "failure",
125
+ "argument": "Instances[].Status"
126
+ },
127
+ {
128
+ "expected": "stopped",
129
+ "matcher": "pathAny",
130
+ "state": "failure",
131
+ "argument": "Instances[].Status"
132
+ },
133
+ {
134
+ "expected": "stopping",
135
+ "matcher": "pathAny",
136
+ "state": "failure",
137
+ "argument": "Instances[].Status"
138
+ },
139
+ {
140
+ "expected": "terminating",
141
+ "matcher": "pathAny",
142
+ "state": "failure",
143
+ "argument": "Instances[].Status"
144
+ },
145
+ {
146
+ "expected": "terminated",
147
+ "matcher": "pathAny",
148
+ "state": "failure",
149
+ "argument": "Instances[].Status"
150
+ },
151
+ {
152
+ "expected": "stop_failed",
153
+ "matcher": "pathAny",
154
+ "state": "failure",
155
+ "argument": "Instances[].Status"
156
+ }
157
+ ]
158
+ },
103
159
  "InstanceStopped": {
104
160
  "delay": 15,
105
161
  "operation": "DescribeInstances",
@@ -0,0 +1,749 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2015-12-10",
5
+ "endpointPrefix":"servicecatalog",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceFullName":"AWS Service Catalog",
9
+ "signatureVersion":"v4",
10
+ "targetPrefix":"AWS242ServiceCatalogService"
11
+ },
12
+ "operations":{
13
+ "DescribeProduct":{
14
+ "name":"DescribeProduct",
15
+ "http":{
16
+ "method":"POST",
17
+ "requestUri":"/"
18
+ },
19
+ "input":{"shape":"DescribeProductInput"},
20
+ "output":{"shape":"DescribeProductOutput"},
21
+ "errors":[
22
+ {"shape":"ResourceNotFoundException"},
23
+ {"shape":"InvalidParametersException"}
24
+ ]
25
+ },
26
+ "DescribeProductView":{
27
+ "name":"DescribeProductView",
28
+ "http":{
29
+ "method":"POST",
30
+ "requestUri":"/"
31
+ },
32
+ "input":{"shape":"DescribeProductViewInput"},
33
+ "output":{"shape":"DescribeProductViewOutput"},
34
+ "errors":[
35
+ {"shape":"ResourceNotFoundException"},
36
+ {"shape":"InvalidParametersException"}
37
+ ]
38
+ },
39
+ "DescribeProvisioningParameters":{
40
+ "name":"DescribeProvisioningParameters",
41
+ "http":{
42
+ "method":"POST",
43
+ "requestUri":"/"
44
+ },
45
+ "input":{"shape":"DescribeProvisioningParametersInput"},
46
+ "output":{"shape":"DescribeProvisioningParametersOutput"},
47
+ "errors":[
48
+ {"shape":"InvalidParametersException"},
49
+ {"shape":"ResourceNotFoundException"}
50
+ ]
51
+ },
52
+ "DescribeRecord":{
53
+ "name":"DescribeRecord",
54
+ "http":{
55
+ "method":"POST",
56
+ "requestUri":"/"
57
+ },
58
+ "input":{"shape":"DescribeRecordInput"},
59
+ "output":{"shape":"DescribeRecordOutput"},
60
+ "errors":[
61
+ {"shape":"ResourceNotFoundException"}
62
+ ]
63
+ },
64
+ "ListLaunchPaths":{
65
+ "name":"ListLaunchPaths",
66
+ "http":{
67
+ "method":"POST",
68
+ "requestUri":"/"
69
+ },
70
+ "input":{"shape":"ListLaunchPathsInput"},
71
+ "output":{"shape":"ListLaunchPathsOutput"},
72
+ "errors":[
73
+ {"shape":"InvalidParametersException"},
74
+ {"shape":"ResourceNotFoundException"}
75
+ ]
76
+ },
77
+ "ListRecordHistory":{
78
+ "name":"ListRecordHistory",
79
+ "http":{
80
+ "method":"POST",
81
+ "requestUri":"/"
82
+ },
83
+ "input":{"shape":"ListRecordHistoryInput"},
84
+ "output":{"shape":"ListRecordHistoryOutput"},
85
+ "errors":[
86
+ {"shape":"InvalidParametersException"}
87
+ ]
88
+ },
89
+ "ProvisionProduct":{
90
+ "name":"ProvisionProduct",
91
+ "http":{
92
+ "method":"POST",
93
+ "requestUri":"/"
94
+ },
95
+ "input":{"shape":"ProvisionProductInput"},
96
+ "output":{"shape":"ProvisionProductOutput"},
97
+ "errors":[
98
+ {"shape":"InvalidParametersException"},
99
+ {"shape":"ResourceNotFoundException"},
100
+ {"shape":"DuplicateResourceException"}
101
+ ]
102
+ },
103
+ "ScanProvisionedProducts":{
104
+ "name":"ScanProvisionedProducts",
105
+ "http":{
106
+ "method":"POST",
107
+ "requestUri":"/"
108
+ },
109
+ "input":{"shape":"ScanProvisionedProductsInput"},
110
+ "output":{"shape":"ScanProvisionedProductsOutput"},
111
+ "errors":[
112
+ {"shape":"InvalidParametersException"}
113
+ ]
114
+ },
115
+ "SearchProducts":{
116
+ "name":"SearchProducts",
117
+ "http":{
118
+ "method":"POST",
119
+ "requestUri":"/"
120
+ },
121
+ "input":{"shape":"SearchProductsInput"},
122
+ "output":{"shape":"SearchProductsOutput"},
123
+ "errors":[
124
+ {"shape":"InvalidParametersException"}
125
+ ]
126
+ },
127
+ "TerminateProvisionedProduct":{
128
+ "name":"TerminateProvisionedProduct",
129
+ "http":{
130
+ "method":"POST",
131
+ "requestUri":"/"
132
+ },
133
+ "input":{"shape":"TerminateProvisionedProductInput"},
134
+ "output":{"shape":"TerminateProvisionedProductOutput"},
135
+ "errors":[
136
+ {"shape":"ResourceNotFoundException"}
137
+ ]
138
+ },
139
+ "UpdateProvisionedProduct":{
140
+ "name":"UpdateProvisionedProduct",
141
+ "http":{
142
+ "method":"POST",
143
+ "requestUri":"/"
144
+ },
145
+ "input":{"shape":"UpdateProvisionedProductInput"},
146
+ "output":{"shape":"UpdateProvisionedProductOutput"},
147
+ "errors":[
148
+ {"shape":"InvalidParametersException"},
149
+ {"shape":"ResourceNotFoundException"}
150
+ ]
151
+ }
152
+ },
153
+ "shapes":{
154
+ "AcceptLanguage":{"type":"string"},
155
+ "AllowedValue":{"type":"string"},
156
+ "AllowedValues":{
157
+ "type":"list",
158
+ "member":{"shape":"AllowedValue"}
159
+ },
160
+ "ApproximateCount":{"type":"integer"},
161
+ "AttributeValue":{"type":"string"},
162
+ "ConstraintDescription":{"type":"string"},
163
+ "ConstraintSummaries":{
164
+ "type":"list",
165
+ "member":{"shape":"ConstraintSummary"}
166
+ },
167
+ "ConstraintSummary":{
168
+ "type":"structure",
169
+ "members":{
170
+ "Type":{"shape":"ConstraintType"},
171
+ "Description":{"shape":"ConstraintDescription"}
172
+ }
173
+ },
174
+ "ConstraintType":{"type":"string"},
175
+ "CreatedTime":{"type":"timestamp"},
176
+ "DefaultValue":{"type":"string"},
177
+ "DescribeProductInput":{
178
+ "type":"structure",
179
+ "required":["Id"],
180
+ "members":{
181
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
182
+ "Id":{"shape":"Id"}
183
+ }
184
+ },
185
+ "DescribeProductOutput":{
186
+ "type":"structure",
187
+ "members":{
188
+ "ProductViewSummary":{"shape":"ProductViewSummary"},
189
+ "ProvisioningArtifacts":{"shape":"ProvisioningArtifacts"}
190
+ }
191
+ },
192
+ "DescribeProductViewInput":{
193
+ "type":"structure",
194
+ "required":["Id"],
195
+ "members":{
196
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
197
+ "Id":{"shape":"Id"}
198
+ }
199
+ },
200
+ "DescribeProductViewOutput":{
201
+ "type":"structure",
202
+ "members":{
203
+ "ProductViewSummary":{"shape":"ProductViewSummary"},
204
+ "ProvisioningArtifacts":{"shape":"ProvisioningArtifacts"}
205
+ }
206
+ },
207
+ "DescribeProvisioningParametersInput":{
208
+ "type":"structure",
209
+ "required":[
210
+ "ProductId",
211
+ "ProvisioningArtifactId"
212
+ ],
213
+ "members":{
214
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
215
+ "ProductId":{"shape":"Id"},
216
+ "ProvisioningArtifactId":{"shape":"Id"},
217
+ "PathId":{"shape":"Id"}
218
+ }
219
+ },
220
+ "DescribeProvisioningParametersOutput":{
221
+ "type":"structure",
222
+ "members":{
223
+ "ProvisioningArtifactParameters":{"shape":"ProvisioningArtifactParameters"},
224
+ "ConstraintSummaries":{"shape":"ConstraintSummaries"},
225
+ "UsageInstructions":{"shape":"UsageInstructions"}
226
+ }
227
+ },
228
+ "DescribeRecordInput":{
229
+ "type":"structure",
230
+ "required":["Id"],
231
+ "members":{
232
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
233
+ "Id":{"shape":"Id"},
234
+ "PageToken":{"shape":"PageToken"},
235
+ "PageSize":{"shape":"PageSize"}
236
+ }
237
+ },
238
+ "DescribeRecordOutput":{
239
+ "type":"structure",
240
+ "members":{
241
+ "RecordDetail":{"shape":"RecordDetail"},
242
+ "RecordOutputs":{"shape":"RecordOutputs"},
243
+ "NextPageToken":{"shape":"PageToken"}
244
+ }
245
+ },
246
+ "Description":{"type":"string"},
247
+ "DuplicateResourceException":{
248
+ "type":"structure",
249
+ "members":{
250
+ },
251
+ "exception":true
252
+ },
253
+ "ErrorCode":{"type":"string"},
254
+ "ErrorDescription":{"type":"string"},
255
+ "HasDefaultPath":{"type":"boolean"},
256
+ "Id":{"type":"string"},
257
+ "IdempotencyToken":{
258
+ "type":"string",
259
+ "max":128,
260
+ "min":1,
261
+ "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*"
262
+ },
263
+ "IgnoreErrors":{"type":"boolean"},
264
+ "InstructionType":{"type":"string"},
265
+ "InstructionValue":{"type":"string"},
266
+ "InvalidParametersException":{
267
+ "type":"structure",
268
+ "members":{
269
+ },
270
+ "exception":true
271
+ },
272
+ "LastRequestId":{"type":"string"},
273
+ "LaunchPathSummaries":{
274
+ "type":"list",
275
+ "member":{"shape":"LaunchPathSummary"}
276
+ },
277
+ "LaunchPathSummary":{
278
+ "type":"structure",
279
+ "members":{
280
+ "Id":{"shape":"Id"},
281
+ "ConstraintSummaries":{"shape":"ConstraintSummaries"},
282
+ "Tags":{"shape":"Tags"},
283
+ "Name":{"shape":"PortfolioName"}
284
+ }
285
+ },
286
+ "ListLaunchPathsInput":{
287
+ "type":"structure",
288
+ "required":["ProductId"],
289
+ "members":{
290
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
291
+ "ProductId":{"shape":"Id"},
292
+ "PageSize":{"shape":"PageSize"},
293
+ "PageToken":{"shape":"PageToken"}
294
+ }
295
+ },
296
+ "ListLaunchPathsOutput":{
297
+ "type":"structure",
298
+ "members":{
299
+ "LaunchPathSummaries":{"shape":"LaunchPathSummaries"},
300
+ "NextPageToken":{"shape":"PageToken"}
301
+ }
302
+ },
303
+ "ListRecordHistoryInput":{
304
+ "type":"structure",
305
+ "members":{
306
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
307
+ "SearchFilter":{"shape":"ListRecordHistorySearchFilter"},
308
+ "PageSize":{"shape":"PageSize"},
309
+ "PageToken":{"shape":"PageToken"}
310
+ }
311
+ },
312
+ "ListRecordHistoryOutput":{
313
+ "type":"structure",
314
+ "members":{
315
+ "RecordDetails":{"shape":"RecordDetails"},
316
+ "NextPageToken":{"shape":"PageToken"}
317
+ }
318
+ },
319
+ "ListRecordHistorySearchFilter":{
320
+ "type":"structure",
321
+ "members":{
322
+ "Key":{"shape":"SearchFilterKey"},
323
+ "Value":{"shape":"SearchFilterValue"}
324
+ }
325
+ },
326
+ "NoEcho":{"type":"boolean"},
327
+ "NotificationArn":{
328
+ "type":"string",
329
+ "max":1224,
330
+ "min":1,
331
+ "pattern":"arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
332
+ },
333
+ "NotificationArns":{
334
+ "type":"list",
335
+ "member":{"shape":"NotificationArn"},
336
+ "max":5
337
+ },
338
+ "OutputKey":{"type":"string"},
339
+ "OutputValue":{"type":"string"},
340
+ "PageSize":{
341
+ "type":"integer",
342
+ "max":20,
343
+ "min":0
344
+ },
345
+ "PageToken":{
346
+ "type":"string",
347
+ "pattern":"[\\u0009\\u000a\\u000d\\u0020-\\uD7FF\\uE000-\\uFFFD]*"
348
+ },
349
+ "ParameterConstraints":{
350
+ "type":"structure",
351
+ "members":{
352
+ "AllowedValues":{"shape":"AllowedValues"}
353
+ }
354
+ },
355
+ "ParameterKey":{"type":"string"},
356
+ "ParameterType":{"type":"string"},
357
+ "ParameterValue":{"type":"string"},
358
+ "PortfolioName":{"type":"string"},
359
+ "ProductType":{"type":"string"},
360
+ "ProductViewAggregationType":{"type":"string"},
361
+ "ProductViewAggregationValue":{
362
+ "type":"structure",
363
+ "members":{
364
+ "Value":{"shape":"AttributeValue"},
365
+ "ApproximateCount":{"shape":"ApproximateCount"}
366
+ }
367
+ },
368
+ "ProductViewAggregationValues":{
369
+ "type":"list",
370
+ "member":{"shape":"ProductViewAggregationValue"}
371
+ },
372
+ "ProductViewAggregations":{
373
+ "type":"map",
374
+ "key":{"shape":"ProductViewAggregationType"},
375
+ "value":{"shape":"ProductViewAggregationValues"}
376
+ },
377
+ "ProductViewDistributor":{"type":"string"},
378
+ "ProductViewFilterBy":{
379
+ "type":"string",
380
+ "enum":[
381
+ "FullTextSearch",
382
+ "Owner",
383
+ "ProductType"
384
+ ]
385
+ },
386
+ "ProductViewFilterValue":{"type":"string"},
387
+ "ProductViewFilterValues":{
388
+ "type":"list",
389
+ "member":{"shape":"ProductViewFilterValue"}
390
+ },
391
+ "ProductViewFilters":{
392
+ "type":"map",
393
+ "key":{"shape":"ProductViewFilterBy"},
394
+ "value":{"shape":"ProductViewFilterValues"}
395
+ },
396
+ "ProductViewName":{"type":"string"},
397
+ "ProductViewOwner":{"type":"string"},
398
+ "ProductViewShortDescription":{"type":"string"},
399
+ "ProductViewSortBy":{
400
+ "type":"string",
401
+ "enum":[
402
+ "Title",
403
+ "VersionCount",
404
+ "CreationDate"
405
+ ]
406
+ },
407
+ "ProductViewSummaries":{
408
+ "type":"list",
409
+ "member":{"shape":"ProductViewSummary"}
410
+ },
411
+ "ProductViewSummary":{
412
+ "type":"structure",
413
+ "members":{
414
+ "Id":{"shape":"Id"},
415
+ "ProductId":{"shape":"Id"},
416
+ "Name":{"shape":"ProductViewName"},
417
+ "Owner":{"shape":"ProductViewOwner"},
418
+ "ShortDescription":{"shape":"ProductViewShortDescription"},
419
+ "Type":{"shape":"ProductType"},
420
+ "Distributor":{"shape":"ProductViewDistributor"},
421
+ "HasDefaultPath":{"shape":"HasDefaultPath"},
422
+ "SupportEmail":{"shape":"SupportEmail"},
423
+ "SupportDescription":{"shape":"SupportDescription"},
424
+ "SupportUrl":{"shape":"SupportUrl"}
425
+ }
426
+ },
427
+ "ProvisionProductInput":{
428
+ "type":"structure",
429
+ "required":[
430
+ "ProductId",
431
+ "ProvisioningArtifactId",
432
+ "ProvisionedProductName",
433
+ "ProvisionToken"
434
+ ],
435
+ "members":{
436
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
437
+ "ProductId":{"shape":"Id"},
438
+ "ProvisioningArtifactId":{"shape":"Id"},
439
+ "PathId":{"shape":"Id"},
440
+ "ProvisionedProductName":{"shape":"ProvisionedProductName"},
441
+ "ProvisioningParameters":{"shape":"ProvisioningParameters"},
442
+ "Tags":{"shape":"Tags"},
443
+ "NotificationArns":{"shape":"NotificationArns"},
444
+ "ProvisionToken":{
445
+ "shape":"IdempotencyToken",
446
+ "idempotencyToken":true
447
+ }
448
+ }
449
+ },
450
+ "ProvisionProductOutput":{
451
+ "type":"structure",
452
+ "members":{
453
+ "RecordDetail":{"shape":"RecordDetail"}
454
+ }
455
+ },
456
+ "ProvisionedProductDetail":{
457
+ "type":"structure",
458
+ "members":{
459
+ "Name":{"shape":"ProvisionedProductNameOrArn"},
460
+ "Arn":{"shape":"ProvisionedProductNameOrArn"},
461
+ "Type":{"shape":"ProvisionedProductType"},
462
+ "Id":{"shape":"ProvisionedProductId"},
463
+ "Status":{"shape":"RecordStatus"},
464
+ "StatusMessage":{"shape":"ProvisionedProductStatusMessage"},
465
+ "CreatedTime":{"shape":"CreatedTime"},
466
+ "IdempotencyToken":{"shape":"IdempotencyToken"},
467
+ "LastRecordId":{"shape":"LastRequestId"}
468
+ }
469
+ },
470
+ "ProvisionedProductDetails":{
471
+ "type":"list",
472
+ "member":{"shape":"ProvisionedProductDetail"}
473
+ },
474
+ "ProvisionedProductId":{"type":"string"},
475
+ "ProvisionedProductName":{"type":"string"},
476
+ "ProvisionedProductNameOrArn":{
477
+ "type":"string",
478
+ "max":1224,
479
+ "min":1,
480
+ "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]{0,127}|arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
481
+ },
482
+ "ProvisionedProductStatusMessage":{"type":"string"},
483
+ "ProvisionedProductType":{"type":"string"},
484
+ "ProvisioningArtifact":{
485
+ "type":"structure",
486
+ "members":{
487
+ "Id":{"shape":"Id"},
488
+ "Name":{"shape":"ProvisioningArtifactName"},
489
+ "Description":{"shape":"ProvisioningArtifactDescription"},
490
+ "CreatedTime":{"shape":"ProvisioningArtifactCreatedTime"}
491
+ }
492
+ },
493
+ "ProvisioningArtifactCreatedTime":{"type":"timestamp"},
494
+ "ProvisioningArtifactDescription":{"type":"string"},
495
+ "ProvisioningArtifactName":{"type":"string"},
496
+ "ProvisioningArtifactParameter":{
497
+ "type":"structure",
498
+ "members":{
499
+ "ParameterKey":{"shape":"ParameterKey"},
500
+ "DefaultValue":{"shape":"DefaultValue"},
501
+ "ParameterType":{"shape":"ParameterType"},
502
+ "IsNoEcho":{"shape":"NoEcho"},
503
+ "Description":{"shape":"Description"},
504
+ "ParameterConstraints":{"shape":"ParameterConstraints"}
505
+ }
506
+ },
507
+ "ProvisioningArtifactParameters":{
508
+ "type":"list",
509
+ "member":{"shape":"ProvisioningArtifactParameter"}
510
+ },
511
+ "ProvisioningArtifacts":{
512
+ "type":"list",
513
+ "member":{"shape":"ProvisioningArtifact"}
514
+ },
515
+ "ProvisioningParameter":{
516
+ "type":"structure",
517
+ "members":{
518
+ "Key":{"shape":"ParameterKey"},
519
+ "Value":{"shape":"ParameterValue"}
520
+ }
521
+ },
522
+ "ProvisioningParameters":{
523
+ "type":"list",
524
+ "member":{"shape":"ProvisioningParameter"}
525
+ },
526
+ "RecordDetail":{
527
+ "type":"structure",
528
+ "members":{
529
+ "RecordId":{"shape":"Id"},
530
+ "ProvisionedProductName":{"shape":"ProvisionedProductName"},
531
+ "Status":{"shape":"RecordStatus"},
532
+ "CreatedTime":{"shape":"CreatedTime"},
533
+ "UpdatedTime":{"shape":"UpdatedTime"},
534
+ "ProvisionedProductType":{"shape":"ProvisionedProductType"},
535
+ "RecordType":{"shape":"RecordType"},
536
+ "ProvisionedProductId":{"shape":"Id"},
537
+ "ProductId":{"shape":"Id"},
538
+ "ProvisioningArtifactId":{"shape":"Id"},
539
+ "PathId":{"shape":"Id"},
540
+ "RecordErrors":{"shape":"RecordErrors"},
541
+ "RecordTags":{"shape":"RecordTags"}
542
+ }
543
+ },
544
+ "RecordDetails":{
545
+ "type":"list",
546
+ "member":{"shape":"RecordDetail"}
547
+ },
548
+ "RecordError":{
549
+ "type":"structure",
550
+ "members":{
551
+ "Code":{"shape":"ErrorCode"},
552
+ "Description":{"shape":"ErrorDescription"}
553
+ }
554
+ },
555
+ "RecordErrors":{
556
+ "type":"list",
557
+ "member":{"shape":"RecordError"}
558
+ },
559
+ "RecordOutput":{
560
+ "type":"structure",
561
+ "members":{
562
+ "OutputKey":{"shape":"OutputKey"},
563
+ "OutputValue":{"shape":"OutputValue"},
564
+ "Description":{"shape":"Description"}
565
+ }
566
+ },
567
+ "RecordOutputs":{
568
+ "type":"list",
569
+ "member":{"shape":"RecordOutput"}
570
+ },
571
+ "RecordStatus":{
572
+ "type":"string",
573
+ "enum":[
574
+ "IN_PROGRESS",
575
+ "SUCCEEDED",
576
+ "ERROR"
577
+ ]
578
+ },
579
+ "RecordTag":{
580
+ "type":"structure",
581
+ "members":{
582
+ "Key":{"shape":"RecordTagKey"},
583
+ "Value":{"shape":"RecordTagValue"}
584
+ }
585
+ },
586
+ "RecordTagKey":{
587
+ "type":"string",
588
+ "max":128,
589
+ "min":1,
590
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
591
+ },
592
+ "RecordTagValue":{
593
+ "type":"string",
594
+ "max":256,
595
+ "min":1,
596
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
597
+ },
598
+ "RecordTags":{
599
+ "type":"list",
600
+ "member":{"shape":"RecordTag"},
601
+ "max":10
602
+ },
603
+ "RecordType":{"type":"string"},
604
+ "ResourceNotFoundException":{
605
+ "type":"structure",
606
+ "members":{
607
+ },
608
+ "exception":true
609
+ },
610
+ "ScanProvisionedProductsInput":{
611
+ "type":"structure",
612
+ "members":{
613
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
614
+ "PageSize":{"shape":"PageSize"},
615
+ "PageToken":{"shape":"PageToken"}
616
+ }
617
+ },
618
+ "ScanProvisionedProductsOutput":{
619
+ "type":"structure",
620
+ "members":{
621
+ "ProvisionedProducts":{"shape":"ProvisionedProductDetails"},
622
+ "NextPageToken":{"shape":"PageToken"}
623
+ }
624
+ },
625
+ "SearchFilterKey":{"type":"string"},
626
+ "SearchFilterValue":{"type":"string"},
627
+ "SearchProductsInput":{
628
+ "type":"structure",
629
+ "members":{
630
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
631
+ "Filters":{"shape":"ProductViewFilters"},
632
+ "PageSize":{"shape":"PageSize"},
633
+ "SortBy":{"shape":"ProductViewSortBy"},
634
+ "SortOrder":{"shape":"SortOrder"},
635
+ "PageToken":{"shape":"PageToken"}
636
+ }
637
+ },
638
+ "SearchProductsOutput":{
639
+ "type":"structure",
640
+ "members":{
641
+ "ProductViewSummaries":{"shape":"ProductViewSummaries"},
642
+ "ProductViewAggregations":{"shape":"ProductViewAggregations"},
643
+ "NextPageToken":{"shape":"PageToken"}
644
+ }
645
+ },
646
+ "SortOrder":{
647
+ "type":"string",
648
+ "enum":[
649
+ "ASCENDING",
650
+ "DESCENDING"
651
+ ]
652
+ },
653
+ "SupportDescription":{"type":"string"},
654
+ "SupportEmail":{"type":"string"},
655
+ "SupportUrl":{"type":"string"},
656
+ "Tag":{
657
+ "type":"structure",
658
+ "members":{
659
+ "Key":{"shape":"TagKey"},
660
+ "Value":{"shape":"TagValue"}
661
+ }
662
+ },
663
+ "TagKey":{
664
+ "type":"string",
665
+ "max":128,
666
+ "min":1,
667
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
668
+ },
669
+ "TagValue":{
670
+ "type":"string",
671
+ "max":256,
672
+ "min":1,
673
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
674
+ },
675
+ "Tags":{
676
+ "type":"list",
677
+ "member":{"shape":"Tag"},
678
+ "max":10
679
+ },
680
+ "TerminateProvisionedProductInput":{
681
+ "type":"structure",
682
+ "required":["TerminateToken"],
683
+ "members":{
684
+ "ProvisionedProductName":{"shape":"ProvisionedProductNameOrArn"},
685
+ "ProvisionedProductId":{"shape":"Id"},
686
+ "TerminateToken":{
687
+ "shape":"IdempotencyToken",
688
+ "idempotencyToken":true
689
+ },
690
+ "IgnoreErrors":{"shape":"IgnoreErrors"},
691
+ "AcceptLanguage":{"shape":"AcceptLanguage"}
692
+ }
693
+ },
694
+ "TerminateProvisionedProductOutput":{
695
+ "type":"structure",
696
+ "members":{
697
+ "RecordDetail":{"shape":"RecordDetail"}
698
+ }
699
+ },
700
+ "UpdateProvisionedProductInput":{
701
+ "type":"structure",
702
+ "required":["UpdateToken"],
703
+ "members":{
704
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
705
+ "ProvisionedProductName":{"shape":"ProvisionedProductNameOrArn"},
706
+ "ProvisionedProductId":{"shape":"Id"},
707
+ "ProductId":{"shape":"Id"},
708
+ "ProvisioningArtifactId":{"shape":"Id"},
709
+ "PathId":{"shape":"Id"},
710
+ "ProvisioningParameters":{"shape":"UpdateProvisioningParameters"},
711
+ "UpdateToken":{
712
+ "shape":"IdempotencyToken",
713
+ "idempotencyToken":true
714
+ }
715
+ }
716
+ },
717
+ "UpdateProvisionedProductOutput":{
718
+ "type":"structure",
719
+ "members":{
720
+ "RecordDetail":{"shape":"RecordDetail"}
721
+ }
722
+ },
723
+ "UpdateProvisioningParameter":{
724
+ "type":"structure",
725
+ "members":{
726
+ "Key":{"shape":"ParameterKey"},
727
+ "Value":{"shape":"ParameterValue"},
728
+ "UsePreviousValue":{"shape":"UsePreviousValue"}
729
+ }
730
+ },
731
+ "UpdateProvisioningParameters":{
732
+ "type":"list",
733
+ "member":{"shape":"UpdateProvisioningParameter"}
734
+ },
735
+ "UpdatedTime":{"type":"timestamp"},
736
+ "UsageInstruction":{
737
+ "type":"structure",
738
+ "members":{
739
+ "Type":{"shape":"InstructionType"},
740
+ "Value":{"shape":"InstructionValue"}
741
+ }
742
+ },
743
+ "UsageInstructions":{
744
+ "type":"list",
745
+ "member":{"shape":"UsageInstruction"}
746
+ },
747
+ "UsePreviousValue":{"type":"boolean"}
748
+ }
749
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -278,6 +278,8 @@
278
278
  "us-east-1": {},
279
279
  "us-west-2": {},
280
280
  "ap-northeast-1": {},
281
+ "ap-southeast-1": {},
282
+ "ap-southeast-2": {},
281
283
  "eu-west-1": {},
282
284
  "eu-central-1": {}
283
285
  }
@@ -326,7 +328,8 @@
326
328
  "ap-northeast-1": {},
327
329
  "ap-southeast-1": {},
328
330
  "ap-southeast-2": {},
329
- "eu-west-1": {}
331
+ "eu-west-1": {},
332
+ "eu-central-1": {}
330
333
  }
331
334
  },
332
335
  "dynamodb": {
@@ -609,6 +612,7 @@
609
612
  "us-west-2": {},
610
613
  "ap-northeast-1": {},
611
614
  "ap-southeast-1": {},
615
+ "ap-southeast-2": {},
612
616
  "eu-west-1": {},
613
617
  "eu-central-1": {}
614
618
  }
@@ -648,6 +652,7 @@
648
652
  "us-east-1": {},
649
653
  "us-west-2": {},
650
654
  "ap-northeast-1": {},
655
+ "ap-southeast-2": {},
651
656
  "eu-west-1": {},
652
657
  "eu-central-1": {}
653
658
  }
@@ -871,6 +876,15 @@
871
876
  "eu-west-1": {}
872
877
  }
873
878
  },
879
+ "servicecatalog": {
880
+ "endpoints": {
881
+ "us-east-1": {},
882
+ "eu-west-1": {},
883
+ "us-west-2": {},
884
+ "ap-northeast-1": {},
885
+ "ap-southeast-1": {}
886
+ }
887
+ },
874
888
  "sns": {
875
889
  "defaults": {
876
890
  "protocols": [
@@ -78,6 +78,7 @@ module Aws
78
78
  Route53
79
79
  Route53Domains
80
80
  S3
81
+ ServiceCatalog
81
82
  SES
82
83
  SimpleDB
83
84
  SNS
@@ -0,0 +1,5 @@
1
+ Aws.add_service(:ServiceCatalog, {
2
+ api: "#{Aws::API_DIR}/servicecatalog/2015-12-10/api-2.json",
3
+ docs: "#{Aws::API_DIR}/servicecatalog/2015-12-10/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/servicecatalog/2015-12-10/examples-1.json",
5
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.3.20'
2
+ VERSION = '2.3.21'
3
3
  end
@@ -234,6 +234,10 @@
234
234
  "models": "s3/2006-03-01",
235
235
  "endpoint": "s3"
236
236
  },
237
+ "ServiceCatalog": {
238
+ "models": "servicecatalog/2015-12-10",
239
+ "endpoint": "servicecatalog"
240
+ },
237
241
  "SES": {
238
242
  "models": "email/2010-12-01",
239
243
  "endpoint": "email"
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.3.20
4
+ version: 2.3.21
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: 2016-07-05 00:00:00.000000000 Z
11
+ date: 2016-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -215,6 +215,8 @@ files:
215
215
  - apis/s3/2006-03-01/waiters-2.json
216
216
  - apis/sdb/2009-04-15/api-2.json
217
217
  - apis/sdb/2009-04-15/paginators-1.json
218
+ - apis/servicecatalog/2015-12-10/api-2.json
219
+ - apis/servicecatalog/2015-12-10/examples-1.json
218
220
  - apis/sns/2010-03-31/api-2.json
219
221
  - apis/sns/2010-03-31/paginators-1.json
220
222
  - apis/sns/2010-03-31/resources-1.json
@@ -411,6 +413,7 @@ files:
411
413
  - lib/aws-sdk-core/s3/bucket_region_cache.rb
412
414
  - lib/aws-sdk-core/s3/presigner.rb
413
415
  - lib/aws-sdk-core/service.rb
416
+ - lib/aws-sdk-core/servicecatalog.rb
414
417
  - lib/aws-sdk-core/ses.rb
415
418
  - lib/aws-sdk-core/shared_credentials.rb
416
419
  - lib/aws-sdk-core/signers/base.rb