aws-sdk-core 2.11.551 → 2.11.556

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/apis/autoscaling/2011-01-01/api-2.json +31 -2
  3. data/apis/codebuild/2016-10-06/api-2.json +504 -9
  4. data/apis/codebuild/2016-10-06/paginators-1.json +18 -0
  5. data/apis/datasync/2018-11-09/api-2.json +134 -18
  6. data/apis/dms/2016-01-01/api-2.json +362 -4
  7. data/apis/dms/2016-01-01/paginators-1.json +15 -0
  8. data/apis/ec2/2016-11-15/api-2.json +105 -3
  9. data/apis/ec2/2016-11-15/paginators-1.json +6 -0
  10. data/apis/ecr/2015-09-21/api-2.json +47 -9
  11. data/apis/firehose/2015-08-04/api-2.json +167 -2
  12. data/apis/frauddetector/2019-11-15/api-2.json +34 -94
  13. data/apis/glue/2017-03-31/api-2.json +42 -0
  14. data/apis/guardduty/2017-11-28/api-2.json +463 -0
  15. data/apis/guardduty/2017-11-28/paginators-1.json +5 -0
  16. data/apis/imagebuilder/2019-12-02/api-2.json +1 -1
  17. data/apis/ivs/2020-07-14/api-2.json +18 -5
  18. data/apis/kafka/2018-11-14/api-2.json +65 -0
  19. data/apis/kendra/2019-02-03/api-2.json +38 -4
  20. data/apis/macie2/2020-01-01/api-2.json +23 -2
  21. data/apis/mediaconnect/2018-11-14/api-2.json +19 -0
  22. data/apis/medialive/2017-10-14/api-2.json +52 -2
  23. data/apis/mediapackage/2017-10-12/api-2.json +5 -4
  24. data/apis/monitoring/2010-08-01/api-2.json +6 -1
  25. data/apis/mq/2017-11-27/api-2.json +202 -0
  26. data/apis/mq/2017-11-27/paginators-1.json +8 -1
  27. data/apis/resource-groups/2017-11-27/api-2.json +244 -60
  28. data/apis/sagemaker/2017-07-24/api-2.json +286 -34
  29. data/apis/sagemaker/2017-07-24/paginators-1.json +6 -0
  30. data/apis/securityhub/2018-10-26/api-2.json +29 -1
  31. data/apis/servicecatalog/2015-12-10/api-2.json +34 -8
  32. data/apis/sesv2/2019-09-27/api-2.json +870 -16
  33. data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
  34. data/endpoints.json +37 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. metadata +2 -2
@@ -1361,7 +1361,8 @@
1361
1361
  "Namespace":{"shape":"Namespace"},
1362
1362
  "MetricName":{"shape":"MetricName"},
1363
1363
  "Dimensions":{"shape":"DimensionFilters"},
1364
- "NextToken":{"shape":"NextToken"}
1364
+ "NextToken":{"shape":"NextToken"},
1365
+ "RecentlyActive":{"shape":"RecentlyActive"}
1365
1366
  }
1366
1367
  },
1367
1368
  "ListMetricsOutput":{
@@ -1739,6 +1740,10 @@
1739
1740
  "EndTime"
1740
1741
  ]
1741
1742
  },
1743
+ "RecentlyActive":{
1744
+ "type":"string",
1745
+ "enum":["PT3H"]
1746
+ },
1742
1747
  "ResourceId":{"type":"string"},
1743
1748
  "ResourceList":{
1744
1749
  "type":"list",
@@ -515,6 +515,10 @@
515
515
  }
516
516
  },
