aws-sdk-core 2.11.552 → 2.11.557

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/apis/autoscaling/2011-01-01/api-2.json +31 -2
  3. data/apis/chime/2018-05-01/api-2.json +2 -1
  4. data/apis/codebuild/2016-10-06/api-2.json +504 -9
  5. data/apis/codebuild/2016-10-06/paginators-1.json +18 -0
  6. data/apis/datasync/2018-11-09/api-2.json +134 -18
  7. data/apis/dms/2016-01-01/api-2.json +362 -4
  8. data/apis/dms/2016-01-01/paginators-1.json +15 -0
  9. data/apis/ec2/2016-11-15/api-2.json +105 -3
  10. data/apis/ec2/2016-11-15/paginators-1.json +6 -0
  11. data/apis/ecr/2015-09-21/api-2.json +47 -9
  12. data/apis/firehose/2015-08-04/api-2.json +167 -2
  13. data/apis/frauddetector/2019-11-15/api-2.json +25 -16
  14. data/apis/glue/2017-03-31/api-2.json +42 -0
  15. data/apis/guardduty/2017-11-28/api-2.json +463 -0
  16. data/apis/guardduty/2017-11-28/paginators-1.json +5 -0
  17. data/apis/imagebuilder/2019-12-02/api-2.json +1 -1
  18. data/apis/ivs/2020-07-14/api-2.json +18 -5
  19. data/apis/kafka/2018-11-14/api-2.json +65 -0
  20. data/apis/medialive/2017-10-14/api-2.json +52 -2
  21. data/apis/personalize-runtime/2018-05-22/api-2.json +2 -1
  22. data/apis/resource-groups/2017-11-27/api-2.json +244 -60
  23. data/apis/resourcegroupstaggingapi/2017-01-26/api-2.json +2 -2
  24. data/apis/securityhub/2018-10-26/api-2.json +29 -1
  25. data/apis/servicecatalog/2015-12-10/api-2.json +34 -8
  26. data/apis/sesv2/2019-09-27/api-2.json +870 -16
  27. data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
  28. data/apis/storagegateway/2013-06-30/api-2.json +13 -1
  29. data/apis/wafv2/2019-07-29/api-2.json +4 -3
  30. data/endpoints.json +40 -0
  31. data/lib/aws-sdk-core/version.rb +1 -1
  32. metadata +2 -2
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetUsageStatistics": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
3
8
  "ListDetectors": {
4
9
  "input_token": "NextToken",
5
10
  "output_token": "NextToken",
@@ -816,7 +816,7 @@
816
816
  "type":"string",
817
817
  "max":127,
818
818
  "min":1,
819
- "pattern":"^[-_A-Za-z0-9{][-_A-Za-z0-9\\s:{}]+[-_A-Za-z0-9}]$"
819
+ "pattern":"^[-_A-Za-z0-9{][-_A-Za-z0-9\\s:{}\\.]+[-_A-Za-z0-9}]$"
820
820
  },
821
821
  "Arn":{"type":"string"},
822
822
  "ArnList":{
@@ -41,7 +41,8 @@
41
41
  "errors":[
42
42
  {"shape":"ValidationException"},
43
43
  {"shape":"AccessDeniedException"},
44
- {"shape":"ServiceQuotaExceededException"}
44
+ {"shape":"ServiceQuotaExceededException"},
45
+ {"shape":"PendingVerification"}
45
46
  ]
46
47
  },
47
48
  "CreateStreamKey":{
@@ -56,7 +57,8 @@
56
57
  {"shape":"ValidationException"},
57
58
  {"shape":"AccessDeniedException"},
58
59
  {"shape":"ResourceNotFoundException"},
59
- {"shape":"ServiceQuotaExceededException"}
60
+ {"shape":"ServiceQuotaExceededException"},
61
+ {"shape":"PendingVerification"}
60
62
  ]
61
63
  },
