cdk-lambda-subminute 2.0.272 → 2.0.274

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +18 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +1 -2
  6. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +28 -6
  7. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +167 -35
  8. package/node_modules/aws-sdk/apis/discovery-2015-11-01.paginators.json +34 -2
  9. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  10. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +30 -21
  11. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +134 -9
  12. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +776 -698
  14. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +188 -173
  15. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  16. package/node_modules/aws-sdk/clients/all.js +0 -1
  17. package/node_modules/aws-sdk/clients/appintegrations.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/connect.d.ts +53 -31
  19. package/node_modules/aws-sdk/clients/discovery.d.ts +170 -0
  20. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  21. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +1 -1
  22. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +10 -10
  23. package/node_modules/aws-sdk/clients/neptunedata.d.ts +81 -81
  24. package/node_modules/aws-sdk/clients/omics.d.ts +27 -1
  25. package/node_modules/aws-sdk/clients/opensearch.d.ts +152 -1
  26. package/node_modules/aws-sdk/clients/quicksight.d.ts +111 -7
  27. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  28. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +9 -9
  29. package/node_modules/aws-sdk/clients/ssm.d.ts +19 -3
  30. package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +2 -2
  31. package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
  32. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +246 -86
  33. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1974 -1691
  34. package/node_modules/aws-sdk/dist/aws-sdk.js +219 -185
  35. package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
  36. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  37. package/node_modules/aws-sdk/lib/core.js +1 -1
  38. package/node_modules/aws-sdk/package.json +1 -1
  39. package/node_modules/call-bind/.eslintrc +0 -1
  40. package/node_modules/call-bind/.nycrc +0 -4
  41. package/node_modules/call-bind/CHANGELOG.md +35 -0
  42. package/node_modules/call-bind/README.md +63 -1
  43. package/node_modules/call-bind/index.js +10 -13
  44. package/node_modules/call-bind/package.json +33 -23
  45. package/node_modules/call-bind/test/callBound.js +0 -1
  46. package/node_modules/call-bind/test/index.js +18 -4
  47. package/node_modules/define-data-property/.eslintrc +24 -0
  48. package/node_modules/define-data-property/.github/FUNDING.yml +12 -0
  49. package/node_modules/define-data-property/.nycrc +13 -0
  50. package/node_modules/define-data-property/CHANGELOG.md +41 -0
  51. package/node_modules/define-data-property/LICENSE +21 -0
  52. package/node_modules/define-data-property/README.md +67 -0
  53. package/node_modules/define-data-property/index.d.ts +3 -0
  54. package/node_modules/define-data-property/index.d.ts.map +1 -0
  55. package/node_modules/define-data-property/index.js +68 -0
  56. package/node_modules/define-data-property/package.json +113 -0
  57. package/node_modules/define-data-property/test/index.js +392 -0
  58. package/node_modules/define-data-property/tsconfig.json +59 -0
  59. package/node_modules/has-property-descriptors/.eslintrc +13 -0
  60. package/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
  61. package/node_modules/has-property-descriptors/.nycrc +9 -0
  62. package/node_modules/has-property-descriptors/CHANGELOG.md +16 -0
  63. package/node_modules/has-property-descriptors/LICENSE +21 -0
  64. package/node_modules/has-property-descriptors/README.md +43 -0
  65. package/node_modules/has-property-descriptors/index.js +33 -0
  66. package/node_modules/has-property-descriptors/package.json +70 -0
  67. package/node_modules/has-property-descriptors/test/index.js +57 -0
  68. package/node_modules/set-function-length/.eslintrc +27 -0
  69. package/node_modules/set-function-length/.github/FUNDING.yml +12 -0
  70. package/node_modules/set-function-length/.nycrc +13 -0
  71. package/node_modules/set-function-length/CHANGELOG.md +41 -0
  72. package/node_modules/set-function-length/LICENSE +21 -0
  73. package/node_modules/set-function-length/README.md +56 -0
  74. package/node_modules/set-function-length/env.js +19 -0
  75. package/node_modules/set-function-length/index.js +41 -0
  76. package/node_modules/set-function-length/package.json +84 -0
  77. package/node_modules/which-typed-array/CHANGELOG.md +14 -0
  78. package/node_modules/which-typed-array/index.js +4 -1
  79. package/node_modules/which-typed-array/package.json +3 -3
  80. package/package.json +3 -3
  81. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +0 -5
  82. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +0 -1376
  83. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +0 -46
  84. package/node_modules/aws-sdk/clients/gamesparks.d.ts +0 -1344
  85. package/node_modules/aws-sdk/clients/gamesparks.js +0 -18
@@ -195,7 +195,10 @@
195
195
  "shape": "S1h"
196
196
  },
197
197
  "ValidationStrategy": {
198
- "shape": "Sls"
198
+ "shape": "Slz"
199
+ },
200
+ "FolderArns": {
201
+ "shape": "Sm1"
199
202
  }
200
203
  }
201
204
  },
@@ -241,21 +244,24 @@
241
244
  "shape": "S19"
242
245
  },
243
246
  "SourceEntity": {
244
- "shape": "Sly"
247
+ "shape": "Sm6"
245
248
  },
246
249
  "Tags": {
247
250
  "shape": "Sb"
248
251
  },
249
252
  "VersionDescription": {},
250
253
  "DashboardPublishOptions": {
251
- "shape": "Sm1"
254
+ "shape": "Sm9"
252
255
  },
253
256
  "ThemeArn": {},
254
257
  "Definition": {
255
- "shape": "Smg"
258
+ "shape": "Smo"
256
259
  },
257
260
  "ValidationStrategy": {
258
- "shape": "Sls"
261
+ "shape": "Slz"
262
+ },
263
+ "FolderArns": {
264
+ "shape": "Sm1"
259
265
  }
260
266
  }
261
267
  },
@@ -295,38 +301,41 @@
295
301
  "DataSetId": {},
296
302
  "Name": {},
297
303
  "PhysicalTableMap": {
298
- "shape": "Sml"
304
+ "shape": "Smt"
299
305
  },
300
306
  "LogicalTableMap": {
301
- "shape": "Sn4"
307
+ "shape": "Snc"
302
308
  },
303
309
  "ImportMode": {},
304
310
  "ColumnGroups": {
305
- "shape": "Sob"
311
+ "shape": "Soj"
306
312
  },
307
313
  "FieldFolders": {
308
- "shape": "Soh"
314
+ "shape": "Sop"
309
315
  },
310
316
  "Permissions": {
311
317
  "shape": "S19"
312
318
  },
313
319
  "RowLevelPermissionDataSet": {
314
- "shape": "Som"
320
+ "shape": "Sou"
315
321
  },
316
322
  "RowLevelPermissionTagConfiguration": {
317
- "shape": "Soq"
323
+ "shape": "Soy"
318
324
  },
319
325
  "ColumnLevelPermissionRules": {
320
- "shape": "Soy"
326
+ "shape": "Sp6"
321
327
  },
322
328
  "Tags": {
323
329
  "shape": "Sb"
324
330
  },
325
331
  "DataSetUsageConfiguration": {
326
- "shape": "Sp2"
332
+ "shape": "Spa"
327
333
  },
328
334
  "DatasetParameters": {
329
- "shape": "Sp3"
335
+ "shape": "Spb"
336
+ },
337
+ "FolderArns": {
338
+ "shape": "Sm1"
330
339
  }
331
340
  }
332
341
  },
@@ -366,22 +375,25 @@
366
375
  "Name": {},
367
376
  "Type": {},
368
377
  "DataSourceParameters": {
369
- "shape": "Spi"
378
+ "shape": "Spq"
370
379
  },
371
380
  "Credentials": {
372
- "shape": "Sqs"
381
+ "shape": "Sr3"
373
382
  },
374
383
  "Permissions": {
375
384
  "shape": "S19"
376
385
  },
377
386
  "VpcConnectionProperties": {
378
- "shape": "Sqz"
387
+ "shape": "Sra"
379
388
  },
380
389
  "SslProperties": {
381
- "shape": "Sr0"
390
+ "shape": "Srb"
382
391
  },
383
392
  "Tags": {
384
393
  "shape": "Sb"
394
+ },
395
+ "FolderArns": {
396
+ "shape": "Sm1"
385
397
  }
386
398
  }
387
399
  },
@@ -520,7 +532,7 @@
520
532
  "type": "structure",
521
533
  "members": {
522
534
  "Group": {
523
- "shape": "Srg"
535
+ "shape": "Srr"
524
536
  },
525
537
  "RequestId": {},
526
538
  "Status": {
@@ -566,7 +578,7 @@
566
578
  "type": "structure",
567
579
  "members": {
568
580
  "GroupMember": {
569
- "shape": "Srk"
581
+ "shape": "Srv"
570
582
  },
571
583
  "RequestId": {},
572
584
  "Status": {
@@ -597,7 +609,7 @@
597
609
  "AssignmentStatus": {},
598
610
  "PolicyArn": {},
599
611
  "Identities": {
600
- "shape": "Sro"
612
+ "shape": "Srz"
601
613
  },
602
614
  "Namespace": {
603
615
  "location": "uri",
@@ -613,7 +625,7 @@
613
625
  "AssignmentStatus": {},
614
626
  "PolicyArn": {},
615
627
  "Identities": {
616
- "shape": "Sro"
628
+ "shape": "Srz"
617
629
  },
618
630
  "RequestId": {},
619
631
  "Status": {
@@ -725,7 +737,7 @@
725
737
  "locationName": "AwsAccountId"
726
738
  },
727
739
  "Schedule": {
728
- "shape": "Ss1"
740
+ "shape": "Ssc"
729
741
  }
730
742
  }
731
743
  },
@@ -766,17 +778,17 @@
766
778
  "shape": "S19"
767
779
  },
768
780
  "SourceEntity": {
769
- "shape": "Ssa"
781
+ "shape": "Ssl"
770
782
  },
771
783
  "Tags": {
772
784
  "shape": "Sb"
773
785
  },
774
786
  "VersionDescription": {},
775
787
  "Definition": {
776
- "shape": "Ssd"
788
+ "shape": "Sso"
777
789
  },
778
790
  "ValidationStrategy": {
779
- "shape": "Sls"
791
+ "shape": "Slz"
780
792
  }
781
793
  }
782
794
  },
@@ -829,7 +841,7 @@
829
841
  "type": "structure",
830
842
  "members": {
831
843
  "TemplateAlias": {
832
- "shape": "Sss"
844
+ "shape": "St3"
833
845
  },
834
846
  "Status": {
835
847
  "location": "statusCode",
@@ -865,7 +877,7 @@
865
877
  "BaseThemeId": {},
866
878
  "VersionDescription": {},
867
879
  "Configuration": {
868
- "shape": "Ssv"
880
+ "shape": "St6"
869
881
  },
870
882
  "Permissions": {
871
883
  "shape": "S19"
@@ -924,7 +936,7 @@
924
936
  "type": "structure",
925
937
  "members": {
926
938
  "ThemeAlias": {
927
- "shape": "Stb"
939
+ "shape": "Stm"
928
940
  },
929
941
  "Status": {
930
942
  "location": "statusCode",
@@ -952,7 +964,7 @@
952
964
  },
953
965
  "TopicId": {},
954
966
  "Topic": {
955
- "shape": "Ste"
967
+ "shape": "Stp"
956
968
  },
957
969
  "Tags": {
958
970
  "shape": "Sb"
@@ -997,7 +1009,7 @@
997
1009
  "DatasetArn": {},
998
1010
  "DatasetName": {},
999
1011
  "RefreshSchedule": {
1000
- "shape": "Sv2"
1012
+ "shape": "Svd"
1001
1013
  }
1002
1014
  }
1003
1015
  },
@@ -1037,13 +1049,13 @@
1037
1049
  "VPCConnectionId": {},
1038
1050
  "Name": {},
1039
1051
  "SubnetIds": {
1040
- "shape": "Sv7"
1052
+ "shape": "Svi"
1041
1053
  },
1042
1054
  "SecurityGroupIds": {
1043
- "shape": "Sv9"
1055
+ "shape": "Svk"
1044
1056
  },
1045
1057
  "DnsResolvers": {
1046
- "shape": "Svb"
1058
+ "shape": "Svm"
1047
1059
  },
1048
1060
  "RoleArn": {},
1049
1061
  "Tags": {
@@ -2096,10 +2108,10 @@
2096
2108
  "Name": {},
2097
2109
  "Status": {},
2098
2110
  "Errors": {
2099
- "shape": "Sx5"
2111
+ "shape": "Sxg"
2100
2112
  },
2101
2113
  "DataSetArns": {
2102
- "shape": "Sxa"
2114
+ "shape": "Sxl"
2103
2115
  },
2104
2116
  "ThemeArn": {},
2105
2117
  "CreatedTime": {
@@ -2109,7 +2121,7 @@
2109
2121
  "type": "timestamp"
2110
2122
  },
2111
2123
  "Sheets": {
2112
- "shape": "Sxb"
2124
+ "shape": "Sxm"
2113
2125
  }
2114
2126
  }
2115
2127
  },
@@ -2149,7 +2161,7 @@
2149
2161
  "AnalysisId": {},
2150
2162
  "Name": {},
2151
2163
  "Errors": {
2152
- "shape": "Sx5"
2164
+ "shape": "Sxg"
2153
2165
  },
2154
2166
  "ResourceStatus": {},
2155
2167
  "ThemeArn": {},
@@ -2247,14 +2259,14 @@
2247
2259
  "AssetBundleExportJobId": {},
2248
2260
  "AwsAccountId": {},
2249
2261
  "ResourceArns": {
2250
- "shape": "Sxm"
2262
+ "shape": "Sxx"
2251
2263
  },
2252
2264
  "IncludeAllDependencies": {
2253
2265
  "type": "boolean"
2254
2266
  },
2255
2267
  "ExportFormat": {},
2256
2268
  "CloudFormationOverridePropertyConfiguration": {
2257
- "shape": "Sxo"
2269
+ "shape": "Sxz"
2258
2270
  },
2259
2271
  "RequestId": {},
2260
2272
  "Status": {
@@ -2291,10 +2303,10 @@
2291
2303
  "members": {
2292
2304
  "JobStatus": {},
2293
2305
  "Errors": {
2294
- "shape": "Syl"
2306
+ "shape": "Syw"
2295
2307
  },
2296
2308
  "RollbackErrors": {
2297
- "shape": "Syl"
2309
+ "shape": "Syw"
2298
2310
  },
2299
2311
  "Arn": {},
2300
2312
  "CreatedTime": {
@@ -2310,7 +2322,7 @@
2310
2322
  }
2311
2323
  },
2312
2324
  "OverrideParameters": {
2313
- "shape": "Syp"
2325
+ "shape": "Sz0"
2314
2326
  },
2315
2327
  "FailureAction": {},
2316
2328
  "RequestId": {},
@@ -2368,7 +2380,7 @@
2368
2380
  "type": "timestamp"
2369
2381
  },
2370
2382
  "Errors": {
2371
- "shape": "Szc"
2383
+ "shape": "Szn"
2372
2384
  },
2373
2385
  "VersionNumber": {
2374
2386
  "type": "long"
@@ -2377,12 +2389,12 @@
2377
2389
  "Arn": {},
2378
2390
  "SourceEntityArn": {},
2379
2391
  "DataSetArns": {
2380
- "shape": "Sxa"
2392
+ "shape": "Sxl"
2381
2393
  },
2382
2394
  "Description": {},
2383
2395
  "ThemeArn": {},
2384
2396
  "Sheets": {
2385
- "shape": "Sxb"
2397
+ "shape": "Sxm"
2386
2398
  }
2387
2399
  }
2388
2400
  },
@@ -2441,13 +2453,13 @@
2441
2453
  "members": {
2442
2454
  "DashboardId": {},
2443
2455
  "Errors": {
2444
- "shape": "Szc"
2456
+ "shape": "Szn"
2445
2457
  },
2446
2458
  "Name": {},
2447
2459
  "ResourceStatus": {},
2448
2460
  "ThemeArn": {},
2449
2461
  "Definition": {
2450
- "shape": "Smg"
2462
+ "shape": "Smo"
2451
2463
  },
2452
2464
  "Status": {
2453
2465
  "location": "statusCode",
@@ -2455,7 +2467,7 @@
2455
2467
  },
2456
2468
  "RequestId": {},
2457
2469
  "DashboardPublishOptions": {
2458
- "shape": "Sm1"
2470
+ "shape": "Sm9"
2459
2471
  }
2460
2472
  }
2461
2473
  }
@@ -2496,7 +2508,7 @@
2496
2508
  },
2497
2509
  "RequestId": {},
2498
2510
  "LinkSharingConfiguration": {
2499
- "shape": "Szj"
2511
+ "shape": "Szu"
2500
2512
  }
2501
2513
  }
2502
2514
  }
@@ -2552,7 +2564,7 @@
2552
2564
  }
2553
2565
  },
2554
2566
  "SnapshotConfiguration": {
2555
- "shape": "Szq"
2567
+ "shape": "S101"
2556
2568
  },
2557
2569
  "Arn": {},
2558
2570
  "JobStatus": {},
@@ -2621,7 +2633,7 @@
2621
2633
  "type": "structure",
2622
2634
  "members": {
2623
2635
  "Files": {
2624
- "shape": "Szt"
2636
+ "shape": "S104"
2625
2637
  },
2626
2638
  "S3Results": {
2627
2639
  "type": "list",
@@ -2629,7 +2641,7 @@
2629
2641
  "type": "structure",
2630
2642
  "members": {
2631
2643
  "S3DestinationConfiguration": {
2632
- "shape": "S102"
2644
+ "shape": "S10d"
2633
2645
  },
2634
2646
  "S3Uri": {
2635
2647
  "type": "string",
@@ -2709,10 +2721,10 @@
2709
2721
  "type": "timestamp"
2710
2722
  },
2711
2723
  "PhysicalTableMap": {
2712
- "shape": "Sml"
2724
+ "shape": "Smt"
2713
2725
  },
2714
2726
  "LogicalTableMap": {
2715
- "shape": "Sn4"
2727
+ "shape": "Snc"
2716
2728
  },
2717
2729
  "OutputColumns": {
2718
2730
  "type": "list",
@@ -2730,25 +2742,25 @@
2730
2742
  "type": "long"
2731
2743
  },
2732
2744
  "ColumnGroups": {
2733
- "shape": "Sob"
2745
+ "shape": "Soj"
2734
2746
  },
2735
2747
  "FieldFolders": {
2736
- "shape": "Soh"
2748
+ "shape": "Sop"
2737
2749
  },
2738
2750
  "RowLevelPermissionDataSet": {
2739
- "shape": "Som"
2751
+ "shape": "Sou"
2740
2752
  },
2741
2753
  "RowLevelPermissionTagConfiguration": {
2742
- "shape": "Soq"
2754
+ "shape": "Soy"
2743
2755
  },
2744
2756
  "ColumnLevelPermissionRules": {
2745
- "shape": "Soy"
2757
+ "shape": "Sp6"
2746
2758
  },
2747
2759
  "DataSetUsageConfiguration": {
2748
- "shape": "Sp2"
2760
+ "shape": "Spa"
2749
2761
  },
2750
2762
  "DatasetParameters": {
2751
- "shape": "Sp3"
2763
+ "shape": "Spb"
2752
2764
  }
2753
2765
  }
2754
2766
  },
@@ -2829,7 +2841,7 @@
2829
2841
  "type": "integer"
2830
2842
  },
2831
2843
  "DataSetRefreshProperties": {
2832
- "shape": "S10r"
2844
+ "shape": "S112"
2833
2845
  }
2834
2846
  }
2835
2847
  }
@@ -2860,7 +2872,7 @@
2860
2872
  "type": "structure",
