aws-sdk-core 2.11.547 → 2.11.552

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/cloudfront/2020-05-31/api-2.json +5095 -0
  3. data/apis/cloudfront/2020-05-31/examples-1.json +5 -0
  4. data/apis/cloudfront/2020-05-31/paginators-1.json +32 -0
  5. data/apis/cloudfront/2020-05-31/smoke.json +20 -0
  6. data/apis/cloudfront/2020-05-31/waiters-2.json +47 -0
  7. data/apis/codebuild/2016-10-06/api-2.json +13 -3
  8. data/apis/codeguruprofiler/2019-07-18/api-2.json +120 -3
  9. data/apis/config/2014-11-12/api-2.json +12 -5
  10. data/apis/ec2/2016-11-15/api-2.json +13 -1
  11. data/apis/fms/2018-01-01/api-2.json +515 -1
  12. data/apis/frauddetector/2019-11-15/api-2.json +881 -243
  13. data/apis/frauddetector/2019-11-15/paginators-1.json +20 -0
  14. data/apis/fsx/2018-03-01/api-2.json +35 -2
  15. data/apis/glue/2017-03-31/api-2.json +4 -1
  16. data/apis/groundstation/2019-05-23/api-2.json +53 -1
  17. data/apis/kendra/2019-02-03/api-2.json +38 -4
  18. data/apis/lightsail/2016-11-28/api-2.json +748 -2
  19. data/apis/macie2/2020-01-01/api-2.json +23 -2
  20. data/apis/mediaconnect/2018-11-14/api-2.json +19 -0
  21. data/apis/medialive/2017-10-14/api-2.json +136 -51
  22. data/apis/mediapackage/2017-10-12/api-2.json +5 -4
  23. data/apis/monitoring/2010-08-01/api-2.json +6 -1
  24. data/apis/mq/2017-11-27/api-2.json +202 -0
  25. data/apis/mq/2017-11-27/paginators-1.json +8 -1
  26. data/apis/quicksight/2018-04-01/api-2.json +625 -3
  27. data/apis/quicksight/2018-04-01/paginators-1.json +5 -0
  28. data/apis/rds/2014-10-31/api-2.json +5 -2
  29. data/apis/sagemaker/2017-07-24/api-2.json +286 -34
  30. data/apis/sagemaker/2017-07-24/paginators-1.json +6 -0
  31. data/apis/workspaces/2015-04-08/api-2.json +90 -1
  32. data/endpoints.json +11 -0
  33. data/lib/aws-sdk-core/cloudfront.rb +5 -5
  34. data/lib/aws-sdk-core/version.rb +1 -1
  35. data/service-models.json +1 -1
  36. metadata +7 -2
@@ -569,7 +569,8 @@
569
569
  "enum": [
570
570
  "NONE",
571
571
  "SCTE35_ENHANCED",
572
- "PASSTHROUGH"
572
+ "PASSTHROUGH",
573
+ "DATERANGE"
573
574
  ],
574
575
  "type": "string"
575
576
  },
@@ -916,8 +917,8 @@
916
917
  }
917
918
  },
918
919
  "required": [
919
- "Id",
920
- "ChannelId"
920
+ "ChannelId",
921
+ "Id"
921
922
  ],
922
923
  "type": "structure"
923
924
  },
@@ -2513,4 +2514,4 @@
2513
2514
  "type": "string"
2514
2515
  }
2515
2516
  }
2516
- }
2517
+ }
@@ -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
  }
@@ -28,6 +28,24 @@
28
28
  {"shape":"InternalFailureException"}
29
29
  ]
30
30
  },
31
+ "CreateAccountCustomization":{
32
+ "name":"CreateAccountCustomization",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/accounts/{AwsAccountId}/customizations"
36
+ },
37
+ "input":{"shape":"CreateAccountCustomizationRequest"},
38
+ "output":{"shape":"CreateAccountCustomizationResponse"},
39
+ "errors":[
40
+ {"shape":"AccessDeniedException"},
41
+ {"shape":"InvalidParameterValueException"},
42
+ {"shape":"ResourceExistsException"},
43
+ {"shape":"ResourceNotFoundException"},
44
+ {"shape":"ThrottlingException"},
45
+ {"shape":"InternalFailureException"},
46
+ {"shape":"ResourceUnavailableException"}
47
+ ]
48
+ },
31
49
  "CreateDashboard":{
32
50
  "name":"CreateDashboard",
33
51
  "http":{
@@ -159,6 +177,27 @@
159
177
  {"shape":"InternalFailureException"}
160
178
  ]
161
179
  },