517
517
  "shapes" : {
518
+ "AuthenticationStrategy" : {
519
+ "type" : "string",
520
+ "enum" : [ "SIMPLE", "LDAP" ]
521
+ },
518
522
  "AvailabilityZone" : {
519
523
  "type" : "structure",
520
524
  "members" : {
@@ -686,6 +690,10 @@
686
690
  "shape" : "__string",
687
691
  "locationName" : "arn"
688
692
  },
693
+ "AuthenticationStrategy" : {
694
+ "shape" : "AuthenticationStrategy",
695
+ "locationName" : "authenticationStrategy"
696
+ },
689
697
  "Created" : {
690
698
  "shape" : "__timestampIso8601",
691
699
  "locationName" : "created"
@@ -787,6 +795,10 @@
787
795
  "CreateBrokerInput" : {
788
796
  "type" : "structure",
789
797
  "members" : {
798
+ "AuthenticationStrategy" : {
799
+ "shape" : "AuthenticationStrategy",
800
+ "locationName" : "authenticationStrategy"
801
+ },
790
802
  "AutoMinorVersionUpgrade" : {
791
803
  "shape" : "__boolean",
792
804
  "locationName" : "autoMinorVersionUpgrade"
@@ -824,6 +836,10 @@
824
836
  "shape" : "__string",
825
837
  "locationName" : "hostInstanceType"
826
838
  },
839
+ "LdapServerMetadata" : {
840
+ "shape" : "LdapServerMetadataInput",
841
+ "locationName" : "ldapServerMetadata"
842
+ },
827
843
  "Logs" : {
828
844
  "shape" : "Logs",
829
845
  "locationName" : "logs"
@@ -874,6 +890,10 @@
874
890
  "CreateBrokerRequest" : {
875
891
  "type" : "structure",
876
892
  "members" : {
893
+ "AuthenticationStrategy" : {
894
+ "shape" : "AuthenticationStrategy",
895
+ "locationName" : "authenticationStrategy"
896
+ },
877
897
  "AutoMinorVersionUpgrade" : {
878
898
  "shape" : "__boolean",
879
899
  "locationName" : "autoMinorVersionUpgrade"
@@ -911,6 +931,10 @@
911
931
  "shape" : "__string",
912
932
  "locationName" : "hostInstanceType"
913
933
  },
934
+ "LdapServerMetadata" : {
935
+ "shape" : "LdapServerMetadataInput",
936
+ "locationName" : "ldapServerMetadata"
937
+ },
914
938
  "Logs" : {
915
939
  "shape" : "Logs",
916
940
  "locationName" : "logs"
@@ -961,6 +985,10 @@
961
985
  "CreateConfigurationInput" : {
962
986
  "type" : "structure",
963
987
  "members" : {
988
+ "AuthenticationStrategy" : {
989
+ "shape" : "AuthenticationStrategy",
990
+ "locationName" : "authenticationStrategy"
991
+ },
964
992
  "EngineType" : {
965
993
  "shape" : "EngineType",
966
994
  "locationName" : "engineType"
@@ -986,6 +1014,10 @@
986
1014
  "shape" : "__string",
987
1015
  "locationName" : "arn"
988
1016
  },
1017
+ "AuthenticationStrategy" : {
1018
+ "shape" : "AuthenticationStrategy",
1019
+ "locationName" : "authenticationStrategy"
1020
+ },
989
1021
  "Created" : {
990
1022
  "shape" : "__timestampIso8601",
991
1023
  "locationName" : "created"
@@ -1007,6 +1039,10 @@
1007
1039
  "CreateConfigurationRequest" : {
1008
1040
  "type" : "structure",
1009
1041
  "members" : {
1042
+ "AuthenticationStrategy" : {
1043
+ "shape" : "AuthenticationStrategy",
1044
+ "locationName" : "authenticationStrategy"
1045
+ },
1010
1046
  "EngineType" : {
1011
1047
  "shape" : "EngineType",
1012
1048
  "locationName" : "engineType"
@@ -1032,6 +1068,10 @@
1032
1068
  "shape" : "__string",
1033
1069
  "locationName" : "arn"
1034
1070
  },
1071
+ "AuthenticationStrategy" : {
1072
+ "shape" : "AuthenticationStrategy",
1073
+ "locationName" : "authenticationStrategy"
1074
+ },
1035
1075
  "Created" : {
1036
1076
  "shape" : "__timestampIso8601",
1037
1077
  "locationName" : "created"
@@ -1274,6 +1314,10 @@
1274
1314
  "DescribeBrokerOutput" : {
1275
1315
  "type" : "structure",
1276
1316
  "members" : {
1317
+ "AuthenticationStrategy" : {
1318
+ "shape" : "AuthenticationStrategy",
1319
+ "locationName" : "authenticationStrategy"
1320
+ },
1277
1321
  "AutoMinorVersionUpgrade" : {
1278
1322
  "shape" : "__boolean",
1279
1323
  "locationName" : "autoMinorVersionUpgrade"
@@ -1326,6 +1370,10 @@
1326
1370
  "shape" : "__string",
1327
1371
  "locationName" : "hostInstanceType"
1328
1372
  },
1373
+ "LdapServerMetadata" : {
1374
+ "shape" : "LdapServerMetadataOutput",
1375
+ "locationName" : "ldapServerMetadata"
1376
+ },
1329
1377
  "Logs" : {
1330
1378
  "shape" : "LogsSummary",
1331
1379
  "locationName" : "logs"
@@ -1334,6 +1382,10 @@
1334
1382
  "shape" : "WeeklyStartTime",
1335
1383
  "locationName" : "maintenanceWindowStartTime"
1336
1384
  },
1385
+ "PendingAuthenticationStrategy" : {
1386
+ "shape" : "AuthenticationStrategy",
1387
+ "locationName" : "pendingAuthenticationStrategy"
1388
+ },
1337
1389
  "PendingEngineVersion" : {
1338
1390
  "shape" : "__string",
1339
1391
  "locationName" : "pendingEngineVersion"
@@ -1342,6 +1394,10 @@
1342
1394
  "shape" : "__string",
1343
1395
  "locationName" : "pendingHostInstanceType"
1344
1396
  },
1397
+ "PendingLdapServerMetadata" : {
1398
+ "shape" : "LdapServerMetadataOutput",
1399
+ "locationName" : "pendingLdapServerMetadata"
1400
+ },
1345
1401
  "PendingSecurityGroups" : {
1346
1402
  "shape" : "__listOf__string",
1347
1403
  "locationName" : "pendingSecurityGroups"
@@ -1386,6 +1442,10 @@
1386
1442
  "DescribeBrokerResponse" : {
1387
1443
  "type" : "structure",
1388
1444
  "members" : {
1445
+ "AuthenticationStrategy" : {
1446
+ "shape" : "AuthenticationStrategy",
1447
+ "locationName" : "authenticationStrategy"
1448
+ },
1389
1449
  "AutoMinorVersionUpgrade" : {
1390
1450
  "shape" : "__boolean",
1391
1451
  "locationName" : "autoMinorVersionUpgrade"
@@ -1438,6 +1498,10 @@
1438
1498
  "shape" : "__string",
1439
1499
  "locationName" : "hostInstanceType"
1440
1500
  },
1501
+ "LdapServerMetadata" : {
1502
+ "shape" : "LdapServerMetadataOutput",
1503
+ "locationName" : "ldapServerMetadata"
1504
+ },
1441
1505
  "Logs" : {
1442
1506
  "shape" : "LogsSummary",
1443
1507
  "locationName" : "logs"
@@ -1446,6 +1510,10 @@
1446
1510
  "shape" : "WeeklyStartTime",
1447
1511
  "locationName" : "maintenanceWindowStartTime"
1448
1512
  },
1513
+ "PendingAuthenticationStrategy" : {
1514
+ "shape" : "AuthenticationStrategy",
1515
+ "locationName" : "pendingAuthenticationStrategy"
1516
+ },
1449
1517
  "PendingEngineVersion" : {
1450
1518
  "shape" : "__string",
1451
1519
  "locationName" : "pendingEngineVersion"
@@ -1454,6 +1522,10 @@
1454
1522
  "shape" : "__string",
1455
1523
  "locationName" : "pendingHostInstanceType"
1456
1524
  },
1525
+ "PendingLdapServerMetadata" : {
1526
+ "shape" : "LdapServerMetadataOutput",
1527
+ "locationName" : "pendingLdapServerMetadata"
1528
+ },
1457
1529
  "PendingSecurityGroups" : {
1458
1530
  "shape" : "__listOf__string",
1459
1531
  "locationName" : "pendingSecurityGroups"
@@ -1502,6 +1574,10 @@
1502
1574
  "shape" : "__string",
1503
1575
  "locationName" : "arn"
1504
1576
  },
1577
+ "AuthenticationStrategy" : {
1578
+ "shape" : "AuthenticationStrategy",
1579
+ "locationName" : "authenticationStrategy"
1580
+ },
1505
1581
  "Created" : {
1506
1582
  "shape" : "__timestampIso8601",
1507
1583
  "locationName" : "created"
@@ -1734,6 +1810,100 @@
1734
1810
  "httpStatusCode" : 500
1735
1811
  }
1736
1812
  },
1813
+ "LdapServerMetadataInput" : {
1814
+ "type" : "structure",
1815
+ "members" : {
1816
+ "Hosts" : {
1817
+ "shape" : "__listOf__string",
1818
+ "locationName" : "hosts"
1819
+ },
1820
+ "RoleBase" : {
1821
+ "shape" : "__string",
1822
+ "locationName" : "roleBase"
1823
+ },
1824
+ "RoleName" : {
1825
+ "shape" : "__string",
1826
+ "locationName" : "roleName"
1827
+ },
1828
+ "RoleSearchMatching" : {
1829
+ "shape" : "__string",
1830
+ "locationName" : "roleSearchMatching"
1831
+ },
1832
+ "RoleSearchSubtree" : {
1833
+ "shape" : "__boolean",
1834
+ "locationName" : "roleSearchSubtree"
1835
+ },
1836
+ "ServiceAccountPassword" : {
1837
+ "shape" : "__string",
1838
+ "locationName" : "serviceAccountPassword"
1839
+ },
1840
+ "ServiceAccountUsername" : {
1841
+ "shape" : "__string",
1842
+ "locationName" : "serviceAccountUsername"
1843
+ },
1844
+ "UserBase" : {
1845
+ "shape" : "__string",
1846
+ "locationName" : "userBase"
1847
+ },
1848
+ "UserRoleName" : {
1849
+ "shape" : "__string",
1850
+ "locationName" : "userRoleName"
1851
+ },
1852
+ "UserSearchMatching" : {
1853
+ "shape" : "__string",
1854
+ "locationName" : "userSearchMatching"
1855
+ },
1856
+ "UserSearchSubtree" : {
1857
+ "shape" : "__boolean",
1858
+ "locationName" : "userSearchSubtree"
1859
+ }
1860
+ }
1861
+ },
1862
+ "LdapServerMetadataOutput" : {
1863
+ "type" : "structure",
1864
+ "members" : {
1865
+ "Hosts" : {
1866
+ "shape" : "__listOf__string",
1867
+ "locationName" : "hosts"
1868
+ },
1869
+ "RoleBase" : {
1870
+ "shape" : "__string",
1871
+ "locationName" : "roleBase"
1872
+ },
1873
+ "RoleName" : {
1874
+ "shape" : "__string",
1875
+ "locationName" : "roleName"
1876
+ },
1877
+ "RoleSearchMatching" : {
1878
+ "shape" : "__string",
1879
+ "locationName" : "roleSearchMatching"
1880
+ },
1881
+ "RoleSearchSubtree" : {
1882
+ "shape" : "__boolean",
1883
+ "locationName" : "roleSearchSubtree"
1884
+ },
1885
+ "ServiceAccountUsername" : {
1886
+ "shape" : "__string",
1887
+ "locationName" : "serviceAccountUsername"
1888
+ },
1889
+ "UserBase" : {
1890
+ "shape" : "__string",
1891
+ "locationName" : "userBase"
1892
+ },
1893
+ "UserRoleName" : {
1894
+ "shape" : "__string",
1895
+ "locationName" : "userRoleName"
1896
+ },
1897
+ "UserSearchMatching" : {
1898
+ "shape" : "__string",
1899
+ "locationName" : "userSearchMatching"
1900
+ },
1901
+ "UserSearchSubtree" : {
1902
+ "shape" : "__boolean",
1903
+ "locationName" : "userSearchSubtree"
1904
+ }
1905
+ }
1906
+ },
1737
1907
  "ListBrokersOutput" : {
1738
1908
  "type" : "structure",
1739
1909
  "members" : {
@@ -2108,6 +2278,10 @@
2108
2278
  "UpdateBrokerInput" : {
2109
2279
  "type" : "structure",
2110
2280
  "members" : {
2281
+ "AuthenticationStrategy" : {
2282
+ "shape" : "AuthenticationStrategy",
2283
+ "locationName" : "authenticationStrategy"
2284
+ },
2111
2285
  "AutoMinorVersionUpgrade" : {
2112
2286
  "shape" : "__boolean",
2113
2287
  "locationName" : "autoMinorVersionUpgrade"
@@ -2124,6 +2298,10 @@
2124
2298
  "shape" : "__string",
2125
2299
  "locationName" : "hostInstanceType"
2126
2300
  },
2301
+ "LdapServerMetadata" : {
2302
+ "shape" : "LdapServerMetadataInput",
2303
+ "locationName" : "ldapServerMetadata"
2304
+ },
2127
2305
  "Logs" : {
2128
2306
  "shape" : "Logs",
2129
2307
  "locationName" : "logs"
@@ -2137,6 +2315,10 @@
2137
2315
  "UpdateBrokerOutput" : {
2138
2316
  "type" : "structure",
2139
2317
  "members" : {
2318
+ "AuthenticationStrategy" : {
2319
+ "shape" : "AuthenticationStrategy",
2320
+ "locationName" : "authenticationStrategy"
2321
+ },
2140
2322
  "AutoMinorVersionUpgrade" : {
2141
2323
  "shape" : "__boolean",
2142
2324
  "locationName" : "autoMinorVersionUpgrade"
@@ -2157,6 +2339,10 @@
2157
2339
  "shape" : "__string",
2158
2340
  "locationName" : "hostInstanceType"
2159
2341
  },
2342
+ "LdapServerMetadata" : {
2343
+ "shape" : "LdapServerMetadataOutput",
2344
+ "locationName" : "ldapServerMetadata"
2345
+ },
2160
2346
  "Logs" : {
2161
2347
  "shape" : "Logs",
2162
2348
  "locationName" : "logs"
@@ -2170,6 +2356,10 @@
2170
2356
  "UpdateBrokerRequest" : {
2171
2357
  "type" : "structure",
2172
2358
  "members" : {
2359
+ "AuthenticationStrategy" : {
2360
+ "shape" : "AuthenticationStrategy",
2361
+ "locationName" : "authenticationStrategy"
2362
+ },
2173
2363
  "AutoMinorVersionUpgrade" : {
2174
2364
  "shape" : "__boolean",
2175
2365
  "locationName" : "autoMinorVersionUpgrade"
@@ -2191,6 +2381,10 @@
2191
2381
  "shape" : "__string",
2192
2382
  "locationName" : "hostInstanceType"
2193
2383
  },
2384
+ "LdapServerMetadata" : {
2385
+ "shape" : "LdapServerMetadataInput",
2386
+ "locationName" : "ldapServerMetadata"
2387
+ },
2194
2388
  "Logs" : {
2195
2389
  "shape" : "Logs",
2196
2390
  "locationName" : "logs"
@@ -2205,6 +2399,10 @@
2205
2399
  "UpdateBrokerResponse" : {
2206
2400
  "type" : "structure",
2207
2401
  "members" : {
2402
+ "AuthenticationStrategy" : {
2403
+ "shape" : "AuthenticationStrategy",
2404
+ "locationName" : "authenticationStrategy"
2405
+ },
2208
2406
  "AutoMinorVersionUpgrade" : {
2209
2407
  "shape" : "__boolean",
2210
2408
  "locationName" : "autoMinorVersionUpgrade"
@@ -2225,6 +2423,10 @@
2225
2423
  "shape" : "__string",
2226
2424
  "locationName" : "hostInstanceType"
2227
2425
  },
2426
+ "LdapServerMetadata" : {
2427
+ "shape" : "LdapServerMetadataOutput",
2428
+ "locationName" : "ldapServerMetadata"
2429
+ },
2228
2430
  "Logs" : {
2229
2431
  "shape" : "Logs",
2230
2432
  "locationName" : "logs"
@@ -1,3 +1,10 @@
1
1
  {
2
- "pagination" : { }
2
+ "pagination": {
3
+ "ListBrokers": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "BrokerSummaries"
8
+ }
9
+ }
3
10
  }
@@ -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
  },