2861
2873
  "members": {
2862
2874
  "DataSource": {
2863
- "shape": "S10z"
2875
+ "shape": "S11a"
2864
2876
  },
2865
2877
  "RequestId": {},
2866
2878
  "Status": {
@@ -3096,7 +3108,7 @@
3096
3108
  "type": "structure",
3097
3109
  "members": {
3098
3110
  "Group": {
3099
- "shape": "Srg"
3111
+ "shape": "Srr"
3100
3112
  },
3101
3113
  "RequestId": {},
3102
3114
  "Status": {
@@ -3142,7 +3154,7 @@
3142
3154
  "type": "structure",
3143
3155
  "members": {
3144
3156
  "GroupMember": {
3145
- "shape": "Srk"
3157
+ "shape": "Srv"
3146
3158
  },
3147
3159
  "RequestId": {},
3148
3160
  "Status": {
@@ -3190,7 +3202,7 @@
3190
3202
  "AssignmentName": {},
3191
3203
  "PolicyArn": {},
3192
3204
  "Identities": {
3193
- "shape": "Sro"
3205
+ "shape": "Srz"
3194
3206
  },
3195
3207
  "AssignmentStatus": {}
3196
3208
  }
@@ -3234,7 +3246,7 @@
3234
3246
  "type": "structure",
3235
3247
  "members": {
3236
3248
  "Ingestion": {
3237
- "shape": "S11m"
3249
+ "shape": "S11x"
3238
3250
  },
3239
3251
  "RequestId": {},
3240
3252
  "Status": {
@@ -3266,7 +3278,7 @@
3266
3278
  "members": {
3267
3279
  "AwsAccountId": {},
3268
3280
  "IpRestrictionRuleMap": {
3269
- "shape": "S11v"
3281
+ "shape": "S126"
3270
3282
  },
3271
3283
  "Enabled": {
3272
3284
  "type": "boolean"
@@ -3305,7 +3317,7 @@
3305
3317
  "type": "structure",
3306
3318
  "members": {
3307
3319
  "Namespace": {
3308
- "shape": "S120"
3320
+ "shape": "S12b"
3309
3321
  },
3310
3322
  "RequestId": {},
3311
3323
  "Status": {
@@ -3346,7 +3358,7 @@
3346
3358
  "type": "structure",
3347
3359
  "members": {
3348
3360
  "RefreshSchedule": {
3349
- "shape": "Ss1"
3361
+ "shape": "Ssc"
3350
3362
  },
3351
3363
  "Status": {
3352
3364
  "location": "statusCode",
@@ -3403,20 +3415,20 @@
3403
3415
  "type": "timestamp"
3404
3416
  },
3405
3417
  "Errors": {
3406
- "shape": "S129"
3418
+ "shape": "S12k"
3407
3419
  },
3408
3420
  "VersionNumber": {
3409
3421
  "type": "long"
3410
3422
  },
3411
3423
  "Status": {},
3412
3424
  "DataSetConfigurations": {
3413
- "shape": "Sse"
3425
+ "shape": "Ssp"
3414
3426
  },
3415
3427
  "Description": {},
3416
3428
  "SourceEntityArn": {},
3417
3429
  "ThemeArn": {},
3418
3430
  "Sheets": {
3419
- "shape": "Sxb"
3431
+ "shape": "Sxm"
3420
3432
  }
3421
3433
  }
3422
3434
  },
@@ -3468,7 +3480,7 @@
3468
3480
  "type": "structure",
3469
3481
  "members": {
3470
3482
  "TemplateAlias": {
3471
- "shape": "Sss"
3483
+ "shape": "St3"
3472
3484
  },
3473
3485
  "Status": {
3474
3486
  "location": "statusCode",
@@ -3515,12 +3527,12 @@
3515
3527
  "Name": {},
3516
3528
  "TemplateId": {},
3517
3529
  "Errors": {
3518
- "shape": "S129"
3530
+ "shape": "S12k"
3519
3531
  },
3520
3532
  "ResourceStatus": {},
3521
3533
  "ThemeArn": {},
3522
3534
  "Definition": {
3523
- "shape": "Ssd"
3535
+ "shape": "Sso"
3524
3536
  },
3525
3537
  "Status": {
3526
3538
  "location": "statusCode",
@@ -3621,7 +3633,7 @@
3621
3633
  "type": "timestamp"
3622
3634
  },
3623
3635
  "Configuration": {
3624
- "shape": "Ssv"
3636
+ "shape": "St6"
3625
3637
  },
3626
3638
  "Errors": {
3627
3639
  "type": "list",
@@ -3684,7 +3696,7 @@
3684
3696
  "type": "structure",
3685
3697
  "members": {
3686
3698
  "ThemeAlias": {
3687
- "shape": "Stb"
3699
+ "shape": "Stm"
3688
3700
  },
3689
3701
  "Status": {
3690
3702
  "location": "statusCode",
@@ -3760,7 +3772,7 @@
3760
3772
  "Arn": {},
3761
3773
  "TopicId": {},
3762
3774
  "Topic": {
3763
- "shape": "Ste"
3775
+ "shape": "Stp"
3764
3776
  },
3765
3777
  "RequestId": {},
3766
3778
  "Status": {
@@ -3888,7 +3900,7 @@
3888
3900
  "TopicArn": {},
3889
3901
  "DatasetArn": {},
3890
3902
  "RefreshSchedule": {
3891
- "shape": "Sv2"
3903
+ "shape": "Svd"
3892
3904
  },
3893
3905
  "Status": {
3894
3906
  "location": "statusCode",
@@ -3929,7 +3941,7 @@
3929
3941
  "type": "structure",
3930
3942
  "members": {
3931
3943
  "User": {
3932
- "shape": "S137"
3944
+ "shape": "S13i"
3933
3945
  },
3934
3946
  "RequestId": {},
3935
3947
  "Status": {
@@ -3972,15 +3984,15 @@
3972
3984
  "Name": {},
3973
3985
  "VPCId": {},
3974
3986
  "SecurityGroupIds": {
3975
- "shape": "Sv9"
3987
+ "shape": "Svk"
3976
3988
  },
3977
3989
  "DnsResolvers": {
3978
- "shape": "Stv"
3990
+ "shape": "Su6"
3979
3991
  },
3980
3992
  "Status": {},
3981
3993
  "AvailabilityStatus": {},
3982
3994
  "NetworkInterfaces": {
3983
- "shape": "S13e"
3995
+ "shape": "S13p"
3984
3996
  },
3985
3997
  "RoleArn": {},
3986
3998
  "CreatedTime": {
@@ -4020,7 +4032,7 @@
4020
4032
  },
4021
4033
  "Namespace": {},
4022
4034
  "SessionTags": {
4023
- "shape": "S13k"
4035
+ "shape": "S13v"
4024
4036
  },
4025
4037
  "AuthorizedResourceArns": {
4026
4038
  "type": "list",
@@ -4045,7 +4057,7 @@
4045
4057
  ],
4046
4058
  "members": {
4047
4059
  "InitialDashboardVisualId": {
4048
- "shape": "S13q"
4060
+ "shape": "S141"
4049
4061
  }
4050
4062
  }
4051
4063
  },
@@ -4061,7 +4073,7 @@
4061
4073
  }
4062
4074
  },
4063
4075
  "AllowedDomains": {
4064
- "shape": "Stv"
4076
+ "shape": "Su6"
4065
4077
  }
4066
4078
  }
4067
4079
  },
@@ -4075,7 +4087,7 @@
4075
4087
  ],
4076
4088
  "members": {
4077
4089
  "EmbedUrl": {
4078
- "shape": "S13t"
4090
+ "shape": "S144"
4079
4091
  },
4080
4092
  "Status": {
4081
4093
  "location": "statusCode",
@@ -4120,7 +4132,7 @@
4120
4132
  "type": "structure",
4121
4133
  "members": {
4122
4134
  "StatePersistence": {
4123
- "shape": "S13y"
4135
+ "shape": "S149"
4124
4136
  },
4125
4137
  "Bookmarks": {
4126
4138
  "type": "structure",
@@ -4145,7 +4157,7 @@
4145
4157
  "type": "structure",
4146
4158
  "members": {
4147
4159
  "StatePersistence": {
4148
- "shape": "S13y"
4160
+ "shape": "S149"
4149
4161
  }
4150
4162
  }
4151
4163
  }
@@ -4164,14 +4176,14 @@
4164
4176
  ],
4165
4177
  "members": {
4166
4178
  "InitialDashboardVisualId": {
4167
- "shape": "S13q"
4179
+ "shape": "S141"
4168
4180
  }
4169
4181
  }
4170
4182
  }
4171
4183
  }
4172
4184
  },
4173
4185
  "AllowedDomains": {
4174
- "shape": "Stv"
4186
+ "shape": "Su6"
4175
4187
  }
4176
4188
  }
4177
4189
  },
@@ -4184,7 +4196,7 @@
4184
4196
  ],
4185
4197
  "members": {
4186
4198
  "EmbedUrl": {
4187
- "shape": "S13t"
4199
+ "shape": "S144"
4188
4200
  },
4189
4201
  "Status": {
4190
4202
  "location": "statusCode",
@@ -4259,7 +4271,7 @@
4259
4271
  "type": "structure",
4260
4272
  "members": {
4261
4273
  "EmbedUrl": {
4262
- "shape": "S13t"
4274
+ "shape": "S144"
4263
4275
  },
4264
4276
  "Status": {
4265
4277
  "location": "statusCode",
@@ -4303,7 +4315,7 @@
4303
4315
  "type": "structure",
4304
4316
  "members": {
4305
4317
  "EmbedUrl": {
4306
- "shape": "S13t"
4318
+ "shape": "S144"
4307
4319
  },
4308
4320
  "Status": {
4309
4321
  "location": "statusCode",
@@ -4343,7 +4355,7 @@
4343
4355
  "type": "structure",
4344
4356
  "members": {
4345
4357
  "AnalysisSummaryList": {
4346
- "shape": "S14f"
4358
+ "shape": "S14q"
4347
4359
  },
4348
4360
  "NextToken": {},
4349
4361
  "Status": {
@@ -4554,7 +4566,7 @@
4554
4566
  "type": "structure",
4555
4567
  "members": {
4556
4568
  "DashboardSummaryList": {
4557
- "shape": "S14v"
4569
+ "shape": "S156"
4558
4570
  },
4559
4571
  "NextToken": {},
4560
4572
  "Status": {
@@ -4595,7 +4607,7 @@
4595
4607
  "type": "structure",
4596
4608
  "members": {
4597
4609
  "DataSetSummaries": {
4598
- "shape": "S14z"
4610
+ "shape": "S15a"
4599
4611
  },
4600
4612
  "NextToken": {},
4601
4613
  "RequestId": {},
@@ -4638,7 +4650,7 @@
4638
4650
  "DataSources": {
4639
4651
  "type": "list",
4640
4652
  "member": {
4641
- "shape": "S10z"
4653
+ "shape": "S11a"
4642
4654
  }
4643
4655
  },
4644
4656
  "NextToken": {},
@@ -4737,7 +4749,7 @@
4737
4749
  "type": "integer"
4738
4750
  },
4739
4751
  "FolderSummaryList": {
4740
- "shape": "S15a"
4752
+ "shape": "S15l"
4741
4753
  },
4742
4754
  "NextToken": {},
4743
4755
  "RequestId": {}
@@ -4786,7 +4798,7 @@
4786
4798
  "GroupMemberList": {
4787
4799
  "type": "list",
4788
4800
  "member": {
4789
- "shape": "Srk"
4801
+ "shape": "Srv"
4790
4802
  }
4791
4803
  },
4792
4804
  "NextToken": {},
@@ -4833,7 +4845,7 @@
4833
4845
  "type": "structure",
4834
4846
  "members": {
4835
4847
  "GroupList": {
4836
- "shape": "S15h"
4848
+ "shape": "S15s"
4837
4849
  },
4838
4850
  "NextToken": {},
4839
4851
  "RequestId": {},
@@ -4996,7 +5008,7 @@
4996
5008
  "Ingestions": {
4997
5009
  "type": "list",
4998
5010
  "member": {
4999
- "shape": "S11m"
5011
+ "shape": "S11x"
5000
5012
  }
5001
5013
  },
5002
5014
  "NextToken": {},
@@ -5040,7 +5052,7 @@
5040
5052
  "Namespaces": {
5041
5053
  "type": "list",
5042
5054
  "member": {
5043
- "shape": "S120"
5055
+ "shape": "S12b"
5044
5056
  }
5045
5057
  },
5046
5058
  "NextToken": {},
@@ -5080,7 +5092,7 @@
5080
5092
  "RefreshSchedules": {
5081
5093
  "type": "list",
5082
5094
  "member": {
5083
- "shape": "Ss1"
5095
+ "shape": "Ssc"
5084
5096
  }
5085
5097
  },
5086
5098
  "Status": {
@@ -5159,7 +5171,7 @@
5159
5171
  "TemplateAliasList": {
5160
5172
  "type": "list",
5161
5173
  "member": {
5162
- "shape": "Sss"
5174
+ "shape": "St3"
5163
5175
  }
5164
5176
  },
5165
5177
  "Status": {
@@ -5326,7 +5338,7 @@
5326
5338
  "ThemeAliasList": {
5327
5339
  "type": "list",
5328
5340
  "member": {
5329
- "shape": "Stb"
5341
+ "shape": "Stm"
5330
5342
  }
5331
5343
  },
5332
5344
  "Status": {
@@ -5496,7 +5508,7 @@
5496
5508
  "DatasetArn": {},
5497
5509
  "DatasetName": {},
5498
5510
  "RefreshSchedule": {
5499
- "shape": "Sv2"
5511
+ "shape": "Svd"
5500
5512
  }
5501
5513
  }
5502
5514
  }
@@ -5598,7 +5610,7 @@
5598
5610
  "type": "structure",
5599
5611
  "members": {
5600
5612
  "GroupList": {
5601
- "shape": "S15h"
5613
+ "shape": "S15s"
5602
5614
  },
5603
5615
  "NextToken": {},
5604
5616
  "RequestId": {},
@@ -5646,7 +5658,7 @@
5646
5658
  "UserList": {
5647
5659
  "type": "list",
5648
5660
  "member": {
5649
- "shape": "S137"
5661
+ "shape": "S13i"
5650
5662
  }
5651
5663
  },
5652
5664
  "NextToken": {},
@@ -5697,15 +5709,15 @@
5697
5709
  "Name": {},
5698
5710
  "VPCId": {},
5699
5711
  "SecurityGroupIds": {
5700
- "shape": "Sv9"
5712
+ "shape": "Svk"
5701
5713
  },
5702
5714
  "DnsResolvers": {
5703
- "shape": "Stv"
5715
+ "shape": "Su6"
5704
5716
  },
5705
5717
  "Status": {},
5706
5718
  "AvailabilityStatus": {},
5707
5719
  "NetworkInterfaces": {
5708
- "shape": "S13e"
5720
+ "shape": "S13p"
5709
5721
  },
5710
5722
  "RoleArn": {},
5711
5723
  "CreatedTime": {
@@ -5748,7 +5760,7 @@
5748
5760
  "locationName": "DataSetId"
5749
5761
  },
5750
5762
  "DataSetRefreshProperties": {
5751
- "shape": "S10r"
5763
+ "shape": "S112"
5752
5764
  }
5753
5765
  }
5754
5766
  },
@@ -5804,7 +5816,7 @@
5804
5816
  "type": "structure",
5805
5817
  "members": {
5806
5818
  "User": {
5807
- "shape": "S137"
5819
+ "shape": "S13i"
5808
5820
  },
5809
5821
  "UserInvitationUrl": {},
5810
5822
  "RequestId": {},
@@ -5885,7 +5897,7 @@
5885
5897
  "type": "structure",
5886
5898
  "members": {
5887
5899
  "AnalysisSummaryList": {
5888
- "shape": "S14f"
5900
+ "shape": "S14q"
5889
5901
  },
5890
5902
  "NextToken": {},
5891
5903
  "Status": {
@@ -5935,7 +5947,7 @@
5935
5947
  "type": "structure",
5936
5948
  "members": {
5937
5949
  "DashboardSummaryList": {
5938
- "shape": "S14v"
5950
+ "shape": "S156"
5939
5951
  },
5940
5952
  "NextToken": {},
5941
5953
  "Status": {
@@ -5987,7 +5999,7 @@
5987
5999
  "type": "structure",
5988
6000
  "members": {
5989
6001
  "DataSetSummaries": {
5990
- "shape": "S14z"
6002
+ "shape": "S15a"
5991
6003
  },
5992
6004
  "NextToken": {},
5993
6005
  "Status": {
@@ -6105,7 +6117,7 @@
6105
6117
  "type": "integer"
6106
6118
  },
6107
6119
  "FolderSummaryList": {
6108
- "shape": "S15a"
6120
+ "shape": "S15l"
6109
6121
  },
6110
6122
  "NextToken": {},
6111
6123
  "RequestId": {}
@@ -6163,7 +6175,7 @@
6163
6175
  "type": "structure",
6164
6176
  "members": {
6165
6177
  "GroupList": {
6166
- "shape": "S15h"
6178
+ "shape": "S15s"
6167
6179
  },
6168
6180
  "NextToken": {},
6169
6181
  "RequestId": {},
@@ -6193,14 +6205,14 @@
6193
6205
  },
6194
6206
  "AssetBundleExportJobId": {},
6195
6207
  "ResourceArns": {
6196
- "shape": "Sxm"
6208
+ "shape": "Sxx"
6197
6209
  },
6198
6210
  "IncludeAllDependencies": {
6199
6211
  "type": "boolean"
6200
6212
  },
6201
6213
  "ExportFormat": {},
6202
6214
  "CloudFormationOverridePropertyConfiguration": {
6203
- "shape": "Sxo"
6215
+ "shape": "Sxz"
6204
6216
  }
6205
6217
  }
6206
6218
  },
@@ -6245,7 +6257,7 @@
6245
6257
  }
6246
6258
  },
6247
6259
  "OverrideParameters": {
6248
- "shape": "Syp"
6260
+ "shape": "Sz0"
6249
6261
  },
6250
6262
  "FailureAction": {}
6251
6263
  }
@@ -6295,7 +6307,7 @@
6295
6307
  "type": "structure",
6296
6308
  "members": {
6297
6309
  "RowLevelPermissionTags": {
6298
- "shape": "S13k"
6310
+ "shape": "S13v"
6299
6311
  }
6300
6312
  }
6301
6313
  }
@@ -6303,7 +6315,7 @@
6303
6315
  }
6304
6316
  },
6305
6317
  "SnapshotConfiguration": {
6306
- "shape": "Szq"
6318
+ "shape": "S101"
6307
6319
  }
6308
6320
  }
6309
6321
  },
@@ -6495,7 +6507,7 @@
6495
6507
  "shape": "S1h"
6496
6508
  },
6497
6509
  "ValidationStrategy": {
6498
- "shape": "Sls"
6510
+ "shape": "Slz"
6499
6511
  }
6500
6512
  }
6501
6513
  },
@@ -6534,10 +6546,10 @@
6534
6546
  "locationName": "AnalysisId"
6535
6547
  },
6536
6548
  "GrantPermissions": {
6537
- "shape": "S18x"
6549
+ "shape": "S198"
6538
6550
  },
6539
6551
  "RevokePermissions": {
6540
- "shape": "S18x"
6552
+ "shape": "S198"
6541
6553
  }
6542
6554
  }
6543
6555
  },
@@ -6580,21 +6592,21 @@
6580
6592
  },
6581
6593
  "Name": {},
6582
6594
  "SourceEntity": {
6583
- "shape": "Sly"
6595
+ "shape": "Sm6"
6584
6596
  },
6585
6597
  "Parameters": {
6586
6598
  "shape": "Sr"
6587
6599
  },
6588
6600
  "VersionDescription": {},
6589
6601
  "DashboardPublishOptions": {
6590
- "shape": "Sm1"
6602
+ "shape": "Sm9"
6591
6603
  },
6592
6604
  "ThemeArn": {},
6593
6605
  "Definition": {
6594
- "shape": "Smg"
6606
+ "shape": "Smo"
6595
6607
  },
6596
6608
  "ValidationStrategy": {
6597
- "shape": "Sls"
6609
+ "shape": "Slz"
6598
6610
  }
6599
6611
  }
6600
6612
  },
@@ -6633,16 +6645,16 @@
6633
6645
  "locationName": "DashboardId"
6634
6646
  },
6635
6647
  "GrantPermissions": {
6636
- "shape": "S18x"
6648
+ "shape": "S198"
6637
6649
  },
6638
6650
  "RevokePermissions": {
6639
- "shape": "S18x"
6651
+ "shape": "S198"
6640
6652
  },
6641
6653
  "GrantLinkPermissions": {
6642
- "shape": "S192"
6654
+ "shape": "S19d"
6643
6655
  },
6644
6656
  "RevokeLinkPermissions": {
6645
- "shape": "S192"
6657
+ "shape": "S19d"
6646
6658
  }
6647
6659
  }
6648
6660
  },
@@ -6660,7 +6672,7 @@
6660
6672
  "type": "integer"
6661
6673
  },
6662
6674
  "LinkSharingConfiguration": {
6663
- "shape": "Szj"
6675
+ "shape": "Szu"
6664
6676
  }
6665
6677
  }
6666
6678
  }
@@ -6731,32 +6743,32 @@
6731
6743
  },