180
+ "CreateNamespace":{
181
+ "name":"CreateNamespace",
182
+ "http":{
183
+ "method":"POST",
184
+ "requestUri":"/accounts/{AwsAccountId}"
185
+ },
186
+ "input":{"shape":"CreateNamespaceRequest"},
187
+ "output":{"shape":"CreateNamespaceResponse"},
188
+ "errors":[
189
+ {"shape":"AccessDeniedException"},
190
+ {"shape":"InvalidParameterValueException"},
191
+ {"shape":"ResourceNotFoundException"},
192
+ {"shape":"ThrottlingException"},
193
+ {"shape":"LimitExceededException"},
194
+ {"shape":"ResourceExistsException"},
195
+ {"shape":"PreconditionNotMetException"},
196
+ {"shape":"ConflictException"},
197
+ {"shape":"InternalFailureException"},
198
+ {"shape":"ResourceUnavailableException"}
199
+ ]
200
+ },
162
201
  "CreateTemplate":{
163
202
  "name":"CreateTemplate",
164
203
  "http":{
@@ -236,6 +275,23 @@
236
275
  {"shape":"InternalFailureException"}
237
276
  ]
238
277
  },
278
+ "DeleteAccountCustomization":{
279
+ "name":"DeleteAccountCustomization",
280
+ "http":{
281
+ "method":"DELETE",
282
+ "requestUri":"/accounts/{AwsAccountId}/customizations"
283
+ },
284
+ "input":{"shape":"DeleteAccountCustomizationRequest"},
285
+ "output":{"shape":"DeleteAccountCustomizationResponse"},
286
+ "errors":[
287
+ {"shape":"AccessDeniedException"},
288
+ {"shape":"InvalidParameterValueException"},
289
+ {"shape":"ResourceNotFoundException"},
290
+ {"shape":"ThrottlingException"},
291
+ {"shape":"InternalFailureException"},
292
+ {"shape":"ResourceUnavailableException"}
293
+ ]
294
+ },
239
295
  "DeleteDashboard":{
240
296
  "name":"DeleteDashboard",
241
297
  "http":{
@@ -339,6 +395,24 @@
339
395
  {"shape":"InternalFailureException"}
340
396
  ]
341
397
  },
398
+ "DeleteNamespace":{
399
+ "name":"DeleteNamespace",
400
+ "http":{
401
+ "method":"DELETE",
402
+ "requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}"
403
+ },
404
+ "input":{"shape":"DeleteNamespaceRequest"},
405
+ "output":{"shape":"DeleteNamespaceResponse"},
406
+ "errors":[
407
+ {"shape":"AccessDeniedException"},
408
+ {"shape":"InvalidParameterValueException"},
409
+ {"shape":"ResourceNotFoundException"},
410
+ {"shape":"ThrottlingException"},
411
+ {"shape":"PreconditionNotMetException"},
412
+ {"shape":"InternalFailureException"},
413
+ {"shape":"ResourceUnavailableException"}
414
+ ]
415
+ },
342
416
  "DeleteTemplate":{
343
417
  "name":"DeleteTemplate",
344
418
  "http":{
@@ -421,6 +495,7 @@
421
495
  {"shape":"InvalidParameterValueException"},
422
496
  {"shape":"ResourceNotFoundException"},
423
497
  {"shape":"ThrottlingException"},
498
+ {"shape":"PreconditionNotMetException"},
424
499
  {"shape":"InternalFailureException"},
425
500
  {"shape":"ResourceUnavailableException"}
426
501
  ]
@@ -433,6 +508,41 @@
433
508
  },
434
509
  "input":{"shape":"DeleteUserByPrincipalIdRequest"},
435
510
  "output":{"shape":"DeleteUserByPrincipalIdResponse"},
511
+ "errors":[
512
+ {"shape":"AccessDeniedException"},
513
+ {"shape":"InvalidParameterValueException"},
514
+ {"shape":"ResourceNotFoundException"},
515
+ {"shape":"ThrottlingException"},
516
+ {"shape":"PreconditionNotMetException"},
517
+ {"shape":"InternalFailureException"},
518
+ {"shape":"ResourceUnavailableException"}
519
+ ]
520
+ },
521
+ "DescribeAccountCustomization":{
522
+ "name":"DescribeAccountCustomization",
523
+ "http":{
524
+ "method":"GET",
525
+ "requestUri":"/accounts/{AwsAccountId}/customizations"
526
+ },
527
+ "input":{"shape":"DescribeAccountCustomizationRequest"},
528
+ "output":{"shape":"DescribeAccountCustomizationResponse"},
529
+ "errors":[
530
+ {"shape":"AccessDeniedException"},
531
+ {"shape":"InvalidParameterValueException"},
532
+ {"shape":"ResourceNotFoundException"},
533
+ {"shape":"ThrottlingException"},
534
+ {"shape":"InternalFailureException"},
535
+ {"shape":"ResourceUnavailableException"}
536
+ ]
537
+ },
538
+ "DescribeAccountSettings":{
539
+ "name":"DescribeAccountSettings",
540
+ "http":{
541
+ "method":"GET",
542
+ "requestUri":"/accounts/{AwsAccountId}/settings"
543
+ },
544
+ "input":{"shape":"DescribeAccountSettingsRequest"},
545
+ "output":{"shape":"DescribeAccountSettingsResponse"},
436
546
  "errors":[
437
547
  {"shape":"AccessDeniedException"},
438
548
  {"shape":"InvalidParameterValueException"},
@@ -591,6 +701,23 @@
591
701
  {"shape":"InternalFailureException"}
592
702
  ]
593
703
  },