62
64
  "DeleteChannel":{
@@ -70,7 +72,8 @@
70
72
  {"shape":"ValidationException"},
71
73
  {"shape":"AccessDeniedException"},
72
74
  {"shape":"ResourceNotFoundException"},
73
- {"shape":"ConflictException"}
75
+ {"shape":"ConflictException"},
76
+ {"shape":"PendingVerification"}
74
77
  ]
75
78
  },
76
79
  "DeleteStreamKey":{
@@ -83,7 +86,8 @@
83
86
  "errors":[
84
87
  {"shape":"ValidationException"},
85
88
  {"shape":"AccessDeniedException"},
86
- {"shape":"ResourceNotFoundException"}
89
+ {"shape":"ResourceNotFoundException"},
90
+ {"shape":"PendingVerification"}
87
91
  ]
88
92
  },
89
93
  "GetChannel":{
@@ -253,7 +257,8 @@
253
257
  {"shape":"ValidationException"},
254
258
  {"shape":"AccessDeniedException"},
255
259
  {"shape":"ResourceNotFoundException"},
256
- {"shape":"ConflictException"}
260
+ {"shape":"ConflictException"},
261
+ {"shape":"PendingVerification"}
257
262
  ]
258
263
  }
259
264
  },
@@ -569,6 +574,14 @@
569
574
  "max":500,
570
575
  "min":0
571
576
  },
577
+ "PendingVerification":{
578
+ "type":"structure",
579
+ "members":{
580
+ "exceptionMessage":{"shape":"errorMessage"}
581
+ },
582
+ "error":{"httpStatusCode":403},
583
+ "exception":true
584
+ },
572
585
  "PlaybackURL":{"type":"string"},
573
586
  "PutMetadataRequest":{
574
587
  "type":"structure",
@@ -514,6 +514,43 @@
514
514
  }
515
515
  ]
516
516
  },
517
+ "RebootBroker": {
518
+ "name": "RebootBroker",
519
+ "http": {
520
+ "method": "PUT",
521
+ "requestUri": "/v1/clusters/{clusterArn}/reboot-broker",
522
+ "responseCode": 200
523
+ },
524
+ "input": {
525
+ "shape": "RebootBrokerRequest"
526
+ },
527
+ "output": {
528
+ "shape": "RebootBrokerResponse"
529
+ },
530
+ "errors": [
531
+ {
532
+ "shape": "BadRequestException"
533
+ },
534
+ {
535
+ "shape": "UnauthorizedException"
536
+ },
537
+ {
538
+ "shape": "InternalServerErrorException"
539
+ },
540
+ {
541
+ "shape": "ForbiddenException"
542
+ },
543
+ {
544
+ "shape": "NotFoundException"
545
+ },
546
+ {
547
+ "shape": "ServiceUnavailableException"
548
+ },
549
+ {
550
+ "shape": "TooManyRequestsException"
551
+ }
552
+ ]
553
+ },
517
554
  "TagResource": {
518
555
  "name": "TagResource",
519
556
  "http": {
@@ -2302,6 +2339,34 @@
2302
2339
  }
2303
2340
  }
2304
2341
  },
2342
+ "RebootBrokerRequest": {
2343
+ "type": "structure",
2344
+ "members": {
2345
+ "BrokerIds": {
2346
+ "shape": "__listOf__string",
2347
+ "locationName": "brokerIds"
2348
+ },
2349
+ "ClusterArn": {
2350
+ "shape": "__string",
2351
+ "location": "uri",
2352
+ "locationName": "clusterArn"
2353
+ }
2354
+ },
2355
+ "required": [ "ClusterArn", "BrokerIds" ]
2356
+ },
2357
+ "RebootBrokerResponse": {
2358
+ "type": "structure",
2359
+ "members": {
2360
+ "ClusterArn": {
2361
+ "shape": "__string",
2362
+ "locationName": "clusterArn"
2363
+ },
2364
+ "ClusterOperationArn": {
2365
+ "shape": "__string",
2366
+ "locationName": "clusterOperationArn"
2367
+ }
2368
+ }
2369
+ },
2305
2370
  "S3" : {
2306
2371
  "type" : "structure",
2307
2372
  "members" : {
@@ -2663,6 +2663,10 @@
2663
2663
  "shape": "DvbSubDestinationSettings",
2664
2664
  "locationName": "dvbSubDestinationSettings"
2665
2665
  },
2666
+ "EbuTtDDestinationSettings": {
2667
+ "shape": "EbuTtDDestinationSettings",
2668
+ "locationName": "ebuTtDDestinationSettings"
2669
+ },
2666
2670
  "EmbeddedDestinationSettings": {
2667
2671
  "shape": "EmbeddedDestinationSettings",
2668
2672
  "locationName": "embeddedDestinationSettings"
@@ -4722,6 +4726,37 @@
4722
4726
  "NOT_INDICATED"
4723
4727
  ]
4724
4728
  },