6732
6744
  "Name": {},
6733
6745
  "PhysicalTableMap": {
6734
- "shape": "Sml"
6746
+ "shape": "Smt"
6735
6747
  },
6736
6748
  "LogicalTableMap": {
6737
- "shape": "Sn4"
6749
+ "shape": "Snc"
6738
6750
  },
6739
6751
  "ImportMode": {},
6740
6752
  "ColumnGroups": {
6741
- "shape": "Sob"
6753
+ "shape": "Soj"
6742
6754
  },
6743
6755
  "FieldFolders": {
6744
- "shape": "Soh"
6756
+ "shape": "Sop"
6745
6757
  },
6746
6758
  "RowLevelPermissionDataSet": {
6747
- "shape": "Som"
6759
+ "shape": "Sou"
6748
6760
  },
6749
6761
  "RowLevelPermissionTagConfiguration": {
6750
- "shape": "Soq"
6762
+ "shape": "Soy"
6751
6763
  },
6752
6764
  "ColumnLevelPermissionRules": {
6753
- "shape": "Soy"
6765
+ "shape": "Sp6"
6754
6766
  },
6755
6767
  "DataSetUsageConfiguration": {
6756
- "shape": "Sp2"
6768
+ "shape": "Spa"
6757
6769
  },
6758
6770
  "DatasetParameters": {
6759
- "shape": "Sp3"
6771
+ "shape": "Spb"
6760
6772
  }
6761
6773
  }
6762
6774
  },
@@ -6838,16 +6850,16 @@
6838
6850
  },
6839
6851
  "Name": {},
6840
6852
  "DataSourceParameters": {
6841
- "shape": "Spi"
6853
+ "shape": "Spq"
6842
6854
  },
6843
6855
  "Credentials": {
6844
- "shape": "Sqs"
6856
+ "shape": "Sr3"
6845
6857
  },
6846
6858
  "VpcConnectionProperties": {
6847
- "shape": "Sqz"
6859
+ "shape": "Sra"
6848
6860
  },
6849
6861
  "SslProperties": {
6850
- "shape": "Sr0"
6862
+ "shape": "Srb"
6851
6863
  }
6852
6864
  }
6853
6865
  },
@@ -7017,7 +7029,7 @@
7017
7029
  "type": "structure",
7018
7030
  "members": {
7019
7031
  "Group": {
7020
- "shape": "Srg"
7032
+ "shape": "Srr"
7021
7033
  },
7022
7034
  "RequestId": {},
7023
7035
  "Status": {
@@ -7055,7 +7067,7 @@
7055
7067
  "AssignmentStatus": {},
7056
7068
  "PolicyArn": {},
7057
7069
  "Identities": {
7058
- "shape": "Sro"
7070
+ "shape": "Srz"
7059
7071
  }
7060
7072
  }
7061
7073
  },
@@ -7066,7 +7078,7 @@
7066
7078
  "AssignmentId": {},
7067
7079
  "PolicyArn": {},
7068
7080
  "Identities": {
7069
- "shape": "Sro"
7081
+ "shape": "Srz"
7070
7082
  },
7071
7083
  "AssignmentStatus": {},
7072
7084
  "RequestId": {},
@@ -7092,7 +7104,7 @@
7092
7104
  "locationName": "AwsAccountId"
7093
7105
  },
7094
7106
  "IpRestrictionRuleMap": {
7095
- "shape": "S11v"
7107
+ "shape": "S126"
7096
7108
  },
7097
7109
  "Enabled": {
7098
7110
  "type": "boolean"
@@ -7164,7 +7176,7 @@
7164
7176
  "locationName": "AwsAccountId"
7165
7177
  },
7166
7178
  "Schedule": {
7167
- "shape": "Ss1"
7179
+ "shape": "Ssc"
7168
7180
  }
7169
7181
  }
7170
7182
  },
@@ -7202,15 +7214,15 @@
7202
7214
  "locationName": "TemplateId"
7203
7215
  },
7204
7216
  "SourceEntity": {
7205
- "shape": "Ssa"
7217
+ "shape": "Ssl"
7206
7218
  },
7207
7219
  "VersionDescription": {},
7208
7220
  "Name": {},
7209
7221
  "Definition": {
7210
- "shape": "Ssd"
7222
+ "shape": "Sso"
7211
7223
  },
7212
7224
  "ValidationStrategy": {
7213
- "shape": "Sls"
7225
+ "shape": "Slz"
7214
7226
  }
7215
7227
  }
7216
7228
  },
@@ -7264,7 +7276,7 @@
7264
7276
  "type": "structure",
7265
7277
  "members": {
7266
7278
  "TemplateAlias": {
7267
- "shape": "Sss"
7279
+ "shape": "St3"
7268
7280
  },
7269
7281
  "Status": {
7270
7282
  "location": "statusCode",
@@ -7295,10 +7307,10 @@
7295
7307
  "locationName": "TemplateId"
7296
7308
  },
7297
7309
  "GrantPermissions": {
7298
- "shape": "S18x"
7310
+ "shape": "S198"
7299
7311
  },
7300
7312
  "RevokePermissions": {
7301
- "shape": "S18x"
7313
+ "shape": "S198"
7302
7314
  }
7303
7315
  }
7304
7316
  },
@@ -7343,7 +7355,7 @@
7343
7355
  "BaseThemeId": {},
7344
7356
  "VersionDescription": {},
7345
7357
  "Configuration": {
7346
- "shape": "Ssv"
7358
+ "shape": "St6"
7347
7359
  }
7348
7360
  }
7349
7361
  },
@@ -7397,7 +7409,7 @@
7397
7409
  "type": "structure",
7398
7410
  "members": {
7399
7411
  "ThemeAlias": {
7400
- "shape": "Stb"
7412
+ "shape": "Stm"
7401
7413
  },
7402
7414
  "Status": {
7403
7415
  "location": "statusCode",
@@ -7428,10 +7440,10 @@
7428
7440
  "locationName": "ThemeId"
7429
7441
  },
7430
7442
  "GrantPermissions": {
7431
- "shape": "S18x"
7443
+ "shape": "S198"
7432
7444
  },
7433
7445
  "RevokePermissions": {
7434
- "shape": "S18x"
7446
+ "shape": "S198"
7435
7447
  }
7436
7448
  }
7437
7449
  },
@@ -7473,7 +7485,7 @@
7473
7485
  "locationName": "TopicId"
7474
7486
  },
7475
7487
  "Topic": {
7476
- "shape": "Ste"
7488
+ "shape": "Stp"
7477
7489
  }
7478
7490
  }
7479
7491
  },
@@ -7512,10 +7524,10 @@
7512
7524
  "locationName": "TopicId"
7513
7525
  },
7514
7526
  "GrantPermissions": {
7515
- "shape": "S18x"
7527
+ "shape": "S198"
7516
7528
  },
7517
7529
  "RevokePermissions": {
7518
- "shape": "S18x"
7530
+ "shape": "S198"
7519
7531
  }
7520
7532
  }
7521
7533
  },
@@ -7562,7 +7574,7 @@
7562
7574
  "locationName": "DatasetId"
7563
7575
  },
7564
7576
  "RefreshSchedule": {
7565
- "shape": "Sv2"
7577
+ "shape": "Svd"
7566
7578
  }
7567
7579
  }
7568
7580
  },
@@ -7622,7 +7634,7 @@
7622
7634
  "type": "structure",
7623
7635
  "members": {
7624
7636
  "User": {
7625
- "shape": "S137"
7637
+ "shape": "S13i"
7626
7638
  },
7627
7639
  "RequestId": {},
7628
7640
  "Status": {
@@ -7658,13 +7670,13 @@
7658
7670
  },
7659
7671
  "Name": {},
7660
7672
  "SubnetIds": {
7661
- "shape": "Sv7"
7673
+ "shape": "Svi"
7662
7674
  },
7663
7675
  "SecurityGroupIds": {
7664
- "shape": "Sv9"
7676
+ "shape": "Svk"
7665
7677
  },
7666
7678
  "DnsResolvers": {
7667
- "shape": "Svb"
7679
+ "shape": "Svm"
7668
7680
  },
7669
7681
  "RoleArn": {}
7670
7682
  }
@@ -7876,19 +7888,19 @@
7876
7888
  "shape": "S1l"
7877
7889
  },
7878
7890
  "CalculatedFields": {
7879
- "shape": "Sjr"
7891
+ "shape": "Sjy"
7880
7892
  },
7881
7893
  "ParameterDeclarations": {
7882
- "shape": "Sju"
7894
+ "shape": "Sk1"
7883
7895
  },
7884
7896
  "FilterGroups": {
7885
- "shape": "Ske"
7897
+ "shape": "Skl"
7886
7898
  },
7887
7899
  "ColumnConfigurations": {
7888
- "shape": "Sle"
7900
+ "shape": "Sll"
7889
7901
  },
7890
7902
  "AnalysisDefaults": {
7891
- "shape": "Sll"
7903
+ "shape": "Sls"
7892
7904
  }
7893
7905
  }
7894
7906
  },
@@ -8306,6 +8318,9 @@
8306
8318
  "CustomLabel": {},
8307
8319
  "TotalCellStyle": {
8308
8320
  "shape": "S5a"
8321
+ },
8322
+ "TotalAggregationOptions": {
8323
+ "shape": "S5q"
8309
8324
  }
8310
8325
  }
8311
8326
  },
@@ -8435,7 +8450,7 @@
8435
8450
  "members": {
8436
8451
  "FieldId": {},
8437
8452
  "TextFormat": {
8438
- "shape": "S6g"
8453
+ "shape": "S6k"
8439
8454
  }
8440
8455
  }
8441
8456
  },
@@ -8443,10 +8458,10 @@
8443
8458
  "type": "structure",
8444
8459
  "members": {
8445
8460
  "BackgroundColor": {
8446
- "shape": "S6h"
8461
+ "shape": "S6l"
8447
8462
  },
8448
8463
  "TextColor": {
8449
- "shape": "S6h"
8464
+ "shape": "S6l"
8450
8465
  }
8451
8466
  }
8452
8467
  }
@@ -8456,7 +8471,7 @@
8456
8471
  }
8457
8472
  },
8458
8473
  "Actions": {
8459
- "shape": "S6x"
8474
+ "shape": "S71"
8460
8475
  }
8461
8476
  }
8462
8477
  },
@@ -8483,10 +8498,10 @@
8483
8498
  "type": "structure",
8484
8499
  "members": {
8485
8500
  "Rows": {
8486
- "shape": "S7z"
8501
+ "shape": "S83"
8487
8502
  },
8488
8503
  "Columns": {
8489
- "shape": "S7z"
8504
+ "shape": "S83"
8490
8505
  },
8491
8506
  "Values": {
8492
8507
  "type": "list",
@@ -8529,7 +8544,7 @@
8529
8544
  "members": {
8530
8545
  "Direction": {},
8531
8546
  "SortPaths": {
8532
- "shape": "S86"
8547
+ "shape": "S8a"
8533
8548
  }
8534
8549
  }
8535
8550
  }
@@ -8578,16 +8593,16 @@
8578
8593
  "type": "structure",
8579
8594
  "members": {
8580
8595
  "RowSubtotalOptions": {
8581
- "shape": "S8f"
8596
+ "shape": "S8l"
8582
8597
  },
8583
8598
  "ColumnSubtotalOptions": {
8584
- "shape": "S8f"
8599
+ "shape": "S8l"
8585
8600
  },
8586
8601
  "RowTotalOptions": {
8587
- "shape": "S8m"
8602
+ "shape": "S8s"
8588
8603
  },
8589
8604
  "ColumnTotalOptions": {
8590
- "shape": "S8m"
8605
+ "shape": "S8s"
8591
8606
  }
8592
8607
  }
8593
8608
  },
@@ -8617,7 +8632,7 @@
8617
8632
  ],
8618
8633
  "members": {
8619
8634
  "DataPathList": {
8620
- "shape": "S86"
8635
+ "shape": "S8a"
8621
8636
  },
8622
8637
  "Width": {}
8623
8638
  }
@@ -8636,7 +8651,7 @@
8636
8651
  "members": {
8637
8652
  "FieldId": {},
8638
8653
  "FieldDataPathValues": {
8639
- "shape": "S86"
8654
+ "shape": "S8a"
8640
8655
  }
8641
8656
  }
8642
8657
  },
@@ -8671,15 +8686,15 @@
8671
8686
  "members": {
8672
8687
  "FieldId": {},
8673
8688
  "TextFormat": {
8674
- "shape": "S6g"
8689
+ "shape": "S6k"
8675
8690
  },
8676
8691
  "Scope": {
8677
- "shape": "S91"
8692
+ "shape": "S97"
8678
8693
  },
8679
8694
  "Scopes": {
8680
8695
  "type": "list",
8681
8696
  "member": {
8682
- "shape": "S91"
8697
+ "shape": "S97"
8683
8698
  }
8684
8699
  }
8685
8700
  }
@@ -8690,7 +8705,7 @@
8690
8705
  }
8691
8706
  },
8692
8707
  "Actions": {
8693
- "shape": "S6x"
8708
+ "shape": "S71"
8694
8709
  }
8695
8710
  }
8696
8711
  },
@@ -8726,7 +8741,7 @@
8726
8741
  "shape": "S3n"
8727
8742
  },
8728
8743
  "SmallMultiples": {
8729
- "shape": "S98"
8744
+ "shape": "S9e"
8730
8745
  }
8731
8746
  }
8732
8747
  }
@@ -8736,70 +8751,70 @@
8736
8751
  "type": "structure",
8737
8752
  "members": {
8738
8753
  "CategorySort": {
8739
- "shape": "S9a"
8754
+ "shape": "S9g"
8740
8755
  },
8741
8756
  "CategoryItemsLimit": {
8742
- "shape": "S9b"
8757
+ "shape": "S9h"
8743
8758
  },
8744
8759
  "ColorSort": {
8745
- "shape": "S9a"
8760
+ "shape": "S9g"
8746
8761
  },
8747
8762
  "ColorItemsLimit": {
8748
- "shape": "S9b"
8763
+ "shape": "S9h"
8749
8764
  },
8750
8765
  "SmallMultiplesSort": {
8751
- "shape": "S9a"
8766
+ "shape": "S9g"
8752
8767
  },
8753
8768
  "SmallMultiplesLimitConfiguration": {
8754
- "shape": "S9b"
8769
+ "shape": "S9h"
8755
8770
  }
8756
8771
  }
8757
8772
  },
8758
8773
  "Orientation": {},
8759
8774
  "BarsArrangement": {},
8760
8775
  "VisualPalette": {
8761
- "shape": "S9f"
8776
+ "shape": "S9l"
8762
8777
  },
8763
8778
  "SmallMultiplesOptions": {
8764
- "shape": "S9i"
8779
+ "shape": "S9o"
8765
8780
  },
8766
8781
  "CategoryAxis": {
8767
- "shape": "S9s"
8782
+ "shape": "S9y"
8768
8783
  },
8769
8784
  "CategoryLabelOptions": {
8770
- "shape": "Sa8"
8785
+ "shape": "Sae"
8771
8786
  },
8772
8787
  "ValueAxis": {
8773
- "shape": "S9s"
8788
+ "shape": "S9y"
8774
8789
  },
8775
8790
  "ValueLabelOptions": {
8776
- "shape": "Sa8"
8791
+ "shape": "Sae"
8777
8792
  },
8778
8793
  "ColorLabelOptions": {
8779
- "shape": "Sa8"
8794
+ "shape": "Sae"
8780
8795
  },
8781
8796
  "Legend": {
8782
- "shape": "Sac"
8797
+ "shape": "Sai"
8783
8798
  },
8784
8799
  "DataLabels": {
8785
- "shape": "Sae"
8800
+ "shape": "Sak"
8786
8801
  },
8787
8802
  "Tooltip": {
8788
- "shape": "Sap"
8803
+ "shape": "Sav"
8789
8804
  },
8790
8805
  "ReferenceLines": {
8791
- "shape": "Sax"
8806
+ "shape": "Sb3"
8792
8807
  },
8793
8808
  "ContributionAnalysisDefaults": {
8794
- "shape": "Sbb"
8809
+ "shape": "Sbi"
8795
8810
  }
8796
8811
  }
8797
8812
  },
8798
8813
  "Actions": {
8799
- "shape": "S6x"
8814
+ "shape": "S71"
8800
8815
  },
8801
8816
  "ColumnHierarchies": {
8802
- "shape": "Sbe"
8817
+ "shape": "Sbl"
8803
8818
  }
8804
8819
  }
8805
8820
  },
@@ -8837,7 +8852,7 @@
8837
8852
  "type": "structure",
8838
8853
  "members": {
8839
8854
  "TrendGroupSort": {
8840
- "shape": "S9a"
8855
+ "shape": "S9g"
8841
8856
  }
8842
8857
  }
8843
8858
  },
@@ -8863,7 +8878,7 @@
8863
8878
  }
8864
8879
  },
8865
8880
  "Comparison": {
8866
- "shape": "Sc1"
8881
+ "shape": "Sc8"
8867
8882
  },
8868
8883
  "PrimaryValueDisplayType": {},
8869
8884
  "PrimaryValueFontConfiguration": {
@@ -8914,10 +8929,10 @@
8914
8929
  "type": "structure",
8915
8930
  "members": {
8916
8931
  "TextColor": {
8917
- "shape": "S6h"
8932
+ "shape": "S6l"
8918
8933
  },
8919
8934
  "Icon": {
8920
- "shape": "S6n"
8935
+ "shape": "S6r"
8921
8936
  }
8922
8937
  }
8923
8938
  },
@@ -8925,7 +8940,7 @@
8925
8940
  "type": "structure",
8926
8941
  "members": {
8927
8942
  "ForegroundColor": {
8928
- "shape": "S6h"
8943
+ "shape": "S6l"
8929
8944
  }
8930
8945
  }
8931
8946
  },
@@ -8933,10 +8948,10 @@
8933
8948
  "type": "structure",
8934
8949
  "members": {
8935
8950
  "TextColor": {
8936
- "shape": "S6h"
8951
+ "shape": "S6l"
8937
8952
  },
8938
8953
  "Icon": {
8939
- "shape": "S6n"
8954
+ "shape": "S6r"
8940
8955
  }
8941
8956
  }
8942
8957
  },
@@ -8944,10 +8959,10 @@
8944
8959
  "type": "structure",
8945
8960
  "members": {
8946
8961
  "TextColor": {
8947
- "shape": "S6h"
8962
+ "shape": "S6l"
8948
8963
  },
8949
8964
  "Icon": {
8950
- "shape": "S6n"
8965
+ "shape": "S6r"
8951
8966
  }
8952
8967
  }
8953
8968
  }
@@ -8957,10 +8972,10 @@
8957
8972
  }
8958
8973
  },
8959
8974
  "Actions": {
8960
- "shape": "S6x"
8975
+ "shape": "S71"
8961
8976
  },
8962
8977
  "ColumnHierarchies": {
8963
- "shape": "Sbe"
8978
+ "shape": "Sbl"
8964
8979
  }
8965
8980
  }
8966
8981
  },
@@ -8993,7 +9008,7 @@
8993
9008
  "shape": "S4f"
8994
9009
  },
8995
9010
  "SmallMultiples": {
8996
- "shape": "S98"
9011
+ "shape": "S9e"
8997
9012
  }
8998
9013
  }
8999
9014
  }
@@ -9003,16 +9018,16 @@
9003
9018
  "type": "structure",
9004
9019
  "members": {
9005
9020
  "CategorySort": {
9006
- "shape": "S9a"
9021
+ "shape": "S9g"
9007
9022
  },
9008
9023
  "CategoryItemsLimit": {
9009
- "shape": "S9b"
9024
+ "shape": "S9h"
9010
9025
  },
9011
9026
  "SmallMultiplesSort": {
9012
- "shape": "S9a"
9027
+ "shape": "S9g"
9013
9028
  },
9014
9029
  "SmallMultiplesLimitConfiguration": {
9015
- "shape": "S9b"
9030
+ "shape": "S9h"
9016
9031
  }
9017
9032
  }
