cdk-comprehend-s3olap 2.0.28 → 2.0.31
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 +16 -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 +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +20 -7
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -49
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +16 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +9 -8
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +319 -73
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +112 -111
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +318 -205
- package/node_modules/aws-sdk/apis/rds-2014-10-31.waiters2.json +85 -0
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +819 -0
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +787 -767
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +20 -12
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +272 -39
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.paginators.json +15 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +24 -7
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -0
- package/node_modules/aws-sdk/clients/configservice.d.ts +12 -12
- package/node_modules/aws-sdk/clients/dms.d.ts +20 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +24 -10
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +270 -18
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +5 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +182 -20
- package/node_modules/aws-sdk/clients/rds.d.ts +95 -79
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +788 -0
- package/node_modules/aws-sdk/clients/rolesanywhere.js +18 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -2
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +9 -0
- package/node_modules/aws-sdk/clients/synthetics.d.ts +270 -30
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +54 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +150 -60
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +46 -46
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -95,6 +95,68 @@
|
|
95
95
|
}
|
96
96
|
}
|
97
97
|
},
|
98
|
+
"CreateAccountSubscription": {
|
99
|
+
"http": {
|
100
|
+
"requestUri": "/account/{AwsAccountId}"
|
101
|
+
},
|
102
|
+
"input": {
|
103
|
+
"type": "structure",
|
104
|
+
"required": [
|
105
|
+
"Edition",
|
106
|
+
"AuthenticationMethod",
|
107
|
+
"AwsAccountId",
|
108
|
+
"AccountName",
|
109
|
+
"NotificationEmail"
|
110
|
+
],
|
111
|
+
"members": {
|
112
|
+
"Edition": {},
|
113
|
+
"AuthenticationMethod": {},
|
114
|
+
"AwsAccountId": {
|
115
|
+
"location": "uri",
|
116
|
+
"locationName": "AwsAccountId"
|
117
|
+
},
|
118
|
+
"AccountName": {},
|
119
|
+
"NotificationEmail": {},
|
120
|
+
"ActiveDirectoryName": {},
|
121
|
+
"Realm": {},
|
122
|
+
"DirectoryId": {},
|
123
|
+
"AdminGroup": {
|
124
|
+
"shape": "Sj"
|
125
|
+
},
|
126
|
+
"AuthorGroup": {
|
127
|
+
"shape": "Sj"
|
128
|
+
},
|
129
|
+
"ReaderGroup": {
|
130
|
+
"shape": "Sj"
|
131
|
+
},
|
132
|
+
"FirstName": {},
|
133
|
+
"LastName": {},
|
134
|
+
"EmailAddress": {},
|
135
|
+
"ContactNumber": {}
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"output": {
|
139
|
+
"type": "structure",
|
140
|
+
"members": {
|
141
|
+
"SignupResponse": {
|
142
|
+
"type": "structure",
|
143
|
+
"members": {
|
144
|
+
"IAMUser": {
|
145
|
+
"type": "boolean"
|
146
|
+
},
|
147
|
+
"userLoginName": {},
|
148
|
+
"accountName": {},
|
149
|
+
"directoryType": {}
|
150
|
+
}
|
151
|
+
},
|
152
|
+
"Status": {
|
153
|
+
"location": "statusCode",
|
154
|
+
"type": "integer"
|
155
|
+
},
|
156
|
+
"RequestId": {}
|
157
|
+
}
|
158
|
+
}
|
159
|
+
},
|
98
160
|
"CreateAnalysis": {
|
99
161
|
"http": {
|
100
162
|
"requestUri": "/accounts/{AwsAccountId}/analyses/{AnalysisId}"
|
@@ -118,13 +180,13 @@
|
|
118
180
|
},
|
119
181
|
"Name": {},
|
120
182
|
"Parameters": {
|
121
|
-
"shape": "
|
183
|
+
"shape": "Sq"
|
122
184
|
},
|
123
185
|
"Permissions": {
|
124
|
-
"shape": "
|
186
|
+
"shape": "S17"
|
125
187
|
},
|
126
188
|
"SourceEntity": {
|
127
|
-
"shape": "
|
189
|
+
"shape": "S1b"
|
128
190
|
},
|
129
191
|
"ThemeArn": {},
|
130
192
|
"Tags": {
|
@@ -169,20 +231,20 @@
|
|
169
231
|
},
|
170
232
|
"Name": {},
|
171
233
|
"Parameters": {
|
172
|
-
"shape": "
|
234
|
+
"shape": "Sq"
|
173
235
|
},
|
174
236
|
"Permissions": {
|
175
|
-
"shape": "
|
237
|
+
"shape": "S17"
|
176
238
|
},
|
177
239
|
"SourceEntity": {
|
178
|
-
"shape": "
|
240
|
+
"shape": "S1j"
|
179
241
|
},
|
180
242
|
"Tags": {
|
181
243
|
"shape": "Sb"
|
182
244
|
},
|
183
245
|
"VersionDescription": {},
|
184
246
|
"DashboardPublishOptions": {
|
185
|
-
"shape": "
|
247
|
+
"shape": "S1m"
|
186
248
|
},
|
187
249
|
"ThemeArn": {}
|
188
250
|
}
|
@@ -223,35 +285,35 @@
|
|
223
285
|
"DataSetId": {},
|
224
286
|
"Name": {},
|
225
287
|
"PhysicalTableMap": {
|
226
|
-
"shape": "
|
288
|
+
"shape": "S1w"
|
227
289
|
},
|
228
290
|
"LogicalTableMap": {
|
229
|
-
"shape": "
|
291
|
+
"shape": "S2g"
|
230
292
|
},
|
231
293
|
"ImportMode": {},
|
232
294
|
"ColumnGroups": {
|
233
|
-
"shape": "
|
295
|
+
"shape": "S3d"
|
234
296
|
},
|
235
297
|
"FieldFolders": {
|
236
|
-
"shape": "
|
298
|
+
"shape": "S3j"
|
237
299
|
},
|
238
300
|
"Permissions": {
|
239
|
-
"shape": "
|
301
|
+
"shape": "S17"
|
240
302
|
},
|
241
303
|
"RowLevelPermissionDataSet": {
|
242
|
-
"shape": "
|
304
|
+
"shape": "S3o"
|
243
305
|
},
|
244
306
|
"RowLevelPermissionTagConfiguration": {
|
245
|
-
"shape": "
|
307
|
+
"shape": "S3s"
|
246
308
|
},
|
247
309
|
"ColumnLevelPermissionRules": {
|
248
|
-
"shape": "
|
310
|
+
"shape": "S3y"
|
249
311
|
},
|
250
312
|
"Tags": {
|
251
313
|
"shape": "Sb"
|
252
314
|
},
|
253
315
|
"DataSetUsageConfiguration": {
|
254
|
-
"shape": "
|
316
|
+
"shape": "S42"
|
255
317
|
}
|
256
318
|
}
|
257
319
|
},
|
@@ -291,19 +353,19 @@
|
|
291
353
|
"Name": {},
|
292
354
|
"Type": {},
|
293
355
|
"DataSourceParameters": {
|
294
|
-
"shape": "
|
356
|
+
"shape": "S46"
|
295
357
|
},
|
296
358
|
"Credentials": {
|
297
|
-
"shape": "
|
359
|
+
"shape": "S59"
|
298
360
|
},
|
299
361
|
"Permissions": {
|
300
|
-
"shape": "
|
362
|
+
"shape": "S17"
|
301
363
|
},
|
302
364
|
"VpcConnectionProperties": {
|
303
|
-
"shape": "
|
365
|
+
"shape": "S5f"
|
304
366
|
},
|
305
367
|
"SslProperties": {
|
306
|
-
"shape": "
|
368
|
+
"shape": "S5g"
|
307
369
|
},
|
308
370
|
"Tags": {
|
309
371
|
"shape": "Sb"
|
@@ -347,7 +409,7 @@
|
|
347
409
|
"FolderType": {},
|
348
410
|
"ParentFolderArn": {},
|
349
411
|
"Permissions": {
|
350
|
-
"shape": "
|
412
|
+
"shape": "S17"
|
351
413
|
},
|
352
414
|
"Tags": {
|
353
415
|
"shape": "Sb"
|
@@ -444,7 +506,7 @@
|
|
444
506
|
"type": "structure",
|
445
507
|
"members": {
|
446
508
|
"Group": {
|
447
|
-
"shape": "
|
509
|
+
"shape": "S5u"
|
448
510
|
},
|
449
511
|
"RequestId": {},
|
450
512
|
"Status": {
|
@@ -490,7 +552,7 @@
|
|
490
552
|
"type": "structure",
|
491
553
|
"members": {
|
492
554
|
"GroupMember": {
|
493
|
-
"shape": "
|
555
|
+
"shape": "S5y"
|
494
556
|
},
|
495
557
|
"RequestId": {},
|
496
558
|
"Status": {
|
@@ -521,7 +583,7 @@
|
|
521
583
|
"AssignmentStatus": {},
|
522
584
|
"PolicyArn": {},
|
523
585
|
"Identities": {
|
524
|
-
"shape": "
|
586
|
+
"shape": "S62"
|
525
587
|
},
|
526
588
|
"Namespace": {
|
527
589
|
"location": "uri",
|
@@ -537,7 +599,7 @@
|
|
537
599
|
"AssignmentStatus": {},
|
538
600
|
"PolicyArn": {},
|
539
601
|
"Identities": {
|
540
|
-
"shape": "
|
602
|
+
"shape": "S62"
|
541
603
|
},
|
542
604
|
"RequestId": {},
|
543
605
|
"Status": {
|
@@ -650,10 +712,10 @@
|
|
650
712
|
},
|
651
713
|
"Name": {},
|
652
714
|
"Permissions": {
|
653
|
-
"shape": "
|
715
|
+
"shape": "S17"
|
654
716
|
},
|
655
717
|
"SourceEntity": {
|
656
|
-
"shape": "
|
718
|
+
"shape": "S6g"
|
657
719
|
},
|
658
720
|
"Tags": {
|
659
721
|
"shape": "Sb"
|
@@ -710,7 +772,7 @@
|
|
710
772
|
"type": "structure",
|
711
773
|
"members": {
|
712
774
|
"TemplateAlias": {
|
713
|
-
"shape": "
|
775
|
+
"shape": "S6o"
|
714
776
|
},
|
715
777
|
"Status": {
|
716
778
|
"location": "statusCode",
|
@@ -746,10 +808,10 @@
|
|
746
808
|
"BaseThemeId": {},
|
747
809
|
"VersionDescription": {},
|
748
810
|
"Configuration": {
|
749
|
-
"shape": "
|
811
|
+
"shape": "S6r"
|
750
812
|
},
|
751
813
|
"Permissions": {
|
752
|
-
"shape": "
|
814
|
+
"shape": "S17"
|
753
815
|
},
|
754
816
|
"Tags": {
|
755
817
|
"shape": "Sb"
|
@@ -805,7 +867,7 @@
|
|
805
867
|
"type": "structure",
|
806
868
|
"members": {
|
807
869
|
"ThemeAlias": {
|
808
|
-
"shape": "
|
870
|
+
"shape": "S76"
|
809
871
|
},
|
810
872
|
"Status": {
|
811
873
|
"location": "statusCode",
|
@@ -1556,6 +1618,44 @@
|
|
1556
1618
|
}
|
1557
1619
|
}
|
1558
1620
|
},
|
1621
|
+
"DescribeAccountSubscription": {
|
1622
|
+
"http": {
|
1623
|
+
"method": "GET",
|
1624
|
+
"requestUri": "/account/{AwsAccountId}"
|
1625
|
+
},
|
1626
|
+
"input": {
|
1627
|
+
"type": "structure",
|
1628
|
+
"required": [
|
1629
|
+
"AwsAccountId"
|
1630
|
+
],
|
1631
|
+
"members": {
|
1632
|
+
"AwsAccountId": {
|
1633
|
+
"location": "uri",
|
1634
|
+
"locationName": "AwsAccountId"
|
1635
|
+
}
|
1636
|
+
}
|
1637
|
+
},
|
1638
|
+
"output": {
|
1639
|
+
"type": "structure",
|
1640
|
+
"members": {
|
1641
|
+
"AccountInfo": {
|
1642
|
+
"type": "structure",
|
1643
|
+
"members": {
|
1644
|
+
"AccountName": {},
|
1645
|
+
"Edition": {},
|
1646
|
+
"NotificationEmail": {},
|
1647
|
+
"AuthenticationType": {},
|
1648
|
+
"AccountSubscriptionStatus": {}
|
1649
|
+
}
|
1650
|
+
},
|
1651
|
+
"Status": {
|
1652
|
+
"location": "statusCode",
|
1653
|
+
"type": "integer"
|
1654
|
+
},
|
1655
|
+
"RequestId": {}
|
1656
|
+
}
|
1657
|
+
}
|
1658
|
+
},
|
1559
1659
|
"DescribeAnalysis": {
|
1560
1660
|
"http": {
|
1561
1661
|
"method": "GET",
|
@@ -1599,7 +1699,7 @@
|
|
1599
1699
|
}
|
1600
1700
|
},
|
1601
1701
|
"DataSetArns": {
|
1602
|
-
"shape": "
|
1702
|
+
"shape": "S8l"
|
1603
1703
|
},
|
1604
1704
|
"ThemeArn": {},
|
1605
1705
|
"CreatedTime": {
|
@@ -1609,7 +1709,7 @@
|
|
1609
1709
|
"type": "timestamp"
|
1610
1710
|
},
|
1611
1711
|
"Sheets": {
|
1612
|
-
"shape": "
|
1712
|
+
"shape": "S8m"
|
1613
1713
|
}
|
1614
1714
|
}
|
1615
1715
|
},
|
@@ -1649,7 +1749,7 @@
|
|
1649
1749
|
"AnalysisId": {},
|
1650
1750
|
"AnalysisArn": {},
|
1651
1751
|
"Permissions": {
|
1652
|
-
"shape": "
|
1752
|
+
"shape": "S17"
|
1653
1753
|
},
|
1654
1754
|
"Status": {
|
1655
1755
|
"location": "statusCode",
|
@@ -1722,12 +1822,12 @@
|
|
1722
1822
|
"Arn": {},
|
1723
1823
|
"SourceEntityArn": {},
|
1724
1824
|
"DataSetArns": {
|
1725
|
-
"shape": "
|
1825
|
+
"shape": "S8l"
|
1726
1826
|
},
|
1727
1827
|
"Description": {},
|
1728
1828
|
"ThemeArn": {},
|
1729
1829
|
"Sheets": {
|
1730
|
-
"shape": "
|
1830
|
+
"shape": "S8m"
|
1731
1831
|
}
|
1732
1832
|
}
|
1733
1833
|
},
|
@@ -1778,7 +1878,7 @@
|
|
1778
1878
|
"DashboardId": {},
|
1779
1879
|
"DashboardArn": {},
|
1780
1880
|
"Permissions": {
|
1781
|
-
"shape": "
|
1881
|
+
"shape": "S17"
|
1782
1882
|
},
|
1783
1883
|
"Status": {
|
1784
1884
|
"location": "statusCode",
|
@@ -1786,7 +1886,7 @@
|
|
1786
1886
|
},
|
1787
1887
|
"RequestId": {},
|
1788
1888
|
"LinkSharingConfiguration": {
|
1789
|
-
"shape": "
|
1889
|
+
"shape": "S8z"
|
1790
1890
|
}
|
1791
1891
|
}
|
1792
1892
|
}
|
@@ -1829,10 +1929,10 @@
|
|
1829
1929
|
"type": "timestamp"
|
1830
1930
|
},
|
1831
1931
|
"PhysicalTableMap": {
|
1832
|
-
"shape": "
|
1932
|
+
"shape": "S1w"
|
1833
1933
|
},
|
1834
1934
|
"LogicalTableMap": {
|
1835
|
-
"shape": "
|
1935
|
+
"shape": "S2g"
|
1836
1936
|
},
|
1837
1937
|
"OutputColumns": {
|
1838
1938
|
"type": "list",
|
@@ -1850,22 +1950,22 @@
|
|
1850
1950
|
"type": "long"
|
1851
1951
|
},
|
1852
1952
|
"ColumnGroups": {
|
1853
|
-
"shape": "
|
1953
|
+
"shape": "S3d"
|
1854
1954
|
},
|
1855
1955
|
"FieldFolders": {
|
1856
|
-
"shape": "
|
1956
|
+
"shape": "S3j"
|
1857
1957
|
},
|
1858
1958
|
"RowLevelPermissionDataSet": {
|
1859
|
-
"shape": "
|
1959
|
+
"shape": "S3o"
|
1860
1960
|
},
|
1861
1961
|
"RowLevelPermissionTagConfiguration": {
|
1862
|
-
"shape": "
|
1962
|
+
"shape": "S3s"
|
1863
1963
|
},
|
1864
1964
|
"ColumnLevelPermissionRules": {
|
1865
|
-
"shape": "
|
1965
|
+
"shape": "S3y"
|
1866
1966
|
},
|
1867
1967
|
"DataSetUsageConfiguration": {
|
1868
|
-
"shape": "
|
1968
|
+
"shape": "S42"
|
1869
1969
|
}
|
1870
1970
|
}
|
1871
1971
|
},
|
@@ -1905,7 +2005,7 @@
|
|
1905
2005
|
"DataSetArn": {},
|
1906
2006
|
"DataSetId": {},
|
1907
2007
|
"Permissions": {
|
1908
|
-
"shape": "
|
2008
|
+
"shape": "S17"
|
1909
2009
|
},
|
1910
2010
|
"RequestId": {},
|
1911
2011
|
"Status": {
|
@@ -1941,7 +2041,7 @@
|
|
1941
2041
|
"type": "structure",
|
1942
2042
|
"members": {
|
1943
2043
|
"DataSource": {
|
1944
|
-
"shape": "
|
2044
|
+
"shape": "S99"
|
1945
2045
|
},
|
1946
2046
|
"RequestId": {},
|
1947
2047
|
"Status": {
|
@@ -1979,7 +2079,7 @@
|
|
1979
2079
|
"DataSourceArn": {},
|
1980
2080
|
"DataSourceId": {},
|
1981
2081
|
"Permissions": {
|
1982
|
-
"shape": "
|
2082
|
+
"shape": "S17"
|
1983
2083
|
},
|
1984
2084
|
"RequestId": {},
|
1985
2085
|
"Status": {
|
@@ -2073,7 +2173,7 @@
|
|
2073
2173
|
"FolderId": {},
|
2074
2174
|
"Arn": {},
|
2075
2175
|
"Permissions": {
|
2076
|
-
"shape": "
|
2176
|
+
"shape": "S17"
|
2077
2177
|
},
|
2078
2178
|
"RequestId": {}
|
2079
2179
|
}
|
@@ -2111,7 +2211,7 @@
|
|
2111
2211
|
"FolderId": {},
|
2112
2212
|
"Arn": {},
|
2113
2213
|
"Permissions": {
|
2114
|
-
"shape": "
|
2214
|
+
"shape": "S17"
|
2115
2215
|
},
|
2116
2216
|
"RequestId": {}
|
2117
2217
|
}
|
@@ -2148,7 +2248,7 @@
|
|
2148
2248
|
"type": "structure",
|
2149
2249
|
"members": {
|
2150
2250
|
"Group": {
|
2151
|
-
"shape": "
|
2251
|
+
"shape": "S5u"
|
2152
2252
|
},
|
2153
2253
|
"RequestId": {},
|
2154
2254
|
"Status": {
|
@@ -2194,7 +2294,7 @@
|
|
2194
2294
|
"type": "structure",
|
2195
2295
|
"members": {
|
2196
2296
|
"GroupMember": {
|
2197
|
-
"shape": "
|
2297
|
+
"shape": "S5y"
|
2198
2298
|
},
|
2199
2299
|
"RequestId": {},
|
2200
2300
|
"Status": {
|
@@ -2242,7 +2342,7 @@
|
|
2242
2342
|
"AssignmentName": {},
|
2243
2343
|
"PolicyArn": {},
|
2244
2344
|
"Identities": {
|
2245
|
-
"shape": "
|
2345
|
+
"shape": "S62"
|
2246
2346
|
},
|
2247
2347
|
"AssignmentStatus": {}
|
2248
2348
|
}
|
@@ -2286,7 +2386,7 @@
|
|
2286
2386
|
"type": "structure",
|
2287
2387
|
"members": {
|
2288
2388
|
"Ingestion": {
|
2289
|
-
"shape": "
|
2389
|
+
"shape": "S9v"
|
2290
2390
|
},
|
2291
2391
|
"RequestId": {},
|
2292
2392
|
"Status": {
|
@@ -2318,7 +2418,7 @@
|
|
2318
2418
|
"members": {
|
2319
2419
|
"AwsAccountId": {},
|
2320
2420
|
"IpRestrictionRuleMap": {
|
2321
|
-
"shape": "
|
2421
|
+
"shape": "Sa4"
|
2322
2422
|
},
|
2323
2423
|
"Enabled": {
|
2324
2424
|
"type": "boolean"
|
@@ -2357,7 +2457,7 @@
|
|
2357
2457
|
"type": "structure",
|
2358
2458
|
"members": {
|
2359
2459
|
"Namespace": {
|
2360
|
-
"shape": "
|
2460
|
+
"shape": "Saa"
|
2361
2461
|
},
|
2362
2462
|
"RequestId": {},
|
2363
2463
|
"Status": {
|
@@ -2473,7 +2573,7 @@
|
|
2473
2573
|
"SourceEntityArn": {},
|
2474
2574
|
"ThemeArn": {},
|
2475
2575
|
"Sheets": {
|
2476
|
-
"shape": "
|
2576
|
+
"shape": "S8m"
|
2477
2577
|
}
|
2478
2578
|
}
|
2479
2579
|
},
|
@@ -2525,7 +2625,7 @@
|
|
2525
2625
|
"type": "structure",
|
2526
2626
|
"members": {
|
2527
2627
|
"TemplateAlias": {
|
2528
|
-
"shape": "
|
2628
|
+
"shape": "S6o"
|
2529
2629
|
},
|
2530
2630
|
"Status": {
|
2531
2631
|
"location": "statusCode",
|
@@ -2563,7 +2663,7 @@
|
|
2563
2663
|
"TemplateId": {},
|
2564
2664
|
"TemplateArn": {},
|
2565
2665
|
"Permissions": {
|
2566
|
-
"shape": "
|
2666
|
+
"shape": "S17"
|
2567
2667
|
},
|
2568
2668
|
"RequestId": {},
|
2569
2669
|
"Status": {
|
@@ -2626,7 +2726,7 @@
|
|
2626
2726
|
"type": "timestamp"
|
2627
2727
|
},
|
2628
2728
|
"Configuration": {
|
2629
|
-
"shape": "
|
2729
|
+
"shape": "S6r"
|
2630
2730
|
},
|
2631
2731
|
"Errors": {
|
2632
2732
|
"type": "list",
|
@@ -2689,7 +2789,7 @@
|
|
2689
2789
|
"type": "structure",
|
2690
2790
|
"members": {
|
2691
2791
|
"ThemeAlias": {
|
2692
|
-
"shape": "
|
2792
|
+
"shape": "S76"
|
2693
2793
|
},
|
2694
2794
|
"Status": {
|
2695
2795
|
"location": "statusCode",
|
@@ -2727,7 +2827,7 @@
|
|
2727
2827
|
"ThemeId": {},
|
2728
2828
|
"ThemeArn": {},
|
2729
2829
|
"Permissions": {
|
2730
|
-
"shape": "
|
2830
|
+
"shape": "S17"
|
2731
2831
|
},
|
2732
2832
|
"RequestId": {},
|
2733
2833
|
"Status": {
|
@@ -2768,7 +2868,7 @@
|
|
2768
2868
|
"type": "structure",
|
2769
2869
|
"members": {
|
2770
2870
|
"User": {
|
2771
|
-
"shape": "
|
2871
|
+
"shape": "Sbc"
|
2772
2872
|
},
|
2773
2873
|
"RequestId": {},
|
2774
2874
|
"Status": {
|
@@ -2810,7 +2910,7 @@
|
|
2810
2910
|
"members": {
|
2811
2911
|
"Key": {},
|
2812
2912
|
"Value": {
|
2813
|
-
"shape": "
|
2913
|
+
"shape": "S3x"
|
2814
2914
|
}
|
2815
2915
|
}
|
2816
2916
|
}
|
@@ -2832,6 +2932,9 @@
|
|
2832
2932
|
}
|
2833
2933
|
}
|
2834
2934
|
}
|
2935
|
+
},
|
2936
|
+
"AllowedDomains": {
|
2937
|
+
"shape": "Su"
|
2835
2938
|
}
|
2836
2939
|
}
|
2837
2940
|
},
|
@@ -2844,7 +2947,7 @@
|
|
2844
2947
|
],
|
2845
2948
|
"members": {
|
2846
2949
|
"EmbedUrl": {
|
2847
|
-
"shape": "
|
2950
|
+
"shape": "Sbo"
|
2848
2951
|
},
|
2849
2952
|
"Status": {
|
2850
2953
|
"location": "statusCode",
|
@@ -2899,6 +3002,9 @@
|
|
2899
3002
|
}
|
2900
3003
|
}
|
2901
3004
|
}
|
3005
|
+
},
|
3006
|
+
"AllowedDomains": {
|
3007
|
+
"shape": "Su"
|
2902
3008
|
}
|
2903
3009
|
}
|
2904
3010
|
},
|
@@ -2911,7 +3017,7 @@
|
|
2911
3017
|
],
|
2912
3018
|
"members": {
|
2913
3019
|
"EmbedUrl": {
|
2914
|
-
"shape": "
|
3020
|
+
"shape": "Sbo"
|
2915
3021
|
},
|
2916
3022
|
"Status": {
|
2917
3023
|
"location": "statusCode",
|
@@ -2986,7 +3092,7 @@
|
|
2986
3092
|
"type": "structure",
|
2987
3093
|
"members": {
|
2988
3094
|
"EmbedUrl": {
|
2989
|
-
"shape": "
|
3095
|
+
"shape": "Sbo"
|
2990
3096
|
},
|
2991
3097
|
"Status": {
|
2992
3098
|
"location": "statusCode",
|
@@ -3030,7 +3136,7 @@
|
|
3030
3136
|
"type": "structure",
|
3031
3137
|
"members": {
|
3032
3138
|
"EmbedUrl": {
|
3033
|
-
"shape": "
|
3139
|
+
"shape": "Sbo"
|
3034
3140
|
},
|
3035
3141
|
"Status": {
|
3036
3142
|
"location": "statusCode",
|
@@ -3070,7 +3176,7 @@
|
|
3070
3176
|
"type": "structure",
|
3071
3177
|
"members": {
|
3072
3178
|
"AnalysisSummaryList": {
|
3073
|
-
"shape": "
|
3179
|
+
"shape": "Sc6"
|
3074
3180
|
},
|
3075
3181
|
"NextToken": {},
|
3076
3182
|
"Status": {
|
@@ -3172,7 +3278,7 @@
|
|
3172
3278
|
"type": "structure",
|
3173
3279
|
"members": {
|
3174
3280
|
"DashboardSummaryList": {
|
3175
|
-
"shape": "
|
3281
|
+
"shape": "Sce"
|
3176
3282
|
},
|
3177
3283
|
"NextToken": {},
|
3178
3284
|
"Status": {
|
@@ -3228,7 +3334,7 @@
|
|
3228
3334
|
},
|
3229
3335
|
"ImportMode": {},
|
3230
3336
|
"RowLevelPermissionDataSet": {
|
3231
|
-
"shape": "
|
3337
|
+
"shape": "S3o"
|
3232
3338
|
},
|
3233
3339
|
"RowLevelPermissionTagConfigurationApplied": {
|
3234
3340
|
"type": "boolean"
|
@@ -3280,7 +3386,7 @@
|
|
3280
3386
|
"DataSources": {
|
3281
3387
|
"type": "list",
|
3282
3388
|
"member": {
|
3283
|
-
"shape": "
|
3389
|
+
"shape": "S99"
|
3284
3390
|
}
|
3285
3391
|
},
|
3286
3392
|
"NextToken": {},
|
@@ -3379,7 +3485,7 @@
|
|
3379
3485
|
"type": "integer"
|
3380
3486
|
},
|
3381
3487
|
"FolderSummaryList": {
|
3382
|
-
"shape": "
|
3488
|
+
"shape": "Sct"
|
3383
3489
|
},
|
3384
3490
|
"NextToken": {},
|
3385
3491
|
"RequestId": {}
|
@@ -3428,7 +3534,7 @@
|
|
3428
3534
|
"GroupMemberList": {
|
3429
3535
|
"type": "list",
|
3430
3536
|
"member": {
|
3431
|
-
"shape": "
|
3537
|
+
"shape": "S5y"
|
3432
3538
|
}
|
3433
3539
|
},
|
3434
3540
|
"NextToken": {},
|
@@ -3475,7 +3581,7 @@
|
|
3475
3581
|
"type": "structure",
|
3476
3582
|
"members": {
|
3477
3583
|
"GroupList": {
|
3478
|
-
"shape": "
|
3584
|
+
"shape": "Sd0"
|
3479
3585
|
},
|
3480
3586
|
"NextToken": {},
|
3481
3587
|
"RequestId": {},
|
@@ -3635,7 +3741,7 @@
|
|
3635
3741
|
"Ingestions": {
|
3636
3742
|
"type": "list",
|
3637
3743
|
"member": {
|
3638
|
-
"shape": "
|
3744
|
+
"shape": "S9v"
|
3639
3745
|
}
|
3640
3746
|
},
|
3641
3747
|
"NextToken": {},
|
@@ -3679,7 +3785,7 @@
|
|
3679
3785
|
"Namespaces": {
|
3680
3786
|
"type": "list",
|
3681
3787
|
"member": {
|
3682
|
-
"shape": "
|
3788
|
+
"shape": "Saa"
|
3683
3789
|
}
|
3684
3790
|
},
|
3685
3791
|
"NextToken": {},
|
@@ -3759,7 +3865,7 @@
|
|
3759
3865
|
"TemplateAliasList": {
|
3760
3866
|
"type": "list",
|
3761
3867
|
"member": {
|
3762
|
-
"shape": "
|
3868
|
+
"shape": "S6o"
|
3763
3869
|
}
|
3764
3870
|
},
|
3765
3871
|
"Status": {
|
@@ -3926,7 +4032,7 @@
|
|
3926
4032
|
"ThemeAliasList": {
|
3927
4033
|
"type": "list",
|
3928
4034
|
"member": {
|
3929
|
-
"shape": "
|
4035
|
+
"shape": "S76"
|
3930
4036
|
}
|
3931
4037
|
},
|
3932
4038
|
"Status": {
|
@@ -4100,7 +4206,7 @@
|
|
4100
4206
|
"type": "structure",
|
4101
4207
|
"members": {
|
4102
4208
|
"GroupList": {
|
4103
|
-
"shape": "
|
4209
|
+
"shape": "Sd0"
|
4104
4210
|
},
|
4105
4211
|
"NextToken": {},
|
4106
4212
|
"RequestId": {},
|
@@ -4148,7 +4254,7 @@
|
|
4148
4254
|
"UserList": {
|
4149
4255
|
"type": "list",
|
4150
4256
|
"member": {
|
4151
|
-
"shape": "
|
4257
|
+
"shape": "Sbc"
|
4152
4258
|
}
|
4153
4259
|
},
|
4154
4260
|
"NextToken": {},
|
@@ -4198,7 +4304,7 @@
|
|
4198
4304
|
"type": "structure",
|
4199
4305
|
"members": {
|
4200
4306
|
"User": {
|
4201
|
-
"shape": "
|
4307
|
+
"shape": "Sbc"
|
4202
4308
|
},
|
4203
4309
|
"UserInvitationUrl": {},
|
4204
4310
|
"RequestId": {},
|
@@ -4279,7 +4385,7 @@
|
|
4279
4385
|
"type": "structure",
|
4280
4386
|
"members": {
|
4281
4387
|
"AnalysisSummaryList": {
|
4282
|
-
"shape": "
|
4388
|
+
"shape": "Sc6"
|
4283
4389
|
},
|
4284
4390
|
"NextToken": {},
|
4285
4391
|
"Status": {
|
@@ -4329,7 +4435,7 @@
|
|
4329
4435
|
"type": "structure",
|
4330
4436
|
"members": {
|
4331
4437
|
"DashboardSummaryList": {
|
4332
|
-
"shape": "
|
4438
|
+
"shape": "Sce"
|
4333
4439
|
},
|
4334
4440
|
"NextToken": {},
|
4335
4441
|
"Status": {
|
@@ -4380,7 +4486,7 @@
|
|
4380
4486
|
"type": "integer"
|
4381
4487
|
},
|
4382
4488
|
"FolderSummaryList": {
|
4383
|
-
"shape": "
|
4489
|
+
"shape": "Sct"
|
4384
4490
|
},
|
4385
4491
|
"NextToken": {},
|
4386
4492
|
"RequestId": {}
|
@@ -4438,7 +4544,7 @@
|
|
4438
4544
|
"type": "structure",
|
4439
4545
|
"members": {
|
4440
4546
|
"GroupList": {
|
4441
|
-
"shape": "
|
4547
|
+
"shape": "Sd0"
|
4442
4548
|
},
|
4443
4549
|
"NextToken": {},
|
4444
4550
|
"RequestId": {},
|
@@ -4612,10 +4718,10 @@
|
|
4612
4718
|
},
|
4613
4719
|
"Name": {},
|
4614
4720
|
"Parameters": {
|
4615
|
-
"shape": "
|
4721
|
+
"shape": "Sq"
|
4616
4722
|
},
|
4617
4723
|
"SourceEntity": {
|
4618
|
-
"shape": "
|
4724
|
+
"shape": "S1b"
|
4619
4725
|
},
|
4620
4726
|
"ThemeArn": {}
|
4621
4727
|
}
|
@@ -4655,10 +4761,10 @@
|
|
4655
4761
|
"locationName": "AnalysisId"
|
4656
4762
|
},
|
4657
4763
|
"GrantPermissions": {
|
4658
|
-
"shape": "
|
4764
|
+
"shape": "Sfc"
|
4659
4765
|
},
|
4660
4766
|
"RevokePermissions": {
|
4661
|
-
"shape": "
|
4767
|
+
"shape": "Sfc"
|
4662
4768
|
}
|
4663
4769
|
}
|
4664
4770
|
},
|
@@ -4668,7 +4774,7 @@
|
|
4668
4774
|
"AnalysisArn": {},
|
4669
4775
|
"AnalysisId": {},
|
4670
4776
|
"Permissions": {
|
4671
|
-
"shape": "
|
4777
|
+
"shape": "S17"
|
4672
4778
|
},
|
4673
4779
|
"RequestId": {},
|
4674
4780
|
"Status": {
|
@@ -4702,14 +4808,14 @@
|
|
4702
4808
|
},
|
4703
4809
|
"Name": {},
|
4704
4810
|
"SourceEntity": {
|
4705
|
-
"shape": "
|
4811
|
+
"shape": "S1j"
|
4706
4812
|
},
|
4707
4813
|
"Parameters": {
|
4708
|
-
"shape": "
|
4814
|
+
"shape": "Sq"
|
4709
4815
|
},
|
4710
4816
|
"VersionDescription": {},
|
4711
4817
|
"DashboardPublishOptions": {
|
4712
|
-
"shape": "
|
4818
|
+
"shape": "S1m"
|
4713
4819
|
},
|
4714
4820
|
"ThemeArn": {}
|
4715
4821
|
}
|
@@ -4749,16 +4855,16 @@
|
|
4749
4855
|
"locationName": "DashboardId"
|
4750
4856
|
},
|
4751
4857
|
"GrantPermissions": {
|
4752
|
-
"shape": "
|
4858
|
+
"shape": "Sfc"
|
4753
4859
|
},
|
4754
4860
|
"RevokePermissions": {
|
4755
|
-
"shape": "
|
4861
|
+
"shape": "Sfc"
|
4756
4862
|
},
|
4757
4863
|
"GrantLinkPermissions": {
|
4758
|
-
"shape": "
|
4864
|
+
"shape": "Sfh"
|
4759
4865
|
},
|
4760
4866
|
"RevokeLinkPermissions": {
|
4761
|
-
"shape": "
|
4867
|
+
"shape": "Sfh"
|
4762
4868
|
}
|
4763
4869
|
}
|
4764
4870
|
},
|
@@ -4768,7 +4874,7 @@
|
|
4768
4874
|
"DashboardArn": {},
|
4769
4875
|
"DashboardId": {},
|
4770
4876
|
"Permissions": {
|
4771
|
-
"shape": "
|
4877
|
+
"shape": "S17"
|
4772
4878
|
},
|
4773
4879
|
"RequestId": {},
|
4774
4880
|
"Status": {
|
@@ -4776,7 +4882,7 @@
|
|
4776
4882
|
"type": "integer"
|
4777
4883
|
},
|
4778
4884
|
"LinkSharingConfiguration": {
|
4779
|
-
"shape": "
|
4885
|
+
"shape": "S8z"
|
4780
4886
|
}
|
4781
4887
|
}
|
4782
4888
|
}
|
@@ -4847,29 +4953,29 @@
|
|
4847
4953
|
},
|
4848
4954
|
"Name": {},
|
4849
4955
|
"PhysicalTableMap": {
|
4850
|
-
"shape": "
|
4956
|
+
"shape": "S1w"
|
4851
4957
|
},
|
4852
4958
|
"LogicalTableMap": {
|
4853
|
-
"shape": "
|
4959
|
+
"shape": "S2g"
|
4854
4960
|
},
|
4855
4961
|
"ImportMode": {},
|
4856
4962
|
"ColumnGroups": {
|
4857
|
-
"shape": "
|
4963
|
+
"shape": "S3d"
|
4858
4964
|
},
|
4859
4965
|
"FieldFolders": {
|
4860
|
-
"shape": "
|
4966
|
+
"shape": "S3j"
|
4861
4967
|
},
|
4862
4968
|
"RowLevelPermissionDataSet": {
|
4863
|
-
"shape": "
|
4969
|
+
"shape": "S3o"
|
4864
4970
|
},
|
4865
4971
|
"RowLevelPermissionTagConfiguration": {
|
4866
|
-
"shape": "
|
4972
|
+
"shape": "S3s"
|
4867
4973
|
},
|
4868
4974
|
"ColumnLevelPermissionRules": {
|
4869
|
-
"shape": "
|
4975
|
+
"shape": "S3y"
|
4870
4976
|
},
|
4871
4977
|
"DataSetUsageConfiguration": {
|
4872
|
-
"shape": "
|
4978
|
+
"shape": "S42"
|
4873
4979
|
}
|
4874
4980
|
}
|
4875
4981
|
},
|
@@ -4908,10 +5014,10 @@
|
|
4908
5014
|
"locationName": "DataSetId"
|
4909
5015
|
},
|
4910
5016
|
"GrantPermissions": {
|
4911
|
-
"shape": "
|
5017
|
+
"shape": "S17"
|
4912
5018
|
},
|
4913
5019
|
"RevokePermissions": {
|
4914
|
-
"shape": "
|
5020
|
+
"shape": "S17"
|
4915
5021
|
}
|
4916
5022
|
}
|
4917
5023
|
},
|
@@ -4951,16 +5057,16 @@
|
|
4951
5057
|
},
|
4952
5058
|
"Name": {},
|
4953
5059
|
"DataSourceParameters": {
|
4954
|
-
"shape": "
|
5060
|
+
"shape": "S46"
|
4955
5061
|
},
|
4956
5062
|
"Credentials": {
|
4957
|
-
"shape": "
|
5063
|
+
"shape": "S59"
|
4958
5064
|
},
|
4959
5065
|
"VpcConnectionProperties": {
|
4960
|
-
"shape": "
|
5066
|
+
"shape": "S5f"
|
4961
5067
|
},
|
4962
5068
|
"SslProperties": {
|
4963
|
-
"shape": "
|
5069
|
+
"shape": "S5g"
|
4964
5070
|
}
|
4965
5071
|
}
|
4966
5072
|
},
|
@@ -4998,10 +5104,10 @@
|
|
4998
5104
|
"locationName": "DataSourceId"
|
4999
5105
|
},
|
5000
5106
|
"GrantPermissions": {
|
5001
|
-
"shape": "
|
5107
|
+
"shape": "S17"
|
5002
5108
|
},
|
5003
5109
|
"RevokePermissions": {
|
5004
|
-
"shape": "
|
5110
|
+
"shape": "S17"
|
5005
5111
|
}
|
5006
5112
|
}
|
5007
5113
|
},
|
@@ -5076,10 +5182,10 @@
|
|
5076
5182
|
"locationName": "FolderId"
|
5077
5183
|
},
|
5078
5184
|
"GrantPermissions": {
|
5079
|
-
"shape": "
|
5185
|
+
"shape": "S17"
|
5080
5186
|
},
|
5081
5187
|
"RevokePermissions": {
|
5082
|
-
"shape": "
|
5188
|
+
"shape": "S17"
|
5083
5189
|
}
|
5084
5190
|
}
|
5085
5191
|
},
|
@@ -5092,7 +5198,7 @@
|
|
5092
5198
|
"Arn": {},
|
5093
5199
|
"FolderId": {},
|
5094
5200
|
"Permissions": {
|
5095
|
-
"shape": "
|
5201
|
+
"shape": "S17"
|
5096
5202
|
},
|
5097
5203
|
"RequestId": {}
|
5098
5204
|
}
|
@@ -5130,7 +5236,7 @@
|
|
5130
5236
|
"type": "structure",
|
5131
5237
|
"members": {
|
5132
5238
|
"Group": {
|
5133
|
-
"shape": "
|
5239
|
+
"shape": "S5u"
|
5134
5240
|
},
|
5135
5241
|
"RequestId": {},
|
5136
5242
|
"Status": {
|
@@ -5168,7 +5274,7 @@
|
|
5168
5274
|
"AssignmentStatus": {},
|
5169
5275
|
"PolicyArn": {},
|
5170
5276
|
"Identities": {
|
5171
|
-
"shape": "
|
5277
|
+
"shape": "S62"
|
5172
5278
|
}
|
5173
5279
|
}
|
5174
5280
|
},
|
@@ -5179,7 +5285,7 @@
|
|
5179
5285
|
"AssignmentId": {},
|
5180
5286
|
"PolicyArn": {},
|
5181
5287
|
"Identities": {
|
5182
|
-
"shape": "
|
5288
|
+
"shape": "S62"
|
5183
5289
|
},
|
5184
5290
|
"AssignmentStatus": {},
|
5185
5291
|
"RequestId": {},
|
@@ -5205,7 +5311,7 @@
|
|
5205
5311
|
"locationName": "AwsAccountId"
|
5206
5312
|
},
|
5207
5313
|
"IpRestrictionRuleMap": {
|
5208
|
-
"shape": "
|
5314
|
+
"shape": "Sa4"
|
5209
5315
|
},
|
5210
5316
|
"Enabled": {
|
5211
5317
|
"type": "boolean"
|
@@ -5277,7 +5383,7 @@
|
|
5277
5383
|
"locationName": "TemplateId"
|
5278
5384
|
},
|
5279
5385
|
"SourceEntity": {
|
5280
|
-
"shape": "
|
5386
|
+
"shape": "S6g"
|
5281
5387
|
},
|
5282
5388
|
"VersionDescription": {},
|
5283
5389
|
"Name": {}
|
@@ -5333,7 +5439,7 @@
|
|
5333
5439
|
"type": "structure",
|
5334
5440
|
"members": {
|
5335
5441
|
"TemplateAlias": {
|
5336
|
-
"shape": "
|
5442
|
+
"shape": "S6o"
|
5337
5443
|
},
|
5338
5444
|
"Status": {
|
5339
5445
|
"location": "statusCode",
|
@@ -5364,10 +5470,10 @@
|
|
5364
5470
|
"locationName": "TemplateId"
|
5365
5471
|
},
|
5366
5472
|
"GrantPermissions": {
|
5367
|
-
"shape": "
|
5473
|
+
"shape": "Sfc"
|
5368
5474
|
},
|
5369
5475
|
"RevokePermissions": {
|
5370
|
-
"shape": "
|
5476
|
+
"shape": "Sfc"
|
5371
5477
|
}
|
5372
5478
|
}
|
5373
5479
|
},
|
@@ -5377,7 +5483,7 @@
|
|
5377
5483
|
"TemplateId": {},
|
5378
5484
|
"TemplateArn": {},
|
5379
5485
|
"Permissions": {
|
5380
|
-
"shape": "
|
5486
|
+
"shape": "S17"
|
5381
5487
|
},
|
5382
5488
|
"RequestId": {},
|
5383
5489
|
"Status": {
|
@@ -5412,7 +5518,7 @@
|
|
5412
5518
|
"BaseThemeId": {},
|
5413
5519
|
"VersionDescription": {},
|
5414
5520
|
"Configuration": {
|
5415
|
-
"shape": "
|
5521
|
+
"shape": "S6r"
|
5416
5522
|
}
|
5417
5523
|
}
|
5418
5524
|
},
|
@@ -5466,7 +5572,7 @@
|
|
5466
5572
|
"type": "structure",
|
5467
5573
|
"members": {
|
5468
5574
|
"ThemeAlias": {
|
5469
|
-
"shape": "
|
5575
|
+
"shape": "S76"
|
5470
5576
|
},
|
5471
5577
|
"Status": {
|
5472
5578
|
"location": "statusCode",
|
@@ -5497,10 +5603,10 @@
|
|
5497
5603
|
"locationName": "ThemeId"
|
5498
5604
|
},
|
5499
5605
|
"GrantPermissions": {
|
5500
|
-
"shape": "
|
5606
|
+
"shape": "Sfc"
|
5501
5607
|
},
|
5502
5608
|
"RevokePermissions": {
|
5503
|
-
"shape": "
|
5609
|
+
"shape": "Sfc"
|
5504
5610
|
}
|
5505
5611
|
}
|
5506
5612
|
},
|
@@ -5510,7 +5616,7 @@
|
|
5510
5616
|
"ThemeId": {},
|
5511
5617
|
"ThemeArn": {},
|
5512
5618
|
"Permissions": {
|
5513
|
-
"shape": "
|
5619
|
+
"shape": "S17"
|
5514
5620
|
},
|
5515
5621
|
"RequestId": {},
|
5516
5622
|
"Status": {
|
@@ -5562,7 +5668,7 @@
|
|
5562
5668
|
"type": "structure",
|
5563
5669
|
"members": {
|
5564
5670
|
"User": {
|
5565
|
-
"shape": "
|
5671
|
+
"shape": "Sbc"
|
5566
5672
|
},
|
5567
5673
|
"RequestId": {},
|
5568
5674
|
"Status": {
|
@@ -5596,6 +5702,10 @@
|
|
5596
5702
|
}
|
5597
5703
|
},
|
5598
5704
|
"Sj": {
|
5705
|
+
"type": "list",
|
5706
|
+
"member": {}
|
5707
|
+
},
|
5708
|
+
"Sq": {
|
5599
5709
|
"type": "structure",
|
5600
5710
|
"members": {
|
5601
5711
|
"StringParameters": {
|
@@ -5609,8 +5719,7 @@
|
|
5609
5719
|
"members": {
|
5610
5720
|
"Name": {},
|
5611
5721
|
"Values": {
|
5612
|
-
"
|
5613
|
-
"member": {}
|
5722
|
+
"shape": "Su"
|
5614
5723
|
}
|
5615
5724
|
}
|
5616
5725
|
}
|
@@ -5674,13 +5783,17 @@
|
|
5674
5783
|
}
|
5675
5784
|
}
|
5676
5785
|
},
|
5677
|
-
"
|
5786
|
+
"Su": {
|
5787
|
+
"type": "list",
|
5788
|
+
"member": {}
|
5789
|
+
},
|
5790
|
+
"S17": {
|
5678
5791
|
"type": "list",
|
5679
5792
|
"member": {
|
5680
|
-
"shape": "
|
5793
|
+
"shape": "S18"
|
5681
5794
|
}
|
5682
5795
|
},
|
5683
|
-
"
|
5796
|
+
"S18": {
|
5684
5797
|
"type": "structure",
|
5685
5798
|
"required": [
|
5686
5799
|
"Principal",
|
@@ -5694,7 +5807,7 @@
|
|
5694
5807
|
}
|
5695
5808
|
}
|
5696
5809
|
},
|
5697
|
-
"
|
5810
|
+
"S1b": {
|
5698
5811
|
"type": "structure",
|
5699
5812
|
"members": {
|
5700
5813
|
"SourceTemplate": {
|
@@ -5705,14 +5818,14 @@
|
|
5705
5818
|
],
|
5706
5819
|
"members": {
|
5707
5820
|
"DataSetReferences": {
|
5708
|
-
"shape": "
|
5821
|
+
"shape": "S1d"
|
5709
5822
|
},
|
5710
5823
|
"Arn": {}
|
5711
5824
|
}
|
5712
5825
|
}
|
5713
5826
|
}
|
5714
5827
|
},
|
5715
|
-
"
|
5828
|
+
"S1d": {
|
5716
5829
|
"type": "list",
|
5717
5830
|
"member": {
|
5718
5831
|
"type": "structure",
|
@@ -5726,7 +5839,7 @@
|
|
5726
5839
|
}
|
5727
5840
|
}
|
5728
5841
|
},
|
5729
|
-
"
|
5842
|
+
"S1j": {
|
5730
5843
|
"type": "structure",
|
5731
5844
|
"members": {
|
5732
5845
|
"SourceTemplate": {
|
@@ -5737,14 +5850,14 @@
|
|
5737
5850
|
],
|
5738
5851
|
"members": {
|
5739
5852
|
"DataSetReferences": {
|
5740
|
-
"shape": "
|
5853
|
+
"shape": "S1d"
|
5741
5854
|
},
|
5742
5855
|
"Arn": {}
|
5743
5856
|
}
|
5744
5857
|
}
|
5745
5858
|
}
|
5746
5859
|
},
|
5747
|
-
"
|
5860
|
+
"S1m": {
|
5748
5861
|
"type": "structure",
|
5749
5862
|
"members": {
|
5750
5863
|
"AdHocFilteringOption": {
|
@@ -5767,7 +5880,7 @@
|
|
5767
5880
|
}
|
5768
5881
|
}
|
5769
5882
|
},
|
5770
|
-
"
|
5883
|
+
"S1w": {
|
5771
5884
|
"type": "map",
|
5772
5885
|
"key": {},
|
5773
5886
|
"value": {
|
@@ -5786,7 +5899,7 @@
|
|
5786
5899
|
"Schema": {},
|
5787
5900
|
"Name": {},
|
5788
5901
|
"InputColumns": {
|
5789
|
-
"shape": "
|
5902
|
+
"shape": "S23"
|
5790
5903
|
}
|
5791
5904
|
}
|
5792
5905
|
},
|
@@ -5802,7 +5915,7 @@
|
|
5802
5915
|
"Name": {},
|
5803
5916
|
"SqlQuery": {},
|
5804
5917
|
"Columns": {
|
5805
|
-
"shape": "
|
5918
|
+
"shape": "S23"
|
5806
5919
|
}
|
5807
5920
|
}
|
5808
5921
|
},
|
@@ -5829,14 +5942,14 @@
|
|
5829
5942
|
}
|
5830
5943
|
},
|
5831
5944
|
"InputColumns": {
|
5832
|
-
"shape": "
|
5945
|
+
"shape": "S23"
|
5833
5946
|
}
|
5834
5947
|
}
|
5835
5948
|
}
|
5836
5949
|
}
|
5837
5950
|
}
|
5838
5951
|
},
|
5839
|
-
"
|
5952
|
+
"S23": {
|
5840
5953
|
"type": "list",
|
5841
5954
|
"member": {
|
5842
5955
|
"type": "structure",
|
@@ -5850,7 +5963,7 @@
|
|
5850
5963
|
}
|
5851
5964
|
}
|
5852
5965
|
},
|
5853
|
-
"
|
5966
|
+
"S2g": {
|
5854
5967
|
"type": "map",
|
5855
5968
|
"key": {},
|
5856
5969
|
"value": {
|
@@ -5991,10 +6104,10 @@
|
|
5991
6104
|
"LeftOperand": {},
|
5992
6105
|
"RightOperand": {},
|
5993
6106
|
"LeftJoinKeyProperties": {
|
5994
|
-
"shape": "
|
6107
|
+
"shape": "S39"
|
5995
6108
|
},
|
5996
6109
|
"RightJoinKeyProperties": {
|
5997
|
-
"shape": "
|
6110
|
+
"shape": "S39"
|
5998
6111
|
},
|
5999
6112
|
"Type": {},
|
6000
6113
|
"OnClause": {}
|
@@ -6007,7 +6120,7 @@
|
|
6007
6120
|
}
|
6008
6121
|
}
|
6009
6122
|
},
|
6010
|
-
"
|
6123
|
+
"S39": {
|
6011
6124
|
"type": "structure",
|
6012
6125
|
"members": {
|
6013
6126
|
"UniqueKey": {
|
@@ -6015,7 +6128,7 @@
|
|
6015
6128
|
}
|
6016
6129
|
}
|
6017
6130
|
},
|
6018
|
-
"
|
6131
|
+
"S3d": {
|
6019
6132
|
"type": "list",
|
6020
6133
|
"member": {
|
6021
6134
|
"type": "structure",
|
@@ -6039,7 +6152,7 @@
|
|
6039
6152
|
}
|
6040
6153
|
}
|
6041
6154
|
},
|
6042
|
-
"
|
6155
|
+
"S3j": {
|
6043
6156
|
"type": "map",
|
6044
6157
|
"key": {},
|
6045
6158
|
"value": {
|
@@ -6053,7 +6166,7 @@
|
|
6053
6166
|
}
|
6054
6167
|
}
|
6055
6168
|
},
|
6056
|
-
"
|
6169
|
+
"S3o": {
|
6057
6170
|
"type": "structure",
|
6058
6171
|
"required": [
|
6059
6172
|
"Arn",
|
@@ -6067,7 +6180,7 @@
|
|
6067
6180
|
"Status": {}
|
6068
6181
|
}
|
6069
6182
|
},
|
6070
|
-
"
|
6183
|
+
"S3s": {
|
6071
6184
|
"type": "structure",
|
6072
6185
|
"required": [
|
6073
6186
|
"TagRules"
|
@@ -6087,18 +6200,18 @@
|
|
6087
6200
|
"ColumnName": {},
|
6088
6201
|
"TagMultiValueDelimiter": {},
|
6089
6202
|
"MatchAllValue": {
|
6090
|
-
"shape": "
|
6203
|
+
"shape": "S3x"
|
6091
6204
|
}
|
6092
6205
|
}
|
6093
6206
|
}
|
6094
6207
|
}
|
6095
6208
|
}
|
6096
6209
|
},
|
6097
|
-
"
|
6210
|
+
"S3x": {
|
6098
6211
|
"type": "string",
|
6099
6212
|
"sensitive": true
|
6100
6213
|
},
|
6101
|
-
"
|
6214
|
+
"S3y": {
|
6102
6215
|
"type": "list",
|
6103
6216
|
"member": {
|
6104
6217
|
"type": "structure",
|
@@ -6114,7 +6227,7 @@
|
|
6114
6227
|
}
|
6115
6228
|
}
|
6116
6229
|
},
|
6117
|
-
"
|
6230
|
+
"S42": {
|
6118
6231
|
"type": "structure",
|
6119
6232
|
"members": {
|
6120
6233
|
"DisableUseAsDirectQuerySource": {
|
@@ -6125,7 +6238,7 @@
|
|
6125
6238
|
}
|
6126
6239
|
}
|
6127
6240
|
},
|
6128
|
-
"
|
6241
|
+
"S46": {
|
6129
6242
|
"type": "structure",
|
6130
6243
|
"members": {
|
6131
6244
|
"AmazonElasticsearchParameters": {
|
@@ -6412,7 +6525,7 @@
|
|
6412
6525
|
}
|
6413
6526
|
}
|
6414
6527
|
},
|
6415
|
-
"
|
6528
|
+
"S59": {
|
6416
6529
|
"type": "structure",
|
6417
6530
|
"members": {
|
6418
6531
|
"CredentialPair": {
|
@@ -6425,7 +6538,7 @@
|
|
6425
6538
|
"Username": {},
|
6426
6539
|
"Password": {},
|
6427
6540
|
"AlternateDataSourceParameters": {
|
6428
|
-
"shape": "
|
6541
|
+
"shape": "S5d"
|
6429
6542
|
}
|
6430
6543
|
}
|
6431
6544
|
},
|
@@ -6433,13 +6546,13 @@
|
|
6433
6546
|
},
|
6434
6547
|
"sensitive": true
|
6435
6548
|
},
|
6436
|
-
"
|
6549
|
+
"S5d": {
|
6437
6550
|
"type": "list",
|
6438
6551
|
"member": {
|
6439
|
-
"shape": "
|
6552
|
+
"shape": "S46"
|
6440
6553
|
}
|
6441
6554
|
},
|
6442
|
-
"
|
6555
|
+
"S5f": {
|
6443
6556
|
"type": "structure",
|
6444
6557
|
"required": [
|
6445
6558
|
"VpcConnectionArn"
|
@@ -6448,7 +6561,7 @@
|
|
6448
6561
|
"VpcConnectionArn": {}
|
6449
6562
|
}
|
6450
6563
|
},
|
6451
|
-
"
|
6564
|
+
"S5g": {
|
6452
6565
|
"type": "structure",
|
6453
6566
|
"members": {
|
6454
6567
|
"DisableSsl": {
|
@@ -6456,7 +6569,7 @@
|
|
6456
6569
|
}
|
6457
6570
|
}
|
6458
6571
|
},
|
6459
|
-
"
|
6572
|
+
"S5u": {
|
6460
6573
|
"type": "structure",
|
6461
6574
|
"members": {
|
6462
6575
|
"Arn": {},
|
@@ -6465,14 +6578,14 @@
|
|
6465
6578
|
"PrincipalId": {}
|
6466
6579
|
}
|
6467
6580
|
},
|
6468
|
-
"
|
6581
|
+
"S5y": {
|
6469
6582
|
"type": "structure",
|
6470
6583
|
"members": {
|
6471
6584
|
"Arn": {},
|
6472
6585
|
"MemberName": {}
|
6473
6586
|
}
|
6474
6587
|
},
|
6475
|
-
"
|
6588
|
+
"S62": {
|
6476
6589
|
"type": "map",
|
6477
6590
|
"key": {},
|
6478
6591
|
"value": {
|
@@ -6480,7 +6593,7 @@
|
|
6480
6593
|
"member": {}
|
6481
6594
|
}
|
6482
6595
|
},
|
6483
|
-
"
|
6596
|
+
"S6g": {
|
6484
6597
|
"type": "structure",
|
6485
6598
|
"members": {
|
6486
6599
|
"SourceAnalysis": {
|
@@ -6492,7 +6605,7 @@
|
|
6492
6605
|
"members": {
|
6493
6606
|
"Arn": {},
|
6494
6607
|
"DataSetReferences": {
|
6495
|
-
"shape": "
|
6608
|
+
"shape": "S1d"
|
6496
6609
|
}
|
6497
6610
|
}
|
6498
6611
|
},
|
@@ -6507,7 +6620,7 @@
|
|
6507
6620
|
}
|
6508
6621
|
}
|
6509
6622
|
},
|
6510
|
-
"
|
6623
|
+
"S6o": {
|
6511
6624
|
"type": "structure",
|
6512
6625
|
"members": {
|
6513
6626
|
"AliasName": {},
|
@@ -6517,17 +6630,17 @@
|
|
6517
6630
|
}
|
6518
6631
|
}
|
6519
6632
|
},
|
6520
|
-
"
|
6633
|
+
"S6r": {
|
6521
6634
|
"type": "structure",
|
6522
6635
|
"members": {
|
6523
6636
|
"DataColorPalette": {
|
6524
6637
|
"type": "structure",
|
6525
6638
|
"members": {
|
6526
6639
|
"Colors": {
|
6527
|
-
"shape": "
|
6640
|
+
"shape": "S6t"
|
6528
6641
|
},
|
6529
6642
|
"MinMaxGradient": {
|
6530
|
-
"shape": "
|
6643
|
+
"shape": "S6t"
|
6531
6644
|
},
|
6532
6645
|
"EmptyFillColor": {}
|
6533
6646
|
}
|
@@ -6594,11 +6707,11 @@
|
|
6594
6707
|
}
|
6595
6708
|
}
|
6596
6709
|
},
|
6597
|
-
"
|
6710
|
+
"S6t": {
|
6598
6711
|
"type": "list",
|
6599
6712
|
"member": {}
|
6600
6713
|
},
|
6601
|
-
"
|
6714
|
+
"S76": {
|
6602
6715
|
"type": "structure",
|
6603
6716
|
"members": {
|
6604
6717
|
"Arn": {},
|
@@ -6608,11 +6721,11 @@
|
|
6608
6721
|
}
|
6609
6722
|
}
|
6610
6723
|
},
|
6611
|
-
"
|
6724
|
+
"S8l": {
|
6612
6725
|
"type": "list",
|
6613
6726
|
"member": {}
|
6614
6727
|
},
|
6615
|
-
"
|
6728
|
+
"S8m": {
|
6616
6729
|
"type": "list",
|
6617
6730
|
"member": {
|
6618
6731
|
"type": "structure",
|
@@ -6622,15 +6735,15 @@
|
|
6622
6735
|
}
|
6623
6736
|
}
|
6624
6737
|
},
|
6625
|
-
"
|
6738
|
+
"S8z": {
|
6626
6739
|
"type": "structure",
|
6627
6740
|
"members": {
|
6628
6741
|
"Permissions": {
|
6629
|
-
"shape": "
|
6742
|
+
"shape": "S17"
|
6630
6743
|
}
|
6631
6744
|
}
|
6632
6745
|
},
|
6633
|
-
"
|
6746
|
+
"S99": {
|
6634
6747
|
"type": "structure",
|
6635
6748
|
"members": {
|
6636
6749
|
"Arn": {},
|
@@ -6645,16 +6758,16 @@
|
|
6645
6758
|
"type": "timestamp"
|
6646
6759
|
},
|
6647
6760
|
"DataSourceParameters": {
|
6648
|
-
"shape": "
|
6761
|
+
"shape": "S46"
|
6649
6762
|
},
|
6650
6763
|
"AlternateDataSourceParameters": {
|
6651
|
-
"shape": "
|
6764
|
+
"shape": "S5d"
|
6652
6765
|
},
|
6653
6766
|
"VpcConnectionProperties": {
|
6654
|
-
"shape": "
|
6767
|
+
"shape": "S5f"
|
6655
6768
|
},
|
6656
6769
|
"SslProperties": {
|
6657
|
-
"shape": "
|
6770
|
+
"shape": "S5g"
|
6658
6771
|
},
|
6659
6772
|
"ErrorInfo": {
|
6660
6773
|
"type": "structure",
|
@@ -6665,7 +6778,7 @@
|
|
6665
6778
|
}
|
6666
6779
|
}
|
6667
6780
|
},
|
6668
|
-
"
|
6781
|
+
"S9v": {
|
6669
6782
|
"type": "structure",
|
6670
6783
|
"required": [
|
6671
6784
|
"Arn",
|
@@ -6721,12 +6834,12 @@
|
|
6721
6834
|
"RequestType": {}
|
6722
6835
|
}
|
6723
6836
|
},
|
6724
|
-
"
|
6837
|
+
"Sa4": {
|
6725
6838
|
"type": "map",
|
6726
6839
|
"key": {},
|
6727
6840
|
"value": {}
|
6728
6841
|
},
|
6729
|
-
"
|
6842
|
+
"Saa": {
|
6730
6843
|
"type": "structure",
|
6731
6844
|
"members": {
|
6732
6845
|
"Name": {},
|
@@ -6743,7 +6856,7 @@
|
|
6743
6856
|
}
|
6744
6857
|
}
|
6745
6858
|
},
|
6746
|
-
"
|
6859
|
+
"Sbc": {
|
6747
6860
|
"type": "structure",
|
6748
6861
|
"members": {
|
6749
6862
|
"Arn": {},
|
@@ -6761,11 +6874,11 @@
|
|
6761
6874
|
"ExternalLoginId": {}
|
6762
6875
|
}
|
6763
6876
|
},
|
6764
|
-
"
|
6877
|
+
"Sbo": {
|
6765
6878
|
"type": "string",
|
6766
6879
|
"sensitive": true
|
6767
6880
|
},
|
6768
|
-
"
|
6881
|
+
"Sc6": {
|
6769
6882
|
"type": "list",
|
6770
6883
|
"member": {
|
6771
6884
|
"type": "structure",
|
@@ -6783,7 +6896,7 @@
|
|
6783
6896
|
}
|
6784
6897
|
}
|
6785
6898
|
},
|
6786
|
-
"
|
6899
|
+
"Sce": {
|
6787
6900
|
"type": "list",
|
6788
6901
|
"member": {
|
6789
6902
|
"type": "structure",
|
@@ -6806,7 +6919,7 @@
|
|
6806
6919
|
}
|
6807
6920
|
}
|
6808
6921
|
},
|
6809
|
-
"
|
6922
|
+
"Sct": {
|
6810
6923
|
"type": "list",
|
6811
6924
|
"member": {
|
6812
6925
|
"type": "structure",
|
@@ -6824,22 +6937,22 @@
|
|
6824
6937
|
}
|
6825
6938
|
}
|
6826
6939
|
},
|
6827
|
-
"
|
6940
|
+
"Sd0": {
|
6828
6941
|
"type": "list",
|
6829
6942
|
"member": {
|
6830
|
-
"shape": "
|
6943
|
+
"shape": "S5u"
|
6831
6944
|
}
|
6832
6945
|
},
|
6833
|
-
"
|
6946
|
+
"Sfc": {
|
6834
6947
|
"type": "list",
|
6835
6948
|
"member": {
|
6836
|
-
"shape": "
|
6949
|
+
"shape": "S18"
|
6837
6950
|
}
|
6838
6951
|
},
|
6839
|
-
"
|
6952
|
+
"Sfh": {
|
6840
6953
|
"type": "list",
|
6841
6954
|
"member": {
|
6842
|
-
"shape": "
|
6955
|
+
"shape": "S18"
|
6843
6956
|
}
|
6844
6957
|
}
|
6845
6958
|
}
|