aws-sdk-core 2.11.541 → 2.11.542

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8314e8462c6e07f03923aa2d3b32ee12b6b4dee7dc5c280119a611a4acdd8d75
4
- data.tar.gz: 45b6e9d718882f69263b8bef8f1ec4727af0b2fb59131e4171db26edbaf76498
3
+ metadata.gz: f1c92c3d9a38abc07fa921497182af595a637e38e143586edbc7ce6d69bf0de8
4
+ data.tar.gz: d3201ce56fd08295e1228a1b8aeb016280ff438691ec7005dae45555462b3ed9
5
5
  SHA512:
6
- metadata.gz: f8c45ef775e0b025bf33f432f5165ac9aa3294ce1d48c390ca2933116aa59d1cec624118c463e2e2878b04c4d8bf5c28c81faae2016cbbebe3ce4df890ebaf59
7
- data.tar.gz: 271a1b8436958bbcc2a0af5e8e1707bcd84ae4f07c1668335973e7d918a9995514a4a93e02654a93501d5817b902a3050c99acb13410c41b1c2ab3e93de002b4
6
+ metadata.gz: 826faf9a77e3fe015c3ce54b5f42c5425b6122a4be02006e96928002f1bf511935ab90cd8b0de3d2551ec07c7dc42b7c6372c74f9ee2b309224eb17650876d23
7
+ data.tar.gz: 80c3c93d075b325586529a8fa2049654c99ac7034ac7e49e57fe4f578128baa0c69198a30d4a31cc38ce3cf3113305817a139118f743b92a1f939b9ab56dd5f9
@@ -2354,10 +2354,6 @@
2354
2354
  },
2355
2355
  "GetAssetPropertyValueHistoryRequest":{
2356
2356
  "type":"structure",
2357
- "required":[
2358
- "startDate",
2359
- "endDate"
2360
- ],
2361
2357
  "members":{
2362
2358
  "assetId":{
2363
2359
  "shape":"ID",
@@ -175,6 +175,7 @@
175
175
  {"shape":"ThrottlingException"},
176
176
  {"shape":"LimitExceededException"},
177
177
  {"shape":"UnsupportedUserEditionException"},
178
+ {"shape":"ConflictException"},
178
179
  {"shape":"InternalFailureException"}
179
180
  ]
180
181
  },
@@ -193,6 +194,45 @@
193
194
  {"shape":"ResourceExistsException"},
194
195
  {"shape":"LimitExceededException"},
195
196
  {"shape":"UnsupportedUserEditionException"},
197
+ {"shape":"ConflictException"},
198
+ {"shape":"InternalFailureException"}
199
+ ]
200
+ },
201
+ "CreateTheme":{
202
+ "name":"CreateTheme",
203
+ "http":{
204
+ "method":"POST",
205
+ "requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}"
206
+ },
207
+ "input":{"shape":"CreateThemeRequest"},
208
+ "output":{"shape":"CreateThemeResponse"},
209
+ "errors":[
210
+ {"shape":"AccessDeniedException"},
211
+ {"shape":"InvalidParameterValueException"},
212
+ {"shape":"ResourceExistsException"},
213
+ {"shape":"ResourceNotFoundException"},
214
+ {"shape":"ThrottlingException"},
215
+ {"shape":"UnsupportedUserEditionException"},
216
+ {"shape":"LimitExceededException"},
217
+ {"shape":"InternalFailureException"}
218
+ ]
219
+ },
220
+ "CreateThemeAlias":{
221
+ "name":"CreateThemeAlias",
222
+ "http":{
223
+ "method":"POST",
224
+ "requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}"
225
+ },
226
+ "input":{"shape":"CreateThemeAliasRequest"},
227
+ "output":{"shape":"CreateThemeAliasResponse"},
228
+ "errors":[
229
+ {"shape":"ConflictException"},
230
+ {"shape":"InvalidParameterValueException"},
231
+ {"shape":"LimitExceededException"},
232
+ {"shape":"ResourceExistsException"},
233
+ {"shape":"ResourceNotFoundException"},
234
+ {"shape":"ThrottlingException"},
235
+ {"shape":"UnsupportedUserEditionException"},
196
236
  {"shape":"InternalFailureException"}
197
237
  ]
198
238
  },
@@ -329,6 +369,42 @@
329
369
  {"shape":"ThrottlingException"},
330
370
  {"shape":"ResourceNotFoundException"},
331
371
  {"shape":"UnsupportedUserEditionException"},
372
+ {"shape":"ConflictException"},
373
+ {"shape":"InternalFailureException"}
374
+ ]
375
+ },
376
+ "DeleteTheme":{
377
+ "name":"DeleteTheme",
378
+ "http":{
379
+ "method":"DELETE",
380
+ "requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}"
381
+ },
382
+ "input":{"shape":"DeleteThemeRequest"},
383
+ "output":{"shape":"DeleteThemeResponse"},
384
+ "errors":[
385
+ {"shape":"AccessDeniedException"},
386
+ {"shape":"ConflictException"},
387
+ {"shape":"InvalidParameterValueException"},
388
+ {"shape":"ResourceNotFoundException"},
389
+ {"shape":"ThrottlingException"},
390
+ {"shape":"UnsupportedUserEditionException"},
391
+ {"shape":"InternalFailureException"}
392
+ ]
393
+ },
394
+ "DeleteThemeAlias":{
395
+ "name":"DeleteThemeAlias",
396
+ "http":{
397
+ "method":"DELETE",
398
+ "requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}"
399
+ },
400
+ "input":{"shape":"DeleteThemeAliasRequest"},
401
+ "output":{"shape":"DeleteThemeAliasResponse"},
402
+ "errors":[
403
+ {"shape":"ConflictException"},
404
+ {"shape":"InvalidParameterValueException"},
405
+ {"shape":"ResourceNotFoundException"},
406
+ {"shape":"ThrottlingException"},
407
+ {"shape":"UnsupportedUserEditionException"},
332
408
  {"shape":"InternalFailureException"}
333
409
  ]
334
410
  },