9018
9033
  },
@@ -9034,36 +9049,36 @@
9034
9049
  }
9035
9050
  },
9036
9051
  "SmallMultiplesOptions": {
9037
- "shape": "S9i"
9052
+ "shape": "S9o"
9038
9053
  },
9039
9054
  "CategoryLabelOptions": {
9040
- "shape": "Sa8"
9055
+ "shape": "Sae"
9041
9056
  },
9042
9057
  "ValueLabelOptions": {
9043
- "shape": "Sa8"
9058
+ "shape": "Sae"
9044
9059
  },
9045
9060
  "Legend": {
9046
- "shape": "Sac"
9061
+ "shape": "Sai"
9047
9062
  },
9048
9063
  "DataLabels": {
9049
- "shape": "Sae"
9064
+ "shape": "Sak"
9050
9065
  },
9051
9066
  "Tooltip": {
9052
- "shape": "Sap"
9067
+ "shape": "Sav"
9053
9068
  },
9054
9069
  "VisualPalette": {
9055
- "shape": "S9f"
9070
+ "shape": "S9l"
9056
9071
  },
9057
9072
  "ContributionAnalysisDefaults": {
9058
- "shape": "Sbb"
9073
+ "shape": "Sbi"
9059
9074
  }
9060
9075
  }
9061
9076
  },
9062
9077
  "Actions": {
9063
- "shape": "S6x"
9078
+ "shape": "S71"
9064
9079
  },
9065
9080
  "ColumnHierarchies": {
9066
- "shape": "Sbe"
9081
+ "shape": "Sbl"
9067
9082
  }
9068
9083
  }
9069
9084
  },
@@ -9099,7 +9114,7 @@
9099
9114
  "members": {
9100
9115
  "PrimaryValueDisplayType": {},
9101
9116
  "Comparison": {
9102
- "shape": "Sc1"
9117
+ "shape": "Sc8"
9103
9118
  },
9104
9119
  "ArcAxis": {
9105
9120
  "type": "structure",
@@ -9135,13 +9150,13 @@
9135
9150
  }
9136
9151
  },
9137
9152
  "DataLabels": {
9138
- "shape": "Sae"
9153
+ "shape": "Sak"
9139
9154
  },
9140
9155
  "TooltipOptions": {
9141
- "shape": "Sap"
9156
+ "shape": "Sav"
9142
9157
  },
9143
9158
  "VisualPalette": {
9144
- "shape": "S9f"
9159
+ "shape": "S9l"
9145
9160
  }
9146
9161
  }
9147
9162
  },
@@ -9157,10 +9172,10 @@
9157
9172
  "type": "structure",
9158
9173
  "members": {
9159
9174
  "TextColor": {
9160
- "shape": "S6h"
9175
+ "shape": "S6l"
9161
9176
  },
9162
9177
  "Icon": {
9163
- "shape": "S6n"
9178
+ "shape": "S6r"
9164
9179
  }
9165
9180
  }
9166
9181
  },
@@ -9168,7 +9183,7 @@
9168
9183
  "type": "structure",
9169
9184
  "members": {
9170
9185
  "ForegroundColor": {
9171
- "shape": "S6h"
9186
+ "shape": "S6l"
9172
9187
  }
9173
9188
  }
9174
9189
  }
@@ -9178,7 +9193,7 @@
9178
9193
  }
9179
9194
  },
9180
9195
  "Actions": {
9181
- "shape": "S6x"
9196
+ "shape": "S71"
9182
9197
  }
9183
9198
  }
9184
9199
  },
@@ -9214,7 +9229,7 @@
9214
9229
  "shape": "S3n"
9215
9230
  },
9216
9231
  "SmallMultiples": {
9217
- "shape": "S98"
9232
+ "shape": "S9e"
9218
9233
  }
9219
9234
  }
9220
9235
  }
@@ -9224,19 +9239,19 @@
9224
9239
  "type": "structure",
9225
9240
  "members": {
9226
9241
  "CategorySort": {
9227
- "shape": "S9a"
9242
+ "shape": "S9g"
9228
9243
  },
9229
9244
  "CategoryItemsLimitConfiguration": {
9230
- "shape": "S9b"
9245
+ "shape": "S9h"
9231
9246
  },
9232
9247
  "ColorItemsLimitConfiguration": {
9233
- "shape": "S9b"
9248
+ "shape": "S9h"
9234
9249
  },
9235
9250
  "SmallMultiplesSort": {
9236
- "shape": "S9a"
9251
+ "shape": "S9g"
9237
9252
  },
9238
9253
  "SmallMultiplesLimitConfiguration": {
9239
- "shape": "S9b"
9254
+ "shape": "S9h"
9240
9255
  }
9241
9256
  }
9242
9257
  },
@@ -9312,35 +9327,35 @@
9312
9327
  },
9313
9328
  "Type": {},
9314
9329
  "SmallMultiplesOptions": {
9315
- "shape": "S9i"
9330
+ "shape": "S9o"
9316
9331
  },
9317
9332
  "XAxisDisplayOptions": {
9318
- "shape": "S9s"
9333
+ "shape": "S9y"
9319
9334
  },
9320
9335
  "XAxisLabelOptions": {
9321
- "shape": "Sa8"
9336
+ "shape": "Sae"
9322
9337
  },
9323
9338
  "PrimaryYAxisDisplayOptions": {
9324
- "shape": "Sdj"
9339
+ "shape": "Sdq"
9325
9340
  },
9326
9341
  "PrimaryYAxisLabelOptions": {
9327
- "shape": "Sa8"
9342
+ "shape": "Sae"
9328
9343
  },
9329
9344
  "SecondaryYAxisDisplayOptions": {
9330
- "shape": "Sdj"
9345
+ "shape": "Sdq"
9331
9346
  },
9332
9347
  "SecondaryYAxisLabelOptions": {
9333
- "shape": "Sa8"
9348
+ "shape": "Sae"
9334
9349
  },
9335
9350
  "DefaultSeriesSettings": {
9336
9351
  "type": "structure",
9337
9352
  "members": {
9338
9353
  "AxisBinding": {},
9339
9354
  "LineStyleSettings": {
9340
- "shape": "Sdo"
9355
+ "shape": "Sdv"
9341
9356
  },
9342
9357
  "MarkerStyleSettings": {
9343
- "shape": "Sdr"
9358
+ "shape": "Sdy"
9344
9359
  }
9345
9360
  }
9346
9361
  },
@@ -9359,7 +9374,7 @@
9359
9374
  "FieldId": {},
9360
9375
  "AxisBinding": {},
9361
9376
  "Settings": {
9362
- "shape": "Sdw"
9377
+ "shape": "Se3"
9363
9378
  }
9364
9379
  }
9365
9380
  },
@@ -9376,7 +9391,7 @@
9376
9391
  },
9377
9392
  "AxisBinding": {},
9378
9393
  "Settings": {
9379
- "shape": "Sdw"
9394
+ "shape": "Se3"
9380
9395
  }
9381
9396
  }
9382
9397
  }
@@ -9384,30 +9399,30 @@
9384
9399
  }
9385
9400
  },
9386
9401
  "Legend": {
9387
- "shape": "Sac"
9402
+ "shape": "Sai"
9388
9403
  },
9389
9404
  "DataLabels": {
9390
- "shape": "Sae"
9405
+ "shape": "Sak"
9391
9406
  },
9392
9407
  "ReferenceLines": {
9393
- "shape": "Sax"
9408
+ "shape": "Sb3"
9394
9409
  },
9395
9410
  "Tooltip": {
9396
- "shape": "Sap"
9411
+ "shape": "Sav"
9397
9412
  },
9398
9413
  "ContributionAnalysisDefaults": {
9399
- "shape": "Sbb"
9414
+ "shape": "Sbi"
9400
9415
  },
9401
9416
  "VisualPalette": {
9402
- "shape": "S9f"
9417
+ "shape": "S9l"
9403
9418
  }
9404
9419
  }
9405
9420
  },
9406
9421
  "Actions": {
9407
- "shape": "S6x"
9422
+ "shape": "S71"
9408
9423
  },
9409
9424
  "ColumnHierarchies": {
9410
- "shape": "Sbe"
9425
+ "shape": "Sbl"
9411
9426
  }
9412
9427
  }
9413
9428
  },
@@ -9434,10 +9449,10 @@
9434
9449
  "type": "structure",
9435
9450
  "members": {
9436
9451
  "Rows": {
9437
- "shape": "Se2"
9452
+ "shape": "Se9"
9438
9453
  },
9439
9454
  "Columns": {
9440
- "shape": "Se2"
9455
+ "shape": "Se9"
9441
9456
  },
9442
9457
  "Values": {
9443
9458
  "type": "list",
@@ -9453,44 +9468,44 @@
9453
9468
  "type": "structure",
9454
9469
  "members": {
9455
9470
  "HeatMapRowSort": {
9456
- "shape": "S9a"
9471
+ "shape": "S9g"
9457
9472
  },
9458
9473
  "HeatMapColumnSort": {
9459
- "shape": "S9a"
9474
+ "shape": "S9g"
9460
9475
  },
9461
9476
  "HeatMapRowItemsLimitConfiguration": {
9462
- "shape": "S9b"
9477
+ "shape": "S9h"
9463
9478
  },
9464
9479
  "HeatMapColumnItemsLimitConfiguration": {
9465
- "shape": "S9b"
9480
+ "shape": "S9h"
9466
9481
  }
9467
9482
  }
9468
9483
  },
9469
9484
  "RowLabelOptions": {
9470
- "shape": "Sa8"
9485
+ "shape": "Sae"
9471
9486
  },
9472
9487
  "ColumnLabelOptions": {
9473
- "shape": "Sa8"
9488
+ "shape": "Sae"
9474
9489
  },
9475
9490
  "ColorScale": {
9476
- "shape": "Se5"
9491
+ "shape": "Sec"
9477
9492
  },
9478
9493
  "Legend": {
9479
- "shape": "Sac"
9494
+ "shape": "Sai"
9480
9495
  },
9481
9496
  "DataLabels": {
9482
- "shape": "Sae"
9497
+ "shape": "Sak"
9483
9498
  },
9484
9499
  "Tooltip": {
9485
- "shape": "Sap"
9500
+ "shape": "Sav"
9486
9501
  }
9487
9502
  }
9488
9503
  },
9489
9504
  "ColumnHierarchies": {
9490
- "shape": "Sbe"
9505
+ "shape": "Sbl"
9491
9506
  },
9492
9507
  "Actions": {
9493
- "shape": "S6x"
9508
+ "shape": "S71"
9494
9509
  }
9495
9510
  }
9496
9511
  },
@@ -9523,10 +9538,10 @@
9523
9538
  }
9524
9539
  },
9525
9540
  "Sizes": {
9526
- "shape": "See"
9541
+ "shape": "Sel"
9527
9542
  },
9528
9543
  "Colors": {
9529
- "shape": "See"
9544
+ "shape": "Sel"
9530
9545
  }
9531
9546
  }
9532
9547
  }
@@ -9536,41 +9551,41 @@
9536
9551
  "type": "structure",
9537
9552
  "members": {
9538
9553
  "TreeMapSort": {
9539
- "shape": "S9a"
9554
+ "shape": "S9g"
9540
9555
  },
9541
9556
  "TreeMapGroupItemsLimitConfiguration": {
9542
- "shape": "S9b"
9557
+ "shape": "S9h"
9543
9558
  }
9544
9559
  }
9545
9560
  },
9546
9561
  "GroupLabelOptions": {
9547
- "shape": "Sa8"
9562
+ "shape": "Sae"
9548
9563
  },
9549
9564
  "SizeLabelOptions": {
9550
- "shape": "Sa8"
9565
+ "shape": "Sae"
9551
9566
  },
9552
9567
  "ColorLabelOptions": {
9553
- "shape": "Sa8"
9568
+ "shape": "Sae"
9554
9569
  },
9555
9570
  "ColorScale": {
9556
- "shape": "Se5"
9571
+ "shape": "Sec"
9557
9572
  },
9558
9573
  "Legend": {
9559
- "shape": "Sac"
9574
+ "shape": "Sai"
9560
9575
  },
9561
9576
  "DataLabels": {
9562
- "shape": "Sae"
9577
+ "shape": "Sak"
9563
9578
  },
9564
9579
  "Tooltip": {
9565
- "shape": "Sap"
9580
+ "shape": "Sav"
9566
9581
  }
9567
9582
  }
9568
9583
  },
9569
9584
  "Actions": {
9570
- "shape": "S6x"
9585
+ "shape": "S71"
9571
9586
  },
9572
9587
  "ColumnHierarchies": {
9573
- "shape": "Sbe"
9588
+ "shape": "Sbl"
9574
9589
  }
9575
9590
  }
9576
9591
  },
@@ -9610,16 +9625,16 @@
9610
9625
  }
9611
9626
  },
9612
9627
  "Legend": {
9613
- "shape": "Sac"
9628
+ "shape": "Sai"
9614
9629
  },
9615
9630
  "Tooltip": {
9616
- "shape": "Sap"
9631
+ "shape": "Sav"
9617
9632
  },
9618
9633
  "WindowOptions": {
9619
- "shape": "Sek"
9634
+ "shape": "Ser"
9620
9635
  },
9621
9636
  "MapStyleOptions": {
9622
- "shape": "Sep"
9637
+ "shape": "Sew"
9623
9638
  },
9624
9639
  "PointStyleOptions": {
9625
9640
  "type": "structure",
@@ -9666,15 +9681,15 @@
9666
9681
  }
9667
9682
  },
9668
9683
  "VisualPalette": {
9669
- "shape": "S9f"
9684
+ "shape": "S9l"
9670
9685
  }
9671
9686
  }
9672
9687
  },
9673
9688
  "ColumnHierarchies": {
9674
- "shape": "Sbe"
9689
+ "shape": "Sbl"
9675
9690
  },
9676
9691
  "Actions": {
9677
- "shape": "S6x"
9692
+ "shape": "S71"
9678
9693
  }
9679
9694
  }
9680
9695
  },
@@ -9720,21 +9735,21 @@
9720
9735
  "type": "structure",
9721
9736
  "members": {
9722
9737
  "CategorySort": {
9723
- "shape": "S9a"
9738
+ "shape": "S9g"
9724
9739
  }
9725
9740
  }
9726
9741
  },
9727
9742
  "Legend": {
9728
- "shape": "Sac"
9743
+ "shape": "Sai"
9729
9744
  },
9730
9745
  "Tooltip": {
9731
- "shape": "Sap"
9746
+ "shape": "Sav"
9732
9747
  },
9733
9748
  "WindowOptions": {
9734
- "shape": "Sek"
9749
+ "shape": "Ser"
9735
9750
  },
9736
9751
  "MapStyleOptions": {
9737
- "shape": "Sep"
9752
+ "shape": "Sew"
9738
9753
  }
9739
9754
  }
9740
9755
  },
@@ -9766,7 +9781,7 @@
9766
9781
  ],
9767
9782
  "members": {
9768
9783
  "BackgroundColor": {
9769
- "shape": "S6h"
9784
+ "shape": "S6l"
9770
9785
  }
9771
9786
  }
9772
9787
  }
@@ -9778,10 +9793,10 @@
9778
9793
  }
9779
9794
  },
9780
9795
  "ColumnHierarchies": {
9781
- "shape": "Sbe"
9796
+ "shape": "Sbl"
9782
9797
  },
9783
9798
  "Actions": {
9784
- "shape": "S6x"
9799
+ "shape": "S71"
9785
9800
  }
9786
9801
  }
9787
9802
  },
@@ -9827,21 +9842,21 @@
9827
9842
  "type": "structure",
9828
9843
  "members": {
9829
9844
  "CategorySort": {
9830
- "shape": "S9a"
9845
+ "shape": "S9g"
9831
9846
  },
9832
9847
  "CategoryItemsLimit": {
9833
- "shape": "S9b"
9848
+ "shape": "S9h"
9834
9849
  }
9835
9850
  }
9836
9851
  },
9837
9852
  "CategoryLabelOptions": {
9838
- "shape": "Sa8"
9853
+ "shape": "Sae"
9839
9854
  },
9840
9855
  "ValueLabelOptions": {
9841
- "shape": "Sa8"
9856
+ "shape": "Sae"
9842
9857
  },
9843
9858
  "Tooltip": {
9844
- "shape": "Sap"
9859
+ "shape": "Sav"
9845
9860
  },
9846
9861
  "DataLabelOptions": {
9847
9862
  "type": "structure",
@@ -9858,15 +9873,15 @@
9858
9873
  }
9859
9874
  },
9860
9875
  "VisualPalette": {
9861
- "shape": "S9f"
9876
+ "shape": "S9l"
9862
9877
  }
9863
9878
  }
9864
9879
  },
9865
9880
  "Actions": {
9866
- "shape": "S6x"
9881
+ "shape": "S71"
9867
9882
  },
9868
9883
  "ColumnHierarchies": {
9869
- "shape": "Sbe"
9884
+ "shape": "Sbl"
9870
9885
  }
9871
9886
  }
9872
9887
  },
@@ -9932,36 +9947,36 @@
9932
9947
  }
9933
9948
  },
9934
9949
  "XAxisLabelOptions": {
9935
- "shape": "Sa8"
9950
+ "shape": "Sae"
9936
9951
  },
9937
9952
  "XAxisDisplayOptions": {
9938
- "shape": "S9s"
9953
+ "shape": "S9y"
9939
9954
  },
9940
9955
  "YAxisLabelOptions": {
9941
- "shape": "Sa8"
9956
+ "shape": "Sae"
9942
9957
  },
9943
9958
  "YAxisDisplayOptions": {
9944
- "shape": "S9s"
9959
+ "shape": "S9y"
9945
9960
  },
9946
9961
  "Legend": {
9947
- "shape": "Sac"
9962
+ "shape": "Sai"
9948
9963
  },
9949
9964
  "DataLabels": {
9950
- "shape": "Sae"
9965
+ "shape": "Sak"
9951
9966
  },
9952
9967
  "Tooltip": {
9953
- "shape": "Sap"
9968
+ "shape": "Sav"
9954
9969
  },
9955
9970
  "VisualPalette": {
9956
- "shape": "S9f"
9971
+ "shape": "S9l"
9957
9972
  }
9958
9973
  }
9959
9974
  },
9960
9975
  "Actions": {
9961
- "shape": "S6x"
9976
+ "shape": "S71"
9962
9977
  },
9963
9978
  "ColumnHierarchies": {
9964
- "shape": "Sbe"
9979
+ "shape": "Sbl"
9965
9980
  }
9966
9981
  }
9967
9982
  },
@@ -10007,66 +10022,66 @@
10007
10022
  "type": "structure",
10008
10023
  "members": {
10009
10024
  "CategorySort": {
10010
- "shape": "S9a"
10025
+ "shape": "S9g"
10011
10026
  },
10012
10027
  "CategoryItemsLimit": {
10013
- "shape": "S9b"
10028
+ "shape": "S9h"
10014
10029
  },
10015
10030
  "ColorSort": {
10016
- "shape": "S9a"
10031
+ "shape": "S9g"
10017
10032
  },
10018
10033
  "ColorItemsLimit": {
10019
- "shape": "S9b"
10034
+ "shape": "S9h"
10020
10035
  }
10021
10036
  }
10022
10037
  },
10023
10038
  "BarsArrangement": {},
10024
10039
  "CategoryAxis": {
10025
- "shape": "S9s"
10040
+ "shape": "S9y"
10026
10041
  },
10027
10042
  "CategoryLabelOptions": {
10028
- "shape": "Sa8"
10043
+ "shape": "Sae"
10029
10044
  },
10030
10045
  "PrimaryYAxisDisplayOptions": {
10031
- "shape": "S9s"
10046
+ "shape": "S9y"
10032
10047
  },
10033
10048
  "PrimaryYAxisLabelOptions": {
10034
- "shape": "Sa8"
10049
+ "shape": "Sae"
10035
10050
  },
10036
10051
  "SecondaryYAxisDisplayOptions": {
10037
- "shape": "S9s"
10052
+ "shape": "S9y"
10038
10053
  },