4729
+ "EbuTtDDestinationSettings": {
4730
+ "type": "structure",
4731
+ "members": {
4732
+ "FillLineGap": {
4733
+ "shape": "EbuTtDFillLineGapControl",
4734
+ "locationName": "fillLineGap"
4735
+ },
4736
+ "FontFamily": {
4737
+ "shape": "__string",
4738
+ "locationName": "fontFamily"
4739
+ },
4740
+ "StyleControl": {
4741
+ "shape": "EbuTtDDestinationStyleControl",
4742
+ "locationName": "styleControl"
4743
+ }
4744
+ }
4745
+ },
4746
+ "EbuTtDDestinationStyleControl": {
4747
+ "type": "string",
4748
+ "enum": [
4749
+ "EXCLUDE",
4750
+ "INCLUDE"
4751
+ ]
4752
+ },
4753
+ "EbuTtDFillLineGapControl": {
4754
+ "type": "string",
4755
+ "enum": [
4756
+ "DISABLED",
4757
+ "ENABLED"
4758
+ ]
4759
+ },
4725
4760
  "EmbeddedConvert608To708": {
4726
4761
  "type": "string",
4727
4762
  "enum": [
@@ -5488,6 +5523,15 @@
5488
5523
  }
5489
5524
  }
5490
5525
  },
5526
+ "H265FilterSettings": {
5527
+ "type": "structure",
5528
+ "members": {
5529
+ "TemporalFilterSettings": {
5530
+ "shape": "TemporalFilterSettings",
5531
+ "locationName": "temporalFilterSettings"
5532
+ }
5533
+ }
5534
+ },
5491
5535
  "H265FlickerAq": {
5492
5536
  "type": "string",
5493
5537
  "enum": [
@@ -5547,6 +5591,7 @@
5547
5591
  "H265ScanType": {
5548
5592
  "type": "string",
5549
5593
  "enum": [
5594
+ "INTERLACED",
5550
5595
  "PROGRESSIVE"
5551
5596
  ]
5552
5597
  },
@@ -5588,6 +5633,10 @@
5588
5633
  "shape": "H265ColorSpaceSettings",
5589
5634
  "locationName": "colorSpaceSettings"
5590
5635
  },
5636
+ "FilterSettings": {
5637
+ "shape": "H265FilterSettings",
5638
+ "locationName": "filterSettings"
5639
+ },
5591
5640
  "FixedAfd": {
5592
5641
  "shape": "FixedAfd",
5593
5642
  "locationName": "fixedAfd"
@@ -6116,7 +6165,8 @@
6116
6165
  "type": "string",
6117
6166
  "enum": [
6118
6167
  "MANIFESTS_AND_SEGMENTS",
6119
- "SEGMENTS_ONLY"
6168
+ "SEGMENTS_ONLY",
6169
+ "VARIANT_MANIFESTS_AND_SEGMENTS"
6120
6170
  ]
6121
6171
  },
6122
6172
  "HlsOutputSettings": {
@@ -11570,4 +11620,4 @@
11570
11620
  "type": "timestamp"
11571
11621
  }
11572
11622
  }