@@ -566,6 +642,58 @@
566
642
  {"shape":"InternalFailureException"}
567
643
  ]
568
644
  },
645
+ "DescribeTheme":{
646
+ "name":"DescribeTheme",
647
+ "http":{
648
+ "method":"GET",
649
+ "requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}"
650
+ },
651
+ "input":{"shape":"DescribeThemeRequest"},
652
+ "output":{"shape":"DescribeThemeResponse"},
653
+ "errors":[
654
+ {"shape":"AccessDeniedException"},
655
+ {"shape":"InvalidParameterValueException"},
656
+ {"shape":"ResourceExistsException"},
657
+ {"shape":"ResourceNotFoundException"},
658
+ {"shape":"ThrottlingException"},
659
+ {"shape":"UnsupportedUserEditionException"},
660
+ {"shape":"InternalFailureException"}
661
+ ]
662
+ },
663
+ "DescribeThemeAlias":{
664
+ "name":"DescribeThemeAlias",
665
+ "http":{
666
+ "method":"GET",
667
+ "requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}"
668
+ },
669
+ "input":{"shape":"DescribeThemeAliasRequest"},
670
+ "output":{"shape":"DescribeThemeAliasResponse"},
671
+ "errors":[
672
+ {"shape":"ConflictException"},
673
+ {"shape":"InvalidParameterValueException"},
674
+ {"shape":"ResourceNotFoundException"},
675
+ {"shape":"ThrottlingException"},
676
+ {"shape":"UnsupportedUserEditionException"},
677
+ {"shape":"InternalFailureException"}
678
+ ]
679
+ },
680
+ "DescribeThemePermissions":{
681
+ "name":"DescribeThemePermissions",
682
+ "http":{
683
+ "method":"GET",
684
+ "requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/permissions"
685
+ },
686
+ "input":{"shape":"DescribeThemePermissionsRequest"},
687
+ "output":{"shape":"DescribeThemePermissionsResponse"},
688
+ "errors":[
689
+ {"shape":"AccessDeniedException"},
690
+ {"shape":"InvalidParameterValueException"},
691
+ {"shape":"ResourceNotFoundException"},
692
+ {"shape":"ThrottlingException"},
693
+ {"shape":"UnsupportedUserEditionException"},
694
+ {"shape":"InternalFailureException"}
695
+ ]
696
+ },
569
697
  "DescribeUser":{
570
698
  "name":"DescribeUser",
571
699
  "http":{
@@ -785,6 +913,7 @@
785
913
  "input":{"shape":"ListTemplateAliasesRequest"},
786
914
  "output":{"shape":"ListTemplateAliasesResponse"},
787
915
  "errors":[
916
+ {"shape":"InvalidNextTokenException"},
788
917
  {"shape":"ThrottlingException"},
789
918
  {"shape":"ResourceNotFoundException"},
790
919
  {"shape":"UnsupportedUserEditionException"},
@@ -825,6 +954,60 @@
825
954
  {"shape":"InternalFailureException"}
826
955
  ]
827
956
  },
957
+ "ListThemeAliases":{
958
+ "name":"ListThemeAliases",
959
+ "http":{
960
+ "method":"GET",
961
+ "requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases"
962
+ },
963
+ "input":{"shape":"ListThemeAliasesRequest"},
964
+ "output":{"shape":"ListThemeAliasesResponse"},
965
+ "errors":[
966
+ {"shape":"ConflictException"},
967
+ {"shape":"InvalidNextTokenException"},
968
+ {"shape":"InvalidParameterValueException"},
969
+ {"shape":"ResourceNotFoundException"},
970
+ {"shape":"ThrottlingException"},
971
+ {"shape":"UnsupportedUserEditionException"},
972
+ {"shape":"InternalFailureException"}
973
+ ]
974
+ },
975
+ "ListThemeVersions":{
976
+ "name":"ListThemeVersions",
977
+ "http":{
978
+ "method":"GET",
979
+ "requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/versions"
980
+ },
981
+ "input":{"shape":"ListThemeVersionsRequest"},
982
+ "output":{"shape":"ListThemeVersionsResponse"},
983
+ "errors":[
984
+ {"shape":"AccessDeniedException"},
985
+ {"shape":"InvalidNextTokenException"},
986
+ {"shape":"InvalidParameterValueException"},
987
+ {"shape":"ResourceNotFoundException"},
988
+ {"shape":"ThrottlingException"},
989
+ {"shape":"UnsupportedUserEditionException"},
990
+ {"shape":"InternalFailureException"}
991
+ ]
992
+ },
993
+ "ListThemes":{
994
+ "name":"ListThemes",
995
+ "http":{
996
+ "method":"GET",
997
+ "requestUri":"/accounts/{AwsAccountId}/themes"
998
+ },
999
+ "input":{"shape":"ListThemesRequest"},
1000
+ "output":{"shape":"ListThemesResponse"},
1001
+ "errors":[
1002
+ {"shape":"AccessDeniedException"},
1003
+ {"shape":"InvalidParameterValueException"},
1004
+ {"shape":"InvalidNextTokenException"},
1005
+ {"shape":"ResourceNotFoundException"},
1006
+ {"shape":"ThrottlingException"},
1007
+ {"shape":"UnsupportedUserEditionException"},
1008
+ {"shape":"InternalFailureException"}
1009
+ ]
1010
+ },
828
1011
  "ListUserGroups":{
829
1012
  "name":"ListUserGroups",
830
1013
  "http":{
@@ -1120,6 +1303,7 @@
1120
1303
  {"shape":"ResourceNotFoundException"},
1121
1304
  {"shape":"ConflictException"},
1122
1305
  {"shape":"UnsupportedUserEditionException"},
1306
+ {"shape":"ConflictException"},
1123
1307
  {"shape":"InternalFailureException"}
1124
1308
  ]
1125
1309
  },
@@ -1140,6 +1324,60 @@
1140
1324
  {"shape":"InternalFailureException"}
1141
1325
  ]
1142
1326
  },