10039
10054
  "SecondaryYAxisLabelOptions": {
10040
- "shape": "Sa8"
10055
+ "shape": "Sae"
10041
10056
  },
10042
10057
  "ColorLabelOptions": {
10043
- "shape": "Sa8"
10058
+ "shape": "Sae"
10044
10059
  },
10045
10060
  "Legend": {
10046
- "shape": "Sac"
10061
+ "shape": "Sai"
10047
10062
  },
10048
10063
  "BarDataLabels": {
10049
- "shape": "Sae"
10064
+ "shape": "Sak"
10050
10065
  },
10051
10066
  "LineDataLabels": {
10052
- "shape": "Sae"
10067
+ "shape": "Sak"
10053
10068
  },
10054
10069
  "Tooltip": {
10055
- "shape": "Sap"
10070
+ "shape": "Sav"
10056
10071
  },
10057
10072
  "ReferenceLines": {
10058
- "shape": "Sax"
10073
+ "shape": "Sb3"
10059
10074
  },
10060
10075
  "VisualPalette": {
10061
- "shape": "S9f"
10076
+ "shape": "S9l"
10062
10077
  }
10063
10078
  }
10064
10079
  },
10065
10080
  "Actions": {
10066
- "shape": "S6x"
10081
+ "shape": "S71"
10067
10082
  },
10068
10083
  "ColumnHierarchies": {
10069
- "shape": "Sbe"
10084
+ "shape": "Sbl"
10070
10085
  }
10071
10086
  }
10072
10087
  },
@@ -10112,7 +10127,7 @@
10112
10127
  "type": "structure",
10113
10128
  "members": {
10114
10129
  "CategorySort": {
10115
- "shape": "S9a"
10130
+ "shape": "S9g"
10116
10131
  },
10117
10132
  "PaginationConfiguration": {
10118
10133
  "shape": "S55"
@@ -10133,36 +10148,36 @@
10133
10148
  }
10134
10149
  },
10135
10150
  "CategoryAxis": {
10136
- "shape": "S9s"
10151
+ "shape": "S9y"
10137
10152
  },
10138
10153
  "CategoryLabelOptions": {
10139
- "shape": "Sa8"
10154
+ "shape": "Sae"
10140
10155
  },
10141
10156
  "PrimaryYAxisDisplayOptions": {
10142
- "shape": "S9s"
10157
+ "shape": "S9y"
10143
10158
  },
10144
10159
  "PrimaryYAxisLabelOptions": {
10145
- "shape": "Sa8"
10160
+ "shape": "Sae"
10146
10161
  },
10147
10162
  "Legend": {
10148
- "shape": "Sac"
10163
+ "shape": "Sai"
10149
10164
  },
10150
10165
  "Tooltip": {
10151
- "shape": "Sap"
10166
+ "shape": "Sav"
10152
10167
  },
10153
10168
  "ReferenceLines": {
10154
- "shape": "Sax"
10169
+ "shape": "Sb3"
10155
10170
  },
10156
10171
  "VisualPalette": {
10157
- "shape": "S9f"
10172
+ "shape": "S9l"
10158
10173
  }
10159
10174
  }
10160
10175
  },
10161
10176
  "Actions": {
10162
- "shape": "S6x"
10177
+ "shape": "S71"
10163
10178
  },
10164
10179
  "ColumnHierarchies": {
10165
- "shape": "Sbe"
10180
+ "shape": "Sbl"
10166
10181
  }
10167
10182
  }
10168
10183
  },
@@ -10205,10 +10220,10 @@
10205
10220
  "type": "structure",
10206
10221
  "members": {
10207
10222
  "CategorySort": {
10208
- "shape": "S9a"
10223
+ "shape": "S9g"
10209
10224
  },
10210
10225
  "BreakdownItemsLimit": {
10211
- "shape": "S9b"
10226
+ "shape": "S9h"
10212
10227
  }
10213
10228
  }
10214
10229
  },
@@ -10219,33 +10234,33 @@
10219
10234
  }
10220
10235
  },
10221
10236
  "CategoryAxisLabelOptions": {
10222
- "shape": "Sa8"
10237
+ "shape": "Sae"
10223
10238
  },
10224
10239
  "CategoryAxisDisplayOptions": {
10225
- "shape": "S9s"
10240
+ "shape": "S9y"
10226
10241
  },
10227
10242
  "PrimaryYAxisLabelOptions": {
10228
- "shape": "Sa8"
10243
+ "shape": "Sae"
10229
10244
  },
10230
10245
  "PrimaryYAxisDisplayOptions": {
10231
- "shape": "S9s"
10246
+ "shape": "S9y"
10232
10247
  },
10233
10248
  "Legend": {
10234
- "shape": "Sac"
10249
+ "shape": "Sai"
10235
10250
  },
10236
10251
  "DataLabels": {
10237
- "shape": "Sae"
10252
+ "shape": "Sak"
10238
10253
  },
10239
10254
  "VisualPalette": {
10240
- "shape": "S9f"
10255
+ "shape": "S9l"
10241
10256
  }
10242
10257
  }
10243
10258
  },
10244
10259
  "Actions": {
10245
- "shape": "S6x"
10260
+ "shape": "S71"
10246
10261
  },
10247
10262
  "ColumnHierarchies": {
10248
- "shape": "Sbe"
10263
+ "shape": "Sbl"
10249
10264
  }
10250
10265
  }
10251
10266
  },
@@ -10282,13 +10297,13 @@
10282
10297
  }
10283
10298
  },
10284
10299
  "XAxisDisplayOptions": {
10285
- "shape": "S9s"
10300
+ "shape": "S9y"
10286
10301
  },
10287
10302
  "XAxisLabelOptions": {
10288
- "shape": "Sa8"
10303
+ "shape": "Sae"
10289
10304
  },
10290
10305
  "YAxisDisplayOptions": {
10291
- "shape": "S9s"
10306
+ "shape": "S9y"
10292
10307
  },
10293
10308
  "BinOptions": {
10294
10309
  "type": "structure",
@@ -10319,18 +10334,18 @@
10319
10334
  }
10320
10335
  },
10321
10336
  "DataLabels": {
10322
- "shape": "Sae"
10337
+ "shape": "Sak"
10323
10338
  },
10324
10339
  "Tooltip": {
10325
- "shape": "Sap"
10340
+ "shape": "Sav"
10326
10341
  },
10327
10342
  "VisualPalette": {
10328
- "shape": "S9f"
10343
+ "shape": "S9l"
10329
10344
  }
10330
10345
  }
10331
10346
  },
10332
10347
  "Actions": {
10333
- "shape": "S6x"
10348
+ "shape": "S71"
10334
10349
  }
10335
10350
  }
10336
10351
  },
@@ -10376,15 +10391,15 @@
10376
10391
  "type": "structure",
10377
10392
  "members": {
10378
10393
  "CategoryItemsLimit": {
10379
- "shape": "S9b"
10394
+ "shape": "S9h"
10380
10395
  },
10381
10396
  "CategorySort": {
10382
- "shape": "S9a"
10397
+ "shape": "S9g"
10383
10398
  }
10384
10399
  }
10385
10400
  },
10386
10401
  "CategoryLabelOptions": {
10387
- "shape": "Sa8"
10402
+ "shape": "Sae"
10388
10403
  },
10389
10404
  "WordCloudOptions": {
10390
10405
  "type": "structure",
@@ -10402,10 +10417,10 @@
10402
10417
  }
10403
10418
  },
10404
10419
  "Actions": {
10405
- "shape": "S6x"
10420
+ "shape": "S71"
10406
10421
  },
10407
10422
  "ColumnHierarchies": {
10408
- "shape": "Sbe"
10423
+ "shape": "Sbl"
10409
10424
  }
10410
10425
  }
10411
10426
  },
@@ -10642,7 +10657,7 @@
10642
10657
  }
10643
10658
  },
10644
10659
  "Actions": {
10645
- "shape": "S6x"
10660
+ "shape": "S71"
10646
10661
  },
10647
10662
  "DataSetIdentifier": {}
10648
10663
  }
@@ -10686,23 +10701,23 @@
10686
10701
  "type": "structure",
10687
10702
  "members": {
10688
10703
  "WeightSort": {
10689
- "shape": "S9a"
10704
+ "shape": "S9g"
10690
10705
  },
10691
10706
  "SourceItemsLimit": {
10692
- "shape": "S9b"
10707
+ "shape": "S9h"
10693
10708
  },
10694
10709
  "DestinationItemsLimit": {
10695
- "shape": "S9b"
10710
+ "shape": "S9h"
10696
10711
  }
10697
10712
  }
10698
10713
  },
10699
10714
  "DataLabels": {
10700
- "shape": "Sae"
10715
+ "shape": "Sak"
10701
10716
  }
10702
10717
  }
10703
10718
  },
10704
10719
  "Actions": {
10705
- "shape": "S6x"
10720
+ "shape": "S71"
10706
10721
  }
10707
10722
  }
10708
10723
  },
@@ -10729,7 +10744,7 @@
10729
10744
  }
10730
10745
  },
10731
10746
  "Actions": {
10732
- "shape": "S6x"
10747
+ "shape": "S71"
10733
10748
  },
10734
10749
  "DataSetIdentifier": {}
10735
10750
  }
@@ -10744,7 +10759,7 @@
10744
10759
  "VisualId": {},
10745
10760
  "DataSetIdentifier": {},
10746
10761
  "Actions": {
10747
- "shape": "S6x"
10762
+ "shape": "S71"
10748
10763
  }
10749
10764
  }
10750
10765
  },
@@ -10796,16 +10811,16 @@
10796
10811
  "type": "structure",
10797
10812
  "members": {
10798
10813
  "CategorySort": {
10799
- "shape": "S9a"
10814
+ "shape": "S9g"
10800
10815
  },
10801
10816
  "CategoryItemsLimit": {
10802
- "shape": "S9b"
10817
+ "shape": "S9h"
10803
10818
  },
10804
10819
  "ColorSort": {
10805
- "shape": "S9a"
10820
+ "shape": "S9g"
10806
10821
  },
10807
10822
  "ColorItemsLimit": {
10808
- "shape": "S9b"
10823
+ "shape": "S9h"
10809
10824
  }
10810
10825
  }
10811
10826
  },
@@ -10825,34 +10840,34 @@
10825
10840
  "type": "double"
10826
10841
  },
10827
10842
  "VisualPalette": {
10828
- "shape": "S9f"
10843
+ "shape": "S9l"
10829
10844
  },
10830
10845
  "AlternateBandColorsVisibility": {},
10831
10846
  "AlternateBandEvenColor": {},
10832
10847
  "AlternateBandOddColor": {},
10833
10848
  "CategoryAxis": {
10834
- "shape": "S9s"
10849
+ "shape": "S9y"
10835
10850
  },
10836
10851
  "CategoryLabelOptions": {
10837
- "shape": "Sa8"
10852
+ "shape": "Sae"
10838
10853
  },
10839
10854
  "ColorAxis": {
10840
- "shape": "S9s"
10855
+ "shape": "S9y"
10841
10856
  },
10842
10857
  "ColorLabelOptions": {
10843
- "shape": "Sa8"
10858
+ "shape": "Sae"
10844
10859
  },
10845
10860
  "Legend": {
10846
- "shape": "Sac"
10861
+ "shape": "Sai"
10847
10862
  },
10848
10863
  "AxesRangeScale": {}
10849
10864
  }
10850
10865
  },
10851
10866
  "Actions": {
10852
- "shape": "S6x"
10867
+ "shape": "S71"
10853
10868
  },
10854
10869
  "ColumnHierarchies": {
10855
- "shape": "Sbe"
10870
+ "shape": "Sbl"
10856
10871
  }
10857
10872
  }
10858
10873
  }
@@ -10884,7 +10899,7 @@
10884
10899
  "type": "structure",
10885
10900
  "members": {
10886
10901
  "GridLayout": {
10887
- "shape": "Sii"
10902
+ "shape": "Sip"
10888
10903
  },
10889
10904
  "FreeFormLayout": {
10890
10905
  "type": "structure",
@@ -10893,10 +10908,10 @@
10893
10908
  ],
10894
10909
  "members": {
10895
10910
  "Elements": {
10896
- "shape": "Siu"
10911
+ "shape": "Sj1"
10897
10912
  },
10898
10913
  "CanvasSizeOptions": {
10899
- "shape": "Sj3"
10914
+ "shape": "Sja"
10900
10915
  }
10901
10916
  }
10902
10917
  },
@@ -10910,7 +10925,7 @@
10910
10925
  ],
10911
10926
  "members": {
10912
10927
  "HeaderSections": {
10913
- "shape": "Sj6"
10928
+ "shape": "Sjd"
10914
10929
  },
10915
10930
  "BodySections": {
10916
10931
  "type": "list",
@@ -10926,12 +10941,12 @@
10926
10941
  "type": "structure",
10927
10942
  "members": {
10928
10943
  "Layout": {
10929
- "shape": "Sj8"
10944
+ "shape": "Sjf"
10930
10945
  }
10931
10946
  }
10932
10947
  },
10933
10948
  "Style": {
10934
- "shape": "Sja"
10949
+ "shape": "Sjh"
10935
10950
  },
10936
10951
  "PageBreakConfiguration": {
10937
10952
  "type": "structure",
@@ -10948,10 +10963,10 @@
10948
10963
  }
10949
10964
  },
10950
10965
  "FooterSections": {
10951
- "shape": "Sj6"
10966
+ "shape": "Sjd"
10952
10967
  },
10953
10968
  "CanvasSizeOptions": {
10954
- "shape": "Sjj"
10969
+ "shape": "Sjq"
10955
10970
  }
10956
10971
  }
10957
10972
  }
@@ -10972,7 +10987,7 @@
10972
10987
  "type": "structure",
10973
10988
  "members": {
10974
10989
  "GridLayout": {
10975
- "shape": "Sii"
10990
+ "shape": "Sip"
10976
10991
  }
10977
10992
  }
10978
10993
  }
@@ -11671,21 +11686,40 @@
11671
11686
  "UsePrimaryBackgroundColor": {}
11672
11687
  }
11673
11688
  },