704
+ "DescribeNamespace":{
705
+ "name":"DescribeNamespace",
706
+ "http":{
707
+ "method":"GET",
708
+ "requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}"
709
+ },
710
+ "input":{"shape":"DescribeNamespaceRequest"},
711
+ "output":{"shape":"DescribeNamespaceResponse"},
712
+ "errors":[
713
+ {"shape":"AccessDeniedException"},
714
+ {"shape":"InvalidParameterValueException"},
715
+ {"shape":"ResourceNotFoundException"},
716
+ {"shape":"ThrottlingException"},
717
+ {"shape":"InternalFailureException"},
718
+ {"shape":"ResourceUnavailableException"}
719
+ ]
720
+ },
594
721
  "DescribeTemplate":{
595
722
  "name":"DescribeTemplate",
596
723
  "http":{
@@ -707,6 +834,7 @@
707
834
  {"shape":"InvalidParameterValueException"},
708
835
  {"shape":"ResourceNotFoundException"},
709
836
  {"shape":"ThrottlingException"},
837
+ {"shape":"PreconditionNotMetException"},
710
838
  {"shape":"InternalFailureException"},
711
839
  {"shape":"ResourceUnavailableException"}
712
840
  ]
@@ -733,6 +861,26 @@
733
861
  {"shape":"InternalFailureException"}
734
862
  ]
735
863
  },
864
+ "GetSessionEmbedUrl":{
865
+ "name":"GetSessionEmbedUrl",
866
+ "http":{
867
+ "method":"GET",
868
+ "requestUri":"/accounts/{AwsAccountId}/session-embed-url"
869
+ },
870
+ "input":{"shape":"GetSessionEmbedUrlRequest"},
871
+ "output":{"shape":"GetSessionEmbedUrlResponse"},
872
+ "errors":[
873
+ {"shape":"AccessDeniedException"},
874
+ {"shape":"InvalidParameterValueException"},
875
+ {"shape":"ResourceExistsException"},
876
+ {"shape":"ResourceNotFoundException"},
877
+ {"shape":"ThrottlingException"},
878
+ {"shape":"QuickSightUserNotFoundException"},
879
+ {"shape":"SessionLifetimeInMinutesInvalidException"},
880
+ {"shape":"UnsupportedUserEditionException"},
881
+ {"shape":"InternalFailureException"}
882
+ ]
883
+ },
736
884
  "ListDashboardVersions":{
737
885
  "name":"ListDashboardVersions",
738
886
  "http":{
@@ -888,6 +1036,25 @@
888
1036
  {"shape":"InternalFailureException"}
889
1037
  ]
890
1038
  },
1039
+ "ListNamespaces":{
1040
+ "name":"ListNamespaces",
1041
+ "http":{
1042
+ "method":"GET",
1043
+ "requestUri":"/accounts/{AwsAccountId}/namespaces"
1044
+ },
1045
+ "input":{"shape":"ListNamespacesRequest"},
1046
+ "output":{"shape":"ListNamespacesResponse"},
1047
+ "errors":[
1048
+ {"shape":"AccessDeniedException"},
1049
+ {"shape":"InvalidParameterValueException"},
1050
+ {"shape":"ResourceNotFoundException"},
1051
+ {"shape":"ThrottlingException"},
1052
+ {"shape":"InvalidNextTokenException"},
1053
+ {"shape":"PreconditionNotMetException"},
1054
+ {"shape":"InternalFailureException"},
1055
+ {"shape":"ResourceUnavailableException"}
1056
+ ]
1057
+ },
891
1058
  "ListTagsForResource":{
892
1059
  "name":"ListTagsForResource",
893
1060
  "http":{
@@ -1021,6 +1188,7 @@
1021
1188
  {"shape":"InvalidParameterValueException"},
1022
1189
  {"shape":"ResourceNotFoundException"},
1023
1190
  {"shape":"ThrottlingException"},
1191
+ {"shape":"PreconditionNotMetException"},
1024
1192
  {"shape":"InternalFailureException"},
1025
1193
  {"shape":"ResourceUnavailableException"}
1026
1194
  ]
@@ -1039,6 +1207,7 @@
1039
1207
  {"shape":"ResourceNotFoundException"},
1040
1208
  {"shape":"ThrottlingException"},
1041
1209
  {"shape":"InvalidNextTokenException"},
1210
+ {"shape":"PreconditionNotMetException"},
1042
1211
  {"shape":"InternalFailureException"},
1043
1212
  {"shape":"ResourceUnavailableException"}
1044
1213
  ]