11573
- }
11623
+ }
@@ -75,7 +75,8 @@
75
75
  "campaignArn":{"shape":"Arn"},
76
76
  "inputList":{"shape":"InputList"},
77
77
  "userId":{"shape":"UserID"},
78
- "context":{"shape":"Context"}
78
+ "context":{"shape":"Context"},
79
+ "filterArn":{"shape":"Arn"}
79
80
  }
80
81
  },
81
82
  "GetPersonalizedRankingResponse":{
@@ -31,8 +31,8 @@
31
31
  "DeleteGroup":{
32
32
  "name":"DeleteGroup",
33
33
  "http":{
34
- "method":"DELETE",
35
- "requestUri":"/groups/{GroupName}"
34
+ "method":"POST",
35
+ "requestUri":"/delete-group"
36
36
  },
37
37
  "input":{"shape":"DeleteGroupInput"},
38
38
  "output":{"shape":"DeleteGroupOutput"},
@@ -48,8 +48,8 @@
48
48
  "GetGroup":{
49
49
  "name":"GetGroup",
50
50
  "http":{
51
- "method":"GET",
52
- "requestUri":"/groups/{GroupName}"
51
+ "method":"POST",
52
+ "requestUri":"/get-group"
53
53
  },
54
54
  "input":{"shape":"GetGroupInput"},
55
55
  "output":{"shape":"GetGroupOutput"},
@@ -62,11 +62,28 @@
62
62
  {"shape":"InternalServerErrorException"}
63
63
  ]
64
64
  },
65
+ "GetGroupConfiguration":{
66
+ "name":"GetGroupConfiguration",
67
+ "http":{
68
+ "method":"POST",
69
+ "requestUri":"/get-group-configuration"
70
+ },
71
+ "input":{"shape":"GetGroupConfigurationInput"},
72
+ "output":{"shape":"GetGroupConfigurationOutput"},
73
+ "errors":[
74
+ {"shape":"BadRequestException"},
75
+ {"shape":"ForbiddenException"},
76
+ {"shape":"NotFoundException"},
77
+ {"shape":"MethodNotAllowedException"},
78
+ {"shape":"TooManyRequestsException"},
79
+ {"shape":"InternalServerErrorException"}
80
+ ]
81
+ },
65
82
  "GetGroupQuery":{
66
83
  "name":"GetGroupQuery",
67
84
  "http":{
68
- "method":"GET",
69
- "requestUri":"/groups/{GroupName}/query"
85
+ "method":"POST",
86
+ "requestUri":"/get-group-query"
70
87
  },
71
88
  "input":{"shape":"GetGroupQueryInput"},
72
89
  "output":{"shape":"GetGroupQueryOutput"},
@@ -96,11 +113,28 @@
96
113
  {"shape":"InternalServerErrorException"}
97
114
  ]
98
115
  },
116
+ "GroupResources":{
117
+ "name":"GroupResources",
118
+ "http":{
119
+ "method":"POST",
120
+ "requestUri":"/group-resources"
121
+ },
122
+ "input":{"shape":"GroupResourcesInput"},
123
+ "output":{"shape":"GroupResourcesOutput"},
124
+ "errors":[
125
+ {"shape":"BadRequestException"},
126
+ {"shape":"ForbiddenException"},
127
+ {"shape":"NotFoundException"},
128
+ {"shape":"MethodNotAllowedException"},
129
+ {"shape":"TooManyRequestsException"},
130
+ {"shape":"InternalServerErrorException"}
131
+ ]
132
+ },
99
133
  "ListGroupResources":{
100
134
  "name":"ListGroupResources",
101
135
  "http":{
102
136
  "method":"POST",
103
- "requestUri":"/groups/{GroupName}/resource-identifiers-list"
137
+ "requestUri":"/list-group-resources"
104
138
  },
105
139
  "input":{"shape":"ListGroupResourcesInput"},
106
140
  "output":{"shape":"ListGroupResourcesOutput"},
@@ -164,6 +198,23 @@
164
198
  {"shape":"InternalServerErrorException"}
165
199
  ]