11674
- "S6g": {
11689
+ "S5q": {
11690
+ "type": "list",
11691
+ "member": {
11692
+ "type": "structure",
11693
+ "required": [
11694
+ "FieldId",
11695
+ "TotalAggregationFunction"
11696
+ ],
11697
+ "members": {
11698
+ "FieldId": {},
11699
+ "TotalAggregationFunction": {
11700
+ "type": "structure",
11701
+ "members": {
11702
+ "SimpleTotalAggregationFunction": {}
11703
+ }
11704
+ }
11705
+ }
11706
+ }
11707
+ },
11708
+ "S6k": {
11675
11709
  "type": "structure",
11676
11710
  "members": {
11677
11711
  "BackgroundColor": {
11678
- "shape": "S6h"
11712
+ "shape": "S6l"
11679
11713
  },
11680
11714
  "TextColor": {
11681
- "shape": "S6h"
11715
+ "shape": "S6l"
11682
11716
  },
11683
11717
  "Icon": {
11684
- "shape": "S6n"
11718
+ "shape": "S6r"
11685
11719
  }
11686
11720
  }
11687
11721
  },
11688
- "S6h": {
11722
+ "S6l": {
11689
11723
  "type": "structure",
11690
11724
  "members": {
11691
11725
  "Solid": {
@@ -11737,7 +11771,7 @@
11737
11771
  }
11738
11772
  }
11739
11773
  },
11740
- "S6n": {
11774
+ "S6r": {
11741
11775
  "type": "structure",
11742
11776
  "members": {
11743
11777
  "IconSet": {
@@ -11780,7 +11814,7 @@
11780
11814
  }
11781
11815
  }
11782
11816
  },
11783
- "S6x": {
11817
+ "S71": {
11784
11818
  "type": "list",
11785
11819
  "member": {
11786
11820
  "type": "structure",
@@ -11897,16 +11931,16 @@
11897
11931
  "type": "structure",
11898
11932
  "members": {
11899
11933
  "StringValues": {
11900
- "shape": "S7n"
11934
+ "shape": "S7r"
11901
11935
  },
11902
11936
  "IntegerValues": {
11903
- "shape": "S7p"
11937
+ "shape": "S7t"
11904
11938
  },
11905
11939
  "DecimalValues": {
11906
- "shape": "S7r"
11940
+ "shape": "S7v"
11907
11941
  },
11908
11942
  "DateTimeValues": {
11909
- "shape": "S7t"
11943
+ "shape": "S7x"
11910
11944
  }
11911
11945
  }
11912
11946
  }
@@ -11931,63 +11965,65 @@
11931
11965
  }
11932
11966
  }
11933
11967
  },
11934
- "S7n": {
11968
+ "S7r": {
11935
11969
  "type": "list",
11936
11970
  "member": {
11937
11971
  "type": "string",
11938
11972
  "sensitive": true
11939
11973
  }
11940
11974
  },
11941
- "S7p": {
11975
+ "S7t": {
11942
11976
  "type": "list",
11943
11977
  "member": {
11944
11978
  "type": "long",
11945
11979
  "sensitive": true
11946
11980
  }
11947
11981
  },
11948
- "S7r": {
11982
+ "S7v": {
11949
11983
  "type": "list",
11950
11984
  "member": {
11951
11985
  "type": "double",
11952
11986
  "sensitive": true
11953
11987
  }
11954
11988
  },
11955
- "S7t": {
11989
+ "S7x": {
11956
11990
  "type": "list",
11957
11991
  "member": {
11958
11992
  "shape": "S18"
11959
11993
  }
11960
11994
  },
11961
- "S7z": {
11995
+ "S83": {
11962
11996
  "type": "list",
11963
11997
  "member": {
11964
11998
  "shape": "S3o"
11965
11999
  }
11966
12000
  },
11967
- "S86": {
12001
+ "S8a": {
11968
12002
  "type": "list",
11969
12003
  "member": {
11970
- "shape": "S87"
12004
+ "shape": "S8b"
11971
12005
  }
11972
12006
  },
11973
- "S87": {
12007
+ "S8b": {
11974
12008
  "type": "structure",
11975
- "required": [
11976
- "FieldId",
11977
- "FieldValue"
11978
- ],
11979
12009
  "members": {
11980
12010
  "FieldId": {},
11981
12011
  "FieldValue": {
11982
- "shape": "S88"
12012
+ "shape": "S8c"
12013
+ },
12014
+ "DataPathType": {
12015
+ "type": "structure",
12016
+ "members": {
12017
+ "PivotTableDataPathType": {}
12018
+ }
11983
12019
  }
11984
12020
  }
11985
12021
  },
11986
- "S88": {
12022
+ "S8c": {
11987
12023
  "type": "string",
11988
12024
  "sensitive": true
11989
12025
  },
11990
- "S8f": {
12026
+ "S8l": {
11991
12027
  "type": "structure",
11992
12028
  "members": {
11993
12029
  "TotalsVisibility": {},
@@ -12025,7 +12061,7 @@
12025
12061
  }
12026
12062
  }
12027
12063
  },
12028
- "S8m": {
12064
+ "S8s": {
12029
12065
  "type": "structure",
12030
12066
  "members": {
12031
12067
  "TotalsVisibility": {},
@@ -12040,28 +12076,31 @@
12040
12076
  },
12041
12077
  "MetricHeaderCellStyle": {
12042
12078
  "shape": "S5a"
12079
+ },
12080
+ "TotalAggregationOptions": {
12081
+ "shape": "S5q"
12043
12082
  }
12044
12083
  }
12045
12084
  },
12046
- "S91": {
12085
+ "S97": {
12047
12086
  "type": "structure",
12048
12087
  "members": {
12049
12088
  "Role": {}
12050
12089
  }
12051
12090
  },
12052
- "S98": {
12091
+ "S9e": {
12053
12092
  "type": "list",
12054
12093
  "member": {
12055
12094
  "shape": "S3o"
12056
12095
  }
12057
12096
  },
12058
- "S9a": {
12097
+ "S9g": {
12059
12098
  "type": "list",
12060
12099
  "member": {
12061
12100
  "shape": "S4y"
12062
12101
  }
12063
12102
  },
12064
- "S9b": {
12103
+ "S9h": {
12065
12104
  "type": "structure",
12066
12105
  "members": {
12067
12106
  "ItemsLimit": {
@@ -12070,7 +12109,7 @@
12070
12109
  "OtherCategories": {}
12071
12110
  }
12072
12111
  },
12073
- "S9f": {
12112
+ "S9l": {
12074
12113
  "type": "structure",
12075
12114
  "members": {
12076
12115
  "ChartColor": {},
@@ -12084,7 +12123,7 @@
12084
12123
  ],
12085
12124
  "members": {
12086
12125
  "Element": {
12087
- "shape": "S87"
12126
+ "shape": "S8b"
12088
12127
  },
12089
12128
  "Color": {},
12090
12129
  "TimeGranularity": {}
@@ -12093,7 +12132,7 @@
12093
12132
  }
12094
12133
  }
12095
12134
  },
12096
- "S9i": {
12135
+ "S9o": {
12097
12136
  "type": "structure",
12098
12137
  "members": {
12099
12138
  "MaxVisibleRows": {
@@ -12126,21 +12165,21 @@
12126
12165
  }
12127
12166
  },
12128
12167
  "XAxis": {
12129
- "shape": "S9p"
12168
+ "shape": "S9v"
12130
12169
  },
12131
12170
  "YAxis": {
12132
- "shape": "S9p"
12171
+ "shape": "S9v"
12133
12172
  }
12134
12173
  }
12135
12174
  },
12136
- "S9p": {
12175
+ "S9v": {
12137
12176
  "type": "structure",
12138
12177
  "members": {
12139
12178
  "Scale": {},
12140
12179
  "Placement": {}
12141
12180
  }
12142
12181
  },
12143
- "S9s": {
12182
+ "S9y": {
12144
12183
  "type": "structure",
12145
12184
  "members": {
12146
12185
  "TickLabelOptions": {
@@ -12241,7 +12280,7 @@
12241
12280
  "AxisOffset": {}
12242
12281
  }
12243
12282
  },
12244
- "Sa8": {
12283
+ "Sae": {
12245
12284
  "type": "structure",
12246
12285
  "members": {
12247
12286
  "Visibility": {},
@@ -12273,7 +12312,7 @@
12273
12312
  }
12274
12313
  }
12275
12314
  },
12276
- "Sac": {
12315
+ "Sai": {
12277
12316
  "type": "structure",
12278
12317
  "members": {
12279
12318
  "Visibility": {},
@@ -12285,7 +12324,7 @@
12285
12324
  "Height": {}
12286
12325
  }
12287
12326
  },
12288
- "Sae": {
12327
+ "Sak": {
12289
12328
  "type": "structure",
12290
12329
  "members": {
12291
12330
  "Visibility": {},
@@ -12308,7 +12347,7 @@
12308
12347
  "members": {
12309
12348
  "FieldId": {},
12310
12349
  "FieldValue": {
12311
- "shape": "S88"
12350
+ "shape": "S8c"
12312
12351
  },
12313
12352
  "Visibility": {}
12314
12353
  }
@@ -12344,7 +12383,7 @@
12344
12383
  "TotalsVisibility": {}
12345
12384
  }
12346
12385
  },
12347
- "Sap": {
12386
+ "Sav": {
12348
12387
  "type": "structure",
12349
12388
  "members": {
12350
12389
  "TooltipVisibility": {},
@@ -12393,7 +12432,7 @@
12393
12432
  }
12394
12433
  }
12395
12434
  },
12396
- "Sax": {
12435
+ "Sb3": {
12397
12436
  "type": "list",
12398
12437
  "member": {
12399
12438
  "type": "structure",
@@ -12434,7 +12473,8 @@
12434
12473
  }
12435
12474
  }
12436
12475
  },
12437
- "AxisBinding": {}
12476
+ "AxisBinding": {},
12477
+ "SeriesType": {}
12438
12478
  }
12439
12479
  },
12440
12480
  "StyleConfiguration": {
@@ -12476,7 +12516,7 @@
12476
12516
  }
12477
12517
  }
12478
12518
  },
12479
- "Sbb": {
12519
+ "Sbi": {
12480
12520
  "type": "list",
12481
12521
  "member": {
12482
12522
  "type": "structure",
@@ -12495,7 +12535,7 @@
12495
12535
  }
12496
12536
  }
12497
12537
  },
12498
- "Sbe": {
12538
+ "Sbl": {
12499
12539
  "type": "list",
12500
12540
  "member": {
12501
12541
  "type": "structure",
@@ -12515,7 +12555,7 @@
12515
12555
  }
12516
12556
  },
12517
12557
  "DrillDownFilters": {
12518
- "shape": "Sbi"
12558
+ "shape": "Sbp"
12519
12559
  }
12520
12560
  }
12521
12561
  },
@@ -12527,7 +12567,7 @@
12527
12567
  "members": {
12528
12568
  "HierarchyId": {},
12529
12569
  "DrillDownFilters": {
12530
- "shape": "Sbi"
12570
+ "shape": "Sbp"
12531
12571
  }
12532
12572
  }
12533
12573
  },
@@ -12546,14 +12586,14 @@
12546
12586
  }
12547
12587
  },
12548
12588
  "DrillDownFilters": {
12549
- "shape": "Sbi"
12589
+ "shape": "Sbp"
12550
12590
  }
12551
12591
  }
12552
12592
  }
12553
12593
  }
12554
12594
  }
12555
12595
  },
12556
- "Sbi": {
12596
+ "Sbp": {
12557
12597
  "type": "list",
12558
12598
  "member": {
12559
12599
  "type": "structure",
@@ -12584,7 +12624,7 @@
12584
12624
  "shape": "S2g"
12585
12625
  },
12586
12626
  "CategoryValues": {
12587
- "shape": "Sbm"
12627
+ "shape": "Sbt"
12588
12628
  }
12589
12629
  }
12590
12630
  },
@@ -12612,11 +12652,11 @@
12612
12652
  }
12613
12653
  }
12614
12654
  },
12615
- "Sbm": {
12655
+ "Sbt": {
12616
12656
  "type": "list",
12617
12657
  "member": {}
12618
12658
  },
12619
- "Sc1": {
12659
+ "Sc8": {
12620
12660
  "type": "structure",
12621
12661
  "members": {
12622
12662
  "ComparisonMethod": {},
@@ -12633,11 +12673,11 @@
12633
12673
  }
12634
12674
  }
12635
12675
  },
12636
- "Sdj": {
12676
+ "Sdq": {
12637
12677
  "type": "structure",
12638
12678
  "members": {
12639
12679
  "AxisOptions": {
12640
- "shape": "S9s"
12680
+ "shape": "S9y"
12641
12681
  },
12642
12682
  "MissingDataConfigurations": {
12643
12683
  "type": "list",
@@ -12650,7 +12690,7 @@
12650
12690
  }
12651
12691
  }
12652
12692
  },
12653
- "Sdo": {
12693
+ "Sdv": {
12654
12694
  "type": "structure",
12655
12695
  "members": {
12656
12696
  "LineVisibility": {},
@@ -12659,7 +12699,7 @@
12659
12699
  "LineWidth": {}
12660
12700
  }
12661
12701
  },
12662
- "Sdr": {
12702
+ "Sdy": {
12663
12703
  "type": "structure",
12664
12704
  "members": {
12665
12705
  "MarkerVisibility": {},
@@ -12668,24 +12708,24 @@
12668
12708
  "MarkerColor": {}
12669
12709
  }
12670
12710
  },
12671
- "Sdw": {
12711
+ "Se3": {
12672
12712
  "type": "structure",
12673
12713
  "members": {
12674
12714
  "LineStyleSettings": {
12675
- "shape": "Sdo"
12715
+ "shape": "Sdv"
12676
12716
  },
12677
12717
  "MarkerStyleSettings": {
12678
- "shape": "Sdr"
12718
+ "shape": "Sdy"
12679
12719
  }
12680
12720
  }
12681
12721
  },
12682
- "Se2": {
12722
+ "Se9": {
12683
12723
  "type": "list",
12684
12724
  "member": {
12685
12725
  "shape": "S3o"
12686
12726
  }
12687
12727
  },
12688
- "Se5": {
12728
+ "Sec": {
12689
12729
  "type": "structure",
12690
12730
  "required": [
12691
12731
  "Colors",
@@ -12695,16 +12735,16 @@
12695
12735
  "Colors": {
12696
12736
  "type": "list",
12697
12737
  "member": {
12698
- "shape": "Se7"
12738
+ "shape": "See"
12699
12739
  }
12700
12740
  },
12701
12741
  "ColorFillType": {},
12702
12742
  "NullValueColor": {
12703
- "shape": "Se7"
12743
+ "shape": "See"
12704
12744
  }
12705
12745
  }
12706
12746
  },
12707
- "Se7": {
12747
+ "See": {
12708
12748
  "type": "structure",
12709
12749
  "members": {
12710
12750
  "Color": {},
@@ -12713,13 +12753,13 @@
12713
12753
  }
12714
12754
  }
12715
12755
  },
12716
- "See": {
12756
+ "Sel": {
12717
12757
  "type": "list",
12718
12758
  "member": {
12719
12759
  "shape": "S4g"
12720
12760
  }
12721
12761
  },
12722
- "Sek": {
12762
+ "Ser": {
12723
12763
  "type": "structure",
12724
12764
  "members": {
12725
12765
  "Bounds": {
@@ -12748,13 +12788,13 @@
12748
12788
  "MapZoomMode": {}
12749
12789
  }
12750
12790
  },
12751
- "Sep": {
12791
+ "Sew": {
12752
12792
  "type": "structure",
12753
12793
  "members": {
12754
12794
  "BaseMapStyle": {}
12755
12795
  }
12756
12796
  },
12757
- "Sii": {
12797
+ "Sip": {
12758
12798
  "type": "structure",
12759
12799
  "required": [
12760
12800
  "Elements"
@@ -12789,11 +12829,11 @@
12789
12829
  }
12790
12830
  },
12791
12831
  "CanvasSizeOptions": {
12792
- "shape": "Siq"
12832
+ "shape": "Six"
12793
12833
  }
12794
12834
  }
12795
12835
  },
12796
- "Siq": {
12836
+ "Six": {
12797
12837
  "type": "structure",
12798
12838
  "members": {
12799
12839
  "ScreenCanvasSizeOptions": {
@@ -12808,7 +12848,7 @@
12808
12848
  }
12809
12849
  }
12810
12850
  },
12811
- "Siu": {
12851
+ "Sj1": {
12812
12852
  "type": "list",
12813
12853
  "member": {
12814
12854
  "type": "structure",
@@ -12850,10 +12890,10 @@
12850
12890
  }
12851
12891
  },
12852
12892
  "BorderStyle": {
12853
- "shape": "Sj0"
12893
+ "shape": "Sj7"
12854
12894
  },
12855
12895
  "SelectedBorderStyle": {
12856
- "shape": "Sj0"
12896
+ "shape": "Sj7"
12857
12897
  },
12858
12898
  "BackgroundStyle": {
12859
12899
  "type": "structure",
@@ -12871,14 +12911,14 @@
12871
12911
  }
12872
12912
  }
12873
12913
  },
12874
- "Sj0": {
12914
+ "Sj7": {
12875
12915
  "type": "structure",
12876
12916
  "members": {
12877
12917
  "Visibility": {},
12878
12918
  "Color": {}
12879
12919
  }
12880
12920
  },
12881
- "Sj3": {
12921
+ "Sja": {
12882
12922
  "type": "structure",
12883
12923
  "members": {
12884
12924
  "ScreenCanvasSizeOptions": {
@@ -12892,7 +12932,7 @@
12892
12932
  }
12893
12933
  }
12894
12934
  },
12895
- "Sj6": {
12935
+ "Sjd": {
12896
12936
  "type": "list",
12897
12937
  "member": {
12898
12938
  "type": "structure",
@@ -12903,15 +12943,15 @@
12903
12943
  "members": {
12904
12944
  "SectionId": {},
12905
12945
  "Layout": {
12906
- "shape": "Sj8"
12946
+ "shape": "Sjf"
12907
12947
  },
12908
12948
  "Style": {
12909
- "shape": "Sja"
12949
+ "shape": "Sjh"
12910
12950
  }
12911
12951
  }
12912
12952
  }
12913
12953
  },
12914
- "Sj8": {
12954
+ "Sjf": {
12915
12955
  "type": "structure",
12916
12956
  "required": [
12917
12957
  "FreeFormLayout"
@@ -12924,22 +12964,22 @@
12924
12964
  ],
12925
12965
  "members": {
12926
12966
  "Elements": {
12927
- "shape": "Siu"
12967
+ "shape": "Sj1"
12928
12968
  }
12929
12969
  }
12930
12970
  }
12931
12971
  }
12932
12972
  },
12933
- "Sja": {
12973
+ "Sjh": {
12934
12974
  "type": "structure",
12935
12975
  "members": {
12936
12976
  "Height": {},
12937
12977
  "Padding": {
12938
- "shape": "Sjb"
12978
+ "shape": "Sji"
12939
12979
  }
12940
12980
  }
12941
12981
  },
12942
- "Sjb": {
12982
+ "Sji": {
12943
12983
  "type": "structure",
12944
12984
  "members": {
12945
12985
  "Top": {},
@@ -12948,7 +12988,7 @@
12948
12988
  "Right": {}
12949
12989
  }
12950
12990
  },
12951
- "Sjj": {
12991
+ "Sjq": {
12952
12992
  "type": "structure",
12953
12993
  "members": {
12954
12994
  "PaperCanvasSizeOptions": {
@@ -12957,13 +12997,13 @@
12957
12997
  "PaperSize": {},
12958
12998
  "PaperOrientation": {},
12959
12999
  "PaperMargin": {
12960
- "shape": "Sjb"
13000
+ "shape": "Sji"
12961
13001
  }
12962
13002
  }
12963
13003
  }
12964
13004
  }
12965
13005
  },
12966
- "Sjr": {
13006
+ "Sjy": {
12967
13007
  "type": "list",
12968
13008
  "member": {
12969
13009
  "type": "structure",
@@ -12982,7 +13022,7 @@
12982
13022
  }
12983
13023
  }
12984
13024
  },
12985
- "Sju": {
13025
+ "Sk1": {
12986
13026
  "type": "list",
12987
13027
  "member": {
12988
13028
  "type": "structure",
@@ -13000,10 +13040,10 @@
13000
13040
  "type": "structure",
13001
13041
  "members": {
13002
13042
  "DynamicValue": {
13003
- "shape": "Sjz"
13043
+ "shape": "Sk6"
13004
13044
  },
13005
13045
  "StaticValues": {
13006
- "shape": "S7n"
13046
+ "shape": "S7r"
13007
13047
  }
13008
13048
  }
13009
13049
  },
@@ -13017,7 +13057,7 @@
13017
13057
  }
13018
13058
  },
13019
13059
  "MappedDataSetParameters": {
13020
- "shape": "Sk2"
13060
+ "shape": "Sk9"
13021
13061
  }
13022
13062
  }
13023
13063
  },
@@ -13034,10 +13074,10 @@
13034
13074
  "type": "structure",
13035
13075
  "members": {
13036
13076
  "DynamicValue": {
13037
- "shape": "Sjz"
13077
+ "shape": "Sk6"
13038
13078
  },
13039
13079
  "StaticValues": {
13040
- "shape": "S7r"
13080
+ "shape": "S7v"
13041
13081
  }
13042
13082
  }
13043
13083
  },
@@ -13051,7 +13091,7 @@
13051
13091
  }
13052
13092
  },
13053
13093
  "MappedDataSetParameters": {
13054
- "shape": "Sk2"
13094
+ "shape": "Sk9"
13055
13095
  }
13056
13096
  }
13057
13097
  },
@@ -13068,10 +13108,10 @@
13068
13108
  "type": "structure",
13069
13109
  "members": {
13070
13110
  "DynamicValue": {
13071
- "shape": "Sjz"
13111
+ "shape": "Sk6"
13072
13112
  },
13073
13113
  "StaticValues": {
13074
- "shape": "S7p"
13114
+ "shape": "S7t"
13075
13115
  }
13076
13116
  }
13077
13117
  },
@@ -13085,7 +13125,7 @@
13085
13125
  }
13086
13126
  },
13087
13127
  "MappedDataSetParameters": {
13088
- "shape": "Sk2"
13128
+ "shape": "Sk9"
13089
13129
  }
13090
13130
  }
13091
13131
  },
@@ -13100,13 +13140,13 @@
13100
13140
  "type": "structure",
13101
13141
  "members": {
13102
13142
  "DynamicValue": {
13103
- "shape": "Sjz"
13143
+ "shape": "Sk6"
13104
13144
  },
13105
13145
  "StaticValues": {
13106
- "shape": "S7t"
13146
+ "shape": "S7x"
13107
13147
  },
13108
13148
  "RollingDate": {
13109
- "shape": "Skc"
13149
+ "shape": "Skj"
13110
13150
  }
13111
13151
  }
13112
13152
  },
@@ -13121,14 +13161,14 @@
13121
13161
  }
13122
13162
  },
13123
13163
  "MappedDataSetParameters": {
13124
- "shape": "Sk2"
13164
+ "shape": "Sk9"
13125
13165
  }
13126
13166
  }
13127
13167
  }
13128
13168
  }
13129
13169
  }
13130
13170
  },
13131
- "Sjz": {
13171
+ "Sk6": {
13132
13172
  "type": "structure",
13133
13173
  "required": [
13134
13174
  "DefaultValueColumn"
@@ -13145,7 +13185,7 @@
13145
13185
  }
13146
13186
  }
13147
13187
  },
13148
- "Sk2": {
13188
+ "Sk9": {
13149
13189
  "type": "list",
13150
13190
  "member": {
13151
13191
  "type": "structure",
@@ -13159,7 +13199,7 @@
13159
13199
  }
13160
13200
  }
13161
13201
  },
13162
- "Skc": {
13202
+ "Skj": {
13163
13203
  "type": "structure",
13164
13204
  "required": [
13165
13205
  "Expression"
@@ -13171,7 +13211,7 @@
13171
13211
  }
13172
13212
  }
13173
13213
  },
13174
- "Ske": {
13214
+ "Skl": {
13175
13215
  "type": "list",
13176
13216
  "member": {
13177
13217
  "type": "structure",
@@ -13211,7 +13251,7 @@
13211
13251
  "members": {
13212
13252
  "MatchOperator": {},
13213
13253
  "CategoryValues": {
13214
- "shape": "Sbm"
13254
+ "shape": "Sbt"
13215
13255
  },
13216
13256
  "SelectAllOptions": {},
13217
13257
  "NullOption": {}
@@ -13226,7 +13266,7 @@
13226
13266
  "members": {
13227
13267
  "MatchOperator": {},
13228
13268
  "CategoryValues": {
13229
- "shape": "Sbm"
13269
+ "shape": "Sbt"
13230
13270
  },
13231
13271
  "SelectAllOptions": {},
13232
13272
  "NullOption": {}
@@ -13269,10 +13309,10 @@
13269
13309
  "type": "boolean"
13270
13310
  },
13271
13311
  "RangeMinimum": {
13272
- "shape": "Skr"
13312
+ "shape": "Sky"
13273
13313
  },
13274
13314
  "RangeMaximum": {
13275
- "shape": "Skr"
13315
+ "shape": "Sky"
13276
13316
  },
13277
13317
  "SelectAllOptions": {},
13278
13318
  "AggregationFunction": {
@@ -13321,7 +13361,10 @@
13321
13361
  "type": "timestamp"
13322
13362
  },
13323
13363
  "ParameterName": {},
13324
- "TimeGranularity": {}
13364
+ "TimeGranularity": {},
13365
+ "RollingDate": {
13366
+ "shape": "Skj"
13367
+ }
13325
13368
  }
13326
13369
  },
13327
13370
  "TimeRangeFilter": {
@@ -13343,14 +13386,14 @@
13343
13386
  "type": "boolean"
13344
13387
  },
13345
13388
  "RangeMinimumValue": {
13346
- "shape": "Skx"
13389
+ "shape": "Sl4"
13347
13390
  },
13348
13391
  "RangeMaximumValue": {
13349
- "shape": "Skx"
13392
+ "shape": "Sl4"
13350
13393
  },
13351
13394
  "NullOption": {},
13352
13395
  "ExcludePeriodConfiguration": {
13353
- "shape": "Sky"
13396
+ "shape": "Sl5"
13354
13397
  },
13355
13398
  "TimeGranularity": {}
13356
13399
  }
@@ -13386,7 +13429,7 @@
13386
13429
  "ParameterName": {},
13387
13430
  "NullOption": {},
13388
13431
  "ExcludePeriodConfiguration": {
13389
- "shape": "Sky"
13432
+ "shape": "Sl5"
13390
13433
  }
13391
13434
  }