1327
+ "UpdateTheme":{
1328
+ "name":"UpdateTheme",
1329
+ "http":{
1330
+ "method":"PUT",
1331
+ "requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}"
1332
+ },
1333
+ "input":{"shape":"UpdateThemeRequest"},
1334
+ "output":{"shape":"UpdateThemeResponse"},
1335
+ "errors":[
1336
+ {"shape":"AccessDeniedException"},
1337
+ {"shape":"InvalidParameterValueException"},
1338
+ {"shape":"LimitExceededException"},
1339
+ {"shape":"ResourceExistsException"},
1340
+ {"shape":"ResourceNotFoundException"},
1341
+ {"shape":"ThrottlingException"},
1342
+ {"shape":"UnsupportedUserEditionException"},
1343
+ {"shape":"InternalFailureException"}
1344
+ ]
1345
+ },
1346
+ "UpdateThemeAlias":{
1347
+ "name":"UpdateThemeAlias",
1348
+ "http":{
1349
+ "method":"PUT",
1350
+ "requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}"
1351
+ },
1352
+ "input":{"shape":"UpdateThemeAliasRequest"},
1353
+ "output":{"shape":"UpdateThemeAliasResponse"},
1354
+ "errors":[
1355
+ {"shape":"ConflictException"},
1356
+ {"shape":"InvalidParameterValueException"},
1357
+ {"shape":"ResourceExistsException"},
1358
+ {"shape":"ResourceNotFoundException"},
1359
+ {"shape":"ThrottlingException"},
1360
+ {"shape":"UnsupportedUserEditionException"},
1361
+ {"shape":"InternalFailureException"}
1362
+ ]
1363
+ },
1364
+ "UpdateThemePermissions":{
1365
+ "name":"UpdateThemePermissions",
1366
+ "http":{
1367
+ "method":"PUT",
1368
+ "requestUri":"/accounts/{AwsAccountId}/themes/{ThemeId}/permissions"
1369
+ },
1370
+ "input":{"shape":"UpdateThemePermissionsRequest"},
1371
+ "output":{"shape":"UpdateThemePermissionsResponse"},
1372
+ "errors":[
1373
+ {"shape":"AccessDeniedException"},
1374
+ {"shape":"InvalidParameterValueException"},
1375
+ {"shape":"ResourceNotFoundException"},
1376
+ {"shape":"ThrottlingException"},
1377
+ {"shape":"UnsupportedUserEditionException"},
1378
+ {"shape":"InternalFailureException"}
1379
+ ]
1380
+ },
1143
1381
  "UpdateUser":{
1144
1382
  "name":"UpdateUser",
1145
1383
  "http":{
@@ -1251,6 +1489,10 @@
1251
1489
  "min":12,
1252
1490
  "pattern":"^[0-9]{12}$"
1253
1491
  },
1492
+ "AwsAndAccountId":{
1493
+ "type":"string",
1494
+ "pattern":"^(aws|[0-9]{12})$"
1495
+ },
1254
1496
  "AwsIotAnalyticsParameters":{
1255
1497
  "type":"structure",
1256
1498
  "required":["DataSetName"],
@@ -1259,6 +1501,15 @@
1259
1501
  }
1260
1502
  },
1261
1503
  "Boolean":{"type":"boolean"},
1504
+ "BorderStyle":{
1505
+ "type":"structure",
1506
+ "members":{
1507
+ "Show":{
1508
+ "shape":"boolean",
1509
+ "box":true
1510
+ }
1511
+ }
1512
+ },
1262
1513
  "CalculatedColumn":{
1263
1514
  "type":"structure",
1264
1515
  "required":[
@@ -1336,6 +1587,11 @@
1336
1587
  "max":64,
1337
1588
  "min":1
1338
1589
  },
1590
+ "ColorList":{
1591
+ "type":"list",
1592
+ "member":{"shape":"HexColor"},
1593
+ "max":100
1594
+ },
1339
1595
  "ColumnDataType":{
1340
1596
  "type":"string",
1341
1597
  "enum":[
@@ -1480,7 +1736,8 @@
1480
1736
  "SourceEntity":{"shape":"DashboardSourceEntity"},
1481
1737
  "Tags":{"shape":"TagList"},
1482
1738
  "VersionDescription":{"shape":"VersionDescription"},
1483
- "DashboardPublishOptions":{"shape":"DashboardPublishOptions"}
1739
+ "DashboardPublishOptions":{"shape":"DashboardPublishOptions"},
1740
+ "ThemeArn":{"shape":"Arn"}
1484
1741
  }
1485
1742
  },
1486
1743
  "CreateDashboardResponse":{
@@ -1805,6 +2062,86 @@
1805
2062
  "RequestId":{"shape":"String"}
1806
2063
  }
1807
2064
  },