166
200
  },
201
+ "UngroupResources":{
202
+ "name":"UngroupResources",
203
+ "http":{
204
+ "method":"POST",
205
+ "requestUri":"/ungroup-resources"
206
+ },
207
+ "input":{"shape":"UngroupResourcesInput"},
208
+ "output":{"shape":"UngroupResourcesOutput"},
209
+ "errors":[
210
+ {"shape":"BadRequestException"},
211
+ {"shape":"ForbiddenException"},
212
+ {"shape":"NotFoundException"},
213
+ {"shape":"MethodNotAllowedException"},
214
+ {"shape":"TooManyRequestsException"},
215
+ {"shape":"InternalServerErrorException"}
216
+ ]
217
+ },
167
218
  "Untag":{
168
219
  "name":"Untag",
169
220
  "http":{
@@ -184,8 +235,8 @@
184
235
  "UpdateGroup":{
185
236
  "name":"UpdateGroup",
186
237
  "http":{
187
- "method":"PUT",
188
- "requestUri":"/groups/{GroupName}"
238
+ "method":"POST",
239
+ "requestUri":"/update-group"
189
240
  },
190
241
  "input":{"shape":"UpdateGroupInput"},
191
242
  "output":{"shape":"UpdateGroupOutput"},
@@ -201,8 +252,8 @@
201
252
  "UpdateGroupQuery":{
202
253
  "name":"UpdateGroupQuery",
203
254
  "http":{
204
- "method":"PUT",
205
- "requestUri":"/groups/{GroupName}/query"
255
+ "method":"POST",
256
+ "requestUri":"/update-group-query"
206
257
  },
207
258
  "input":{"shape":"UpdateGroupQueryInput"},
208
259
  "output":{"shape":"UpdateGroupQueryOutput"},
@@ -227,15 +278,13 @@
227
278
  },
228
279
  "CreateGroupInput":{
229
280
  "type":"structure",
230
- "required":[
231
- "Name",
232
- "ResourceQuery"
233
- ],
281
+ "required":["Name"],
234
282
  "members":{
235
283
  "Name":{"shape":"GroupName"},
236
- "Description":{"shape":"GroupDescription"},
284
+ "Description":{"shape":"Description"},
237
285
  "ResourceQuery":{"shape":"ResourceQuery"},
238
- "Tags":{"shape":"Tags"}
286
+ "Tags":{"shape":"Tags"},
287
+ "Configuration":{"shape":"GroupConfigurationList"}
239
288
  }
240
289
  },
241
290
  "CreateGroupOutput":{
@@ -243,18 +292,19 @@
243
292
  "members":{
244
293
  "Group":{"shape":"Group"},
245
294
  "ResourceQuery":{"shape":"ResourceQuery"},
246
- "Tags":{"shape":"Tags"}
295
+ "Tags":{"shape":"Tags"},
296
+ "GroupConfiguration":{"shape":"GroupConfiguration"}
247
297
  }
248
298
  },
249
299
  "DeleteGroupInput":{
250
300
  "type":"structure",
251
- "required":["GroupName"],
252
301
  "members":{
253
302
  "GroupName":{
254
303
  "shape":"GroupName",
255
- "location":"uri",
256
- "locationName":"GroupName"
257
- }
304
+ "deprecated":true,
305
+ "deprecatedMessage":"This field is deprecated, use Group instead."
306
+ },
307
+ "Group":{"shape":"GroupString"}
258
308
  }
259
309
  },
260
310
  "DeleteGroupOutput":{
@@ -263,11 +313,33 @@
263
313
  "Group":{"shape":"Group"}
264
314
  }
265
315
  },
316
+ "Description":{
317
+ "type":"string",
318
+ "max":512,
319
+ "pattern":"[\\sa-zA-Z0-9_\\.-]*"
320
+ },
321
+ "ErrorCode":{
322
+ "type":"string",
323
+ "max":128,
324
+ "min":1
325
+ },
266
326
  "ErrorMessage":{
267
327
  "type":"string",
268
328
  "max":1024,
269
329
  "min":1
270
330
  },
331
+ "FailedResource":{
332
+ "type":"structure",
333
+ "members":{
334
+ "ResourceArn":{"shape":"ResourceArn"},
335
+ "ErrorMessage":{"shape":"ErrorMessage"},
336
+ "ErrorCode":{"shape":"ErrorCode"}
337
+ }
338
+ },
339
+ "FailedResourceList":{
340
+ "type":"list",
341
+ "member":{"shape":"FailedResource"}
342
+ },
271
343
  "ForbiddenException":{
272
344
  "type":"structure",
273
345
  "members":{
@@ -276,15 +348,27 @@
276
348
  "error":{"httpStatusCode":403},
277
349
  "exception":true
278
350
  },
351
+ "GetGroupConfigurationInput":{
352
+ "type":"structure",
353
+ "members":{
354
+ "Group":{"shape":"GroupString"}
355
+ }
356
+ },
357
+ "GetGroupConfigurationOutput":{
358
+ "type":"structure",
359
+ "members":{
360
+ "GroupConfiguration":{"shape":"GroupConfiguration"}
361
+ }
362
+ },
279
363
  "GetGroupInput":{
280
364
  "type":"structure",
281
- "required":["GroupName"],
282
365
  "members":{
283
366
  "GroupName":{
284
367
  "shape":"GroupName",
285
- "location":"uri",
286
- "locationName":"GroupName"
287
- }
368
+ "deprecated":true,
369
+ "deprecatedMessage":"This field is deprecated, use Group instead."
370
+ },
371
+ "Group":{"shape":"GroupString"}
288
372
  }
289
373
  },
290
374
  "GetGroupOutput":{
@@ -295,13 +379,13 @@
295
379
  },
296
380
  "GetGroupQueryInput":{
297
381
  "type":"structure",
298
- "required":["GroupName"],
299
382
  "members":{
300
383
  "GroupName":{
301
384
  "shape":"GroupName",
302
- "location":"uri",
303
- "locationName":"GroupName"
304
- }
385
+ "deprecated":true,
386
+ "deprecatedMessage":"This field is deprecated, use Group instead."
387
+ },
388
+ "Group":{"shape":"GroupString"}
305
389
  }
306
390
  },