@@ -1113,6 +1282,40 @@
1113
1282
  {"shape":"InternalFailureException"}
1114
1283
  ]
1115
1284
  },
1285
+ "UpdateAccountCustomization":{
1286
+ "name":"UpdateAccountCustomization",
1287
+ "http":{
1288
+ "method":"PUT",
1289
+ "requestUri":"/accounts/{AwsAccountId}/customizations"
1290
+ },
1291
+ "input":{"shape":"UpdateAccountCustomizationRequest"},
1292
+ "output":{"shape":"UpdateAccountCustomizationResponse"},
1293
+ "errors":[
1294
+ {"shape":"AccessDeniedException"},
1295
+ {"shape":"InvalidParameterValueException"},
1296
+ {"shape":"ResourceNotFoundException"},
1297
+ {"shape":"ThrottlingException"},
1298
+ {"shape":"InternalFailureException"},
1299
+ {"shape":"ResourceUnavailableException"}
1300
+ ]
1301
+ },
1302
+ "UpdateAccountSettings":{
1303
+ "name":"UpdateAccountSettings",
1304
+ "http":{
1305
+ "method":"PUT",
1306
+ "requestUri":"/accounts/{AwsAccountId}/settings"
1307
+ },
1308
+ "input":{"shape":"UpdateAccountSettingsRequest"},
1309
+ "output":{"shape":"UpdateAccountSettingsResponse"},
1310
+ "errors":[
1311
+ {"shape":"AccessDeniedException"},
1312
+ {"shape":"InvalidParameterValueException"},
1313
+ {"shape":"ResourceNotFoundException"},
1314
+ {"shape":"ThrottlingException"},
1315
+ {"shape":"InternalFailureException"},
1316
+ {"shape":"ResourceUnavailableException"}
1317
+ ]
1318
+ },
1116
1319
  "UpdateDashboard":{
1117
1320
  "name":"UpdateDashboard",
1118
1321
  "http":{
@@ -1391,6 +1594,7 @@
1391
1594
  {"shape":"InvalidParameterValueException"},
1392
1595
  {"shape":"ResourceNotFoundException"},
1393
1596
  {"shape":"ThrottlingException"},
1597
+ {"shape":"PreconditionNotMetException"},
1394
1598
  {"shape":"InternalFailureException"},
1395
1599
  {"shape":"ResourceUnavailableException"}
1396
1600
  ]
@@ -1406,6 +1610,21 @@
1406
1610
  "error":{"httpStatusCode":401},
1407
1611
  "exception":true
1408
1612
  },
1613
+ "AccountCustomization":{
1614
+ "type":"structure",
1615
+ "members":{
1616
+ "DefaultTheme":{"shape":"Arn"}
1617
+ }
1618
+ },
1619
+ "AccountSettings":{
1620
+ "type":"structure",
1621
+ "members":{
1622
+ "AccountName":{"shape":"String"},
1623
+ "Edition":{"shape":"Edition"},
1624
+ "DefaultNamespace":{"shape":"Namespace"},
1625
+ "NotificationEmail":{"shape":"String"}
1626
+ }
1627
+ },
1409
1628
  "ActionList":{
1410
1629
  "type":"list",
1411
1630
  "member":{"shape":"String"},
@@ -1704,6 +1923,39 @@
1704
1923
  "type":"string",
1705
1924
  "pattern":"^arn:[-a-z0-9]*:quicksight:[-a-z0-9]*:[0-9]{12}:datasource/.+"
1706
1925
  },