2065
+ "CreateThemeAliasRequest":{
2066
+ "type":"structure",
2067
+ "required":[
2068
+ "AwsAccountId",
2069
+ "ThemeId",
2070
+ "AliasName",
2071
+ "ThemeVersionNumber"
2072
+ ],
2073
+ "members":{
2074
+ "AwsAccountId":{
2075
+ "shape":"AwsAccountId",
2076
+ "location":"uri",
2077
+ "locationName":"AwsAccountId"
2078
+ },
2079
+ "ThemeId":{
2080
+ "shape":"RestrictiveResourceId",
2081
+ "location":"uri",
2082
+ "locationName":"ThemeId"
2083
+ },
2084
+ "AliasName":{
2085
+ "shape":"AliasName",
2086
+ "location":"uri",
2087
+ "locationName":"AliasName"
2088
+ },
2089
+ "ThemeVersionNumber":{"shape":"VersionNumber"}
2090
+ }
2091
+ },
2092
+ "CreateThemeAliasResponse":{
2093
+ "type":"structure",
2094
+ "members":{
2095
+ "ThemeAlias":{"shape":"ThemeAlias"},
2096
+ "Status":{
2097
+ "shape":"StatusCode",
2098
+ "location":"statusCode"
2099
+ },
2100
+ "RequestId":{"shape":"String"}
2101
+ }
2102
+ },
2103
+ "CreateThemeRequest":{
2104
+ "type":"structure",
2105
+ "required":[
2106
+ "AwsAccountId",
2107
+ "ThemeId",
2108
+ "Name",
2109
+ "BaseThemeId",
2110
+ "Configuration"
2111
+ ],
2112
+ "members":{
2113
+ "AwsAccountId":{
2114
+ "shape":"AwsAccountId",
2115
+ "location":"uri",
2116
+ "locationName":"AwsAccountId"
2117
+ },
2118
+ "ThemeId":{
2119
+ "shape":"RestrictiveResourceId",
2120
+ "location":"uri",
2121
+ "locationName":"ThemeId"
2122
+ },
2123
+ "Name":{"shape":"ThemeName"},
2124
+ "BaseThemeId":{"shape":"RestrictiveResourceId"},
2125
+ "VersionDescription":{"shape":"VersionDescription"},
2126
+ "Configuration":{"shape":"ThemeConfiguration"},
2127
+ "Permissions":{"shape":"ResourcePermissionList"},
2128
+ "Tags":{"shape":"TagList"}
2129
+ }
2130
+ },
2131
+ "CreateThemeResponse":{
2132
+ "type":"structure",
2133
+ "members":{
2134
+ "Arn":{"shape":"Arn"},
2135
+ "VersionArn":{"shape":"Arn"},
2136
+ "ThemeId":{"shape":"RestrictiveResourceId"},
2137
+ "CreationStatus":{"shape":"ResourceStatus"},
2138
+ "Status":{
2139
+ "shape":"StatusCode",
2140
+ "location":"statusCode"
2141
+ },
2142
+ "RequestId":{"shape":"String"}
2143
+ }
2144
+ },
1808
2145
  "CredentialPair":{
1809
2146
  "type":"structure",
1810
2147
  "required":[
@@ -1984,6 +2321,14 @@
1984
2321
  "member":{"shape":"DashboardVersionSummary"},
1985
2322
  "max":100
1986
2323
  },
2324
+ "DataColorPalette":{
2325
+ "type":"structure",
2326
+ "members":{
2327
+ "Colors":{"shape":"ColorList"},
2328
+ "MinMaxGradient":{"shape":"ColorList"},
2329
+ "EmptyFillColor":{"shape":"HexColor"}
2330
+ }
2331
+ },
1987
2332
  "DataSet":{
1988
2333
  "type":"structure",
1989
2334
  "members":{
@@ -2495,16 +2840,90 @@
2495
2840
  }
2496
2841
  }
2497
2842
  },