307
391
  "GetGroupQueryOutput":{
@@ -337,19 +421,74 @@
337
421
  "members":{
338
422
  "GroupArn":{"shape":"GroupArn"},
339
423
  "Name":{"shape":"GroupName"},
340
- "Description":{"shape":"GroupDescription"}
424
+ "Description":{"shape":"Description"}
341
425
  }
342
426
  },
343
427
  "GroupArn":{
344
428
  "type":"string",
345
429
  "max":1600,
346
430
  "min":12,
347
- "pattern":"arn:aws(-[a-z]+)*:resource-groups:[a-z]{2}-[a-z]+-\\d{1}:[0-9]{12}:group/[a-zA-Z0-9_\\.-]{1,128}"
431
+ "pattern":"arn:aws(-[a-z]+)*:resource-groups:[a-z]{2}(-[a-z]+)+-\\d{1}:[0-9]{12}:group/[a-zA-Z0-9_\\.-]{1,128}"
432
+ },
433
+ "GroupConfiguration":{
434
+ "type":"structure",
435
+ "members":{
436
+ "Configuration":{"shape":"GroupConfigurationList"},
437
+ "ProposedConfiguration":{"shape":"GroupConfigurationList"},
438
+ "Status":{"shape":"GroupConfigurationStatus"},
439
+ "FailureReason":{"shape":"GroupConfigurationFailureReason"}
440
+ }
441
+ },
442
+ "GroupConfigurationFailureReason":{"type":"string"},
443
+ "GroupConfigurationItem":{
444
+ "type":"structure",
445
+ "required":["Type"],
446
+ "members":{
447
+ "Type":{"shape":"GroupConfigurationType"},
448
+ "Parameters":{"shape":"GroupParameterList"}
449
+ }
450
+ },
451
+ "GroupConfigurationList":{
452
+ "type":"list",
453
+ "member":{"shape":"GroupConfigurationItem"},
454
+ "max":2
348
455
  },
349
- "GroupDescription":{
456
+ "GroupConfigurationParameter":{
457
+ "type":"structure",
458
+ "required":["Name"],
459
+ "members":{
460
+ "Name":{"shape":"GroupConfigurationParameterName"},
461
+ "Values":{"shape":"GroupConfigurationParameterValueList"}
462
+ }
463
+ },
464
+ "GroupConfigurationParameterName":{
350
465
  "type":"string",
351
- "max":512,
352
- "pattern":"[\\sa-zA-Z0-9_\\.-]*"
466
+ "max":40,
467
+ "min":1,
468
+ "pattern":"[a-z-]+"
469
+ },
470
+ "GroupConfigurationParameterValue":{
471
+ "type":"string",
472
+ "max":40,
473
+ "min":1,
474
+ "pattern":"[a-zA-Z0-9:]+"
475
+ },
476
+ "GroupConfigurationParameterValueList":{
477
+ "type":"list",
478
+ "member":{"shape":"GroupConfigurationParameterValue"}
479
+ },
480
+ "GroupConfigurationStatus":{
481
+ "type":"string",
482
+ "enum":[
483
+ "UPDATING",
484
+ "UPDATE_COMPLETE",
485
+ "UPDATE_FAILED"
486
+ ]
487
+ },
488
+ "GroupConfigurationType":{
489
+ "type":"string",
490
+ "max":40,
491
+ "pattern":"AWS::[a-zA-Z0-9]+::[a-zA-Z0-9]+"
353
492
  },
354
493
  "GroupFilter":{
355
494
  "type":"structure",
@@ -368,7 +507,10 @@
368
507
  },
369
508
  "GroupFilterName":{
370
509
  "type":"string",
371
- "enum":["resource-type"]
510
+ "enum":[
511
+ "resource-type",
512
+ "configuration-type"
513
+ ]
372
514
  },
373
515
  "GroupFilterValue":{
374
516
  "type":"string",
@@ -403,6 +545,10 @@
403
545
  "min":1,
404
546
  "pattern":"[a-zA-Z0-9_\\.-]+"
405
547
  },
548
+ "GroupParameterList":{
549
+ "type":"list",
550
+ "member":{"shape":"GroupConfigurationParameter"}
551
+ },
406
552
  "GroupQuery":{
407
553
  "type":"structure",
408
554
  "required":[
@@ -414,6 +560,30 @@
414
560
  "ResourceQuery":{"shape":"ResourceQuery"}
415
561
  }
416
562
  },
563
+ "GroupResourcesInput":{
564
+ "type":"structure",
565
+ "required":[
566
+ "Group",
567
+ "ResourceArns"
568
+ ],
569
+ "members":{
570
+ "Group":{"shape":"GroupString"},
571
+ "ResourceArns":{"shape":"ResourceArnList"}
572
+ }
573
+ },
574
+ "GroupResourcesOutput":{
575
+ "type":"structure",
576
+ "members":{
577
+ "Succeeded":{"shape":"ResourceArnList"},
578
+ "Failed":{"shape":"FailedResourceList"}
579
+ }
580
+ },
581
+ "GroupString":{
582
+ "type":"string",
583
+ "max":1600,
584
+ "min":1,
585
+ "pattern":"(arn:aws(-[a-z]+)*:resource-groups:[a-z]{2}(-[a-z]+)+-\\d{1}:[0-9]{12}:group/)?[a-zA-Z0-9_\\.-]{1,128}"
586
+ },
417
587
  "InternalServerErrorException":{
418
588
  "type":"structure",
419
589
  "members":{
@@ -424,24 +594,16 @@
424
594
  },
425
595
  "ListGroupResourcesInput":{
426
596
  "type":"structure",
427
- "required":["GroupName"],
428
597
  "members":{
429
598
  "GroupName":{
430
599
  "shape":"GroupName",
431
- "location":"uri",
432
- "locationName":"GroupName"
600
+ "deprecated":true,
601
+ "deprecatedMessage":"This field is deprecated, use Group instead."
433
602
  },
603
+ "Group":{"shape":"GroupString"},
434
604
  "Filters":{"shape":"ResourceFilterList"},
435
- "MaxResults":{
436
- "shape":"MaxResults",
437
- "location":"querystring",
438
- "locationName":"maxResults"
439
- },
440
- "NextToken":{
441
- "shape":"NextToken",
442
- "location":"querystring",
443
- "locationName":"nextToken"
444
- }
605
+ "MaxResults":{"shape":"MaxResults"},
606
+ "NextToken":{"shape":"NextToken"}
445
607
  }
446
608
  },
447
609
  "ListGroupResourcesOutput":{
@@ -543,7 +705,13 @@
543
705
  },
544
706
  "ResourceArn":{
545
707
  "type":"string",
546
- "pattern":"arn:aws(-[a-z]+)*:[a-z0-9\\-]*:([a-z]{2}-[a-z]+-\\d{1})?:([0-9]{12})?:.+"
708
+ "pattern":"arn:aws(-[a-z]+)*:[a-z0-9\\-]*:([a-z]{2}(-[a-z]+)+-\\d{1})?:([0-9]{12})?:.+"
709
+ },
710
+ "ResourceArnList":{
711
+ "type":"list",
712
+ "member":{"shape":"ResourceArn"},
713
+ "max":10,
714
+ "min":1
547
715
  },
548
716
  "ResourceFilter":{
549
717
  "type":"structure",
@@ -678,6 +846,24 @@
678
846
  "error":{"httpStatusCode":401},
679
847
  "exception":true
680
848
  },
849
+ "UngroupResourcesInput":{
850
+ "type":"structure",
851
+ "required":[
852
+ "Group",
853
+ "ResourceArns"
854
+ ],
855
+ "members":{
856
+ "Group":{"shape":"GroupString"},
857
+ "ResourceArns":{"shape":"ResourceArnList"}
858
+ }
859
+ },
860
+ "UngroupResourcesOutput":{
861
+ "type":"structure",
862
+ "members":{
863
+ "Succeeded":{"shape":"ResourceArnList"},
864
+ "Failed":{"shape":"FailedResourceList"}
865
+ }
866
+ },
681
867
  "UntagInput":{
682
868
  "type":"structure",
683
869
  "required":[
@@ -702,14 +888,14 @@
702
888
  },
703
889
  "UpdateGroupInput":{
704
890
  "type":"structure",
705
- "required":["GroupName"],
706
891
  "members":{
707
892
  "GroupName":{
708
893
  "shape":"GroupName",
709
- "location":"uri",
710
- "locationName":"GroupName"
894
+ "deprecated":true,
895
+ "deprecatedMessage":"This field is deprecated, use Group instead."
711
896
  },
712
- "Description":{"shape":"GroupDescription"}
897
+ "Group":{"shape":"GroupString"},
898
+ "Description":{"shape":"Description"}
713
899
  }
714
900
  },
715
901
  "UpdateGroupOutput":{
@@ -720,16 +906,14 @@
720
906
  },
721
907
  "UpdateGroupQueryInput":{
722
908
  "type":"structure",
723
- "required":[
724
- "GroupName",
725
- "ResourceQuery"
726
- ],
909
+ "required":["ResourceQuery"],
727
910
  "members":{
728
911
  "GroupName":{
729
912
  "shape":"GroupName",
730
- "location":"uri",
731
- "locationName":"GroupName"
913
+ "deprecated":true,
914
+ "deprecatedMessage":"This field is deprecated, use Group instead."
732
915
  },
916
+ "Group":{"shape":"GroupString"},
733
917
  "ResourceQuery":{"shape":"ResourceQuery"}
734
918
  }
735
919
  },