1926
+ "CreateAccountCustomizationRequest":{
1927
+ "type":"structure",
1928
+ "required":[
1929
+ "AwsAccountId",
1930
+ "AccountCustomization"
1931
+ ],
1932
+ "members":{
1933
+ "AwsAccountId":{
1934
+ "shape":"AwsAccountId",
1935
+ "location":"uri",
1936
+ "locationName":"AwsAccountId"
1937
+ },
1938
+ "Namespace":{
1939
+ "shape":"Namespace",
1940
+ "location":"querystring",
1941
+ "locationName":"namespace"
1942
+ },
1943
+ "AccountCustomization":{"shape":"AccountCustomization"}
1944
+ }
1945
+ },
1946
+ "CreateAccountCustomizationResponse":{
1947
+ "type":"structure",
1948
+ "members":{
1949
+ "AwsAccountId":{"shape":"AwsAccountId"},
1950
+ "Namespace":{"shape":"Namespace"},
1951
+ "AccountCustomization":{"shape":"AccountCustomization"},
1952
+ "RequestId":{"shape":"String"},
1953
+ "Status":{
1954
+ "shape":"StatusCode",
1955
+ "location":"statusCode"
1956
+ }
1957
+ }
1958
+ },
1707
1959
  "CreateColumnsOperation":{
1708
1960
  "type":"structure",
1709
1961
  "required":["Columns"],
@@ -1985,6 +2237,39 @@
1985
2237
  }
1986
2238
  }
1987
2239
  },
2240
+ "CreateNamespaceRequest":{
2241
+ "type":"structure",
2242
+ "required":[
2243
+ "AwsAccountId",
2244
+ "Namespace",
2245
+ "IdentityStore"
2246
+ ],
2247
+ "members":{
2248
+ "AwsAccountId":{
2249
+ "shape":"AwsAccountId",
2250
+ "location":"uri",
2251
+ "locationName":"AwsAccountId"
2252
+ },
2253
+ "Namespace":{"shape":"Namespace"},
2254
+ "IdentityStore":{"shape":"IdentityStore"},
2255
+ "Tags":{"shape":"TagList"}
2256
+ }
2257
+ },
2258
+ "CreateNamespaceResponse":{
2259
+ "type":"structure",
2260
+ "members":{
2261
+ "Arn":{"shape":"Arn"},
2262
+ "Name":{"shape":"Namespace"},
2263
+ "CapacityRegion":{"shape":"String"},
2264
+ "CreationStatus":{"shape":"NamespaceStatus"},
2265
+ "IdentityStore":{"shape":"IdentityStore"},
2266
+ "RequestId":{"shape":"String"},
2267
+ "Status":{
2268
+ "shape":"StatusCode",
2269
+ "location":"statusCode"
2270
+ }
2271
+ }
2272
+ },
1988
2273
  "CreateTemplateAliasRequest":{
1989
2274
  "type":"structure",
1990
2275
  "required":[
@@ -2556,6 +2841,32 @@
2556
2841
  "member":{"shape":"DecimalParameter"},
2557
2842
  "max":100
2558
2843
  },
2844
+ "DeleteAccountCustomizationRequest":{
2845
+ "type":"structure",
2846
+ "required":["AwsAccountId"],
2847
+ "members":{
2848
+ "AwsAccountId":{
2849
+ "shape":"AwsAccountId",
2850
+ "location":"uri",
2851
+ "locationName":"AwsAccountId"
2852
+ },
2853
+ "Namespace":{
2854
+ "shape":"Namespace",
2855
+ "location":"querystring",
2856
+ "locationName":"namespace"
2857
+ }
2858
+ }
2859
+ },
2860
+ "DeleteAccountCustomizationResponse":{
2861
+ "type":"structure",
2862
+ "members":{
2863
+ "RequestId":{"shape":"String"},
2864
+ "Status":{
2865
+ "shape":"StatusCode",
2866
+ "location":"statusCode"
2867
+ }
2868
+ }
2869
+ },
2559
2870
  "DeleteDashboardRequest":{
2560
2871
  "type":"structure",
2561
2872
  "required":[
@@ -2766,6 +3077,35 @@
2766
3077
  }
2767
3078
  }
2768
3079
  },
3080
+ "DeleteNamespaceRequest":{
3081
+ "type":"structure",
3082
+ "required":[
3083
+ "AwsAccountId",
3084
+ "Namespace"
3085
+ ],
3086
+ "members":{
3087
+ "AwsAccountId":{
3088
+ "shape":"AwsAccountId",
3089
+ "location":"uri",
3090
+ "locationName":"AwsAccountId"
3091
+ },
3092
+ "Namespace":{
3093
+ "shape":"Namespace",
3094
+ "location":"uri",
3095
+ "locationName":"Namespace"
3096
+ }
3097
+ }
3098
+ },
3099
+ "DeleteNamespaceResponse":{
3100
+ "type":"structure",
3101
+ "members":{
3102
+ "RequestId":{"shape":"String"},
3103
+ "Status":{
3104
+ "shape":"StatusCode",
3105
+ "location":"statusCode"
3106
+ }
3107
+ }
3108
+ },
2769
3109
  "DeleteTemplateAliasRequest":{
2770
3110
  "type":"structure",
2771
3111
  "required":[
@@ -2989,6 +3329,62 @@
2989
3329
  "max":1,
2990
3330
  "min":1
2991
3331
  },
3332
+ "DescribeAccountCustomizationRequest":{
3333
+ "type":"structure",
3334
+ "required":["AwsAccountId"],
3335
+ "members":{
3336
+ "AwsAccountId":{
3337
+ "shape":"AwsAccountId",
3338
+ "location":"uri",
3339
+ "locationName":"AwsAccountId"
3340
+ },
3341
+ "Namespace":{
3342
+ "shape":"Namespace",
3343
+ "location":"querystring",
3344
+ "locationName":"namespace"
3345
+ },
3346
+ "Resolved":{
3347
+ "shape":"boolean",
3348
+ "location":"querystring",
3349
+ "locationName":"resolved"
3350
+ }
3351
+ }
3352
+ },
3353
+ "DescribeAccountCustomizationResponse":{
3354
+ "type":"structure",
3355
+ "members":{
3356
+ "AwsAccountId":{"shape":"AwsAccountId"},
3357
+ "Namespace":{"shape":"Namespace"},
3358
+ "AccountCustomization":{"shape":"AccountCustomization"},
3359
+ "RequestId":{"shape":"String"},
3360
+ "Status":{
3361
+ "shape":"StatusCode",
3362
+ "location":"statusCode"
3363
+ }
3364
+ }
3365
+ },
3366
+ "DescribeAccountSettingsRequest":{
3367
+ "type":"structure",
3368
+ "required":["AwsAccountId"],
3369
+ "members":{
3370
+ "AwsAccountId":{
3371
+ "shape":"AwsAccountId",
3372
+ "location":"uri",
3373
+ "locationName":"AwsAccountId"
3374
+ }
3375
+ }
3376
+ },
3377
+ "DescribeAccountSettingsResponse":{
3378
+ "type":"structure",
3379
+ "members":{
3380
+ "AccountSettings":{"shape":"AccountSettings"},
3381
+ "RequestId":{"shape":"String"},
3382
+ "Status":{
3383
+ "shape":"StatusCode",
3384
+ "location":"statusCode"
3385
+ }
3386
+ }
3387
+ },
2992
3388
  "DescribeDashboardPermissionsRequest":{
2993
3389
  "type":"structure",
2994
3390
  "required":[
@@ -3293,6 +3689,36 @@
3293
3689
  }
3294
3690
  }
3295
3691
  },
3692
+ "DescribeNamespaceRequest":{
3693
+ "type":"structure",
3694
+ "required":[
3695
+ "AwsAccountId",
3696
+ "Namespace"
3697
+ ],
3698
+ "members":{
3699
+ "AwsAccountId":{
3700
+ "shape":"AwsAccountId",
3701
+ "location":"uri",
3702
+ "locationName":"AwsAccountId"
3703
+ },
3704
+ "Namespace":{
3705
+ "shape":"Namespace",
3706
+ "location":"uri",
3707
+ "locationName":"Namespace"
3708
+ }
3709
+ }
3710
+ },
3711
+ "DescribeNamespaceResponse":{
3712
+ "type":"structure",
3713
+ "members":{
3714
+ "Namespace":{"shape":"NamespaceInfoV2"},
3715
+ "RequestId":{"shape":"String"},
3716
+ "Status":{
3717
+ "shape":"StatusCode",
3718
+ "location":"statusCode"
3719
+ }
3720
+ }
3721
+ },
3296
3722
  "DescribeTemplateAliasRequest":{
3297
3723
  "type":"structure",
3298
3724
  "required":[
@@ -3564,10 +3990,22 @@
3564
3990
  "type":"list",
3565
3991
  "member":{"shape":"Double"}
3566
3992
  },
3993
+ "Edition":{
3994
+ "type":"string",
3995
+ "enum":[
3996
+ "STANDARD",
3997
+ "ENTERPRISE"
3998
+ ]
3999
+ },
3567
4000
  "EmbeddingUrl":{
3568
4001
  "type":"string",
3569
4002
  "sensitive":true
3570
4003
  },
4004
+ "EntryPoint":{
4005
+ "type":"string",
4006
+ "max":1000,
4007
+ "min":1
4008
+ },
3571
4009
  "ErrorInfo":{
3572
4010
  "type":"structure",
3573
4011
  "members":{
@@ -3707,6 +4145,43 @@
3707
4145
  "RequestId":{"shape":"String"}
3708
4146
  }
3709
4147
  },
4148
+ "GetSessionEmbedUrlRequest":{
4149
+ "type":"structure",
4150
+ "required":["AwsAccountId"],
4151
+ "members":{
4152
+ "AwsAccountId":{
4153
+ "shape":"AwsAccountId",
4154
+ "location":"uri",
4155
+ "locationName":"AwsAccountId"
4156
+ },
4157
+ "EntryPoint":{
4158
+ "shape":"EntryPoint",
4159
+ "location":"querystring",
4160
+ "locationName":"entry-point"
4161
+ },
4162
+ "SessionLifetimeInMinutes":{
4163
+ "shape":"SessionLifetimeInMinutes",
4164
+ "location":"querystring",
4165
+ "locationName":"session-lifetime"
4166
+ },
4167
+ "UserArn":{
4168
+ "shape":"Arn",
4169
+ "location":"querystring",
4170
+ "locationName":"user-arn"
4171
+ }
4172
+ }
4173
+ },
4174
+ "GetSessionEmbedUrlResponse":{
4175
+ "type":"structure",
4176
+ "members":{
4177
+ "EmbedUrl":{"shape":"EmbeddingUrl"},
4178
+ "Status":{
4179
+ "shape":"StatusCode",
4180
+ "location":"statusCode"
4181
+ },
4182
+ "RequestId":{"shape":"String"}
4183
+ }
4184
+ },
3710
4185
  "Group":{
3711
4186
  "type":"structure",
3712
4187
  "members":{
@@ -3806,6 +4281,10 @@
3806
4281
  "type":"list",
3807
4282
  "member":{"shape":"IdentityName"}
3808
4283
  },
4284
+ "IdentityStore":{
4285
+ "type":"string",
4286
+ "enum":["QUICKSIGHT"]
4287
+ },
3809
4288
  "IdentityType":{
3810
4289
  "type":"string",
3811
4290
  "enum":[
@@ -4422,6 +4901,40 @@
4422
4901
  }
4423
4902
  }
4424
4903
  },
4904
+ "ListNamespacesRequest":{
4905
+ "type":"structure",
4906
+ "required":["AwsAccountId"],
4907
+ "members":{
4908
+ "AwsAccountId":{
4909
+ "shape":"AwsAccountId",
4910
+ "location":"uri",
4911
+ "locationName":"AwsAccountId"
4912
+ },
4913
+ "NextToken":{
4914
+ "shape":"String",
4915
+ "location":"querystring",
4916
+ "locationName":"next-token"
4917
+ },
4918
+ "MaxResults":{
4919
+ "shape":"MaxResults",
4920
+ "box":true,
4921
+ "location":"querystring",
4922
+ "locationName":"max-results"
4923
+ }
4924
+ }
4925
+ },
4926
+ "ListNamespacesResponse":{
4927
+ "type":"structure",
4928
+ "members":{
4929
+ "Namespaces":{"shape":"Namespaces"},
4930
+ "NextToken":{"shape":"String"},
4931
+ "RequestId":{"shape":"String"},
4932
+ "Status":{
4933
+ "shape":"StatusCode",
4934
+ "location":"statusCode"
4935
+ }
4936
+ }
4937
+ },
4425
4938
  "ListTagsForResourceRequest":{
4426
4939
  "type":"structure",
4427
4940
  "required":["ResourceArn"],
@@ -4873,6 +5386,45 @@
4873
5386
  "max":64,
4874
5387
  "pattern":"^[a-zA-Z0-9._-]*$"
4875
5388
  },
5389
+ "NamespaceError":{
5390
+ "type":"structure",
5391
+ "members":{
5392
+ "Type":{"shape":"NamespaceErrorType"},
5393
+ "Message":{"shape":"String"}
5394
+ }
5395
+ },
5396
+ "NamespaceErrorType":{
5397
+ "type":"string",
5398
+ "enum":[
5399
+ "PERMISSION_DENIED",
5400
+ "INTERNAL_SERVICE_ERROR"
5401
+ ]
5402
+ },
5403
+ "NamespaceInfoV2":{
5404
+ "type":"structure",
5405
+ "members":{
5406
+ "Name":{"shape":"Namespace"},
5407
+ "Arn":{"shape":"Arn"},
5408
+ "CapacityRegion":{"shape":"String"},
5409
+ "CreationStatus":{"shape":"NamespaceStatus"},
5410
+ "IdentityStore":{"shape":"IdentityStore"},
5411
+ "NamespaceError":{"shape":"NamespaceError"}
5412
+ }
5413
+ },
5414
+ "NamespaceStatus":{
5415
+ "type":"string",
5416
+ "enum":[
5417
+ "CREATED",
5418
+ "CREATING",
5419
+ "DELETING",
5420
+ "RETRYABLE_FAILURE",
5421
+ "NON_RETRYABLE_FAILURE"
5422
+ ]
5423
+ },
5424
+ "Namespaces":{
5425
+ "type":"list",
5426
+ "member":{"shape":"NamespaceInfoV2"}
5427
+ },
4876
5428
  "NonEmptyString":{
4877
5429
  "type":"string",
4878
5430
  "pattern":".*\\S.*"
@@ -5066,7 +5618,8 @@
5066
5618
  "location":"uri",
5067
5619
  "locationName":"Namespace"
5068
5620
  },
5069
- "UserName":{"shape":"UserName"}
5621
+ "UserName":{"shape":"UserName"},
5622
+ "CustomPermissionsName":{"shape":"RoleName"}
5070
5623
  }
5071
5624
  },
5072
5625
  "RegisterUserResponse":{
@@ -5185,6 +5738,12 @@
5185
5738
  "min":1,
5186
5739
  "pattern":"[\\w\\-]+"
5187
5740
  },
5741
+ "RoleName":{
5742
+ "type":"string",
5743
+ "max":64,
5744
+ "min":1,
5745
+ "pattern":"^[a-zA-Z0-9+=,.@_-]+$"
5746
+ },
5188
5747
  "RoleSessionName":{
5189
5748
  "type":"string",
5190
5749
  "max":64,
@@ -5211,6 +5770,7 @@
5211
5770
  "PermissionPolicy"
5212
5771
  ],
5213
5772
  "members":{
5773
+ "Namespace":{"shape":"Namespace"},
5214
5774
  "Arn":{"shape":"Arn"},
5215
5775
  "PermissionPolicy":{"shape":"RowLevelPermissionPolicy"}
5216
5776
  }
@@ -5820,6 +6380,65 @@
5820
6380
  }
5821
6381
  }
5822
6382
  },
6383
+ "UpdateAccountCustomizationRequest":{
6384
+ "type":"structure",
6385
+ "required":[
6386
+ "AwsAccountId",
6387
+ "AccountCustomization"
6388
+ ],
6389
+ "members":{
6390
+ "AwsAccountId":{
6391
+ "shape":"AwsAccountId",
6392
+ "location":"uri",
6393
+ "locationName":"AwsAccountId"
6394
+ },
6395
+ "Namespace":{
6396
+ "shape":"Namespace",
6397
+ "location":"querystring",
6398
+ "locationName":"namespace"
6399
+ },
6400
+ "AccountCustomization":{"shape":"AccountCustomization"}
6401
+ }
6402
+ },
6403
+ "UpdateAccountCustomizationResponse":{
6404
+ "type":"structure",
6405
+ "members":{
6406
+ "AwsAccountId":{"shape":"AwsAccountId"},
6407
+ "Namespace":{"shape":"Namespace"},
6408
+ "AccountCustomization":{"shape":"AccountCustomization"},
6409
+ "RequestId":{"shape":"String"},
6410
+ "Status":{
6411
+ "shape":"StatusCode",
6412
+ "location":"statusCode"
6413
+ }
6414
+ }
6415
+ },
6416
+ "UpdateAccountSettingsRequest":{
6417
+ "type":"structure",
6418
+ "required":[
6419
+ "AwsAccountId",
6420
+ "DefaultNamespace"
6421
+ ],
6422
+ "members":{
6423
+ "AwsAccountId":{
6424
+ "shape":"AwsAccountId",
6425
+ "location":"uri",
6426
+ "locationName":"AwsAccountId"
6427
+ },
6428
+ "DefaultNamespace":{"shape":"Namespace"},
6429
+ "NotificationEmail":{"shape":"String"}
6430
+ }
6431
+ },
6432
+ "UpdateAccountSettingsResponse":{
6433
+ "type":"structure",
6434
+ "members":{
6435
+ "RequestId":{"shape":"String"},
6436
+ "Status":{
6437
+ "shape":"StatusCode",
6438
+ "location":"statusCode"
6439
+ }
6440
+ }
6441
+ },
5823
6442
  "UpdateDashboardPermissionsRequest":{
5824
6443
  "type":"structure",
5825
6444
  "required":[
@@ -6405,7 +7024,9 @@
6405
7024
  "locationName":"Namespace"
6406
7025
  },
6407
7026
  "Email":{"shape":"String"},
6408
- "Role":{"shape":"UserRole"}
7027
+ "Role":{"shape":"UserRole"},
7028
+ "CustomPermissionsName":{"shape":"RoleName"},
7029
+ "UnapplyCustomPermissions":{"shape":"Boolean"}
6409
7030
  }
6410
7031
  },
6411
7032
  "UpdateUserResponse":{
@@ -6444,7 +7065,8 @@
6444
7065
  "Role":{"shape":"UserRole"},
6445
7066
  "IdentityType":{"shape":"IdentityType"},
6446
7067
  "Active":{"shape":"Boolean"},
6447
- "PrincipalId":{"shape":"String"}
7068
+ "PrincipalId":{"shape":"String"},
7069
+ "CustomPermissionsName":{"shape":"RoleName"}
6448
7070
  }
6449
7071
  },
6450
7072
  "UserList":{