13392
13435
  },
@@ -13468,7 +13511,7 @@
13468
13511
  }
13469
13512
  }
13470
13513
  },
13471
- "Skr": {
13514
+ "Sky": {
13472
13515
  "type": "structure",
13473
13516
  "members": {
13474
13517
  "StaticValue": {
@@ -13477,19 +13520,19 @@
13477
13520
  "Parameter": {}
13478
13521
  }
13479
13522
  },
13480
- "Skx": {
13523
+ "Sl4": {
13481
13524
  "type": "structure",
13482
13525
  "members": {
13483
13526
  "StaticValue": {
13484
13527
  "type": "timestamp"
13485
13528
  },
13486
13529
  "RollingDate": {
13487
- "shape": "Skc"
13530
+ "shape": "Skj"
13488
13531
  },
13489
13532
  "Parameter": {}
13490
13533
  }
13491
13534
  },
13492
- "Sky": {
13535
+ "Sl5": {
13493
13536
  "type": "structure",
13494
13537
  "required": [
13495
13538
  "Amount",
@@ -13503,7 +13546,7 @@
13503
13546
  "Status": {}
13504
13547
  }
13505
13548
  },
13506
- "Sle": {
13549
+ "Sll": {
13507
13550
  "type": "list",
13508
13551
  "member": {
13509
13552
  "type": "structure",
@@ -13530,7 +13573,7 @@
13530
13573
  ],
13531
13574
  "members": {
13532
13575
  "FieldValue": {
13533
- "shape": "S88"
13576
+ "shape": "S8c"
13534
13577
  },
13535
13578
  "Color": {},
13536
13579
  "SpecialValue": {}
@@ -13542,7 +13585,7 @@
13542
13585
  }
13543
13586
  }
13544
13587
  },
13545
- "Sll": {
13588
+ "Sls": {
13546
13589
  "type": "structure",
13547
13590
  "required": [
13548
13591
  "DefaultNewSheetConfiguration"
@@ -13561,7 +13604,7 @@
13561
13604
  ],
13562
13605
  "members": {
13563
13606
  "CanvasSizeOptions": {
13564
- "shape": "Siq"
13607
+ "shape": "Six"
13565
13608
  }
13566
13609
  }
13567
13610
  },
@@ -13572,7 +13615,7 @@
13572
13615
  ],
13573
13616
  "members": {
13574
13617
  "CanvasSizeOptions": {
13575
- "shape": "Sj3"
13618
+ "shape": "Sja"
13576
13619
  }
13577
13620
  }
13578
13621
  }
@@ -13588,7 +13631,7 @@
13588
13631
  ],
13589
13632
  "members": {
13590
13633
  "CanvasSizeOptions": {
13591
- "shape": "Sjj"
13634
+ "shape": "Sjq"
13592
13635
  }
13593
13636
  }
13594
13637
  }
@@ -13599,7 +13642,7 @@
13599
13642
  }
13600
13643
  }
13601
13644
  },
13602
- "Sls": {
13645
+ "Slz": {
13603
13646
  "type": "structure",
13604
13647
  "required": [
13605
13648
  "Mode"
@@ -13608,7 +13651,11 @@
13608
13651
  "Mode": {}
13609
13652
  }
13610
13653
  },
13611
- "Sly": {
13654
+ "Sm1": {
13655
+ "type": "list",
13656
+ "member": {}
13657
+ },
13658
+ "Sm6": {
13612
13659
  "type": "structure",
13613
13660
  "members": {
13614
13661
  "SourceTemplate": {
@@ -13626,7 +13673,7 @@
13626
13673
  }
13627
13674
  }
13628
13675
  },
13629
- "Sm1": {
13676
+ "Sm9": {
13630
13677
  "type": "structure",
13631
13678
  "members": {
13632
13679
  "AdHocFilteringOption": {
@@ -13704,7 +13751,7 @@
13704
13751
  }
13705
13752
  }
13706
13753
  },
13707
- "Smg": {
13754
+ "Smo": {
13708
13755
  "type": "structure",
13709
13756
  "required": [
13710
13757
  "DataSetIdentifierDeclarations"
@@ -13717,23 +13764,23 @@
13717
13764
  "shape": "S1l"
13718
13765
  },
13719
13766
  "CalculatedFields": {
13720
- "shape": "Sjr"
13767
+ "shape": "Sjy"
13721
13768
  },
13722
13769
  "ParameterDeclarations": {
13723
- "shape": "Sju"
13770
+ "shape": "Sk1"
13724
13771
  },
13725
13772
  "FilterGroups": {
13726
- "shape": "Ske"
13773
+ "shape": "Skl"
13727
13774
  },
13728
13775
  "ColumnConfigurations": {
13729
- "shape": "Sle"
13776
+ "shape": "Sll"
13730
13777
  },
13731
13778
  "AnalysisDefaults": {
13732
- "shape": "Sll"
13779
+ "shape": "Sls"
13733
13780
  }
13734
13781
  }
13735
13782
  },
13736
- "Sml": {
13783
+ "Smt": {
13737
13784
  "type": "map",
13738
13785
  "key": {},
13739
13786
  "value": {
@@ -13752,7 +13799,7 @@
13752
13799
  "Schema": {},
13753
13800
  "Name": {},
13754
13801
  "InputColumns": {
13755
- "shape": "Sms"
13802
+ "shape": "Sn0"
13756
13803
  }
13757
13804
  }
13758
13805
  },
@@ -13768,7 +13815,7 @@
13768
13815
  "Name": {},
13769
13816
  "SqlQuery": {},
13770
13817
  "Columns": {
13771
- "shape": "Sms"
13818
+ "shape": "Sn0"
13772
13819
  }
13773
13820
  }
13774
13821
  },
@@ -13795,14 +13842,14 @@
13795
13842
  }
13796
13843
  },
13797
13844
  "InputColumns": {
13798
- "shape": "Sms"
13845
+ "shape": "Sn0"
13799
13846
  }
13800
13847
  }
13801
13848
  }
13802
13849
  }
13803
13850
  }
13804
13851
  },
13805
- "Sms": {
13852
+ "Sn0": {
13806
13853
  "type": "list",
13807
13854
  "member": {
13808
13855
  "type": "structure",
@@ -13816,7 +13863,7 @@
13816
13863
  }
13817
13864
  }
13818
13865
  },
13819
- "Sn4": {
13866
+ "Snc": {
13820
13867
  "type": "map",
13821
13868
  "key": {},
13822
13869
  "value": {
@@ -13955,16 +14002,16 @@
13955
14002
  "type": "structure",
13956
14003
  "members": {
13957
14004
  "StringStaticValues": {
13958
- "shape": "Snx"
14005
+ "shape": "So5"
13959
14006
  },
13960
14007
  "DecimalStaticValues": {
13961
- "shape": "Snz"
14008
+ "shape": "So7"
13962
14009
  },
13963
14010
  "DateTimeStaticValues": {
13964
- "shape": "So1"
14011
+ "shape": "So9"
13965
14012
  },
13966
14013
  "IntegerStaticValues": {
13967
- "shape": "So3"
14014
+ "shape": "Sob"
13968
14015
  }
13969
14016
  }
13970
14017
  }
@@ -13988,10 +14035,10 @@
13988
14035
  "LeftOperand": {},
13989
14036
  "RightOperand": {},
13990
14037
  "LeftJoinKeyProperties": {
13991
- "shape": "So7"
14038
+ "shape": "Sof"
13992
14039
  },
13993
14040
  "RightJoinKeyProperties": {
13994
- "shape": "So7"
14041
+ "shape": "Sof"
13995
14042
  },
13996
14043
  "Type": {},
13997
14044
  "OnClause": {}
@@ -14004,29 +14051,29 @@
14004
14051
  }
14005
14052
  }
14006
14053
  },