2498
- "DeleteUserByPrincipalIdRequest":{
2843
+ "DeleteThemeAliasRequest":{
2499
2844
  "type":"structure",
2500
2845
  "required":[
2501
- "PrincipalId",
2502
2846
  "AwsAccountId",
2503
- "Namespace"
2847
+ "ThemeId",
2848
+ "AliasName"
2504
2849
  ],
2505
2850
  "members":{
2506
- "PrincipalId":{
2507
- "shape":"String",
2851
+ "AwsAccountId":{
2852
+ "shape":"AwsAccountId",
2853
+ "location":"uri",
2854
+ "locationName":"AwsAccountId"
2855
+ },
2856
+ "ThemeId":{
2857
+ "shape":"RestrictiveResourceId",
2858
+ "location":"uri",
2859
+ "locationName":"ThemeId"
2860
+ },
2861
+ "AliasName":{
2862
+ "shape":"AliasName",
2863
+ "location":"uri",
2864
+ "locationName":"AliasName"
2865
+ }
2866
+ }
2867
+ },
2868
+ "DeleteThemeAliasResponse":{
2869
+ "type":"structure",
2870
+ "members":{
2871
+ "AliasName":{"shape":"AliasName"},
2872
+ "Arn":{"shape":"Arn"},
2873
+ "RequestId":{"shape":"String"},
2874
+ "Status":{
2875
+ "shape":"StatusCode",
2876
+ "location":"statusCode"
2877
+ },
2878
+ "ThemeId":{"shape":"RestrictiveResourceId"}
2879
+ }
2880
+ },
2881
+ "DeleteThemeRequest":{
2882
+ "type":"structure",
2883
+ "required":[
2884
+ "AwsAccountId",
2885
+ "ThemeId"
2886
+ ],
2887
+ "members":{
2888
+ "AwsAccountId":{
2889
+ "shape":"AwsAccountId",
2890
+ "location":"uri",
2891
+ "locationName":"AwsAccountId"
2892
+ },
2893
+ "ThemeId":{
2894
+ "shape":"RestrictiveResourceId",
2895
+ "location":"uri",
2896
+ "locationName":"ThemeId"
2897
+ },
2898
+ "VersionNumber":{
2899
+ "shape":"VersionNumber",
2900
+ "location":"querystring",
2901
+ "locationName":"version-number"
2902
+ }
2903
+ }
2904
+ },
2905
+ "DeleteThemeResponse":{
2906
+ "type":"structure",
2907
+ "members":{
2908
+ "Arn":{"shape":"Arn"},
2909
+ "RequestId":{"shape":"String"},
2910
+ "Status":{
2911
+ "shape":"StatusCode",
2912
+ "location":"statusCode"
2913
+ },
2914
+ "ThemeId":{"shape":"RestrictiveResourceId"}
2915
+ }
2916
+ },
2917
+ "DeleteUserByPrincipalIdRequest":{
2918
+ "type":"structure",
2919
+ "required":[
2920
+ "PrincipalId",
2921
+ "AwsAccountId",
2922
+ "Namespace"
2923
+ ],
2924
+ "members":{
2925
+ "PrincipalId":{
2926
+ "shape":"String",
2508
2927
  "location":"uri",
2509
2928
  "locationName":"PrincipalId"
2510
2929
  },
@@ -2978,9 +3397,118 @@
2978
3397
  "Status":{
2979
3398
  "shape":"StatusCode",
2980
3399
  "location":"statusCode"
3400
+ },
3401
+ "RequestId":{"shape":"String"}
3402
+ }
3403
+ },
3404
+ "DescribeThemeAliasRequest":{
3405
+ "type":"structure",
3406
+ "required":[
3407
+ "AwsAccountId",
3408
+ "ThemeId",
3409
+ "AliasName"
3410
+ ],
3411
+ "members":{
3412
+ "AwsAccountId":{
3413
+ "shape":"AwsAccountId",
3414
+ "location":"uri",
3415
+ "locationName":"AwsAccountId"
3416
+ },
3417
+ "ThemeId":{
3418
+ "shape":"RestrictiveResourceId",
3419
+ "location":"uri",
3420
+ "locationName":"ThemeId"
3421
+ },
3422
+ "AliasName":{
3423
+ "shape":"AliasName",
3424
+ "location":"uri",
3425
+ "locationName":"AliasName"
3426
+ }
3427
+ }
3428
+ },
3429
+ "DescribeThemeAliasResponse":{
3430
+ "type":"structure",
3431
+ "members":{
3432
+ "ThemeAlias":{"shape":"ThemeAlias"},
3433
+ "Status":{
3434
+ "shape":"StatusCode",
3435
+ "location":"statusCode"
3436
+ },
3437
+ "RequestId":{"shape":"String"}
3438
+ }
3439
+ },
3440
+ "DescribeThemePermissionsRequest":{
3441
+ "type":"structure",
3442
+ "required":[
3443
+ "AwsAccountId",
3444
+ "ThemeId"
3445
+ ],
3446
+ "members":{
3447
+ "AwsAccountId":{
3448
+ "shape":"AwsAccountId",
3449
+ "location":"uri",
3450
+ "locationName":"AwsAccountId"
3451
+ },
3452
+ "ThemeId":{
3453
+ "shape":"RestrictiveResourceId",
3454
+ "location":"uri",
3455
+ "locationName":"ThemeId"
3456
+ }
3457
+ }
3458
+ },
3459
+ "DescribeThemePermissionsResponse":{
3460
+ "type":"structure",
3461
+ "members":{
3462
+ "ThemeId":{"shape":"RestrictiveResourceId"},
3463
+ "ThemeArn":{"shape":"Arn"},
3464
+ "Permissions":{"shape":"ResourcePermissionList"},
3465
+ "RequestId":{"shape":"String"},
3466
+ "Status":{
3467
+ "shape":"StatusCode",
3468
+ "location":"statusCode"
3469
+ }
3470
+ }
3471
+ },
3472
+ "DescribeThemeRequest":{
3473
+ "type":"structure",
3474
+ "required":[
3475
+ "AwsAccountId",
3476
+ "ThemeId"
3477
+ ],
3478
+ "members":{
3479
+ "AwsAccountId":{
3480
+ "shape":"AwsAndAccountId",
3481
+ "location":"uri",
3482
+ "locationName":"AwsAccountId"
3483
+ },
3484
+ "ThemeId":{
3485
+ "shape":"RestrictiveResourceId",
3486
+ "location":"uri",
3487
+ "locationName":"ThemeId"
3488
+ },
3489
+ "VersionNumber":{
3490
+ "shape":"VersionNumber",
3491
+ "location":"querystring",
3492
+ "locationName":"version-number"
3493
+ },
3494
+ "AliasName":{
3495
+ "shape":"AliasName",
3496
+ "location":"querystring",
3497
+ "locationName":"alias-name"
2981
3498
  }
2982
3499
  }
2983
3500
  },
3501
+ "DescribeThemeResponse":{
3502
+ "type":"structure",
3503
+ "members":{
3504
+ "Theme":{"shape":"Theme"},
3505
+ "Status":{
3506
+ "shape":"StatusCode",
3507
+ "location":"statusCode"
3508
+ },
3509
+ "RequestId":{"shape":"String"}
3510
+ }
3511
+ },
2984
3512
  "DescribeUserRequest":{
2985
3513
  "type":"structure",
2986
3514
  "required":[
@@ -3219,6 +3747,19 @@
3219
3747
  "min":1,
3220
3748
  "pattern":"[\\u0020-\\u00FF]+"
3221
3749
  },
3750
+ "GutterStyle":{
3751
+ "type":"structure",
3752
+ "members":{
3753
+ "Show":{
3754
+ "shape":"boolean",
3755
+ "box":true
3756
+ }
3757
+ }
3758
+ },
3759
+ "HexColor":{
3760
+ "type":"string",
3761
+ "pattern":"^#[A-F0-9]{6}$"
3762
+ },
3222
3763
  "Host":{
3223
3764
  "type":"string",
3224
3765
  "max":256,
@@ -4021,6 +4562,129 @@
4021
4562
  "RequestId":{"shape":"String"}
4022
4563
  }
4023
4564
  },
4565
+ "ListThemeAliasesRequest":{
4566
+ "type":"structure",
4567
+ "required":[
4568
+ "AwsAccountId",
4569
+ "ThemeId"
4570
+ ],
4571
+ "members":{
4572
+ "AwsAccountId":{
4573
+ "shape":"AwsAccountId",
4574
+ "location":"uri",
4575
+ "locationName":"AwsAccountId"
4576
+ },
4577
+ "ThemeId":{
4578
+ "shape":"RestrictiveResourceId",
4579
+ "location":"uri",
4580
+ "locationName":"ThemeId"
4581
+ },
4582
+ "NextToken":{
4583
+ "shape":"String",
4584
+ "location":"querystring",
4585
+ "locationName":"next-token"
4586
+ },
4587
+ "MaxResults":{
4588
+ "shape":"MaxResults",
4589
+ "box":true,
4590
+ "location":"querystring",
4591
+ "locationName":"max-result"
4592
+ }
4593
+ }
4594
+ },
4595
+ "ListThemeAliasesResponse":{
4596
+ "type":"structure",
4597
+ "members":{
4598
+ "ThemeAliasList":{"shape":"ThemeAliasList"},
4599
+ "Status":{
4600
+ "shape":"StatusCode",
4601
+ "location":"statusCode"
4602
+ },
4603
+ "RequestId":{"shape":"String"},
4604
+ "NextToken":{"shape":"String"}
4605
+ }
4606
+ },
4607
+ "ListThemeVersionsRequest":{
4608
+ "type":"structure",
4609
+ "required":[
4610
+ "AwsAccountId",
4611
+ "ThemeId"
4612
+ ],
4613
+ "members":{
4614
+ "AwsAccountId":{
4615
+ "shape":"AwsAccountId",
4616
+ "location":"uri",
4617
+ "locationName":"AwsAccountId"
4618
+ },
4619
+ "ThemeId":{
4620
+ "shape":"RestrictiveResourceId",
4621
+ "location":"uri",
4622
+ "locationName":"ThemeId"
4623
+ },
4624
+ "NextToken":{
4625
+ "shape":"String",
4626
+ "location":"querystring",
4627
+ "locationName":"next-token"
4628
+ },
4629
+ "MaxResults":{
4630
+ "shape":"MaxResults",
4631
+ "box":true,
4632
+ "location":"querystring",
4633
+ "locationName":"max-results"
4634
+ }
4635
+ }
4636
+ },
4637
+ "ListThemeVersionsResponse":{
4638
+ "type":"structure",
4639
+ "members":{
4640
+ "ThemeVersionSummaryList":{"shape":"ThemeVersionSummaryList"},
4641
+ "NextToken":{"shape":"String"},
4642
+ "Status":{
4643
+ "shape":"StatusCode",
4644
+ "location":"statusCode"
4645
+ },
4646
+ "RequestId":{"shape":"String"}
4647
+ }
4648
+ },
4649
+ "ListThemesRequest":{
4650
+ "type":"structure",
4651
+ "required":["AwsAccountId"],
4652
+ "members":{
4653
+ "AwsAccountId":{
4654
+ "shape":"AwsAccountId",
4655
+ "location":"uri",
4656
+ "locationName":"AwsAccountId"
4657
+ },
4658
+ "NextToken":{
4659
+ "shape":"String",
4660
+ "location":"querystring",
4661
+ "locationName":"next-token"
4662
+ },
4663
+ "MaxResults":{
4664
+ "shape":"MaxResults",
4665
+ "box":true,
4666
+ "location":"querystring",
4667
+ "locationName":"max-results"
4668
+ },
4669
+ "Type":{
4670
+ "shape":"ThemeType",
4671
+ "location":"querystring",
4672
+ "locationName":"type"
4673
+ }
4674
+ }
4675
+ },
4676
+ "ListThemesResponse":{
4677
+ "type":"structure",
4678
+ "members":{
4679
+ "ThemeSummaryList":{"shape":"ThemeSummaryList"},
4680
+ "NextToken":{"shape":"String"},
4681
+ "Status":{
4682
+ "shape":"StatusCode",
4683
+ "location":"statusCode"
4684
+ },
4685
+ "RequestId":{"shape":"String"}
4686
+ }
4687
+ },
4024
4688
  "ListUserGroupsRequest":{
4025
4689
  "type":"structure",
4026
4690
  "required":[
@@ -4164,6 +4828,15 @@
4164
4828
  "Key":{"shape":"S3Key"}
4165
4829
  }
4166
4830
  },
4831
+ "MarginStyle":{
4832
+ "type":"structure",
4833
+ "members":{
4834
+ "Show":{
4835
+ "shape":"boolean",
4836
+ "box":true
4837
+ }
4838
+ }
4839
+ },
4167
4840
  "MariaDbParameters":{
4168
4841
  "type":"structure",
4169
4842
  "required":[
@@ -4634,6 +5307,13 @@
4634
5307
  "VisibilityState":{"shape":"DashboardUIState"}
4635
5308
  }
4636
5309
  },
5310
+ "SheetStyle":{
5311
+ "type":"structure",
5312
+ "members":{
5313
+ "Tile":{"shape":"TileStyle"},
5314
+ "TileLayout":{"shape":"TileLayoutStyle"}
5315
+ }
5316
+ },
4637
5317
  "SiteBaseUrl":{
4638
5318
  "type":"string",
4639
5319
  "max":1024,
@@ -4916,6 +5596,112 @@
4916
5596
  "SINGLE_QUOTE"
4917
5597
  ]
4918
5598
  },
5599
+ "Theme":{
5600
+ "type":"structure",
5601
+ "members":{
5602
+ "Arn":{"shape":"Arn"},
5603
+ "Name":{"shape":"ThemeName"},
5604
+ "ThemeId":{"shape":"RestrictiveResourceId"},
5605
+ "Version":{"shape":"ThemeVersion"},
5606
+ "CreatedTime":{"shape":"Timestamp"},
5607
+ "LastUpdatedTime":{"shape":"Timestamp"},
5608
+ "Type":{"shape":"ThemeType"}
5609
+ }
5610
+ },
5611
+ "ThemeAlias":{
5612
+ "type":"structure",
5613
+ "members":{
5614
+ "Arn":{"shape":"Arn"},
5615
+ "AliasName":{"shape":"AliasName"},
5616
+ "ThemeVersionNumber":{"shape":"VersionNumber"}
5617
+ }
5618
+ },
5619
+ "ThemeAliasList":{
5620
+ "type":"list",
5621
+ "member":{"shape":"ThemeAlias"},
5622
+ "max":100
5623
+ },
5624
+ "ThemeConfiguration":{
5625
+ "type":"structure",
5626
+ "members":{
5627
+ "DataColorPalette":{"shape":"DataColorPalette"},
5628
+ "UIColorPalette":{"shape":"UIColorPalette"},
5629
+ "Sheet":{"shape":"SheetStyle"}
5630
+ }
5631
+ },
5632
+ "ThemeError":{
5633
+ "type":"structure",
5634
+ "members":{
5635
+ "Type":{"shape":"ThemeErrorType"},
5636
+ "Message":{"shape":"NonEmptyString"}
5637
+ }
5638
+ },
5639
+ "ThemeErrorList":{
5640
+ "type":"list",
5641
+ "member":{"shape":"ThemeError"},
5642
+ "min":1
5643
+ },
5644
+ "ThemeErrorType":{
5645
+ "type":"string",
5646
+ "enum":["INTERNAL_FAILURE"]
5647
+ },
5648
+ "ThemeName":{
5649
+ "type":"string",
5650
+ "max":2048,
5651
+ "min":1
5652
+ },
5653
+ "ThemeSummary":{
5654
+ "type":"structure",
5655
+ "members":{
5656
+ "Arn":{"shape":"Arn"},
5657
+ "Name":{"shape":"ThemeName"},
5658
+ "ThemeId":{"shape":"RestrictiveResourceId"},
5659
+ "LatestVersionNumber":{"shape":"VersionNumber"},
5660
+ "CreatedTime":{"shape":"Timestamp"},
5661
+ "LastUpdatedTime":{"shape":"Timestamp"}
5662
+ }
5663
+ },
5664
+ "ThemeSummaryList":{
5665
+ "type":"list",
5666
+ "member":{"shape":"ThemeSummary"},
5667
+ "max":100
5668
+ },
5669
+ "ThemeType":{
5670
+ "type":"string",
5671
+ "enum":[
5672
+ "QUICKSIGHT",
5673
+ "CUSTOM",
5674
+ "ALL"
5675
+ ]
5676
+ },
5677
+ "ThemeVersion":{
5678
+ "type":"structure",
5679
+ "members":{
5680
+ "VersionNumber":{"shape":"VersionNumber"},
5681
+ "Arn":{"shape":"Arn"},
5682
+ "Description":{"shape":"VersionDescription"},
5683
+ "BaseThemeId":{"shape":"RestrictiveResourceId"},
5684
+ "CreatedTime":{"shape":"Timestamp"},
5685
+ "Configuration":{"shape":"ThemeConfiguration"},
5686
+ "Errors":{"shape":"ThemeErrorList"},
5687
+ "Status":{"shape":"ResourceStatus"}
5688
+ }
5689
+ },
5690
+ "ThemeVersionSummary":{
5691
+ "type":"structure",
5692
+ "members":{
5693
+ "VersionNumber":{"shape":"VersionNumber"},
5694
+ "Arn":{"shape":"Arn"},
5695
+ "Description":{"shape":"VersionDescription"},
5696
+ "CreatedTime":{"shape":"Timestamp"},
5697
+ "Status":{"shape":"ResourceStatus"}
5698
+ }
5699
+ },
5700
+ "ThemeVersionSummaryList":{
5701
+ "type":"list",
5702
+ "member":{"shape":"ThemeVersionSummary"},
5703
+ "max":100
5704
+ },
4919
5705
  "ThrottlingException":{
4920
5706
  "type":"structure",
4921
5707
  "members":{
@@ -4925,6 +5711,19 @@
4925
5711
  "error":{"httpStatusCode":429},
4926
5712
  "exception":true
4927
5713
  },
5714
+ "TileLayoutStyle":{
5715
+ "type":"structure",
5716
+ "members":{
5717
+ "Gutter":{"shape":"GutterStyle"},
5718
+ "Margin":{"shape":"MarginStyle"}
5719
+ }
5720
+ },
5721
+ "TileStyle":{
5722
+ "type":"structure",
5723
+ "members":{
5724
+ "Border":{"shape":"BorderStyle"}
5725
+ }
5726
+ },
4928
5727
  "Timestamp":{"type":"timestamp"},
4929
5728
  "TimestampList":{
4930
5729
  "type":"list",
@@ -4962,6 +5761,27 @@
4962
5761
  "type":"string",
4963
5762
  "max":32
4964
5763
  },
5764
+ "UIColorPalette":{
5765
+ "type":"structure",
5766
+ "members":{
5767
+ "PrimaryForeground":{"shape":"HexColor"},
5768
+ "PrimaryBackground":{"shape":"HexColor"},
5769
+ "SecondaryForeground":{"shape":"HexColor"},
5770
+ "SecondaryBackground":{"shape":"HexColor"},
5771
+ "Accent":{"shape":"HexColor"},
5772
+ "AccentForeground":{"shape":"HexColor"},
5773
+ "Danger":{"shape":"HexColor"},
5774
+ "DangerForeground":{"shape":"HexColor"},
5775
+ "Warning":{"shape":"HexColor"},
5776
+ "WarningForeground":{"shape":"HexColor"},
5777
+ "Success":{"shape":"HexColor"},
5778
+ "SuccessForeground":{"shape":"HexColor"},
5779
+ "Dimension":{"shape":"HexColor"},
5780
+ "DimensionForeground":{"shape":"HexColor"},
5781
+ "Measure":{"shape":"HexColor"},
5782
+ "MeasureForeground":{"shape":"HexColor"}
5783
+ }
5784
+ },
4965
5785
  "UnsupportedUserEditionException":{
4966
5786
  "type":"structure",
4967
5787
  "members":{
@@ -5094,7 +5914,8 @@
5094
5914
  "SourceEntity":{"shape":"DashboardSourceEntity"},
5095
5915
  "Parameters":{"shape":"Parameters"},
5096
5916
  "VersionDescription":{"shape":"VersionDescription"},
5097
- "DashboardPublishOptions":{"shape":"DashboardPublishOptions"}
5917
+ "DashboardPublishOptions":{"shape":"DashboardPublishOptions"},
5918
+ "ThemeArn":{"shape":"Arn"}
5098
5919
  }
5099
5920
  },
5100
5921
  "UpdateDashboardResponse":{
@@ -5337,8 +6158,7 @@
5337
6158
  "UpdateResourcePermissionList":{
5338
6159
  "type":"list",
5339
6160
  "member":{"shape":"ResourcePermission"},
5340
- "max":100,
5341
- "min":1
6161
+ "max":100
5342
6162
  },
5343
6163
  "UpdateTemplateAliasRequest":{
5344
6164
  "type":"structure",
@@ -5449,6 +6269,116 @@
5449
6269
  "RequestId":{"shape":"String"}
5450
6270
  }
5451
6271
  },
6272
+ "UpdateThemeAliasRequest":{
6273
+ "type":"structure",
6274
+ "required":[
6275
+ "AwsAccountId",
6276
+ "ThemeId",
6277
+ "AliasName",
6278
+ "ThemeVersionNumber"
6279
+ ],
6280
+ "members":{
6281
+ "AwsAccountId":{
6282
+ "shape":"AwsAccountId",
6283
+ "location":"uri",
6284
+ "locationName":"AwsAccountId"
6285
+ },
6286
+ "ThemeId":{
6287
+ "shape":"RestrictiveResourceId",
6288
+ "location":"uri",
6289
+ "locationName":"ThemeId"
6290
+ },
6291
+ "AliasName":{
6292
+ "shape":"AliasName",
6293
+ "location":"uri",
6294
+ "locationName":"AliasName"
6295
+ },
6296
+ "ThemeVersionNumber":{"shape":"VersionNumber"}
6297
+ }
6298
+ },
6299
+ "UpdateThemeAliasResponse":{
6300
+ "type":"structure",
6301
+ "members":{
6302
+ "ThemeAlias":{"shape":"ThemeAlias"},
6303
+ "Status":{
6304
+ "shape":"StatusCode",
6305
+ "location":"statusCode"
6306
+ },
6307
+ "RequestId":{"shape":"String"}
6308
+ }
6309
+ },
6310
+ "UpdateThemePermissionsRequest":{
6311
+ "type":"structure",
6312
+ "required":[
6313
+ "AwsAccountId",
6314
+ "ThemeId"
6315
+ ],
6316
+ "members":{
6317
+ "AwsAccountId":{
6318
+ "shape":"AwsAccountId",
6319
+ "location":"uri",
6320
+ "locationName":"AwsAccountId"
6321
+ },
6322
+ "ThemeId":{
6323
+ "shape":"RestrictiveResourceId",
6324
+ "location":"uri",
6325
+ "locationName":"ThemeId"
6326
+ },
6327
+ "GrantPermissions":{"shape":"UpdateResourcePermissionList"},
6328
+ "RevokePermissions":{"shape":"UpdateResourcePermissionList"}
6329
+ }
6330
+ },
6331
+ "UpdateThemePermissionsResponse":{
6332
+ "type":"structure",
6333
+ "members":{
6334
+ "ThemeId":{"shape":"RestrictiveResourceId"},
6335
+ "ThemeArn":{"shape":"Arn"},
6336
+ "Permissions":{"shape":"ResourcePermissionList"},
6337
+ "RequestId":{"shape":"String"},
6338
+ "Status":{
6339
+ "shape":"StatusCode",
6340
+ "location":"statusCode"
6341
+ }
6342
+ }
6343
+ },
6344
+ "UpdateThemeRequest":{
6345
+ "type":"structure",
6346
+ "required":[
6347
+ "AwsAccountId",
6348
+ "ThemeId",
6349
+ "BaseThemeId"
6350
+ ],
6351
+ "members":{
6352
+ "AwsAccountId":{
6353
+ "shape":"AwsAccountId",
6354
+ "location":"uri",
6355
+ "locationName":"AwsAccountId"
6356
+ },
6357
+ "ThemeId":{
6358
+ "shape":"RestrictiveResourceId",
6359
+ "location":"uri",
6360
+ "locationName":"ThemeId"
6361
+ },
6362
+ "Name":{"shape":"ThemeName"},
6363
+ "BaseThemeId":{"shape":"RestrictiveResourceId"},
6364
+ "VersionDescription":{"shape":"VersionDescription"},
6365
+ "Configuration":{"shape":"ThemeConfiguration"}
6366
+ }
6367
+ },
6368
+ "UpdateThemeResponse":{
6369
+ "type":"structure",
6370
+ "members":{
6371
+ "ThemeId":{"shape":"RestrictiveResourceId"},
6372
+ "Arn":{"shape":"Arn"},
6373
+ "VersionArn":{"shape":"Arn"},
6374
+ "CreationStatus":{"shape":"ResourceStatus"},
6375
+ "Status":{
6376
+ "shape":"StatusCode",
6377
+ "location":"statusCode"
6378
+ },
6379
+ "RequestId":{"shape":"String"}
6380
+ }
6381
+ },
5452
6382
  "UpdateUserRequest":{
5453
6383
  "type":"structure",
5454
6384
  "required":[
@@ -6412,7 +6412,8 @@
6412
6412
  "AvailableProcessorFeatures":{"shape":"AvailableProcessorFeatureList"},
6413
6413
  "SupportedEngineModes":{"shape":"EngineModeList"},
6414
6414
  "SupportsStorageAutoscaling":{"shape":"BooleanOptional"},
6415
- "SupportsKerberosAuthentication":{"shape":"BooleanOptional"}
6415
+ "SupportsKerberosAuthentication":{"shape":"BooleanOptional"},
6416
+ "OutpostCapable":{"shape":"Boolean"}
6416
6417
  },
6417
6418
  "wrapper":true
6418
6419
  },
@@ -6430,6 +6431,12 @@
6430
6431
  "Marker":{"shape":"String"}
6431
6432
  }
6432
6433
  },
6434
+ "Outpost":{
6435
+ "type":"structure",
6436
+ "members":{
6437
+ "Arn":{"shape":"String"}
6438
+ }
6439
+ },
6433
6440
  "Parameter":{
6434
6441
  "type":"structure",
6435
6442
  "members":{
@@ -7461,6 +7468,7 @@
7461
7468
  "members":{
7462
7469
  "SubnetIdentifier":{"shape":"String"},
7463
7470
  "SubnetAvailabilityZone":{"shape":"AvailabilityZone"},
7471
+ "SubnetOutpost":{"shape":"Outpost"},
7464
7472
  "SubnetStatus":{"shape":"String"}
7465
7473
  }
7466
7474
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.541'
2
+ VERSION = '2.11.542'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.541
4
+ version: 2.11.542
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-02 00:00:00.000000000 Z
11
+ date: 2020-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath