cdk-comprehend-s3olap 2.0.117 → 2.0.119
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +2 -1
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +122 -36
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +422 -137
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +535 -151
- package/node_modules/aws-sdk/clients/docdb.d.ts +6 -2
- package/node_modules/aws-sdk/clients/fsx.d.ts +31 -31
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +4 -4
- package/node_modules/aws-sdk/clients/lambda.d.ts +137 -37
- package/node_modules/aws-sdk/clients/proton.d.ts +358 -5
- package/node_modules/aws-sdk/clients/quicksight.d.ts +379 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +8 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +18 -18
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +131 -39
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +10 -10
@@ -311,13 +311,13 @@
|
|
311
311
|
"shape": "Sn7"
|
312
312
|
},
|
313
313
|
"ColumnLevelPermissionRules": {
|
314
|
-
"shape": "
|
314
|
+
"shape": "Snf"
|
315
315
|
},
|
316
316
|
"Tags": {
|
317
317
|
"shape": "Sb"
|
318
318
|
},
|
319
319
|
"DataSetUsageConfiguration": {
|
320
|
-
"shape": "
|
320
|
+
"shape": "Snj"
|
321
321
|
}
|
322
322
|
}
|
323
323
|
},
|
@@ -357,19 +357,19 @@
|
|
357
357
|
"Name": {},
|
358
358
|
"Type": {},
|
359
359
|
"DataSourceParameters": {
|
360
|
-
"shape": "
|
360
|
+
"shape": "Snn"
|
361
361
|
},
|
362
362
|
"Credentials": {
|
363
|
-
"shape": "
|
363
|
+
"shape": "Sot"
|
364
364
|
},
|
365
365
|
"Permissions": {
|
366
366
|
"shape": "S18"
|
367
367
|
},
|
368
368
|
"VpcConnectionProperties": {
|
369
|
-
"shape": "
|
369
|
+
"shape": "Sp0"
|
370
370
|
},
|
371
371
|
"SslProperties": {
|
372
|
-
"shape": "
|
372
|
+
"shape": "Sp1"
|
373
373
|
},
|
374
374
|
"Tags": {
|
375
375
|
"shape": "Sb"
|
@@ -510,7 +510,7 @@
|
|
510
510
|
"type": "structure",
|
511
511
|
"members": {
|
512
512
|
"Group": {
|
513
|
-
"shape": "
|
513
|
+
"shape": "Spg"
|
514
514
|
},
|
515
515
|
"RequestId": {},
|
516
516
|
"Status": {
|
@@ -556,7 +556,7 @@
|
|
556
556
|
"type": "structure",
|
557
557
|
"members": {
|
558
558
|
"GroupMember": {
|
559
|
-
"shape": "
|
559
|
+
"shape": "Spk"
|
560
560
|
},
|
561
561
|
"RequestId": {},
|
562
562
|
"Status": {
|
@@ -587,7 +587,7 @@
|
|
587
587
|
"AssignmentStatus": {},
|
588
588
|
"PolicyArn": {},
|
589
589
|
"Identities": {
|
590
|
-
"shape": "
|
590
|
+
"shape": "Spo"
|
591
591
|
},
|
592
592
|
"Namespace": {
|
593
593
|
"location": "uri",
|
@@ -603,7 +603,7 @@
|
|
603
603
|
"AssignmentStatus": {},
|
604
604
|
"PolicyArn": {},
|
605
605
|
"Identities": {
|
606
|
-
"shape": "
|
606
|
+
"shape": "Spo"
|
607
607
|
},
|
608
608
|
"RequestId": {},
|
609
609
|
"Status": {
|
@@ -694,6 +694,44 @@
|
|
694
694
|
}
|
695
695
|
}
|
696
696
|
},
|
697
|
+
"CreateRefreshSchedule": {
|
698
|
+
"http": {
|
699
|
+
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"
|
700
|
+
},
|
701
|
+
"input": {
|
702
|
+
"type": "structure",
|
703
|
+
"required": [
|
704
|
+
"DataSetId",
|
705
|
+
"AwsAccountId",
|
706
|
+
"Schedule"
|
707
|
+
],
|
708
|
+
"members": {
|
709
|
+
"DataSetId": {
|
710
|
+
"location": "uri",
|
711
|
+
"locationName": "DataSetId"
|
712
|
+
},
|
713
|
+
"AwsAccountId": {
|
714
|
+
"location": "uri",
|
715
|
+
"locationName": "AwsAccountId"
|
716
|
+
},
|
717
|
+
"Schedule": {
|
718
|
+
"shape": "Sq1"
|
719
|
+
}
|
720
|
+
}
|
721
|
+
},
|
722
|
+
"output": {
|
723
|
+
"type": "structure",
|
724
|
+
"members": {
|
725
|
+
"Status": {
|
726
|
+
"location": "statusCode",
|
727
|
+
"type": "integer"
|
728
|
+
},
|
729
|
+
"RequestId": {},
|
730
|
+
"ScheduleId": {},
|
731
|
+
"Arn": {}
|
732
|
+
}
|
733
|
+
}
|
734
|
+
},
|
697
735
|
"CreateTemplate": {
|
698
736
|
"http": {
|
699
737
|
"requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}"
|
@@ -718,14 +756,14 @@
|
|
718
756
|
"shape": "S18"
|
719
757
|
},
|
720
758
|
"SourceEntity": {
|
721
|
-
"shape": "
|
759
|
+
"shape": "Sqa"
|
722
760
|
},
|
723
761
|
"Tags": {
|
724
762
|
"shape": "Sb"
|
725
763
|
},
|
726
764
|
"VersionDescription": {},
|
727
765
|
"Definition": {
|
728
|
-
"shape": "
|
766
|
+
"shape": "Sqd"
|
729
767
|
}
|
730
768
|
}
|
731
769
|
},
|
@@ -778,7 +816,7 @@
|
|
778
816
|
"type": "structure",
|
779
817
|
"members": {
|
780
818
|
"TemplateAlias": {
|
781
|
-
"shape": "
|
819
|
+
"shape": "Sqs"
|
782
820
|
},
|
783
821
|
"Status": {
|
784
822
|
"location": "statusCode",
|
@@ -814,7 +852,7 @@
|
|
814
852
|
"BaseThemeId": {},
|
815
853
|
"VersionDescription": {},
|
816
854
|
"Configuration": {
|
817
|
-
"shape": "
|
855
|
+
"shape": "Sqv"
|
818
856
|
},
|
819
857
|
"Permissions": {
|
820
858
|
"shape": "S18"
|
@@ -873,7 +911,7 @@
|
|
873
911
|
"type": "structure",
|
874
912
|
"members": {
|
875
913
|
"ThemeAlias": {
|
876
|
-
"shape": "
|
914
|
+
"shape": "Srb"
|
877
915
|
},
|
878
916
|
"Status": {
|
879
917
|
"location": "statusCode",
|
@@ -1066,6 +1104,39 @@
|
|
1066
1104
|
}
|
1067
1105
|
}
|
1068
1106
|
},
|
1107
|
+
"DeleteDataSetRefreshProperties": {
|
1108
|
+
"http": {
|
1109
|
+
"method": "DELETE",
|
1110
|
+
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"
|
1111
|
+
},
|
1112
|
+
"input": {
|
1113
|
+
"type": "structure",
|
1114
|
+
"required": [
|
1115
|
+
"AwsAccountId",
|
1116
|
+
"DataSetId"
|
1117
|
+
],
|
1118
|
+
"members": {
|
1119
|
+
"AwsAccountId": {
|
1120
|
+
"location": "uri",
|
1121
|
+
"locationName": "AwsAccountId"
|
1122
|
+
},
|
1123
|
+
"DataSetId": {
|
1124
|
+
"location": "uri",
|
1125
|
+
"locationName": "DataSetId"
|
1126
|
+
}
|
1127
|
+
}
|
1128
|
+
},
|
1129
|
+
"output": {
|
1130
|
+
"type": "structure",
|
1131
|
+
"members": {
|
1132
|
+
"RequestId": {},
|
1133
|
+
"Status": {
|
1134
|
+
"location": "statusCode",
|
1135
|
+
"type": "integer"
|
1136
|
+
}
|
1137
|
+
}
|
1138
|
+
}
|
1139
|
+
},
|
1069
1140
|
"DeleteDataSource": {
|
1070
1141
|
"http": {
|
1071
1142
|
"method": "DELETE",
|
@@ -1331,6 +1402,46 @@
|
|
1331
1402
|
}
|
1332
1403
|
}
|
1333
1404
|
},
|
1405
|
+
"DeleteRefreshSchedule": {
|
1406
|
+
"http": {
|
1407
|
+
"method": "DELETE",
|
1408
|
+
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules/{ScheduleId}"
|
1409
|
+
},
|
1410
|
+
"input": {
|
1411
|
+
"type": "structure",
|
1412
|
+
"required": [
|
1413
|
+
"DataSetId",
|
1414
|
+
"AwsAccountId",
|
1415
|
+
"ScheduleId"
|
1416
|
+
],
|
1417
|
+
"members": {
|
1418
|
+
"DataSetId": {
|
1419
|
+
"location": "uri",
|
1420
|
+
"locationName": "DataSetId"
|
1421
|
+
},
|
1422
|
+
"AwsAccountId": {
|
1423
|
+
"location": "uri",
|
1424
|
+
"locationName": "AwsAccountId"
|
1425
|
+
},
|
1426
|
+
"ScheduleId": {
|
1427
|
+
"location": "uri",
|
1428
|
+
"locationName": "ScheduleId"
|
1429
|
+
}
|
1430
|
+
}
|
1431
|
+
},
|
1432
|
+
"output": {
|
1433
|
+
"type": "structure",
|
1434
|
+
"members": {
|
1435
|
+
"Status": {
|
1436
|
+
"location": "statusCode",
|
1437
|
+
"type": "integer"
|
1438
|
+
},
|
1439
|
+
"RequestId": {},
|
1440
|
+
"ScheduleId": {},
|
1441
|
+
"Arn": {}
|
1442
|
+
}
|
1443
|
+
}
|
1444
|
+
},
|
1334
1445
|
"DeleteTemplate": {
|
1335
1446
|
"http": {
|
1336
1447
|
"method": "DELETE",
|
@@ -1726,10 +1837,10 @@
|
|
1726
1837
|
"Name": {},
|
1727
1838
|
"Status": {},
|
1728
1839
|
"Errors": {
|
1729
|
-
"shape": "
|
1840
|
+
"shape": "Ssu"
|
1730
1841
|
},
|
1731
1842
|
"DataSetArns": {
|
1732
|
-
"shape": "
|
1843
|
+
"shape": "Ssz"
|
1733
1844
|
},
|
1734
1845
|
"ThemeArn": {},
|
1735
1846
|
"CreatedTime": {
|
@@ -1739,7 +1850,7 @@
|
|
1739
1850
|
"type": "timestamp"
|
1740
1851
|
},
|
1741
1852
|
"Sheets": {
|
1742
|
-
"shape": "
|
1853
|
+
"shape": "St0"
|
1743
1854
|
}
|
1744
1855
|
}
|
1745
1856
|
},
|
@@ -1779,7 +1890,7 @@
|
|
1779
1890
|
"AnalysisId": {},
|
1780
1891
|
"Name": {},
|
1781
1892
|
"Errors": {
|
1782
|
-
"shape": "
|
1893
|
+
"shape": "Ssu"
|
1783
1894
|
},
|
1784
1895
|
"ResourceStatus": {},
|
1785
1896
|
"ThemeArn": {},
|
@@ -1879,7 +1990,7 @@
|
|
1879
1990
|
"type": "timestamp"
|
1880
1991
|
},
|
1881
1992
|
"Errors": {
|
1882
|
-
"shape": "
|
1993
|
+
"shape": "Sta"
|
1883
1994
|
},
|
1884
1995
|
"VersionNumber": {
|
1885
1996
|
"type": "long"
|
@@ -1888,12 +1999,12 @@
|
|
1888
1999
|
"Arn": {},
|
1889
2000
|
"SourceEntityArn": {},
|
1890
2001
|
"DataSetArns": {
|
1891
|
-
"shape": "
|
2002
|
+
"shape": "Ssz"
|
1892
2003
|
},
|
1893
2004
|
"Description": {},
|
1894
2005
|
"ThemeArn": {},
|
1895
2006
|
"Sheets": {
|
1896
|
-
"shape": "
|
2007
|
+
"shape": "St0"
|
1897
2008
|
}
|
1898
2009
|
}
|
1899
2010
|
},
|
@@ -1952,7 +2063,7 @@
|
|
1952
2063
|
"members": {
|
1953
2064
|
"DashboardId": {},
|
1954
2065
|
"Errors": {
|
1955
|
-
"shape": "
|
2066
|
+
"shape": "Sta"
|
1956
2067
|
},
|
1957
2068
|
"Name": {},
|
1958
2069
|
"ResourceStatus": {},
|
@@ -2007,7 +2118,7 @@
|
|
2007
2118
|
},
|
2008
2119
|
"RequestId": {},
|
2009
2120
|
"LinkSharingConfiguration": {
|
2010
|
-
"shape": "
|
2121
|
+
"shape": "Sth"
|
2011
2122
|
}
|
2012
2123
|
}
|
2013
2124
|
}
|
@@ -2083,10 +2194,10 @@
|
|
2083
2194
|
"shape": "Sn7"
|
2084
2195
|
},
|
2085
2196
|
"ColumnLevelPermissionRules": {
|
2086
|
-
"shape": "
|
2197
|
+
"shape": "Snf"
|
2087
2198
|
},
|
2088
2199
|
"DataSetUsageConfiguration": {
|
2089
|
-
"shape": "
|
2200
|
+
"shape": "Snj"
|
2090
2201
|
}
|
2091
2202
|
}
|
2092
2203
|
},
|
@@ -2136,6 +2247,42 @@
|
|
2136
2247
|
}
|
2137
2248
|
}
|
2138
2249
|
},
|
2250
|
+
"DescribeDataSetRefreshProperties": {
|
2251
|
+
"http": {
|
2252
|
+
"method": "GET",
|
2253
|
+
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"
|
2254
|
+
},
|
2255
|
+
"input": {
|
2256
|
+
"type": "structure",
|
2257
|
+
"required": [
|
2258
|
+
"AwsAccountId",
|
2259
|
+
"DataSetId"
|
2260
|
+
],
|
2261
|
+
"members": {
|
2262
|
+
"AwsAccountId": {
|
2263
|
+
"location": "uri",
|
2264
|
+
"locationName": "AwsAccountId"
|
2265
|
+
},
|
2266
|
+
"DataSetId": {
|
2267
|
+
"location": "uri",
|
2268
|
+
"locationName": "DataSetId"
|
2269
|
+
}
|
2270
|
+
}
|
2271
|
+
},
|
2272
|
+
"output": {
|
2273
|
+
"type": "structure",
|
2274
|
+
"members": {
|
2275
|
+
"RequestId": {},
|
2276
|
+
"Status": {
|
2277
|
+
"location": "statusCode",
|
2278
|
+
"type": "integer"
|
2279
|
+
},
|
2280
|
+
"DataSetRefreshProperties": {
|
2281
|
+
"shape": "Str"
|
2282
|
+
}
|
2283
|
+
}
|
2284
|
+
}
|
2285
|
+
},
|
2139
2286
|
"DescribeDataSource": {
|
2140
2287
|
"http": {
|
2141
2288
|
"method": "GET",
|
@@ -2162,7 +2309,7 @@
|
|
2162
2309
|
"type": "structure",
|
2163
2310
|
"members": {
|
2164
2311
|
"DataSource": {
|
2165
|
-
"shape": "
|
2312
|
+
"shape": "Stz"
|
2166
2313
|
},
|
2167
2314
|
"RequestId": {},
|
2168
2315
|
"Status": {
|
@@ -2369,7 +2516,7 @@
|
|
2369
2516
|
"type": "structure",
|
2370
2517
|
"members": {
|
2371
2518
|
"Group": {
|
2372
|
-
"shape": "
|
2519
|
+
"shape": "Spg"
|
2373
2520
|
},
|
2374
2521
|
"RequestId": {},
|
2375
2522
|
"Status": {
|
@@ -2415,7 +2562,7 @@
|
|
2415
2562
|
"type": "structure",
|
2416
2563
|
"members": {
|
2417
2564
|
"GroupMember": {
|
2418
|
-
"shape": "
|
2565
|
+
"shape": "Spk"
|
2419
2566
|
},
|
2420
2567
|
"RequestId": {},
|
2421
2568
|
"Status": {
|
@@ -2463,7 +2610,7 @@
|
|
2463
2610
|
"AssignmentName": {},
|
2464
2611
|
"PolicyArn": {},
|
2465
2612
|
"Identities": {
|
2466
|
-
"shape": "
|
2613
|
+
"shape": "Spo"
|
2467
2614
|
},
|
2468
2615
|
"AssignmentStatus": {}
|
2469
2616
|
}
|
@@ -2507,7 +2654,7 @@
|
|
2507
2654
|
"type": "structure",
|
2508
2655
|
"members": {
|
2509
2656
|
"Ingestion": {
|
2510
|
-
"shape": "
|
2657
|
+
"shape": "Sul"
|
2511
2658
|
},
|
2512
2659
|
"RequestId": {},
|
2513
2660
|
"Status": {
|
@@ -2539,7 +2686,7 @@
|
|
2539
2686
|
"members": {
|
2540
2687
|
"AwsAccountId": {},
|
2541
2688
|
"IpRestrictionRuleMap": {
|
2542
|
-
"shape": "
|
2689
|
+
"shape": "Suu"
|
2543
2690
|
},
|
2544
2691
|
"Enabled": {
|
2545
2692
|
"type": "boolean"
|
@@ -2578,7 +2725,7 @@
|
|
2578
2725
|
"type": "structure",
|
2579
2726
|
"members": {
|
2580
2727
|
"Namespace": {
|
2581
|
-
"shape": "
|
2728
|
+
"shape": "Sv0"
|
2582
2729
|
},
|
2583
2730
|
"RequestId": {},
|
2584
2731
|
"Status": {
|
@@ -2588,6 +2735,48 @@
|
|
2588
2735
|
}
|
2589
2736
|
}
|
2590
2737
|
},
|
2738
|
+
"DescribeRefreshSchedule": {
|
2739
|
+
"http": {
|
2740
|
+
"method": "GET",
|
2741
|
+
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules/{ScheduleId}"
|
2742
|
+
},
|
2743
|
+
"input": {
|
2744
|
+
"type": "structure",
|
2745
|
+
"required": [
|
2746
|
+
"AwsAccountId",
|
2747
|
+
"DataSetId",
|
2748
|
+
"ScheduleId"
|
2749
|
+
],
|
2750
|
+
"members": {
|
2751
|
+
"AwsAccountId": {
|
2752
|
+
"location": "uri",
|
2753
|
+
"locationName": "AwsAccountId"
|
2754
|
+
},
|
2755
|
+
"DataSetId": {
|
2756
|
+
"location": "uri",
|
2757
|
+
"locationName": "DataSetId"
|
2758
|
+
},
|
2759
|
+
"ScheduleId": {
|
2760
|
+
"location": "uri",
|
2761
|
+
"locationName": "ScheduleId"
|
2762
|
+
}
|
2763
|
+
}
|
2764
|
+
},
|
2765
|
+
"output": {
|
2766
|
+
"type": "structure",
|
2767
|
+
"members": {
|
2768
|
+
"RefreshSchedule": {
|
2769
|
+
"shape": "Sq1"
|
2770
|
+
},
|
2771
|
+
"Status": {
|
2772
|
+
"location": "statusCode",
|
2773
|
+
"type": "integer"
|
2774
|
+
},
|
2775
|
+
"RequestId": {},
|
2776
|
+
"Arn": {}
|
2777
|
+
}
|
2778
|
+
}
|
2779
|
+
},
|
2591
2780
|
"DescribeTemplate": {
|
2592
2781
|
"http": {
|
2593
2782
|
"method": "GET",
|
@@ -2634,20 +2823,20 @@
|
|
2634
2823
|
"type": "timestamp"
|
2635
2824
|
},
|
2636
2825
|
"Errors": {
|
2637
|
-
"shape": "
|
2826
|
+
"shape": "Sv9"
|
2638
2827
|
},
|
2639
2828
|
"VersionNumber": {
|
2640
2829
|
"type": "long"
|
2641
2830
|
},
|
2642
2831
|
"Status": {},
|
2643
2832
|
"DataSetConfigurations": {
|
2644
|
-
"shape": "
|
2833
|
+
"shape": "Sqe"
|
2645
2834
|
},
|
2646
2835
|
"Description": {},
|
2647
2836
|
"SourceEntityArn": {},
|
2648
2837
|
"ThemeArn": {},
|
2649
2838
|
"Sheets": {
|
2650
|
-
"shape": "
|
2839
|
+
"shape": "St0"
|
2651
2840
|
}
|
2652
2841
|
}
|
2653
2842
|
},
|
@@ -2699,7 +2888,7 @@
|
|
2699
2888
|
"type": "structure",
|
2700
2889
|
"members": {
|
2701
2890
|
"TemplateAlias": {
|
2702
|
-
"shape": "
|
2891
|
+
"shape": "Sqs"
|
2703
2892
|
},
|
2704
2893
|
"Status": {
|
2705
2894
|
"location": "statusCode",
|
@@ -2746,12 +2935,12 @@
|
|
2746
2935
|
"Name": {},
|
2747
2936
|
"TemplateId": {},
|
2748
2937
|
"Errors": {
|
2749
|
-
"shape": "
|
2938
|
+
"shape": "Sv9"
|
2750
2939
|
},
|
2751
2940
|
"ResourceStatus": {},
|
2752
2941
|
"ThemeArn": {},
|
2753
2942
|
"Definition": {
|
2754
|
-
"shape": "
|
2943
|
+
"shape": "Sqd"
|
2755
2944
|
},
|
2756
2945
|
"Status": {
|
2757
2946
|
"location": "statusCode",
|
@@ -2852,7 +3041,7 @@
|
|
2852
3041
|
"type": "timestamp"
|
2853
3042
|
},
|
2854
3043
|
"Configuration": {
|
2855
|
-
"shape": "
|
3044
|
+
"shape": "Sqv"
|
2856
3045
|
},
|
2857
3046
|
"Errors": {
|
2858
3047
|
"type": "list",
|
@@ -2915,7 +3104,7 @@
|
|
2915
3104
|
"type": "structure",
|
2916
3105
|
"members": {
|
2917
3106
|
"ThemeAlias": {
|
2918
|
-
"shape": "
|
3107
|
+
"shape": "Srb"
|
2919
3108
|
},
|
2920
3109
|
"Status": {
|
2921
3110
|
"location": "statusCode",
|
@@ -2994,7 +3183,7 @@
|
|
2994
3183
|
"type": "structure",
|
2995
3184
|
"members": {
|
2996
3185
|
"User": {
|
2997
|
-
"shape": "
|
3186
|
+
"shape": "Svx"
|
2998
3187
|
},
|
2999
3188
|
"RequestId": {},
|
3000
3189
|
"Status": {
|
@@ -3064,7 +3253,7 @@
|
|
3064
3253
|
],
|
3065
3254
|
"members": {
|
3066
3255
|
"InitialDashboardVisualId": {
|
3067
|
-
"shape": "
|
3256
|
+
"shape": "Sw9"
|
3068
3257
|
}
|
3069
3258
|
}
|
3070
3259
|
},
|
@@ -3080,7 +3269,7 @@
|
|
3080
3269
|
}
|
3081
3270
|
},
|
3082
3271
|
"AllowedDomains": {
|
3083
|
-
"shape": "
|
3272
|
+
"shape": "Swb"
|
3084
3273
|
}
|
3085
3274
|
}
|
3086
3275
|
},
|
@@ -3094,7 +3283,7 @@
|
|
3094
3283
|
],
|
3095
3284
|
"members": {
|
3096
3285
|
"EmbedUrl": {
|
3097
|
-
"shape": "
|
3286
|
+
"shape": "Swd"
|
3098
3287
|
},
|
3099
3288
|
"Status": {
|
3100
3289
|
"location": "statusCode",
|
@@ -3139,7 +3328,7 @@
|
|
3139
3328
|
"type": "structure",
|
3140
3329
|
"members": {
|
3141
3330
|
"StatePersistence": {
|
3142
|
-
"shape": "
|
3331
|
+
"shape": "Swi"
|
3143
3332
|
}
|
3144
3333
|
}
|
3145
3334
|
}
|
@@ -3153,7 +3342,7 @@
|
|
3153
3342
|
"type": "structure",
|
3154
3343
|
"members": {
|
3155
3344
|
"StatePersistence": {
|
3156
|
-
"shape": "
|
3345
|
+
"shape": "Swi"
|
3157
3346
|
}
|
3158
3347
|
}
|
3159
3348
|
}
|
@@ -3172,14 +3361,14 @@
|
|
3172
3361
|
],
|
3173
3362
|
"members": {
|
3174
3363
|
"InitialDashboardVisualId": {
|
3175
|
-
"shape": "
|
3364
|
+
"shape": "Sw9"
|
3176
3365
|
}
|
3177
3366
|
}
|
3178
3367
|
}
|
3179
3368
|
}
|
3180
3369
|
},
|
3181
3370
|
"AllowedDomains": {
|
3182
|
-
"shape": "
|
3371
|
+
"shape": "Swb"
|
3183
3372
|
}
|
3184
3373
|
}
|
3185
3374
|
},
|
@@ -3192,7 +3381,7 @@
|
|
3192
3381
|
],
|
3193
3382
|
"members": {
|
3194
3383
|
"EmbedUrl": {
|
3195
|
-
"shape": "
|
3384
|
+
"shape": "Swd"
|
3196
3385
|
},
|
3197
3386
|
"Status": {
|
3198
3387
|
"location": "statusCode",
|
@@ -3267,7 +3456,7 @@
|
|
3267
3456
|
"type": "structure",
|
3268
3457
|
"members": {
|
3269
3458
|
"EmbedUrl": {
|
3270
|
-
"shape": "
|
3459
|
+
"shape": "Swd"
|
3271
3460
|
},
|
3272
3461
|
"Status": {
|
3273
3462
|
"location": "statusCode",
|
@@ -3311,7 +3500,7 @@
|
|
3311
3500
|
"type": "structure",
|
3312
3501
|
"members": {
|
3313
3502
|
"EmbedUrl": {
|
3314
|
-
"shape": "
|
3503
|
+
"shape": "Swd"
|
3315
3504
|
},
|
3316
3505
|
"Status": {
|
3317
3506
|
"location": "statusCode",
|
@@ -3351,7 +3540,7 @@
|
|
3351
3540
|
"type": "structure",
|
3352
3541
|
"members": {
|
3353
3542
|
"AnalysisSummaryList": {
|
3354
|
-
"shape": "
|
3543
|
+
"shape": "Swz"
|
3355
3544
|
},
|
3356
3545
|
"NextToken": {},
|
3357
3546
|
"Status": {
|
@@ -3453,7 +3642,7 @@
|
|
3453
3642
|
"type": "structure",
|
3454
3643
|
"members": {
|
3455
3644
|
"DashboardSummaryList": {
|
3456
|
-
"shape": "
|
3645
|
+
"shape": "Sx7"
|
3457
3646
|
},
|
3458
3647
|
"NextToken": {},
|
3459
3648
|
"Status": {
|
@@ -3494,7 +3683,7 @@
|
|
3494
3683
|
"type": "structure",
|
3495
3684
|
"members": {
|
3496
3685
|
"DataSetSummaries": {
|
3497
|
-
"shape": "
|
3686
|
+
"shape": "Sxb"
|
3498
3687
|
},
|
3499
3688
|
"NextToken": {},
|
3500
3689
|
"RequestId": {},
|
@@ -3537,7 +3726,7 @@
|
|
3537
3726
|
"DataSources": {
|
3538
3727
|
"type": "list",
|
3539
3728
|
"member": {
|
3540
|
-
"shape": "
|
3729
|
+
"shape": "Stz"
|
3541
3730
|
}
|
3542
3731
|
},
|
3543
3732
|
"NextToken": {},
|
@@ -3636,7 +3825,7 @@
|
|
3636
3825
|
"type": "integer"
|
3637
3826
|
},
|
3638
3827
|
"FolderSummaryList": {
|
3639
|
-
"shape": "
|
3828
|
+
"shape": "Sxm"
|
3640
3829
|
},
|
3641
3830
|
"NextToken": {},
|
3642
3831
|
"RequestId": {}
|
@@ -3685,7 +3874,7 @@
|
|
3685
3874
|
"GroupMemberList": {
|
3686
3875
|
"type": "list",
|
3687
3876
|
"member": {
|
3688
|
-
"shape": "
|
3877
|
+
"shape": "Spk"
|
3689
3878
|
}
|
3690
3879
|
},
|
3691
3880
|
"NextToken": {},
|
@@ -3732,7 +3921,7 @@
|
|
3732
3921
|
"type": "structure",
|
3733
3922
|
"members": {
|
3734
3923
|
"GroupList": {
|
3735
|
-
"shape": "
|
3924
|
+
"shape": "Sxt"
|
3736
3925
|
},
|
3737
3926
|
"NextToken": {},
|
3738
3927
|
"RequestId": {},
|
@@ -3892,7 +4081,7 @@
|
|
3892
4081
|
"Ingestions": {
|
3893
4082
|
"type": "list",
|
3894
4083
|
"member": {
|
3895
|
-
"shape": "
|
4084
|
+
"shape": "Sul"
|
3896
4085
|
}
|
3897
4086
|
},
|
3898
4087
|
"NextToken": {},
|
@@ -3936,7 +4125,7 @@
|
|
3936
4125
|
"Namespaces": {
|
3937
4126
|
"type": "list",
|
3938
4127
|
"member": {
|
3939
|
-
"shape": "
|
4128
|
+
"shape": "Sv0"
|
3940
4129
|
}
|
3941
4130
|
},
|
3942
4131
|
"NextToken": {},
|
@@ -3948,6 +4137,45 @@
|
|
3948
4137
|
}
|
3949
4138
|
}
|
3950
4139
|
},
|
4140
|
+
"ListRefreshSchedules": {
|
4141
|
+
"http": {
|
4142
|
+
"method": "GET",
|
4143
|
+
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"
|
4144
|
+
},
|
4145
|
+
"input": {
|
4146
|
+
"type": "structure",
|
4147
|
+
"required": [
|
4148
|
+
"AwsAccountId",
|
4149
|
+
"DataSetId"
|
4150
|
+
],
|
4151
|
+
"members": {
|
4152
|
+
"AwsAccountId": {
|
4153
|
+
"location": "uri",
|
4154
|
+
"locationName": "AwsAccountId"
|
4155
|
+
},
|
4156
|
+
"DataSetId": {
|
4157
|
+
"location": "uri",
|
4158
|
+
"locationName": "DataSetId"
|
4159
|
+
}
|
4160
|
+
}
|
4161
|
+
},
|
4162
|
+
"output": {
|
4163
|
+
"type": "structure",
|
4164
|
+
"members": {
|
4165
|
+
"RefreshSchedules": {
|
4166
|
+
"type": "list",
|
4167
|
+
"member": {
|
4168
|
+
"shape": "Sq1"
|
4169
|
+
}
|
4170
|
+
},
|
4171
|
+
"Status": {
|
4172
|
+
"location": "statusCode",
|
4173
|
+
"type": "integer"
|
4174
|
+
},
|
4175
|
+
"RequestId": {}
|
4176
|
+
}
|
4177
|
+
}
|
4178
|
+
},
|
3951
4179
|
"ListTagsForResource": {
|
3952
4180
|
"http": {
|
3953
4181
|
"method": "GET",
|
@@ -4016,7 +4244,7 @@
|
|
4016
4244
|
"TemplateAliasList": {
|
4017
4245
|
"type": "list",
|
4018
4246
|
"member": {
|
4019
|
-
"shape": "
|
4247
|
+
"shape": "Sqs"
|
4020
4248
|
}
|
4021
4249
|
},
|
4022
4250
|
"Status": {
|
@@ -4183,7 +4411,7 @@
|
|
4183
4411
|
"ThemeAliasList": {
|
4184
4412
|
"type": "list",
|
4185
4413
|
"member": {
|
4186
|
-
"shape": "
|
4414
|
+
"shape": "Srb"
|
4187
4415
|
}
|
4188
4416
|
},
|
4189
4417
|
"Status": {
|
@@ -4357,7 +4585,7 @@
|
|
4357
4585
|
"type": "structure",
|
4358
4586
|
"members": {
|
4359
4587
|
"GroupList": {
|
4360
|
-
"shape": "
|
4588
|
+
"shape": "Sxt"
|
4361
4589
|
},
|
4362
4590
|
"NextToken": {},
|
4363
4591
|
"RequestId": {},
|
@@ -4405,7 +4633,7 @@
|
|
4405
4633
|
"UserList": {
|
4406
4634
|
"type": "list",
|
4407
4635
|
"member": {
|
4408
|
-
"shape": "
|
4636
|
+
"shape": "Svx"
|
4409
4637
|
}
|
4410
4638
|
},
|
4411
4639
|
"NextToken": {},
|
@@ -4417,6 +4645,43 @@
|
|
4417
4645
|
}
|
4418
4646
|
}
|
4419
4647
|
},
|
4648
|
+
"PutDataSetRefreshProperties": {
|
4649
|
+
"http": {
|
4650
|
+
"method": "PUT",
|
4651
|
+
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"
|
4652
|
+
},
|
4653
|
+
"input": {
|
4654
|
+
"type": "structure",
|
4655
|
+
"required": [
|
4656
|
+
"AwsAccountId",
|
4657
|
+
"DataSetId",
|
4658
|
+
"DataSetRefreshProperties"
|
4659
|
+
],
|
4660
|
+
"members": {
|
4661
|
+
"AwsAccountId": {
|
4662
|
+
"location": "uri",
|
4663
|
+
"locationName": "AwsAccountId"
|
4664
|
+
},
|
4665
|
+
"DataSetId": {
|
4666
|
+
"location": "uri",
|
4667
|
+
"locationName": "DataSetId"
|
4668
|
+
},
|
4669
|
+
"DataSetRefreshProperties": {
|
4670
|
+
"shape": "Str"
|
4671
|
+
}
|
4672
|
+
}
|
4673
|
+
},
|
4674
|
+
"output": {
|
4675
|
+
"type": "structure",
|
4676
|
+
"members": {
|
4677
|
+
"RequestId": {},
|
4678
|
+
"Status": {
|
4679
|
+
"location": "statusCode",
|
4680
|
+
"type": "integer"
|
4681
|
+
}
|
4682
|
+
}
|
4683
|
+
}
|
4684
|
+
},
|
4420
4685
|
"RegisterUser": {
|
4421
4686
|
"http": {
|
4422
4687
|
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/users"
|
@@ -4455,7 +4720,7 @@
|
|
4455
4720
|
"type": "structure",
|
4456
4721
|
"members": {
|
4457
4722
|
"User": {
|
4458
|
-
"shape": "
|
4723
|
+
"shape": "Svx"
|
4459
4724
|
},
|
4460
4725
|
"UserInvitationUrl": {},
|
4461
4726
|
"RequestId": {},
|
@@ -4536,7 +4801,7 @@
|
|
4536
4801
|
"type": "structure",
|
4537
4802
|
"members": {
|
4538
4803
|
"AnalysisSummaryList": {
|
4539
|
-
"shape": "
|
4804
|
+
"shape": "Swz"
|
4540
4805
|
},
|
4541
4806
|
"NextToken": {},
|
4542
4807
|
"Status": {
|
@@ -4586,7 +4851,7 @@
|
|
4586
4851
|
"type": "structure",
|
4587
4852
|
"members": {
|
4588
4853
|
"DashboardSummaryList": {
|
4589
|
-
"shape": "
|
4854
|
+
"shape": "Sx7"
|
4590
4855
|
},
|
4591
4856
|
"NextToken": {},
|
4592
4857
|
"Status": {
|
@@ -4638,7 +4903,7 @@
|
|
4638
4903
|
"type": "structure",
|
4639
4904
|
"members": {
|
4640
4905
|
"DataSetSummaries": {
|
4641
|
-
"shape": "
|
4906
|
+
"shape": "Sxb"
|
4642
4907
|
},
|
4643
4908
|
"NextToken": {},
|
4644
4909
|
"Status": {
|
@@ -4756,7 +5021,7 @@
|
|
4756
5021
|
"type": "integer"
|
4757
5022
|
},
|
4758
5023
|
"FolderSummaryList": {
|
4759
|
-
"shape": "
|
5024
|
+
"shape": "Sxm"
|
4760
5025
|
},
|
4761
5026
|
"NextToken": {},
|
4762
5027
|
"RequestId": {}
|
@@ -4814,7 +5079,7 @@
|
|
4814
5079
|
"type": "structure",
|
4815
5080
|
"members": {
|
4816
5081
|
"GroupList": {
|
4817
|
-
"shape": "
|
5082
|
+
"shape": "Sxt"
|
4818
5083
|
},
|
4819
5084
|
"NextToken": {},
|
4820
5085
|
"RequestId": {},
|
@@ -5036,10 +5301,10 @@
|
|
5036
5301
|
"locationName": "AnalysisId"
|
5037
5302
|
},
|
5038
5303
|
"GrantPermissions": {
|
5039
|
-
"shape": "
|
5304
|
+
"shape": "S10m"
|
5040
5305
|
},
|
5041
5306
|
"RevokePermissions": {
|
5042
|
-
"shape": "
|
5307
|
+
"shape": "S10m"
|
5043
5308
|
}
|
5044
5309
|
}
|
5045
5310
|
},
|
@@ -5132,16 +5397,16 @@
|
|
5132
5397
|
"locationName": "DashboardId"
|
5133
5398
|
},
|
5134
5399
|
"GrantPermissions": {
|
5135
|
-
"shape": "
|
5400
|
+
"shape": "S10m"
|
5136
5401
|
},
|
5137
5402
|
"RevokePermissions": {
|
5138
|
-
"shape": "
|
5403
|
+
"shape": "S10m"
|
5139
5404
|
},
|
5140
5405
|
"GrantLinkPermissions": {
|
5141
|
-
"shape": "
|
5406
|
+
"shape": "S10r"
|
5142
5407
|
},
|
5143
5408
|
"RevokeLinkPermissions": {
|
5144
|
-
"shape": "
|
5409
|
+
"shape": "S10r"
|
5145
5410
|
}
|
5146
5411
|
}
|
5147
5412
|
},
|
@@ -5159,7 +5424,7 @@
|
|
5159
5424
|
"type": "integer"
|
5160
5425
|
},
|
5161
5426
|
"LinkSharingConfiguration": {
|
5162
|
-
"shape": "
|
5427
|
+
"shape": "Sth"
|
5163
5428
|
}
|
5164
5429
|
}
|
5165
5430
|
}
|
@@ -5249,10 +5514,10 @@
|
|
5249
5514
|
"shape": "Sn7"
|
5250
5515
|
},
|
5251
5516
|
"ColumnLevelPermissionRules": {
|
5252
|
-
"shape": "
|
5517
|
+
"shape": "Snf"
|
5253
5518
|
},
|
5254
5519
|
"DataSetUsageConfiguration": {
|
5255
|
-
"shape": "
|
5520
|
+
"shape": "Snj"
|
5256
5521
|
}
|
5257
5522
|
}
|
5258
5523
|
},
|
@@ -5334,16 +5599,16 @@
|
|
5334
5599
|
},
|
5335
5600
|
"Name": {},
|
5336
5601
|
"DataSourceParameters": {
|
5337
|
-
"shape": "
|
5602
|
+
"shape": "Snn"
|
5338
5603
|
},
|
5339
5604
|
"Credentials": {
|
5340
|
-
"shape": "
|
5605
|
+
"shape": "Sot"
|
5341
5606
|
},
|
5342
5607
|
"VpcConnectionProperties": {
|
5343
|
-
"shape": "
|
5608
|
+
"shape": "Sp0"
|
5344
5609
|
},
|
5345
5610
|
"SslProperties": {
|
5346
|
-
"shape": "
|
5611
|
+
"shape": "Sp1"
|
5347
5612
|
}
|
5348
5613
|
}
|
5349
5614
|
},
|
@@ -5513,7 +5778,7 @@
|
|
5513
5778
|
"type": "structure",
|
5514
5779
|
"members": {
|
5515
5780
|
"Group": {
|
5516
|
-
"shape": "
|
5781
|
+
"shape": "Spg"
|
5517
5782
|
},
|
5518
5783
|
"RequestId": {},
|
5519
5784
|
"Status": {
|
@@ -5551,7 +5816,7 @@
|
|
5551
5816
|
"AssignmentStatus": {},
|
5552
5817
|
"PolicyArn": {},
|
5553
5818
|
"Identities": {
|
5554
|
-
"shape": "
|
5819
|
+
"shape": "Spo"
|
5555
5820
|
}
|
5556
5821
|
}
|
5557
5822
|
},
|
@@ -5562,7 +5827,7 @@
|
|
5562
5827
|
"AssignmentId": {},
|
5563
5828
|
"PolicyArn": {},
|
5564
5829
|
"Identities": {
|
5565
|
-
"shape": "
|
5830
|
+
"shape": "Spo"
|
5566
5831
|
},
|
5567
5832
|
"AssignmentStatus": {},
|
5568
5833
|
"RequestId": {},
|
@@ -5588,7 +5853,7 @@
|
|
5588
5853
|
"locationName": "AwsAccountId"
|
5589
5854
|
},
|
5590
5855
|
"IpRestrictionRuleMap": {
|
5591
|
-
"shape": "
|
5856
|
+
"shape": "Suu"
|
5592
5857
|
},
|
5593
5858
|
"Enabled": {
|
5594
5859
|
"type": "boolean"
|
@@ -5638,6 +5903,45 @@
|
|
5638
5903
|
}
|
5639
5904
|
}
|
5640
5905
|
},
|
5906
|
+
"UpdateRefreshSchedule": {
|
5907
|
+
"http": {
|
5908
|
+
"method": "PUT",
|
5909
|
+
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"
|
5910
|
+
},
|
5911
|
+
"input": {
|
5912
|
+
"type": "structure",
|
5913
|
+
"required": [
|
5914
|
+
"DataSetId",
|
5915
|
+
"AwsAccountId",
|
5916
|
+
"Schedule"
|
5917
|
+
],
|
5918
|
+
"members": {
|
5919
|
+
"DataSetId": {
|
5920
|
+
"location": "uri",
|
5921
|
+
"locationName": "DataSetId"
|
5922
|
+
},
|
5923
|
+
"AwsAccountId": {
|
5924
|
+
"location": "uri",
|
5925
|
+
"locationName": "AwsAccountId"
|
5926
|
+
},
|
5927
|
+
"Schedule": {
|
5928
|
+
"shape": "Sq1"
|
5929
|
+
}
|
5930
|
+
}
|
5931
|
+
},
|
5932
|
+
"output": {
|
5933
|
+
"type": "structure",
|
5934
|
+
"members": {
|
5935
|
+
"Status": {
|
5936
|
+
"location": "statusCode",
|
5937
|
+
"type": "integer"
|
5938
|
+
},
|
5939
|
+
"RequestId": {},
|
5940
|
+
"ScheduleId": {},
|
5941
|
+
"Arn": {}
|
5942
|
+
}
|
5943
|
+
}
|
5944
|
+
},
|
5641
5945
|
"UpdateTemplate": {
|
5642
5946
|
"http": {
|
5643
5947
|
"method": "PUT",
|
@@ -5659,12 +5963,12 @@
|
|
5659
5963
|
"locationName": "TemplateId"
|
5660
5964
|
},
|
5661
5965
|
"SourceEntity": {
|
5662
|
-
"shape": "
|
5966
|
+
"shape": "Sqa"
|
5663
5967
|
},
|
5664
5968
|
"VersionDescription": {},
|
5665
5969
|
"Name": {},
|
5666
5970
|
"Definition": {
|
5667
|
-
"shape": "
|
5971
|
+
"shape": "Sqd"
|
5668
5972
|
}
|
5669
5973
|
}
|
5670
5974
|
},
|
@@ -5718,7 +6022,7 @@
|
|
5718
6022
|
"type": "structure",
|
5719
6023
|
"members": {
|
5720
6024
|
"TemplateAlias": {
|
5721
|
-
"shape": "
|
6025
|
+
"shape": "Sqs"
|
5722
6026
|
},
|
5723
6027
|
"Status": {
|
5724
6028
|
"location": "statusCode",
|
@@ -5749,10 +6053,10 @@
|
|
5749
6053
|
"locationName": "TemplateId"
|
5750
6054
|
},
|
5751
6055
|
"GrantPermissions": {
|
5752
|
-
"shape": "
|
6056
|
+
"shape": "S10m"
|
5753
6057
|
},
|
5754
6058
|
"RevokePermissions": {
|
5755
|
-
"shape": "
|
6059
|
+
"shape": "S10m"
|
5756
6060
|
}
|
5757
6061
|
}
|
5758
6062
|
},
|
@@ -5797,7 +6101,7 @@
|
|
5797
6101
|
"BaseThemeId": {},
|
5798
6102
|
"VersionDescription": {},
|
5799
6103
|
"Configuration": {
|
5800
|
-
"shape": "
|
6104
|
+
"shape": "Sqv"
|
5801
6105
|
}
|
5802
6106
|
}
|
5803
6107
|
},
|
@@ -5851,7 +6155,7 @@
|
|
5851
6155
|
"type": "structure",
|
5852
6156
|
"members": {
|
5853
6157
|
"ThemeAlias": {
|
5854
|
-
"shape": "
|
6158
|
+
"shape": "Srb"
|
5855
6159
|
},
|
5856
6160
|
"Status": {
|
5857
6161
|
"location": "statusCode",
|
@@ -5882,10 +6186,10 @@
|
|
5882
6186
|
"locationName": "ThemeId"
|
5883
6187
|
},
|
5884
6188
|
"GrantPermissions": {
|
5885
|
-
"shape": "
|
6189
|
+
"shape": "S10m"
|
5886
6190
|
},
|
5887
6191
|
"RevokePermissions": {
|
5888
|
-
"shape": "
|
6192
|
+
"shape": "S10m"
|
5889
6193
|
}
|
5890
6194
|
}
|
5891
6195
|
},
|
@@ -5947,7 +6251,7 @@
|
|
5947
6251
|
"type": "structure",
|
5948
6252
|
"members": {
|
5949
6253
|
"User": {
|
5950
|
-
"shape": "
|
6254
|
+
"shape": "Svx"
|
5951
6255
|
},
|
5952
6256
|
"RequestId": {},
|
5953
6257
|
"Status": {
|
@@ -12084,6 +12388,13 @@
|
|
12084
12388
|
}
|
12085
12389
|
}
|
12086
12390
|
}
|
12391
|
+
},
|
12392
|
+
"TagRuleConfigurations": {
|
12393
|
+
"type": "list",
|
12394
|
+
"member": {
|
12395
|
+
"type": "list",
|
12396
|
+
"member": {}
|
12397
|
+
}
|
12087
12398
|
}
|
12088
12399
|
}
|
12089
12400
|
},
|
@@ -12091,7 +12402,7 @@
|
|
12091
12402
|
"type": "string",
|
12092
12403
|
"sensitive": true
|
12093
12404
|
},
|
12094
|
-
"
|
12405
|
+
"Snf": {
|
12095
12406
|
"type": "list",
|
12096
12407
|
"member": {
|
12097
12408
|
"type": "structure",
|
@@ -12107,7 +12418,7 @@
|
|
12107
12418
|
}
|
12108
12419
|
}
|
12109
12420
|
},
|
12110
|
-
"
|
12421
|
+
"Snj": {
|
12111
12422
|
"type": "structure",
|
12112
12423
|
"members": {
|
12113
12424
|
"DisableUseAsDirectQuerySource": {
|
@@ -12118,7 +12429,7 @@
|
|
12118
12429
|
}
|
12119
12430
|
}
|
12120
12431
|
},
|
12121
|
-
"
|
12432
|
+
"Snn": {
|
12122
12433
|
"type": "structure",
|
12123
12434
|
"members": {
|
12124
12435
|
"AmazonElasticsearchParameters": {
|
@@ -12422,7 +12733,7 @@
|
|
12422
12733
|
}
|
12423
12734
|
}
|
12424
12735
|
},
|
12425
|
-
"
|
12736
|
+
"Sot": {
|
12426
12737
|
"type": "structure",
|
12427
12738
|
"members": {
|
12428
12739
|
"CredentialPair": {
|
@@ -12435,7 +12746,7 @@
|
|
12435
12746
|
"Username": {},
|
12436
12747
|
"Password": {},
|
12437
12748
|
"AlternateDataSourceParameters": {
|
12438
|
-
"shape": "
|
12749
|
+
"shape": "Sox"
|
12439
12750
|
}
|
12440
12751
|
}
|
12441
12752
|
},
|
@@ -12444,13 +12755,13 @@
|
|
12444
12755
|
},
|
12445
12756
|
"sensitive": true
|
12446
12757
|
},
|
12447
|
-
"
|
12758
|
+
"Sox": {
|
12448
12759
|
"type": "list",
|
12449
12760
|
"member": {
|
12450
|
-
"shape": "
|
12761
|
+
"shape": "Snn"
|
12451
12762
|
}
|
12452
12763
|
},
|
12453
|
-
"
|
12764
|
+
"Sp0": {
|
12454
12765
|
"type": "structure",
|
12455
12766
|
"required": [
|
12456
12767
|
"VpcConnectionArn"
|
@@ -12459,7 +12770,7 @@
|
|
12459
12770
|
"VpcConnectionArn": {}
|
12460
12771
|
}
|
12461
12772
|
},
|
12462
|
-
"
|
12773
|
+
"Sp1": {
|
12463
12774
|
"type": "structure",
|
12464
12775
|
"members": {
|
12465
12776
|
"DisableSsl": {
|
@@ -12467,7 +12778,7 @@
|
|
12467
12778
|
}
|
12468
12779
|
}
|
12469
12780
|
},
|
12470
|
-
"
|
12781
|
+
"Spg": {
|
12471
12782
|
"type": "structure",
|
12472
12783
|
"members": {
|
12473
12784
|
"Arn": {},
|
@@ -12476,14 +12787,14 @@
|
|
12476
12787
|
"PrincipalId": {}
|
12477
12788
|
}
|
12478
12789
|
},
|
12479
|
-
"
|
12790
|
+
"Spk": {
|
12480
12791
|
"type": "structure",
|
12481
12792
|
"members": {
|
12482
12793
|
"Arn": {},
|
12483
12794
|
"MemberName": {}
|
12484
12795
|
}
|
12485
12796
|
},
|
12486
|
-
"
|
12797
|
+
"Spo": {
|
12487
12798
|
"type": "map",
|
12488
12799
|
"key": {},
|
12489
12800
|
"value": {
|
@@ -12491,7 +12802,41 @@
|
|
12491
12802
|
"member": {}
|
12492
12803
|
}
|
12493
12804
|
},
|
12494
|
-
"
|
12805
|
+
"Sq1": {
|
12806
|
+
"type": "structure",
|
12807
|
+
"required": [
|
12808
|
+
"ScheduleId",
|
12809
|
+
"ScheduleFrequency",
|
12810
|
+
"RefreshType"
|
12811
|
+
],
|
12812
|
+
"members": {
|
12813
|
+
"ScheduleId": {},
|
12814
|
+
"ScheduleFrequency": {
|
12815
|
+
"type": "structure",
|
12816
|
+
"required": [
|
12817
|
+
"Interval"
|
12818
|
+
],
|
12819
|
+
"members": {
|
12820
|
+
"Interval": {},
|
12821
|
+
"RefreshOnDay": {
|
12822
|
+
"type": "structure",
|
12823
|
+
"members": {
|
12824
|
+
"DayOfWeek": {},
|
12825
|
+
"DayOfMonth": {}
|
12826
|
+
}
|
12827
|
+
},
|
12828
|
+
"Timezone": {},
|
12829
|
+
"TimeOfTheDay": {}
|
12830
|
+
}
|
12831
|
+
},
|
12832
|
+
"StartAfterDateTime": {
|
12833
|
+
"type": "timestamp"
|
12834
|
+
},
|
12835
|
+
"RefreshType": {},
|
12836
|
+
"Arn": {}
|
12837
|
+
}
|
12838
|
+
},
|
12839
|
+
"Sqa": {
|
12495
12840
|
"type": "structure",
|
12496
12841
|
"members": {
|
12497
12842
|
"SourceAnalysis": {
|
@@ -12518,14 +12863,14 @@
|
|
12518
12863
|
}
|
12519
12864
|
}
|
12520
12865
|
},
|
12521
|
-
"
|
12866
|
+
"Sqd": {
|
12522
12867
|
"type": "structure",
|
12523
12868
|
"required": [
|
12524
12869
|
"DataSetConfigurations"
|
12525
12870
|
],
|
12526
12871
|
"members": {
|
12527
12872
|
"DataSetConfigurations": {
|
12528
|
-
"shape": "
|
12873
|
+
"shape": "Sqe"
|
12529
12874
|
},
|
12530
12875
|
"Sheets": {
|
12531
12876
|
"shape": "S1k"
|
@@ -12547,7 +12892,7 @@
|
|
12547
12892
|
}
|
12548
12893
|
}
|
12549
12894
|
},
|
12550
|
-
"
|
12895
|
+
"Sqe": {
|
12551
12896
|
"type": "list",
|
12552
12897
|
"member": {
|
12553
12898
|
"type": "structure",
|
@@ -12590,7 +12935,7 @@
|
|
12590
12935
|
}
|
12591
12936
|
}
|
12592
12937
|
},
|
12593
|
-
"
|
12938
|
+
"Sqs": {
|
12594
12939
|
"type": "structure",
|
12595
12940
|
"members": {
|
12596
12941
|
"AliasName": {},
|
@@ -12600,17 +12945,17 @@
|
|
12600
12945
|
}
|
12601
12946
|
}
|
12602
12947
|
},
|
12603
|
-
"
|
12948
|
+
"Sqv": {
|
12604
12949
|
"type": "structure",
|
12605
12950
|
"members": {
|
12606
12951
|
"DataColorPalette": {
|
12607
12952
|
"type": "structure",
|
12608
12953
|
"members": {
|
12609
12954
|
"Colors": {
|
12610
|
-
"shape": "
|
12955
|
+
"shape": "Sqx"
|
12611
12956
|
},
|
12612
12957
|
"MinMaxGradient": {
|
12613
|
-
"shape": "
|
12958
|
+
"shape": "Sqx"
|
12614
12959
|
},
|
12615
12960
|
"EmptyFillColor": {}
|
12616
12961
|
}
|
@@ -12691,11 +13036,11 @@
|
|
12691
13036
|
}
|
12692
13037
|
}
|
12693
13038
|
},
|
12694
|
-
"
|
13039
|
+
"Sqx": {
|
12695
13040
|
"type": "list",
|
12696
13041
|
"member": {}
|
12697
13042
|
},
|
12698
|
-
"
|
13043
|
+
"Srb": {
|
12699
13044
|
"type": "structure",
|
12700
13045
|
"members": {
|
12701
13046
|
"Arn": {},
|
@@ -12705,7 +13050,7 @@
|
|
12705
13050
|
}
|
12706
13051
|
}
|
12707
13052
|
},
|
12708
|
-
"
|
13053
|
+
"Ssu": {
|
12709
13054
|
"type": "list",
|
12710
13055
|
"member": {
|
12711
13056
|
"type": "structure",
|
@@ -12713,12 +13058,12 @@
|
|
12713
13058
|
"Type": {},
|
12714
13059
|
"Message": {},
|
12715
13060
|
"ViolatedEntities": {
|
12716
|
-
"shape": "
|
13061
|
+
"shape": "Ssx"
|
12717
13062
|
}
|
12718
13063
|
}
|
12719
13064
|
}
|
12720
13065
|
},
|
12721
|
-
"
|
13066
|
+
"Ssx": {
|
12722
13067
|
"type": "list",
|
12723
13068
|
"member": {
|
12724
13069
|
"type": "structure",
|
@@ -12727,11 +13072,11 @@
|
|
12727
13072
|
}
|
12728
13073
|
}
|
12729
13074
|
},
|
12730
|
-
"
|
13075
|
+
"Ssz": {
|
12731
13076
|
"type": "list",
|
12732
13077
|
"member": {}
|
12733
13078
|
},
|
12734
|
-
"
|
13079
|
+
"St0": {
|
12735
13080
|
"type": "list",
|
12736
13081
|
"member": {
|
12737
13082
|
"type": "structure",
|
@@ -12741,7 +13086,7 @@
|
|
12741
13086
|
}
|
12742
13087
|
}
|
12743
13088
|
},
|
12744
|
-
"
|
13089
|
+
"Sta": {
|
12745
13090
|
"type": "list",
|
12746
13091
|
"member": {
|
12747
13092
|
"type": "structure",
|
@@ -12749,12 +13094,12 @@
|
|
12749
13094
|
"Type": {},
|
12750
13095
|
"Message": {},
|
12751
13096
|
"ViolatedEntities": {
|
12752
|
-
"shape": "
|
13097
|
+
"shape": "Ssx"
|
12753
13098
|
}
|
12754
13099
|
}
|
12755
13100
|
}
|
12756
13101
|
},
|
12757
|
-
"
|
13102
|
+
"Sth": {
|
12758
13103
|
"type": "structure",
|
12759
13104
|
"members": {
|
12760
13105
|
"Permissions": {
|
@@ -12762,7 +13107,46 @@
|
|
12762
13107
|
}
|
12763
13108
|
}
|
12764
13109
|
},
|
12765
|
-
"
|
13110
|
+
"Str": {
|
13111
|
+
"type": "structure",
|
13112
|
+
"required": [
|
13113
|
+
"RefreshConfiguration"
|
13114
|
+
],
|
13115
|
+
"members": {
|
13116
|
+
"RefreshConfiguration": {
|
13117
|
+
"type": "structure",
|
13118
|
+
"required": [
|
13119
|
+
"IncrementalRefresh"
|
13120
|
+
],
|
13121
|
+
"members": {
|
13122
|
+
"IncrementalRefresh": {
|
13123
|
+
"type": "structure",
|
13124
|
+
"required": [
|
13125
|
+
"LookbackWindow"
|
13126
|
+
],
|
13127
|
+
"members": {
|
13128
|
+
"LookbackWindow": {
|
13129
|
+
"type": "structure",
|
13130
|
+
"required": [
|
13131
|
+
"ColumnName",
|
13132
|
+
"Size",
|
13133
|
+
"SizeUnit"
|
13134
|
+
],
|
13135
|
+
"members": {
|
13136
|
+
"ColumnName": {},
|
13137
|
+
"Size": {
|
13138
|
+
"type": "long"
|
13139
|
+
},
|
13140
|
+
"SizeUnit": {}
|
13141
|
+
}
|
13142
|
+
}
|
13143
|
+
}
|
13144
|
+
}
|
13145
|
+
}
|
13146
|
+
}
|
13147
|
+
}
|
13148
|
+
},
|
13149
|
+
"Stz": {
|
12766
13150
|
"type": "structure",
|
12767
13151
|
"members": {
|
12768
13152
|
"Arn": {},
|
@@ -12777,16 +13161,16 @@
|
|
12777
13161
|
"type": "timestamp"
|
12778
13162
|
},
|
12779
13163
|
"DataSourceParameters": {
|
12780
|
-
"shape": "
|
13164
|
+
"shape": "Snn"
|
12781
13165
|
},
|
12782
13166
|
"AlternateDataSourceParameters": {
|
12783
|
-
"shape": "
|
13167
|
+
"shape": "Sox"
|
12784
13168
|
},
|
12785
13169
|
"VpcConnectionProperties": {
|
12786
|
-
"shape": "
|
13170
|
+
"shape": "Sp0"
|
12787
13171
|
},
|
12788
13172
|
"SslProperties": {
|
12789
|
-
"shape": "
|
13173
|
+
"shape": "Sp1"
|
12790
13174
|
},
|
12791
13175
|
"ErrorInfo": {
|
12792
13176
|
"type": "structure",
|
@@ -12798,7 +13182,7 @@
|
|
12798
13182
|
"SecretArn": {}
|
12799
13183
|
}
|
12800
13184
|
},
|
12801
|
-
"
|
13185
|
+
"Sul": {
|
12802
13186
|
"type": "structure",
|
12803
13187
|
"required": [
|
12804
13188
|
"Arn",
|
@@ -12854,12 +13238,12 @@
|
|
12854
13238
|
"RequestType": {}
|
12855
13239
|
}
|
12856
13240
|
},
|
12857
|
-
"
|
13241
|
+
"Suu": {
|
12858
13242
|
"type": "map",
|
12859
13243
|
"key": {},
|
12860
13244
|
"value": {}
|
12861
13245
|
},
|
12862
|
-
"
|
13246
|
+
"Sv0": {
|
12863
13247
|
"type": "structure",
|
12864
13248
|
"members": {
|
12865
13249
|
"Name": {},
|
@@ -12876,7 +13260,7 @@
|
|
12876
13260
|
}
|
12877
13261
|
}
|
12878
13262
|
},
|
12879
|
-
"
|
13263
|
+
"Sv9": {
|
12880
13264
|
"type": "list",
|
12881
13265
|
"member": {
|
12882
13266
|
"type": "structure",
|
@@ -12884,12 +13268,12 @@
|
|
12884
13268
|
"Type": {},
|
12885
13269
|
"Message": {},
|
12886
13270
|
"ViolatedEntities": {
|
12887
|
-
"shape": "
|
13271
|
+
"shape": "Ssx"
|
12888
13272
|
}
|
12889
13273
|
}
|
12890
13274
|
}
|
12891
13275
|
},
|
12892
|
-
"
|
13276
|
+
"Svx": {
|
12893
13277
|
"type": "structure",
|
12894
13278
|
"members": {
|
12895
13279
|
"Arn": {},
|
@@ -12907,7 +13291,7 @@
|
|
12907
13291
|
"ExternalLoginId": {}
|
12908
13292
|
}
|
12909
13293
|
},
|
12910
|
-
"
|
13294
|
+
"Sw9": {
|
12911
13295
|
"type": "structure",
|
12912
13296
|
"required": [
|
12913
13297
|
"DashboardId",
|
@@ -12920,15 +13304,15 @@
|
|
12920
13304
|
"VisualId": {}
|
12921
13305
|
}
|
12922
13306
|
},
|
12923
|
-
"
|
13307
|
+
"Swb": {
|
12924
13308
|
"type": "list",
|
12925
13309
|
"member": {}
|
12926
13310
|
},
|
12927
|
-
"
|
13311
|
+
"Swd": {
|
12928
13312
|
"type": "string",
|
12929
13313
|
"sensitive": true
|
12930
13314
|
},
|
12931
|
-
"
|
13315
|
+
"Swi": {
|
12932
13316
|
"type": "structure",
|
12933
13317
|
"required": [
|
12934
13318
|
"Enabled"
|
@@ -12939,7 +13323,7 @@
|
|
12939
13323
|
}
|
12940
13324
|
}
|
12941
13325
|
},
|
12942
|
-
"
|
13326
|
+
"Swz": {
|
12943
13327
|
"type": "list",
|
12944
13328
|
"member": {
|
12945
13329
|
"type": "structure",
|
@@ -12957,7 +13341,7 @@
|
|
12957
13341
|
}
|
12958
13342
|
}
|
12959
13343
|
},
|
12960
|
-
"
|
13344
|
+
"Sx7": {
|
12961
13345
|
"type": "list",
|
12962
13346
|
"member": {
|
12963
13347
|
"type": "structure",
|
@@ -12980,7 +13364,7 @@
|
|
12980
13364
|
}
|
12981
13365
|
}
|
12982
13366
|
},
|
12983
|
-
"
|
13367
|
+
"Sxb": {
|
12984
13368
|
"type": "list",
|
12985
13369
|
"member": {
|
12986
13370
|
"type": "structure",
|
@@ -13007,7 +13391,7 @@
|
|
13007
13391
|
}
|
13008
13392
|
}
|
13009
13393
|
},
|
13010
|
-
"
|
13394
|
+
"Sxm": {
|
13011
13395
|
"type": "list",
|
13012
13396
|
"member": {
|
13013
13397
|
"type": "structure",
|
@@ -13025,19 +13409,19 @@
|
|
13025
13409
|
}
|
13026
13410
|
}
|
13027
13411
|
},
|
13028
|
-
"
|
13412
|
+
"Sxt": {
|
13029
13413
|
"type": "list",
|
13030
13414
|
"member": {
|
13031
|
-
"shape": "
|
13415
|
+
"shape": "Spg"
|
13032
13416
|
}
|
13033
13417
|
},
|
13034
|
-
"
|
13418
|
+
"S10m": {
|
13035
13419
|
"type": "list",
|
13036
13420
|
"member": {
|
13037
13421
|
"shape": "S19"
|
13038
13422
|
}
|
13039
13423
|
},
|
13040
|
-
"
|
13424
|
+
"S10r": {
|
13041
13425
|
"type": "list",
|
13042
13426
|
"member": {
|
13043
13427
|
"shape": "S19"
|