14007
- "Snx": {
14054
+ "So5": {
14008
14055
  "type": "list",
14009
14056
  "member": {}
14010
14057
  },
14011
- "Snz": {
14058
+ "So7": {
14012
14059
  "type": "list",
14013
14060
  "member": {
14014
14061
  "type": "double"
14015
14062
  }
14016
14063
  },
14017
- "So1": {
14064
+ "So9": {
14018
14065
  "type": "list",
14019
14066
  "member": {
14020
14067
  "type": "timestamp"
14021
14068
  }
14022
14069
  },
14023
- "So3": {
14070
+ "Sob": {
14024
14071
  "type": "list",
14025
14072
  "member": {
14026
14073
  "type": "long"
14027
14074
  }
14028
14075
  },
14029
- "So7": {
14076
+ "Sof": {
14030
14077
  "type": "structure",
14031
14078
  "members": {
14032
14079
  "UniqueKey": {
@@ -14034,7 +14081,7 @@
14034
14081
  }
14035
14082
  }
14036
14083
  },
14037
- "Sob": {
14084
+ "Soj": {
14038
14085
  "type": "list",
14039
14086
  "member": {
14040
14087
  "type": "structure",
@@ -14057,7 +14104,7 @@
14057
14104
  }
14058
14105
  }
14059
14106
  },
14060
- "Soh": {
14107
+ "Sop": {
14061
14108
  "type": "map",
14062
14109
  "key": {},
14063
14110
  "value": {
@@ -14071,7 +14118,7 @@
14071
14118
  }
14072
14119
  }
14073
14120
  },
14074
- "Som": {
14121
+ "Sou": {
14075
14122
  "type": "structure",
14076
14123
  "required": [
14077
14124
  "Arn",
@@ -14085,7 +14132,7 @@
14085
14132
  "Status": {}
14086
14133
  }
14087
14134
  },
14088
- "Soq": {
14135
+ "Soy": {
14089
14136
  "type": "structure",
14090
14137
  "required": [
14091
14138
  "TagRules"
@@ -14105,7 +14152,7 @@
14105
14152
  "ColumnName": {},
14106
14153
  "TagMultiValueDelimiter": {},
14107
14154
  "MatchAllValue": {
14108
- "shape": "Sov"
14155
+ "shape": "Sp3"
14109
14156
  }
14110
14157
  }
14111
14158
  }
@@ -14119,11 +14166,11 @@
14119
14166
  }
14120
14167
  }
14121
14168
  },
14122
- "Sov": {
14169
+ "Sp3": {
14123
14170
  "type": "string",
14124
14171
  "sensitive": true
14125
14172
  },
14126
- "Soy": {
14173
+ "Sp6": {
14127
14174
  "type": "list",
14128
14175
  "member": {
14129
14176
  "type": "structure",
@@ -14139,7 +14186,7 @@
14139
14186
  }
14140
14187
  }
14141
14188
  },
14142
- "Sp2": {
14189
+ "Spa": {
14143
14190
  "type": "structure",
14144
14191
  "members": {
14145
14192
  "DisableUseAsDirectQuerySource": {
@@ -14150,7 +14197,7 @@
14150
14197
  }
14151
14198
  }
14152
14199
  },
14153
- "Sp3": {
14200
+ "Spb": {
14154
14201
  "type": "list",
14155
14202
  "member": {
14156
14203
  "type": "structure",
@@ -14170,7 +14217,7 @@
14170
14217
  "type": "structure",
14171
14218
  "members": {
14172
14219
  "StaticValues": {
14173
- "shape": "Snx"
14220
+ "shape": "So5"
14174
14221
  }
14175
14222
  }
14176
14223
  }
@@ -14191,7 +14238,7 @@
14191
14238
  "type": "structure",
14192
14239
  "members": {
14193
14240
  "StaticValues": {
14194
- "shape": "Snz"
14241
+ "shape": "So7"
14195
14242
  }
14196
14243
  }
14197
14244
  }
@@ -14212,7 +14259,7 @@
14212
14259
  "type": "structure",
14213
14260
  "members": {
14214
14261
  "StaticValues": {
14215
- "shape": "So3"
14262
+ "shape": "Sob"
14216
14263
  }
14217
14264
  }
14218
14265
  }
@@ -14234,7 +14281,7 @@
14234
14281
  "type": "structure",
14235
14282
  "members": {
14236
14283
  "StaticValues": {
14237
- "shape": "So1"
14284
+ "shape": "So9"
14238
14285
  }
14239
14286
  }
14240
14287
  }
@@ -14243,7 +14290,7 @@
14243
14290
  }
14244
14291
  }
14245
14292
  },
14246
- "Spi": {
14293
+ "Spq": {
14247
14294
  "type": "structure",
14248
14295
  "members": {
14249
14296
  "AmazonElasticsearchParameters": {
@@ -14562,10 +14609,41 @@
14562
14609
  },
14563
14610
  "SqlEndpointPath": {}
14564
14611
  }
14612
+ },
14613
+ "StarburstParameters": {
14614
+ "type": "structure",
14615
+ "required": [
14616
+ "Host",
14617
+ "Port",
14618
+ "Catalog"
14619
+ ],
14620
+ "members": {
14621
+ "Host": {},
14622
+ "Port": {
14623
+ "type": "integer"
14624
+ },
14625
+ "Catalog": {},
14626
+ "ProductType": {}
14627
+ }
14628
+ },
14629
+ "TrinoParameters": {
14630
+ "type": "structure",
14631
+ "required": [
14632
+ "Host",
14633
+ "Port",
14634
+ "Catalog"
14635
+ ],
14636
+ "members": {
14637
+ "Host": {},
14638
+ "Port": {
14639
+ "type": "integer"
14640
+ },
14641
+ "Catalog": {}
14642
+ }
14565
14643
  }
14566
14644
  }
14567
14645
  },
14568
- "Sqs": {
14646
+ "Sr3": {
14569
14647
  "type": "structure",
14570
14648
  "members": {
14571
14649
  "CredentialPair": {
@@ -14578,7 +14656,7 @@
14578
14656
  "Username": {},
14579
14657
  "Password": {},
14580
14658
  "AlternateDataSourceParameters": {
14581
- "shape": "Sqw"
14659
+ "shape": "Sr7"
14582
14660
  }
14583
14661
  }
14584
14662
  },
@@ -14587,13 +14665,13 @@
14587
14665
  },
14588
14666
  "sensitive": true
14589
14667
  },
14590
- "Sqw": {
14668
+ "Sr7": {
14591
14669
  "type": "list",
14592
14670
  "member": {
14593
- "shape": "Spi"
14671
+ "shape": "Spq"
14594
14672
  }
14595
14673
  },
14596
- "Sqz": {
14674
+ "Sra": {
14597
14675
  "type": "structure",
14598
14676
  "required": [
14599
14677
  "VpcConnectionArn"
@@ -14602,7 +14680,7 @@
14602
14680
  "VpcConnectionArn": {}
14603
14681
  }
14604
14682
  },
14605
- "Sr0": {
14683
+ "Srb": {
14606
14684
  "type": "structure",
14607
14685
  "members": {
14608
14686
  "DisableSsl": {
@@ -14610,7 +14688,7 @@
14610
14688
  }
14611
14689
  }
14612
14690
  },
14613
- "Srg": {
14691
+ "Srr": {
14614
14692
  "type": "structure",
14615
14693
  "members": {
14616
14694
  "Arn": {},
@@ -14619,14 +14697,14 @@
14619
14697
  "PrincipalId": {}
14620
14698
  }
14621
14699
  },
14622
- "Srk": {
14700
+ "Srv": {
14623
14701
  "type": "structure",
14624
14702
  "members": {
14625
14703
  "Arn": {},
14626
14704
  "MemberName": {}
14627
14705
  }
14628
14706
  },
14629
- "Sro": {
14707
+ "Srz": {
14630
14708
  "type": "map",
14631
14709
  "key": {},
14632
14710
  "value": {
@@ -14634,7 +14712,7 @@
14634
14712
  "member": {}
14635
14713
  }
14636
14714
  },
14637
- "Ss1": {
14715
+ "Ssc": {
14638
14716
  "type": "structure",
14639
14717
  "required": [
14640
14718
  "ScheduleId",
@@ -14668,7 +14746,7 @@
14668
14746
  "Arn": {}
14669
14747
  }
14670
14748
  },
14671
- "Ssa": {
14749
+ "Ssl": {
14672
14750
  "type": "structure",
14673
14751
  "members": {
14674
14752
  "SourceAnalysis": {
@@ -14695,36 +14773,36 @@
14695
14773
  }
14696
14774
  }
14697
14775
  },
14698
- "Ssd": {
14776
+ "Sso": {
14699
14777
  "type": "structure",
14700
14778
  "required": [
14701
14779
  "DataSetConfigurations"
14702
14780
  ],
14703
14781
  "members": {
14704
14782
  "DataSetConfigurations": {
14705
- "shape": "Sse"
14783
+ "shape": "Ssp"
14706
14784
  },
14707
14785
  "Sheets": {
14708
14786
  "shape": "S1l"
14709
14787
  },
14710
14788
  "CalculatedFields": {
14711
- "shape": "Sjr"
14789
+ "shape": "Sjy"
14712
14790
  },
14713
14791
  "ParameterDeclarations": {
14714
- "shape": "Sju"
14792
+ "shape": "Sk1"
14715
14793
  },
14716
14794
  "FilterGroups": {
14717
- "shape": "Ske"
14795
+ "shape": "Skl"
14718
14796
  },
14719
14797
  "ColumnConfigurations": {
14720
- "shape": "Sle"
14798
+ "shape": "Sll"
14721
14799
  },
14722
14800
  "AnalysisDefaults": {
14723
- "shape": "Sll"
14801
+ "shape": "Sls"
14724
14802
  }
14725
14803
  }
14726
14804
  },
14727
- "Sse": {
14805
+ "Ssp": {
14728
14806
  "type": "list",
14729
14807
  "member": {
14730
14808
  "type": "structure",
@@ -14767,7 +14845,7 @@
14767
14845
  }
14768
14846
  }
14769
14847
  },
14770
- "Sss": {
14848
+ "St3": {
14771
14849
  "type": "structure",
14772
14850
  "members": {
14773
14851
  "AliasName": {},
@@ -14777,17 +14855,17 @@
14777
14855
  }
14778
14856
  }
14779
14857
  },
14780
- "Ssv": {
14858
+ "St6": {
14781
14859
  "type": "structure",
14782
14860
  "members": {
14783
14861
  "DataColorPalette": {
14784
14862
  "type": "structure",
14785
14863
  "members": {
14786
14864
  "Colors": {
14787
- "shape": "Ssx"
14865
+ "shape": "St8"
14788
14866
  },
14789
14867
  "MinMaxGradient": {
14790
- "shape": "Ssx"
14868
+ "shape": "St8"
14791
14869
  },
14792
14870
  "EmptyFillColor": {}
14793
14871
  }
@@ -14868,11 +14946,11 @@
14868
14946
  }
14869
14947
  }
14870
14948
  },
14871
- "Ssx": {
14949
+ "St8": {
14872
14950
  "type": "list",
14873
14951
  "member": {}
14874
14952
  },
14875
- "Stb": {
14953
+ "Stm": {
14876
14954
  "type": "structure",
14877
14955
  "members": {
14878
14956
  "Arn": {},
@@ -14882,7 +14960,7 @@
14882
14960
  }
14883
14961
  }
14884
14962
  },
14885
- "Ste": {
14963
+ "Stp": {
14886
14964
  "type": "structure",
14887
14965
  "members": {
14888
14966
  "Name": {},
@@ -14918,7 +14996,7 @@
14918
14996
  "FilterClass": {},
14919
14997
  "FilterName": {},
14920
14998
  "FilterSynonyms": {
14921
- "shape": "Stn"
14999
+ "shape": "Sty"
14922
15000
  },
14923
15001
  "OperandFieldName": {},
14924
15002
  "FilterType": {},
@@ -14936,7 +15014,7 @@
14936
15014
  "type": "structure",
14937
15015
  "members": {
14938
15016
  "ValueList": {
14939
- "shape": "Stv"
15017
+ "shape": "Su6"
14940
15018
  }
14941
15019
  }
14942
15020
  }
@@ -14952,7 +15030,7 @@
14952
15030
  "type": "structure",
14953
15031
  "members": {
14954
15032
  "Constant": {
14955
- "shape": "Stx"
15033
+ "shape": "Su8"
14956
15034
  },
14957
15035
  "Aggregation": {}
14958
15036
  }
@@ -14964,7 +15042,7 @@
14964
15042
  "type": "boolean"
14965
15043
  },
14966
15044
  "Constant": {
14967
- "shape": "Su0"
15045
+ "shape": "Sub"
14968
15046
  },
14969
15047
  "Aggregation": {}
14970
15048
  }
@@ -14976,7 +15054,7 @@
14976
15054
  "type": "boolean"
14977
15055
  },
14978
15056
  "Constant": {
14979
- "shape": "Su0"
15057
+ "shape": "Sub"
14980
15058
  }
14981
15059
  }
14982
15060
  },
@@ -14986,7 +15064,7 @@
14986
15064
  "TimeGranularity": {},
14987
15065
  "RelativeDateFilterFunction": {},
14988
15066
  "Constant": {
14989
- "shape": "Stx"
15067
+ "shape": "Su8"
14990
15068
  }
14991
15069
  }
14992
15070
  }
@@ -15005,7 +15083,7 @@
15005
15083
  "ColumnFriendlyName": {},
15006
15084
  "ColumnDescription": {},
15007
15085
  "ColumnSynonyms": {
15008
- "shape": "Stn"
15086
+ "shape": "Sty"
15009
15087
  },
15010
15088
  "ColumnDataRole": {},
15011
15089
  "Aggregation": {},
@@ -15016,26 +15094,26 @@
15016
15094
  "type": "boolean"
15017
15095
  },
15018
15096
  "ComparativeOrder": {
15019
- "shape": "Sua"
15097
+ "shape": "Sul"
15020
15098
  },
15021
15099
  "SemanticType": {
15022
- "shape": "Sud"
15100
+ "shape": "Suo"
15023
15101
  },
15024
15102
  "TimeGranularity": {},
15025
15103
  "AllowedAggregations": {
15026
- "shape": "Suf"
15104
+ "shape": "Suq"
15027
15105
  },
15028
15106
  "NotAllowedAggregations": {
15029
- "shape": "Suf"
15107
+ "shape": "Suq"
15030
15108
  },
15031
15109
  "DefaultFormatting": {
15032
- "shape": "Suh"
15110
+ "shape": "Sus"
15033
15111
  },
15034
15112
  "NeverAggregateInFilter": {
15035
15113
  "type": "boolean"
15036
15114
  },
15037
15115
  "CellValueSynonyms": {
15038
- "shape": "Sum"
15116
+ "shape": "Sux"
15039
15117
  },
15040
15118
  "NonAdditive": {
15041
15119
  "type": "boolean"
@@ -15058,7 +15136,7 @@
15058
15136
  "shape": "S4r"
15059
15137
  },
15060
15138
  "CalculatedFieldSynonyms": {
15061
- "shape": "Stn"
15139
+ "shape": "Sty"
15062
15140
  },
15063
15141
  "IsIncludedInTopic": {
15064
15142
  "type": "boolean"
@@ -15069,26 +15147,26 @@
15069
15147
  "ColumnDataRole": {},
15070
15148
  "TimeGranularity": {},
15071
15149
  "DefaultFormatting": {
15072
- "shape": "Suh"
15150
+ "shape": "Sus"
15073
15151
  },
15074
15152
  "Aggregation": {},
15075
15153
  "ComparativeOrder": {
15076
- "shape": "Sua"
15154
+ "shape": "Sul"
15077
15155
  },
15078
15156
  "SemanticType": {
15079
- "shape": "Sud"
15157
+ "shape": "Suo"
15080
15158
  },
15081
15159
  "AllowedAggregations": {
15082
- "shape": "Suf"
15160
+ "shape": "Suq"
15083
15161
  },
15084
15162
  "NotAllowedAggregations": {
15085
- "shape": "Suf"
15163
+ "shape": "Suq"
15086
15164
  },
15087
15165
  "NeverAggregateInFilter": {
15088
15166
  "type": "boolean"
15089
15167
  },
15090
15168
  "CellValueSynonyms": {
15091
- "shape": "Sum"
15169
+ "shape": "Sux"
15092
15170
  },
15093
15171
  "NonAdditive": {
15094
15172
  "type": "boolean"
@@ -15107,7 +15185,7 @@
15107
15185
  "EntityName": {},
15108
15186
  "EntityDescription": {},
15109
15187
  "EntitySynonyms": {
15110
- "shape": "Stn"
15188
+ "shape": "Sty"
15111
15189
  },
15112
15190
  "SemanticEntityType": {
15113
15191
  "type": "structure",
@@ -15115,7 +15193,7 @@
15115
15193
  "TypeName": {},
15116
15194
  "SubTypeName": {},
15117
15195
  "TypeParameters": {
15118
- "shape": "Sue"
15196
+ "shape": "Sup"
15119
15197
  }
15120
15198
  }
15121
15199
  },
@@ -15150,15 +15228,15 @@
15150
15228
  }
15151
15229
  }
15152
15230
  },
15153
- "Stn": {
15231
+ "Sty": {
15154
15232
  "type": "list",
15155
15233
  "member": {}
15156
15234
  },
15157
- "Stv": {
15235
+ "Su6": {
15158
15236
  "type": "list",
15159
15237
  "member": {}
15160
15238
  },
15161
- "Stx": {
15239
+ "Su8": {
15162
15240
  "type": "structure",
15163
15241
  "members": {
15164
15242
  "ConstantType": {},
@@ -15166,7 +15244,7 @@
15166
15244
  },
15167
15245
  "sensitive": true
15168
15246
  },
15169
- "Su0": {
15247
+ "Sub": {
15170
15248
  "type": "structure",
15171
15249
  "members": {
15172
15250
  "ConstantType": {},
@@ -15180,23 +15258,23 @@
15180
15258
  },
15181
15259
  "sensitive": true
15182
15260
  },
15183
- "Sua": {
15261
+ "Sul": {
15184
15262
  "type": "structure",
15185
15263
  "members": {
15186
15264
  "UseOrdering": {},
15187
15265
  "SpecifedOrder": {
15188
- "shape": "Stv"
15266
+ "shape": "Su6"
15189
15267
  },
15190
15268
  "TreatUndefinedSpecifiedValues": {}
15191
15269
  }
15192
15270
  },
15193
- "Sud": {
15271
+ "Suo": {
15194
15272
  "type": "structure",
15195
15273
  "members": {
15196
15274
  "TypeName": {},
15197
15275
  "SubTypeName": {},
15198
15276
  "TypeParameters": {
15199
- "shape": "Sue"
15277
+ "shape": "Sup"
15200
15278
  },
15201
15279
  "TruthyCellValue": {
15202
15280
  "shape": "Sw"
@@ -15212,16 +15290,16 @@
15212
15290
  }
15213
15291
  }
15214
15292
  },
15215
- "Sue": {
15293
+ "Sup": {
15216
15294
  "type": "map",
15217
15295
  "key": {},
15218
15296
  "value": {}
15219
15297
  },
15220
- "Suf": {
15298
+ "Suq": {
15221
15299
  "type": "list",
15222
15300
  "member": {}
15223
15301
  },
15224
- "Suh": {
15302
+ "Sus": {
15225
15303
  "type": "structure",
15226
15304
  "members": {
15227
15305
  "DisplayFormat": {},
@@ -15256,19 +15334,19 @@
15256
15334
  }
15257
15335
  }
15258
15336
  },
15259
- "Sum": {
15337
+ "Sux": {
15260
15338
  "type": "list",
15261
15339
  "member": {
15262
15340
  "type": "structure",
15263
15341
  "members": {
15264
15342
  "CellValue": {},
15265
15343
  "Synonyms": {
15266
- "shape": "Stv"
15344
+ "shape": "Su6"
15267
15345
  }
15268
15346
  }
15269
15347
  }
15270
15348
  },
15271
- "Sv2": {
15349
+ "Svd": {
15272
15350
  "type": "structure",
15273
15351
  "required": [
15274
15352
  "IsEnabled",
@@ -15289,19 +15367,19 @@
15289
15367
  "TopicScheduleType": {}
15290
15368
  }
15291
15369
  },
15292
- "Sv7": {
15370
+ "Svi": {
15293
15371
  "type": "list",
15294
15372
  "member": {}
15295
15373
  },
15296
- "Sv9": {
15374
+ "Svk": {
15297
15375
  "type": "list",
15298
15376
  "member": {}
15299
15377
  },
15300
- "Svb": {
15378
+ "Svm": {
15301
15379
  "type": "list",
15302
15380
  "member": {}
15303
15381
  },
15304
- "Sx5": {
15382
+ "Sxg": {
15305
15383
  "type": "list",
15306
15384
  "member": {
15307
15385
  "type": "structure",
@@ -15309,12 +15387,12 @@
15309
15387
  "Type": {},
15310
15388
  "Message": {},
15311
15389
  "ViolatedEntities": {
15312
- "shape": "Sx8"
15390
+ "shape": "Sxj"
15313
15391
  }
15314
15392
  }
15315
15393
  }
15316
15394
  },
15317
- "Sx8": {
15395
+ "Sxj": {
15318
15396
  "type": "list",
15319
15397
  "member": {
15320
15398
  "type": "structure",
@@ -15323,11 +15401,11 @@
15323
15401
  }
15324
15402
  }
15325
15403
  },
15326
- "Sxa": {
15404
+ "Sxl": {
15327
15405
  "type": "list",
15328
15406
  "member": {}
15329
15407
  },
15330
- "Sxb": {
15408
+ "Sxm": {
15331
15409
  "type": "list",
15332
15410
  "member": {
15333
15411
  "type": "structure",
@@ -15337,11 +15415,11 @@
15337
15415
  }
15338
15416
  }
15339
15417
  },
15340
- "Sxm": {
15418
+ "Sxx": {
15341
15419
  "type": "list",
15342
15420
  "member": {}
15343
15421
  },
15344
- "Sxo": {
15422
+ "Sxz": {
15345
15423
  "type": "structure",
15346
15424
  "members": {
15347
15425
  "ResourceIdOverrideConfiguration": {
@@ -15466,7 +15544,7 @@
15466
15544
  }
15467
15545
  }
15468
15546
  },
15469
- "Syl": {
15547
+ "Syw": {
15470
15548
  "type": "list",
15471
15549
  "member": {
15472
15550
  "type": "structure",
@@ -15477,7 +15555,7 @@
15477
15555
  }
15478
15556
  }
15479
15557
  },
15480
- "Syp": {
15558
+ "Sz0": {
15481
15559
  "type": "structure",
15482
15560
  "members": {
15483
15561
  "ResourceIdOverrideConfiguration": {
@@ -15497,13 +15575,13 @@
15497
15575
  "VPCConnectionId": {},
15498
15576
  "Name": {},
15499
15577
  "SubnetIds": {
15500
- "shape": "Sv7"
15578
+ "shape": "Svi"
15501
15579
  },
15502
15580
  "SecurityGroupIds": {
15503
- "shape": "Sv9"
15581
+ "shape": "Svk"
15504
15582
  },
15505
15583
  "DnsResolvers": {
15506
- "shape": "Svb"
15584
+ "shape": "Svm"
15507
15585
  },
15508
15586
  "RoleArn": {}
15509
15587
  }
@@ -15537,13 +15615,13 @@
15537
15615
  "DataSourceId": {},
15538
15616
  "Name": {},
15539
15617
  "DataSourceParameters": {
15540
- "shape": "Spi"
15618
+ "shape": "Spq"
15541
15619
  },
15542
15620
  "VpcConnectionProperties": {
15543
- "shape": "Sqz"
15621
+ "shape": "Sra"
15544
15622
  },
15545
15623
  "SslProperties": {
15546
- "shape": "Sr0"
15624
+ "shape": "Srb"
15547
15625
  },
15548
15626
  "Credentials": {
15549
15627
  "type": "structure",
@@ -15620,7 +15698,7 @@
15620
15698
  }
15621
15699
  }
15622
15700
  },
15623
- "Szc": {
15701
+ "Szn": {
15624
15702
  "type": "list",
15625
15703
  "member": {
15626
15704
  "type": "structure",
@@ -15628,12 +15706,12 @@
15628
15706
  "Type": {},
15629
15707
  "Message": {},
15630
15708
  "ViolatedEntities": {
15631
- "shape": "Sx8"
15709
+ "shape": "Sxj"
15632
15710
  }
15633
15711
  }
15634
15712
  }
15635
15713
  },
15636
- "Szj": {
15714
+ "Szu": {
15637
15715
  "type": "structure",
15638
15716
  "members": {
15639
15717
  "Permissions": {
@@ -15641,7 +15719,7 @@
15641
15719
  }
15642
15720
  }
15643
15721
  },
15644
- "Szq": {
15722
+ "S101": {
15645
15723
  "type": "structure",
15646
15724
  "required": [
15647
15725
  "FileGroups"
@@ -15653,7 +15731,7 @@
15653
15731
  "type": "structure",
15654
15732
  "members": {
15655
15733
  "Files": {
15656
- "shape": "Szt"
15734
+ "shape": "S104"
15657
15735
  }
15658
15736
  }
15659
15737
  }
@@ -15664,7 +15742,7 @@
15664
15742
  "S3Destinations": {
15665
15743
  "type": "list",
15666
15744
  "member": {
15667
- "shape": "S102"
15745
+ "shape": "S10d"
15668
15746
  }
15669
15747
  }
15670
15748
  }
@@ -15674,7 +15752,7 @@
15674
15752
  }
15675
15753
  }
15676
15754
  },
15677
- "Szt": {
15755
+ "S104": {
15678
15756
  "type": "list",
15679
15757
  "member": {
15680
15758
  "type": "structure",
@@ -15705,7 +15783,7 @@
15705
15783
  }
15706
15784
  }
15707
15785
  },
15708
- "S102": {
15786
+ "S10d": {
15709
15787
  "type": "structure",
15710
15788
  "members": {
15711
15789
  "BucketConfiguration": {
@@ -15723,7 +15801,7 @@
15723
15801
  }
15724
15802
  }
15725
15803
  },
15726
- "S10r": {
15804
+ "S112": {
15727
15805
  "type": "structure",
15728
15806
  "required": [
15729
15807
  "RefreshConfiguration"
@@ -15762,7 +15840,7 @@
15762
15840
  }
15763
15841
  }
15764
15842
  },
15765
- "S10z": {
15843
+ "S11a": {
15766
15844
  "type": "structure",
15767
15845
  "members": {
15768
15846
  "Arn": {},
@@ -15777,16 +15855,16 @@
15777
15855
  "type": "timestamp"
15778
15856
  },
15779
15857
  "DataSourceParameters": {
15780
- "shape": "Spi"
15858
+ "shape": "Spq"
15781
15859
  },
15782
15860
  "AlternateDataSourceParameters": {
15783
- "shape": "Sqw"
15861
+ "shape": "Sr7"
15784
15862
  },
15785
15863
  "VpcConnectionProperties": {
15786
- "shape": "Sqz"
15864
+ "shape": "Sra"
15787
15865
  },
15788
15866
  "SslProperties": {
15789
- "shape": "Sr0"
15867
+ "shape": "Srb"
15790
15868
  },
15791
15869
  "ErrorInfo": {
15792
15870
  "type": "structure",
@@ -15798,7 +15876,7 @@
15798
15876
  "SecretArn": {}
15799
15877
  }
15800
15878
  },
15801
- "S11m": {
15879
+ "S11x": {
15802
15880
  "type": "structure",
15803
15881
  "required": [
15804
15882
  "Arn",
@@ -15854,12 +15932,12 @@
15854
15932
  "RequestType": {}
15855
15933
  }
15856
15934
  },
15857
- "S11v": {
15935
+ "S126": {
15858
15936
  "type": "map",
15859
15937
  "key": {},
15860
15938
  "value": {}
15861
15939
  },
15862
- "S120": {
15940
+ "S12b": {
15863
15941
  "type": "structure",
15864
15942
  "members": {
15865
15943
  "Name": {},
@@ -15876,7 +15954,7 @@
15876
15954
  }
15877
15955
  }
15878
15956
  },
15879
- "S129": {
15957
+ "S12k": {
15880
15958
  "type": "list",
15881
15959
  "member": {
15882
15960
  "type": "structure",
@@ -15884,12 +15962,12 @@
15884
15962
  "Type": {},
15885
15963
  "Message": {},
15886
15964
  "ViolatedEntities": {
15887
- "shape": "Sx8"
15965
+ "shape": "Sxj"
15888
15966
  }
15889
15967
  }
15890
15968
  }
15891
15969
  },
15892
- "S137": {
15970
+ "S13i": {
15893
15971
  "type": "structure",
15894
15972
  "members": {
15895
15973
  "Arn": {},
@@ -15907,7 +15985,7 @@
15907
15985
  "ExternalLoginId": {}
15908
15986
  }
15909
15987
  },
15910
- "S13e": {
15988
+ "S13p": {
15911
15989
  "type": "list",
15912
15990
  "member": {
15913
15991
  "type": "structure",
@@ -15920,7 +15998,7 @@
15920
15998
  }
15921
15999
  }
15922
16000
  },
15923
- "S13k": {
16001
+ "S13v": {
15924
16002
  "type": "list",
15925
16003
  "member": {
15926
16004
  "type": "structure",
@@ -15931,12 +16009,12 @@
15931
16009
  "members": {
15932
16010
  "Key": {},
15933
16011
  "Value": {
15934
- "shape": "Sov"
16012
+ "shape": "Sp3"
15935
16013
  }
15936
16014
  }
15937
16015
  }
15938
16016
  },
15939
- "S13q": {
16017
+ "S141": {
15940
16018
  "type": "structure",
15941
16019
  "required": [
15942
16020
  "DashboardId",
@@ -15949,11 +16027,11 @@
15949
16027
  "VisualId": {}
15950
16028
  }
15951
16029
  },
15952
- "S13t": {
16030
+ "S144": {
15953
16031
  "type": "string",
15954
16032
  "sensitive": true
15955
16033
  },
15956
- "S13y": {
16034
+ "S149": {
15957
16035
  "type": "structure",
15958
16036
  "required": [
15959
16037
  "Enabled"
@@ -15964,7 +16042,7 @@
15964
16042
  }
15965
16043
  }
15966
16044
  },
15967
- "S14f": {
16045
+ "S14q": {
15968
16046
  "type": "list",
15969
16047
  "member": {
15970
16048
  "type": "structure",
@@ -15982,7 +16060,7 @@
15982
16060
  }
15983
16061
  }
15984
16062
  },
15985
- "S14v": {
16063
+ "S156": {
15986
16064
  "type": "list",
15987
16065
  "member": {
15988
16066
  "type": "structure",
@@ -16005,7 +16083,7 @@
16005
16083
  }
16006
16084
  }
16007
16085
  },
16008
- "S14z": {
16086
+ "S15a": {
16009
16087
  "type": "list",
16010
16088
  "member": {
16011
16089
  "type": "structure",
@@ -16021,7 +16099,7 @@
16021
16099
  },
16022
16100
  "ImportMode": {},
16023
16101
  "RowLevelPermissionDataSet": {
16024
- "shape": "Som"
16102
+ "shape": "Sou"
16025
16103
  },
16026
16104
  "RowLevelPermissionTagConfigurationApplied": {
16027
16105
  "type": "boolean"
@@ -16032,7 +16110,7 @@
16032
16110
  }
16033
16111
  }
16034
16112
  },
16035
- "S15a": {
16113
+ "S15l": {
16036
16114
  "type": "list",
16037
16115
  "member": {
16038
16116
  "type": "structure",
@@ -16051,19 +16129,19 @@
16051
16129
  }
16052
16130
  }
16053
16131
  },
16054
- "S15h": {
16132
+ "S15s": {
16055
16133
  "type": "list",
16056
16134
  "member": {
16057
- "shape": "Srg"
16135
+ "shape": "Srr"
16058
16136
  }
16059
16137
  },
16060
- "S18x": {
16138
+ "S198": {
16061
16139
  "type": "list",
16062
16140
  "member": {
16063
16141
  "shape": "S1a"
16064
16142
  }
16065
16143
  },
16066
- "S192": {
16144
+ "S19d": {
16067
16145
  "type": "list",
16068
16146
  "member": {
16069
16147
  "shape": "S1a"