aws-sdk-core 2.11.545 → 2.11.550

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) 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/connect/2017-08-08/api-2.json +145 -0
  10. data/apis/ec2/2016-11-15/api-2.json +25 -5
  11. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +12 -0
  12. data/apis/elasticbeanstalk/2010-12-01/waiters-2.json +63 -0
  13. data/apis/fms/2018-01-01/api-2.json +515 -1
  14. data/apis/frauddetector/2019-11-15/api-2.json +882 -175
  15. data/apis/frauddetector/2019-11-15/paginators-1.json +20 -0
  16. data/apis/groundstation/2019-05-23/api-2.json +53 -1
  17. data/apis/ivs/2020-07-14/api-2.json +809 -0
  18. data/apis/ivs/2020-07-14/examples-1.json +5 -0
  19. data/apis/ivs/2020-07-14/paginators-1.json +27 -0
  20. data/apis/macie2/2020-01-01/api-2.json +7 -1
  21. data/apis/macie2/2020-01-01/paginators-1.json +57 -2
  22. data/apis/medialive/2017-10-14/api-2.json +136 -51
  23. data/apis/quicksight/2018-04-01/api-2.json +625 -3
  24. data/apis/quicksight/2018-04-01/paginators-1.json +5 -0
  25. data/apis/rds/2014-10-31/api-2.json +5 -2
  26. data/endpoints.json +38 -13
  27. data/lib/aws-sdk-core.rb +1 -0
  28. data/lib/aws-sdk-core/cloudfront.rb +5 -5
  29. data/lib/aws-sdk-core/elasticbeanstalk.rb +1 -0
  30. data/lib/aws-sdk-core/ivs.rb +6 -0
  31. data/lib/aws-sdk-core/version.rb +1 -1
  32. data/service-models.json +5 -1
  33. metadata +12 -2
@@ -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":{