cdk-lambda-subminute 2.0.300 → 2.0.302
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-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +52 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
- package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +8 -4
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +108 -15
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1864 -1397
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +259 -101
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +724 -151
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +60 -50
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +578 -33
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +32 -26
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -51
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +52 -12
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
- package/node_modules/aws-sdk/apis/metadata.json +3 -3
- package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +909 -335
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +977 -974
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +161 -146
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +201 -52
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +1121 -73
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -1
- package/node_modules/aws-sdk/clients/all.js +2 -2
- package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
- package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +16 -0
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
- package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dlm.d.ts +153 -25
- package/node_modules/aws-sdk/clients/ec2.d.ts +582 -23
- package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
- package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
- package/node_modules/aws-sdk/clients/fsx.d.ts +7 -3
- package/node_modules/aws-sdk/clients/glue.d.ts +228 -0
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +776 -60
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
- package/node_modules/aws-sdk/clients/iot.d.ts +23 -6
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +593 -6
- package/node_modules/aws-sdk/clients/kafka.d.ts +13 -0
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
- package/node_modules/aws-sdk/clients/lambda.d.ts +39 -5
- package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
- package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
- package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +1860 -96
- package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
- package/node_modules/aws-sdk/clients/quicksight.d.ts +537 -20
- package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
- package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +12 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +38 -8
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +191 -40
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +1529 -128
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
- package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
- package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
- package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
- package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
- package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
- 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 +1444 -1444
- package/node_modules/aws-sdk/dist/aws-sdk.js +2953 -2158
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
- package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
- package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
- package/node_modules/aws-sdk/clients/macie.js +0 -18
- /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -262,6 +262,9 @@
|
|
262
262
|
},
|
263
263
|
"FolderArns": {
|
264
264
|
"shape": "Sm3"
|
265
|
+
},
|
266
|
+
"LinkSharingConfiguration": {
|
267
|
+
"shape": "Smr"
|
265
268
|
}
|
266
269
|
}
|
267
270
|
},
|
@@ -301,38 +304,38 @@
|
|
301
304
|
"DataSetId": {},
|
302
305
|
"Name": {},
|
303
306
|
"PhysicalTableMap": {
|
304
|
-
"shape": "
|
307
|
+
"shape": "Smw"
|
305
308
|
},
|
306
309
|
"LogicalTableMap": {
|
307
|
-
"shape": "
|
310
|
+
"shape": "Sng"
|
308
311
|
},
|
309
312
|
"ImportMode": {},
|
310
313
|
"ColumnGroups": {
|
311
|
-
"shape": "
|
314
|
+
"shape": "Son"
|
312
315
|
},
|
313
316
|
"FieldFolders": {
|
314
|
-
"shape": "
|
317
|
+
"shape": "Sot"
|
315
318
|
},
|
316
319
|
"Permissions": {
|
317
320
|
"shape": "S19"
|
318
321
|
},
|
319
322
|
"RowLevelPermissionDataSet": {
|
320
|
-
"shape": "
|
323
|
+
"shape": "Soy"
|
321
324
|
},
|
322
325
|
"RowLevelPermissionTagConfiguration": {
|
323
|
-
"shape": "
|
326
|
+
"shape": "Sp2"
|
324
327
|
},
|
325
328
|
"ColumnLevelPermissionRules": {
|
326
|
-
"shape": "
|
329
|
+
"shape": "Spa"
|
327
330
|
},
|
328
331
|
"Tags": {
|
329
332
|
"shape": "Sb"
|
330
333
|
},
|
331
334
|
"DataSetUsageConfiguration": {
|
332
|
-
"shape": "
|
335
|
+
"shape": "Spe"
|
333
336
|
},
|
334
337
|
"DatasetParameters": {
|
335
|
-
"shape": "
|
338
|
+
"shape": "Spf"
|
336
339
|
},
|
337
340
|
"FolderArns": {
|
338
341
|
"shape": "Sm3"
|
@@ -375,19 +378,19 @@
|
|
375
378
|
"Name": {},
|
376
379
|
"Type": {},
|
377
380
|
"DataSourceParameters": {
|
378
|
-
"shape": "
|
381
|
+
"shape": "Spu"
|
379
382
|
},
|
380
383
|
"Credentials": {
|
381
|
-
"shape": "
|
384
|
+
"shape": "Sra"
|
382
385
|
},
|
383
386
|
"Permissions": {
|
384
387
|
"shape": "S19"
|
385
388
|
},
|
386
389
|
"VpcConnectionProperties": {
|
387
|
-
"shape": "
|
390
|
+
"shape": "Srh"
|
388
391
|
},
|
389
392
|
"SslProperties": {
|
390
|
-
"shape": "
|
393
|
+
"shape": "Sri"
|
391
394
|
},
|
392
395
|
"Tags": {
|
393
396
|
"shape": "Sb"
|
@@ -532,7 +535,7 @@
|
|
532
535
|
"type": "structure",
|
533
536
|
"members": {
|
534
537
|
"Group": {
|
535
|
-
"shape": "
|
538
|
+
"shape": "Sry"
|
536
539
|
},
|
537
540
|
"RequestId": {},
|
538
541
|
"Status": {
|
@@ -578,7 +581,7 @@
|
|
578
581
|
"type": "structure",
|
579
582
|
"members": {
|
580
583
|
"GroupMember": {
|
581
|
-
"shape": "
|
584
|
+
"shape": "Ss2"
|
582
585
|
},
|
583
586
|
"RequestId": {},
|
584
587
|
"Status": {
|
@@ -609,7 +612,7 @@
|
|
609
612
|
"AssignmentStatus": {},
|
610
613
|
"PolicyArn": {},
|
611
614
|
"Identities": {
|
612
|
-
"shape": "
|
615
|
+
"shape": "Ss6"
|
613
616
|
},
|
614
617
|
"Namespace": {
|
615
618
|
"location": "uri",
|
@@ -625,7 +628,7 @@
|
|
625
628
|
"AssignmentStatus": {},
|
626
629
|
"PolicyArn": {},
|
627
630
|
"Identities": {
|
628
|
-
"shape": "
|
631
|
+
"shape": "Ss6"
|
629
632
|
},
|
630
633
|
"RequestId": {},
|
631
634
|
"Status": {
|
@@ -737,7 +740,7 @@
|
|
737
740
|
"locationName": "AwsAccountId"
|
738
741
|
},
|
739
742
|
"Schedule": {
|
740
|
-
"shape": "
|
743
|
+
"shape": "Ssj"
|
741
744
|
}
|
742
745
|
}
|
743
746
|
},
|
@@ -754,6 +757,48 @@
|
|
754
757
|
}
|
755
758
|
}
|
756
759
|
},
|
760
|
+
"CreateRoleMembership": {
|
761
|
+
"http": {
|
762
|
+
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members/{MemberName}"
|
763
|
+
},
|
764
|
+
"input": {
|
765
|
+
"type": "structure",
|
766
|
+
"required": [
|
767
|
+
"MemberName",
|
768
|
+
"AwsAccountId",
|
769
|
+
"Namespace",
|
770
|
+
"Role"
|
771
|
+
],
|
772
|
+
"members": {
|
773
|
+
"MemberName": {
|
774
|
+
"location": "uri",
|
775
|
+
"locationName": "MemberName"
|
776
|
+
},
|
777
|
+
"AwsAccountId": {
|
778
|
+
"location": "uri",
|
779
|
+
"locationName": "AwsAccountId"
|
780
|
+
},
|
781
|
+
"Namespace": {
|
782
|
+
"location": "uri",
|
783
|
+
"locationName": "Namespace"
|
784
|
+
},
|
785
|
+
"Role": {
|
786
|
+
"location": "uri",
|
787
|
+
"locationName": "Role"
|
788
|
+
}
|
789
|
+
}
|
790
|
+
},
|
791
|
+
"output": {
|
792
|
+
"type": "structure",
|
793
|
+
"members": {
|
794
|
+
"RequestId": {},
|
795
|
+
"Status": {
|
796
|
+
"location": "statusCode",
|
797
|
+
"type": "integer"
|
798
|
+
}
|
799
|
+
}
|
800
|
+
}
|
801
|
+
},
|
757
802
|
"CreateTemplate": {
|
758
803
|
"http": {
|
759
804
|
"requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}"
|
@@ -778,14 +823,14 @@
|
|
778
823
|
"shape": "S19"
|
779
824
|
},
|
780
825
|
"SourceEntity": {
|
781
|
-
"shape": "
|
826
|
+
"shape": "Ssv"
|
782
827
|
},
|
783
828
|
"Tags": {
|
784
829
|
"shape": "Sb"
|
785
830
|
},
|
786
831
|
"VersionDescription": {},
|
787
832
|
"Definition": {
|
788
|
-
"shape": "
|
833
|
+
"shape": "Ssy"
|
789
834
|
},
|
790
835
|
"ValidationStrategy": {
|
791
836
|
"shape": "Sm1"
|
@@ -841,7 +886,7 @@
|
|
841
886
|
"type": "structure",
|
842
887
|
"members": {
|
843
888
|
"TemplateAlias": {
|
844
|
-
"shape": "
|
889
|
+
"shape": "Std"
|
845
890
|
},
|
846
891
|
"Status": {
|
847
892
|
"location": "statusCode",
|
@@ -877,7 +922,7 @@
|
|
877
922
|
"BaseThemeId": {},
|
878
923
|
"VersionDescription": {},
|
879
924
|
"Configuration": {
|
880
|
-
"shape": "
|
925
|
+
"shape": "Stg"
|
881
926
|
},
|
882
927
|
"Permissions": {
|
883
928
|
"shape": "S19"
|
@@ -936,7 +981,7 @@
|
|
936
981
|
"type": "structure",
|
937
982
|
"members": {
|
938
983
|
"ThemeAlias": {
|
939
|
-
"shape": "
|
984
|
+
"shape": "Stw"
|
940
985
|
},
|
941
986
|
"Status": {
|
942
987
|
"location": "statusCode",
|
@@ -964,7 +1009,7 @@
|
|
964
1009
|
},
|
965
1010
|
"TopicId": {},
|
966
1011
|
"Topic": {
|
967
|
-
"shape": "
|
1012
|
+
"shape": "Stz"
|
968
1013
|
},
|
969
1014
|
"Tags": {
|
970
1015
|
"shape": "Sb"
|
@@ -1009,7 +1054,7 @@
|
|
1009
1054
|
"DatasetArn": {},
|
1010
1055
|
"DatasetName": {},
|
1011
1056
|
"RefreshSchedule": {
|
1012
|
-
"shape": "
|
1057
|
+
"shape": "Svn"
|
1013
1058
|
}
|
1014
1059
|
}
|
1015
1060
|
},
|
@@ -1049,13 +1094,13 @@
|
|
1049
1094
|
"VPCConnectionId": {},
|
1050
1095
|
"Name": {},
|
1051
1096
|
"SubnetIds": {
|
1052
|
-
"shape": "
|
1097
|
+
"shape": "Svs"
|
1053
1098
|
},
|
1054
1099
|
"SecurityGroupIds": {
|
1055
|
-
"shape": "
|
1100
|
+
"shape": "Svu"
|
1056
1101
|
},
|
1057
1102
|
"DnsResolvers": {
|
1058
|
-
"shape": "
|
1103
|
+
"shape": "Svw"
|
1059
1104
|
},
|
1060
1105
|
"RoleArn": {},
|
1061
1106
|
"Tags": {
|
@@ -1599,6 +1644,86 @@
|
|
1599
1644
|
}
|
1600
1645
|
}
|
1601
1646
|
},
|
1647
|
+
"DeleteRoleCustomPermission": {
|
1648
|
+
"http": {
|
1649
|
+
"method": "DELETE",
|
1650
|
+
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission"
|
1651
|
+
},
|
1652
|
+
"input": {
|
1653
|
+
"type": "structure",
|
1654
|
+
"required": [
|
1655
|
+
"Role",
|
1656
|
+
"AwsAccountId",
|
1657
|
+
"Namespace"
|
1658
|
+
],
|
1659
|
+
"members": {
|
1660
|
+
"Role": {
|
1661
|
+
"location": "uri",
|
1662
|
+
"locationName": "Role"
|
1663
|
+
},
|
1664
|
+
"AwsAccountId": {
|
1665
|
+
"location": "uri",
|
1666
|
+
"locationName": "AwsAccountId"
|
1667
|
+
},
|
1668
|
+
"Namespace": {
|
1669
|
+
"location": "uri",
|
1670
|
+
"locationName": "Namespace"
|
1671
|
+
}
|
1672
|
+
}
|
1673
|
+
},
|
1674
|
+
"output": {
|
1675
|
+
"type": "structure",
|
1676
|
+
"members": {
|
1677
|
+
"RequestId": {},
|
1678
|
+
"Status": {
|
1679
|
+
"type": "integer"
|
1680
|
+
}
|
1681
|
+
}
|
1682
|
+
}
|
1683
|
+
},
|
1684
|
+
"DeleteRoleMembership": {
|
1685
|
+
"http": {
|
1686
|
+
"method": "DELETE",
|
1687
|
+
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members/{MemberName}"
|
1688
|
+
},
|
1689
|
+
"input": {
|
1690
|
+
"type": "structure",
|
1691
|
+
"required": [
|
1692
|
+
"MemberName",
|
1693
|
+
"Role",
|
1694
|
+
"AwsAccountId",
|
1695
|
+
"Namespace"
|
1696
|
+
],
|
1697
|
+
"members": {
|
1698
|
+
"MemberName": {
|
1699
|
+
"location": "uri",
|
1700
|
+
"locationName": "MemberName"
|
1701
|
+
},
|
1702
|
+
"Role": {
|
1703
|
+
"location": "uri",
|
1704
|
+
"locationName": "Role"
|
1705
|
+
},
|
1706
|
+
"AwsAccountId": {
|
1707
|
+
"location": "uri",
|
1708
|
+
"locationName": "AwsAccountId"
|
1709
|
+
},
|
1710
|
+
"Namespace": {
|
1711
|
+
"location": "uri",
|
1712
|
+
"locationName": "Namespace"
|
1713
|
+
}
|
1714
|
+
}
|
1715
|
+
},
|
1716
|
+
"output": {
|
1717
|
+
"type": "structure",
|
1718
|
+
"members": {
|
1719
|
+
"RequestId": {},
|
1720
|
+
"Status": {
|
1721
|
+
"location": "statusCode",
|
1722
|
+
"type": "integer"
|
1723
|
+
}
|
1724
|
+
}
|
1725
|
+
}
|
1726
|
+
},
|
1602
1727
|
"DeleteTemplate": {
|
1603
1728
|
"http": {
|
1604
1729
|
"method": "DELETE",
|
@@ -2108,10 +2233,10 @@
|
|
2108
2233
|
"Name": {},
|
2109
2234
|
"Status": {},
|
2110
2235
|
"Errors": {
|
2111
|
-
"shape": "
|
2236
|
+
"shape": "Sxu"
|
2112
2237
|
},
|
2113
2238
|
"DataSetArns": {
|
2114
|
-
"shape": "
|
2239
|
+
"shape": "Sxz"
|
2115
2240
|
},
|
2116
2241
|
"ThemeArn": {},
|
2117
2242
|
"CreatedTime": {
|
@@ -2121,10 +2246,7 @@
|
|
2121
2246
|
"type": "timestamp"
|
2122
2247
|
},
|
2123
2248
|
"Sheets": {
|
2124
|
-
"shape": "
|
2125
|
-
},
|
2126
|
-
"Options": {
|
2127
|
-
"shape": "Slz"
|
2249
|
+
"shape": "Sy0"
|
2128
2250
|
}
|
2129
2251
|
}
|
2130
2252
|
},
|
@@ -2164,7 +2286,7 @@
|
|
2164
2286
|
"AnalysisId": {},
|
2165
2287
|
"Name": {},
|
2166
2288
|
"Errors": {
|
2167
|
-
"shape": "
|
2289
|
+
"shape": "Sxu"
|
2168
2290
|
},
|
2169
2291
|
"ResourceStatus": {},
|
2170
2292
|
"ThemeArn": {},
|
@@ -2243,7 +2365,9 @@
|
|
2243
2365
|
"type": "structure",
|
2244
2366
|
"members": {
|
2245
2367
|
"JobStatus": {},
|
2246
|
-
"DownloadUrl": {
|
2368
|
+
"DownloadUrl": {
|
2369
|
+
"shape": "Sy9"
|
2370
|
+
},
|
2247
2371
|
"Errors": {
|
2248
2372
|
"type": "list",
|
2249
2373
|
"member": {
|
@@ -2262,19 +2386,38 @@
|
|
2262
2386
|
"AssetBundleExportJobId": {},
|
2263
2387
|
"AwsAccountId": {},
|
2264
2388
|
"ResourceArns": {
|
2265
|
-
"shape": "
|
2389
|
+
"shape": "Syc"
|
2266
2390
|
},
|
2267
2391
|
"IncludeAllDependencies": {
|
2268
2392
|
"type": "boolean"
|
2269
2393
|
},
|
2270
2394
|
"ExportFormat": {},
|
2271
2395
|
"CloudFormationOverridePropertyConfiguration": {
|
2272
|
-
"shape": "
|
2396
|
+
"shape": "Sye"
|
2273
2397
|
},
|
2274
2398
|
"RequestId": {},
|
2275
2399
|
"Status": {
|
2276
2400
|
"location": "statusCode",
|
2277
2401
|
"type": "integer"
|
2402
|
+
},
|
2403
|
+
"IncludePermissions": {
|
2404
|
+
"type": "boolean"
|
2405
|
+
},
|
2406
|
+
"IncludeTags": {
|
2407
|
+
"type": "boolean"
|
2408
|
+
},
|
2409
|
+
"ValidationStrategy": {
|
2410
|
+
"shape": "Sz8"
|
2411
|
+
},
|
2412
|
+
"Warnings": {
|
2413
|
+
"type": "list",
|
2414
|
+
"member": {
|
2415
|
+
"type": "structure",
|
2416
|
+
"members": {
|
2417
|
+
"Arn": {},
|
2418
|
+
"Message": {}
|
2419
|
+
}
|
2420
|
+
}
|
2278
2421
|
}
|
2279
2422
|
}
|
2280
2423
|
}
|
@@ -2306,10 +2449,10 @@
|
|
2306
2449
|
"members": {
|
2307
2450
|
"JobStatus": {},
|
2308
2451
|
"Errors": {
|
2309
|
-
"shape": "
|
2452
|
+
"shape": "Sze"
|
2310
2453
|
},
|
2311
2454
|
"RollbackErrors": {
|
2312
|
-
"shape": "
|
2455
|
+
"shape": "Sze"
|
2313
2456
|
},
|
2314
2457
|
"Arn": {},
|
2315
2458
|
"CreatedTime": {
|
@@ -2320,18 +2463,29 @@
|
|
2320
2463
|
"AssetBundleImportSource": {
|
2321
2464
|
"type": "structure",
|
2322
2465
|
"members": {
|
2323
|
-
"Body": {
|
2466
|
+
"Body": {
|
2467
|
+
"shape": "Sy9"
|
2468
|
+
},
|
2324
2469
|
"S3Uri": {}
|
2325
2470
|
}
|
2326
2471
|
},
|
2327
2472
|
"OverrideParameters": {
|
2328
|
-
"shape": "
|
2473
|
+
"shape": "Szi"
|
2329
2474
|
},
|
2330
2475
|
"FailureAction": {},
|
2331
2476
|
"RequestId": {},
|
2332
2477
|
"Status": {
|
2333
2478
|
"location": "statusCode",
|
2334
2479
|
"type": "integer"
|
2480
|
+
},
|
2481
|
+
"OverridePermissions": {
|
2482
|
+
"shape": "S101"
|
2483
|
+
},
|
2484
|
+
"OverrideTags": {
|
2485
|
+
"shape": "S10h"
|
2486
|
+
},
|
2487
|
+
"OverrideValidationStrategy": {
|
2488
|
+
"shape": "S10u"
|
2335
2489
|
}
|
2336
2490
|
}
|
2337
2491
|
}
|
@@ -2383,7 +2537,7 @@
|
|
2383
2537
|
"type": "timestamp"
|
2384
2538
|
},
|
2385
2539
|
"Errors": {
|
2386
|
-
"shape": "
|
2540
|
+
"shape": "S10z"
|
2387
2541
|
},
|
2388
2542
|
"VersionNumber": {
|
2389
2543
|
"type": "long"
|
@@ -2392,15 +2546,12 @@
|
|
2392
2546
|
"Arn": {},
|
2393
2547
|
"SourceEntityArn": {},
|
2394
2548
|
"DataSetArns": {
|
2395
|
-
"shape": "
|
2549
|
+
"shape": "Sxz"
|
2396
2550
|
},
|
2397
2551
|
"Description": {},
|
2398
2552
|
"ThemeArn": {},
|
2399
2553
|
"Sheets": {
|
2400
|
-
"shape": "
|
2401
|
-
},
|
2402
|
-
"Options": {
|
2403
|
-
"shape": "Slz"
|
2554
|
+
"shape": "Sy0"
|
2404
2555
|
}
|
2405
2556
|
}
|
2406
2557
|
},
|
@@ -2459,7 +2610,7 @@
|
|
2459
2610
|
"members": {
|
2460
2611
|
"DashboardId": {},
|
2461
2612
|
"Errors": {
|
2462
|
-
"shape": "
|
2613
|
+
"shape": "S10z"
|
2463
2614
|
},
|
2464
2615
|
"Name": {},
|
2465
2616
|
"ResourceStatus": {},
|
@@ -2514,7 +2665,7 @@
|
|
2514
2665
|
},
|
2515
2666
|
"RequestId": {},
|
2516
2667
|
"LinkSharingConfiguration": {
|
2517
|
-
"shape": "
|
2668
|
+
"shape": "Smr"
|
2518
2669
|
}
|
2519
2670
|
}
|
2520
2671
|
}
|
@@ -2570,7 +2721,7 @@
|
|
2570
2721
|
}
|
2571
2722
|
},
|
2572
2723
|
"SnapshotConfiguration": {
|
2573
|
-
"shape": "
|
2724
|
+
"shape": "S11c"
|
2574
2725
|
},
|
2575
2726
|
"Arn": {},
|
2576
2727
|
"JobStatus": {},
|
@@ -2639,7 +2790,7 @@
|
|
2639
2790
|
"type": "structure",
|
2640
2791
|
"members": {
|
2641
2792
|
"Files": {
|
2642
|
-
"shape": "
|
2793
|
+
"shape": "S11f"
|
2643
2794
|
},
|
2644
2795
|
"S3Results": {
|
2645
2796
|
"type": "list",
|
@@ -2647,11 +2798,10 @@
|
|
2647
2798
|
"type": "structure",
|
2648
2799
|
"members": {
|
2649
2800
|
"S3DestinationConfiguration": {
|
2650
|
-
"shape": "
|
2801
|
+
"shape": "S11o"
|
2651
2802
|
},
|
2652
2803
|
"S3Uri": {
|
2653
|
-
"
|
2654
|
-
"sensitive": true
|
2804
|
+
"shape": "Sy9"
|
2655
2805
|
},
|
2656
2806
|
"ErrorInfo": {
|
2657
2807
|
"type": "list",
|
@@ -2727,10 +2877,10 @@
|
|
2727
2877
|
"type": "timestamp"
|
2728
2878
|
},
|
2729
2879
|
"PhysicalTableMap": {
|
2730
|
-
"shape": "
|
2880
|
+
"shape": "Smw"
|
2731
2881
|
},
|
2732
2882
|
"LogicalTableMap": {
|
2733
|
-
"shape": "
|
2883
|
+
"shape": "Sng"
|
2734
2884
|
},
|
2735
2885
|
"OutputColumns": {
|
2736
2886
|
"type": "list",
|
@@ -2749,25 +2899,25 @@
|
|
2749
2899
|
"type": "long"
|
2750
2900
|
},
|
2751
2901
|
"ColumnGroups": {
|
2752
|
-
"shape": "
|
2902
|
+
"shape": "Son"
|
2753
2903
|
},
|
2754
2904
|
"FieldFolders": {
|
2755
|
-
"shape": "
|
2905
|
+
"shape": "Sot"
|
2756
2906
|
},
|
2757
2907
|
"RowLevelPermissionDataSet": {
|
2758
|
-
"shape": "
|
2908
|
+
"shape": "Soy"
|
2759
2909
|
},
|
2760
2910
|
"RowLevelPermissionTagConfiguration": {
|
2761
|
-
"shape": "
|
2911
|
+
"shape": "Sp2"
|
2762
2912
|
},
|
2763
2913
|
"ColumnLevelPermissionRules": {
|
2764
|
-
"shape": "
|
2914
|
+
"shape": "Spa"
|
2765
2915
|
},
|
2766
2916
|
"DataSetUsageConfiguration": {
|
2767
|
-
"shape": "
|
2917
|
+
"shape": "Spe"
|
2768
2918
|
},
|
2769
2919
|
"DatasetParameters": {
|
2770
|
-
"shape": "
|
2920
|
+
"shape": "Spf"
|
2771
2921
|
}
|
2772
2922
|
}
|
2773
2923
|
},
|
@@ -2848,7 +2998,7 @@
|
|
2848
2998
|
"type": "integer"
|
2849
2999
|
},
|
2850
3000
|
"DataSetRefreshProperties": {
|
2851
|
-
"shape": "
|
3001
|
+
"shape": "S12c"
|
2852
3002
|
}
|
2853
3003
|
}
|
2854
3004
|
}
|
@@ -2879,7 +3029,7 @@
|
|
2879
3029
|
"type": "structure",
|
2880
3030
|
"members": {
|
2881
3031
|
"DataSource": {
|
2882
|
-
"shape": "
|
3032
|
+
"shape": "S12k"
|
2883
3033
|
},
|
2884
3034
|
"RequestId": {},
|
2885
3035
|
"Status": {
|
@@ -3115,7 +3265,7 @@
|
|
3115
3265
|
"type": "structure",
|
3116
3266
|
"members": {
|
3117
3267
|
"Group": {
|
3118
|
-
"shape": "
|
3268
|
+
"shape": "Sry"
|
3119
3269
|
},
|
3120
3270
|
"RequestId": {},
|
3121
3271
|
"Status": {
|
@@ -3161,7 +3311,7 @@
|
|
3161
3311
|
"type": "structure",
|
3162
3312
|
"members": {
|
3163
3313
|
"GroupMember": {
|
3164
|
-
"shape": "
|
3314
|
+
"shape": "Ss2"
|
3165
3315
|
},
|
3166
3316
|
"RequestId": {},
|
3167
3317
|
"Status": {
|
@@ -3209,7 +3359,7 @@
|
|
3209
3359
|
"AssignmentName": {},
|
3210
3360
|
"PolicyArn": {},
|
3211
3361
|
"Identities": {
|
3212
|
-
"shape": "
|
3362
|
+
"shape": "Ss6"
|
3213
3363
|
},
|
3214
3364
|
"AssignmentStatus": {}
|
3215
3365
|
}
|
@@ -3253,7 +3403,7 @@
|
|
3253
3403
|
"type": "structure",
|
3254
3404
|
"members": {
|
3255
3405
|
"Ingestion": {
|
3256
|
-
"shape": "
|
3406
|
+
"shape": "S137"
|
3257
3407
|
},
|
3258
3408
|
"RequestId": {},
|
3259
3409
|
"Status": {
|
@@ -3285,7 +3435,7 @@
|
|
3285
3435
|
"members": {
|
3286
3436
|
"AwsAccountId": {},
|
3287
3437
|
"IpRestrictionRuleMap": {
|
3288
|
-
"shape": "
|
3438
|
+
"shape": "S13g"
|
3289
3439
|
},
|
3290
3440
|
"Enabled": {
|
3291
3441
|
"type": "boolean"
|
@@ -3324,7 +3474,7 @@
|
|
3324
3474
|
"type": "structure",
|
3325
3475
|
"members": {
|
3326
3476
|
"Namespace": {
|
3327
|
-
"shape": "
|
3477
|
+
"shape": "S13l"
|
3328
3478
|
},
|
3329
3479
|
"RequestId": {},
|
3330
3480
|
"Status": {
|
@@ -3365,7 +3515,7 @@
|
|
3365
3515
|
"type": "structure",
|
3366
3516
|
"members": {
|
3367
3517
|
"RefreshSchedule": {
|
3368
|
-
"shape": "
|
3518
|
+
"shape": "Ssj"
|
3369
3519
|
},
|
3370
3520
|
"Status": {
|
3371
3521
|
"location": "statusCode",
|
@@ -3376,6 +3526,44 @@
|
|
3376
3526
|
}
|
3377
3527
|
}
|
3378
3528
|
},
|
3529
|
+
"DescribeRoleCustomPermission": {
|
3530
|
+
"http": {
|
3531
|
+
"method": "GET",
|
3532
|
+
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission"
|
3533
|
+
},
|
3534
|
+
"input": {
|
3535
|
+
"type": "structure",
|
3536
|
+
"required": [
|
3537
|
+
"Role",
|
3538
|
+
"AwsAccountId",
|
3539
|
+
"Namespace"
|
3540
|
+
],
|
3541
|
+
"members": {
|
3542
|
+
"Role": {
|
3543
|
+
"location": "uri",
|
3544
|
+
"locationName": "Role"
|
3545
|
+
},
|
3546
|
+
"AwsAccountId": {
|
3547
|
+
"location": "uri",
|
3548
|
+
"locationName": "AwsAccountId"
|
3549
|
+
},
|
3550
|
+
"Namespace": {
|
3551
|
+
"location": "uri",
|
3552
|
+
"locationName": "Namespace"
|
3553
|
+
}
|
3554
|
+
}
|
3555
|
+
},
|
3556
|
+
"output": {
|
3557
|
+
"type": "structure",
|
3558
|
+
"members": {
|
3559
|
+
"CustomPermissionsName": {},
|
3560
|
+
"RequestId": {},
|
3561
|
+
"Status": {
|
3562
|
+
"type": "integer"
|
3563
|
+
}
|
3564
|
+
}
|
3565
|
+
}
|
3566
|
+
},
|
3379
3567
|
"DescribeTemplate": {
|
3380
3568
|
"http": {
|
3381
3569
|
"method": "GET",
|
@@ -3422,23 +3610,20 @@
|
|
3422
3610
|
"type": "timestamp"
|
3423
3611
|
},
|
3424
3612
|
"Errors": {
|
3425
|
-
"shape": "
|
3613
|
+
"shape": "S13x"
|
3426
3614
|
},
|
3427
3615
|
"VersionNumber": {
|
3428
3616
|
"type": "long"
|
3429
3617
|
},
|
3430
3618
|
"Status": {},
|
3431
3619
|
"DataSetConfigurations": {
|
3432
|
-
"shape": "
|
3620
|
+
"shape": "Ssz"
|
3433
3621
|
},
|
3434
3622
|
"Description": {},
|
3435
3623
|
"SourceEntityArn": {},
|
3436
3624
|
"ThemeArn": {},
|
3437
3625
|
"Sheets": {
|
3438
|
-
"shape": "
|
3439
|
-
},
|
3440
|
-
"Options": {
|
3441
|
-
"shape": "Slz"
|
3626
|
+
"shape": "Sy0"
|
3442
3627
|
}
|
3443
3628
|
}
|
3444
3629
|
},
|
@@ -3490,7 +3675,7 @@
|
|
3490
3675
|
"type": "structure",
|
3491
3676
|
"members": {
|
3492
3677
|
"TemplateAlias": {
|
3493
|
-
"shape": "
|
3678
|
+
"shape": "Std"
|
3494
3679
|
},
|
3495
3680
|
"Status": {
|
3496
3681
|
"location": "statusCode",
|
@@ -3537,12 +3722,12 @@
|
|
3537
3722
|
"Name": {},
|
3538
3723
|
"TemplateId": {},
|
3539
3724
|
"Errors": {
|
3540
|
-
"shape": "
|
3725
|
+
"shape": "S13x"
|
3541
3726
|
},
|
3542
3727
|
"ResourceStatus": {},
|
3543
3728
|
"ThemeArn": {},
|
3544
3729
|
"Definition": {
|
3545
|
-
"shape": "
|
3730
|
+
"shape": "Ssy"
|
3546
3731
|
},
|
3547
3732
|
"Status": {
|
3548
3733
|
"location": "statusCode",
|
@@ -3643,7 +3828,7 @@
|
|
3643
3828
|
"type": "timestamp"
|
3644
3829
|
},
|
3645
3830
|
"Configuration": {
|
3646
|
-
"shape": "
|
3831
|
+
"shape": "Stg"
|
3647
3832
|
},
|
3648
3833
|
"Errors": {
|
3649
3834
|
"type": "list",
|
@@ -3706,7 +3891,7 @@
|
|
3706
3891
|
"type": "structure",
|
3707
3892
|
"members": {
|
3708
3893
|
"ThemeAlias": {
|
3709
|
-
"shape": "
|
3894
|
+
"shape": "Stw"
|
3710
3895
|
},
|
3711
3896
|
"Status": {
|
3712
3897
|
"location": "statusCode",
|
@@ -3782,7 +3967,7 @@
|
|
3782
3967
|
"Arn": {},
|
3783
3968
|
"TopicId": {},
|
3784
3969
|
"Topic": {
|
3785
|
-
"shape": "
|
3970
|
+
"shape": "Stz"
|
3786
3971
|
},
|
3787
3972
|
"RequestId": {},
|
3788
3973
|
"Status": {
|
@@ -3910,7 +4095,7 @@
|
|
3910
4095
|
"TopicArn": {},
|
3911
4096
|
"DatasetArn": {},
|
3912
4097
|
"RefreshSchedule": {
|
3913
|
-
"shape": "
|
4098
|
+
"shape": "Svn"
|
3914
4099
|
},
|
3915
4100
|
"Status": {
|
3916
4101
|
"location": "statusCode",
|
@@ -3951,7 +4136,7 @@
|
|
3951
4136
|
"type": "structure",
|
3952
4137
|
"members": {
|
3953
4138
|
"User": {
|
3954
|
-
"shape": "
|
4139
|
+
"shape": "S14v"
|
3955
4140
|
},
|
3956
4141
|
"RequestId": {},
|
3957
4142
|
"Status": {
|
@@ -3994,15 +4179,15 @@
|
|
3994
4179
|
"Name": {},
|
3995
4180
|
"VPCId": {},
|
3996
4181
|
"SecurityGroupIds": {
|
3997
|
-
"shape": "
|
4182
|
+
"shape": "Svu"
|
3998
4183
|
},
|
3999
4184
|
"DnsResolvers": {
|
4000
|
-
"shape": "
|
4185
|
+
"shape": "Sug"
|
4001
4186
|
},
|
4002
4187
|
"Status": {},
|
4003
4188
|
"AvailabilityStatus": {},
|
4004
4189
|
"NetworkInterfaces": {
|
4005
|
-
"shape": "
|
4190
|
+
"shape": "S151"
|
4006
4191
|
},
|
4007
4192
|
"RoleArn": {},
|
4008
4193
|
"CreatedTime": {
|
@@ -4042,7 +4227,7 @@
|
|
4042
4227
|
},
|
4043
4228
|
"Namespace": {},
|
4044
4229
|
"SessionTags": {
|
4045
|
-
"shape": "
|
4230
|
+
"shape": "S157"
|
4046
4231
|
},
|
4047
4232
|
"AuthorizedResourceArns": {
|
4048
4233
|
"type": "list",
|
@@ -4067,7 +4252,7 @@
|
|
4067
4252
|
],
|
4068
4253
|
"members": {
|
4069
4254
|
"InitialDashboardVisualId": {
|
4070
|
-
"shape": "
|
4255
|
+
"shape": "S15d"
|
4071
4256
|
}
|
4072
4257
|
}
|
4073
4258
|
},
|
@@ -4083,7 +4268,7 @@
|
|
4083
4268
|
}
|
4084
4269
|
},
|
4085
4270
|
"AllowedDomains": {
|
4086
|
-
"shape": "
|
4271
|
+
"shape": "Sug"
|
4087
4272
|
}
|
4088
4273
|
}
|
4089
4274
|
},
|
@@ -4097,7 +4282,7 @@
|
|
4097
4282
|
],
|
4098
4283
|
"members": {
|
4099
4284
|
"EmbedUrl": {
|
4100
|
-
"shape": "
|
4285
|
+
"shape": "S15g"
|
4101
4286
|
},
|
4102
4287
|
"Status": {
|
4103
4288
|
"location": "statusCode",
|
@@ -4142,7 +4327,7 @@
|
|
4142
4327
|
"type": "structure",
|
4143
4328
|
"members": {
|
4144
4329
|
"StatePersistence": {
|
4145
|
-
"shape": "
|
4330
|
+
"shape": "S15l"
|
4146
4331
|
},
|
4147
4332
|
"Bookmarks": {
|
4148
4333
|
"type": "structure",
|
@@ -4167,7 +4352,7 @@
|
|
4167
4352
|
"type": "structure",
|
4168
4353
|
"members": {
|
4169
4354
|
"StatePersistence": {
|
4170
|
-
"shape": "
|
4355
|
+
"shape": "S15l"
|
4171
4356
|
}
|
4172
4357
|
}
|
4173
4358
|
}
|
@@ -4186,14 +4371,14 @@
|
|
4186
4371
|
],
|
4187
4372
|
"members": {
|
4188
4373
|
"InitialDashboardVisualId": {
|
4189
|
-
"shape": "
|
4374
|
+
"shape": "S15d"
|
4190
4375
|
}
|
4191
4376
|
}
|
4192
4377
|
}
|
4193
4378
|
}
|
4194
4379
|
},
|
4195
4380
|
"AllowedDomains": {
|
4196
|
-
"shape": "
|
4381
|
+
"shape": "Sug"
|
4197
4382
|
}
|
4198
4383
|
}
|
4199
4384
|
},
|
@@ -4206,7 +4391,7 @@
|
|
4206
4391
|
],
|
4207
4392
|
"members": {
|
4208
4393
|
"EmbedUrl": {
|
4209
|
-
"shape": "
|
4394
|
+
"shape": "S15g"
|
4210
4395
|
},
|
4211
4396
|
"Status": {
|
4212
4397
|
"location": "statusCode",
|
@@ -4281,7 +4466,7 @@
|
|
4281
4466
|
"type": "structure",
|
4282
4467
|
"members": {
|
4283
4468
|
"EmbedUrl": {
|
4284
|
-
"shape": "
|
4469
|
+
"shape": "S15g"
|
4285
4470
|
},
|
4286
4471
|
"Status": {
|
4287
4472
|
"location": "statusCode",
|
@@ -4325,7 +4510,7 @@
|
|
4325
4510
|
"type": "structure",
|
4326
4511
|
"members": {
|
4327
4512
|
"EmbedUrl": {
|
4328
|
-
"shape": "
|
4513
|
+
"shape": "S15g"
|
4329
4514
|
},
|
4330
4515
|
"Status": {
|
4331
4516
|
"location": "statusCode",
|
@@ -4365,7 +4550,7 @@
|
|
4365
4550
|
"type": "structure",
|
4366
4551
|
"members": {
|
4367
4552
|
"AnalysisSummaryList": {
|
4368
|
-
"shape": "
|
4553
|
+
"shape": "S162"
|
4369
4554
|
},
|
4370
4555
|
"NextToken": {},
|
4371
4556
|
"Status": {
|
@@ -4419,7 +4604,13 @@
|
|
4419
4604
|
"IncludeAllDependencies": {
|
4420
4605
|
"type": "boolean"
|
4421
4606
|
},
|
4422
|
-
"ExportFormat": {}
|
4607
|
+
"ExportFormat": {},
|
4608
|
+
"IncludePermissions": {
|
4609
|
+
"type": "boolean"
|
4610
|
+
},
|
4611
|
+
"IncludeTags": {
|
4612
|
+
"type": "boolean"
|
4613
|
+
}
|
4423
4614
|
}
|
4424
4615
|
}
|
4425
4616
|
},
|
@@ -4576,7 +4767,7 @@
|
|
4576
4767
|
"type": "structure",
|
4577
4768
|
"members": {
|
4578
4769
|
"DashboardSummaryList": {
|
4579
|
-
"shape": "
|
4770
|
+
"shape": "S16i"
|
4580
4771
|
},
|
4581
4772
|
"NextToken": {},
|
4582
4773
|
"Status": {
|
@@ -4617,7 +4808,7 @@
|
|
4617
4808
|
"type": "structure",
|
4618
4809
|
"members": {
|
4619
4810
|
"DataSetSummaries": {
|
4620
|
-
"shape": "
|
4811
|
+
"shape": "S16m"
|
4621
4812
|
},
|
4622
4813
|
"NextToken": {},
|
4623
4814
|
"RequestId": {},
|
@@ -4660,7 +4851,7 @@
|
|
4660
4851
|
"DataSources": {
|
4661
4852
|
"type": "list",
|
4662
4853
|
"member": {
|
4663
|
-
"shape": "
|
4854
|
+
"shape": "S12k"
|
4664
4855
|
}
|
4665
4856
|
},
|
4666
4857
|
"NextToken": {},
|
@@ -4759,7 +4950,7 @@
|
|
4759
4950
|
"type": "integer"
|
4760
4951
|
},
|
4761
4952
|
"FolderSummaryList": {
|
4762
|
-
"shape": "
|
4953
|
+
"shape": "S16x"
|
4763
4954
|
},
|
4764
4955
|
"NextToken": {},
|
4765
4956
|
"RequestId": {}
|
@@ -4808,7 +4999,7 @@
|
|
4808
4999
|
"GroupMemberList": {
|
4809
5000
|
"type": "list",
|
4810
5001
|
"member": {
|
4811
|
-
"shape": "
|
5002
|
+
"shape": "Ss2"
|
4812
5003
|
}
|
4813
5004
|
},
|
4814
5005
|
"NextToken": {},
|
@@ -4855,7 +5046,7 @@
|
|
4855
5046
|
"type": "structure",
|
4856
5047
|
"members": {
|
4857
5048
|
"GroupList": {
|
4858
|
-
"shape": "
|
5049
|
+
"shape": "S174"
|
4859
5050
|
},
|
4860
5051
|
"NextToken": {},
|
4861
5052
|
"RequestId": {},
|
@@ -5018,7 +5209,7 @@
|
|
5018
5209
|
"Ingestions": {
|
5019
5210
|
"type": "list",
|
5020
5211
|
"member": {
|
5021
|
-
"shape": "
|
5212
|
+
"shape": "S137"
|
5022
5213
|
}
|
5023
5214
|
},
|
5024
5215
|
"NextToken": {},
|
@@ -5062,7 +5253,7 @@
|
|
5062
5253
|
"Namespaces": {
|
5063
5254
|
"type": "list",
|
5064
5255
|
"member": {
|
5065
|
-
"shape": "
|
5256
|
+
"shape": "S13l"
|
5066
5257
|
}
|
5067
5258
|
},
|
5068
5259
|
"NextToken": {},
|
@@ -5102,7 +5293,7 @@
|
|
5102
5293
|
"RefreshSchedules": {
|
5103
5294
|
"type": "list",
|
5104
5295
|
"member": {
|
5105
|
-
"shape": "
|
5296
|
+
"shape": "Ssj"
|
5106
5297
|
}
|
5107
5298
|
},
|
5108
5299
|
"Status": {
|
@@ -5113,6 +5304,57 @@
|
|
5113
5304
|
}
|
5114
5305
|
}
|
5115
5306
|
},
|
5307
|
+
"ListRoleMemberships": {
|
5308
|
+
"http": {
|
5309
|
+
"method": "GET",
|
5310
|
+
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members"
|
5311
|
+
},
|
5312
|
+
"input": {
|
5313
|
+
"type": "structure",
|
5314
|
+
"required": [
|
5315
|
+
"Role",
|
5316
|
+
"AwsAccountId",
|
5317
|
+
"Namespace"
|
5318
|
+
],
|
5319
|
+
"members": {
|
5320
|
+
"Role": {
|
5321
|
+
"location": "uri",
|
5322
|
+
"locationName": "Role"
|
5323
|
+
},
|
5324
|
+
"NextToken": {
|
5325
|
+
"location": "querystring",
|
5326
|
+
"locationName": "next-token"
|
5327
|
+
},
|
5328
|
+
"MaxResults": {
|
5329
|
+
"location": "querystring",
|
5330
|
+
"locationName": "max-results",
|
5331
|
+
"type": "integer"
|
5332
|
+
},
|
5333
|
+
"AwsAccountId": {
|
5334
|
+
"location": "uri",
|
5335
|
+
"locationName": "AwsAccountId"
|
5336
|
+
},
|
5337
|
+
"Namespace": {
|
5338
|
+
"location": "uri",
|
5339
|
+
"locationName": "Namespace"
|
5340
|
+
}
|
5341
|
+
}
|
5342
|
+
},
|
5343
|
+
"output": {
|
5344
|
+
"type": "structure",
|
5345
|
+
"members": {
|
5346
|
+
"MembersList": {
|
5347
|
+
"shape": "Sk"
|
5348
|
+
},
|
5349
|
+
"NextToken": {},
|
5350
|
+
"RequestId": {},
|
5351
|
+
"Status": {
|
5352
|
+
"location": "statusCode",
|
5353
|
+
"type": "integer"
|
5354
|
+
}
|
5355
|
+
}
|
5356
|
+
}
|
5357
|
+
},
|
5116
5358
|
"ListTagsForResource": {
|
5117
5359
|
"http": {
|
5118
5360
|
"method": "GET",
|
@@ -5181,7 +5423,7 @@
|
|
5181
5423
|
"TemplateAliasList": {
|
5182
5424
|
"type": "list",
|
5183
5425
|
"member": {
|
5184
|
-
"shape": "
|
5426
|
+
"shape": "Std"
|
5185
5427
|
}
|
5186
5428
|
},
|
5187
5429
|
"Status": {
|
@@ -5348,7 +5590,7 @@
|
|
5348
5590
|
"ThemeAliasList": {
|
5349
5591
|
"type": "list",
|
5350
5592
|
"member": {
|
5351
|
-
"shape": "
|
5593
|
+
"shape": "Stw"
|
5352
5594
|
}
|
5353
5595
|
},
|
5354
5596
|
"Status": {
|
@@ -5518,7 +5760,7 @@
|
|
5518
5760
|
"DatasetArn": {},
|
5519
5761
|
"DatasetName": {},
|
5520
5762
|
"RefreshSchedule": {
|
5521
|
-
"shape": "
|
5763
|
+
"shape": "Svn"
|
5522
5764
|
}
|
5523
5765
|
}
|
5524
5766
|
}
|
@@ -5620,7 +5862,7 @@
|
|
5620
5862
|
"type": "structure",
|
5621
5863
|
"members": {
|
5622
5864
|
"GroupList": {
|
5623
|
-
"shape": "
|
5865
|
+
"shape": "S174"
|
5624
5866
|
},
|
5625
5867
|
"NextToken": {},
|
5626
5868
|
"RequestId": {},
|
@@ -5668,7 +5910,7 @@
|
|
5668
5910
|
"UserList": {
|
5669
5911
|
"type": "list",
|
5670
5912
|
"member": {
|
5671
|
-
"shape": "
|
5913
|
+
"shape": "S14v"
|
5672
5914
|
}
|
5673
5915
|
},
|
5674
5916
|
"NextToken": {},
|
@@ -5719,15 +5961,15 @@
|
|
5719
5961
|
"Name": {},
|
5720
5962
|
"VPCId": {},
|
5721
5963
|
"SecurityGroupIds": {
|
5722
|
-
"shape": "
|
5964
|
+
"shape": "Svu"
|
5723
5965
|
},
|
5724
5966
|
"DnsResolvers": {
|
5725
|
-
"shape": "
|
5967
|
+
"shape": "Sug"
|
5726
5968
|
},
|
5727
5969
|
"Status": {},
|
5728
5970
|
"AvailabilityStatus": {},
|
5729
5971
|
"NetworkInterfaces": {
|
5730
|
-
"shape": "
|
5972
|
+
"shape": "S151"
|
5731
5973
|
},
|
5732
5974
|
"RoleArn": {},
|
5733
5975
|
"CreatedTime": {
|
@@ -5770,7 +6012,7 @@
|
|
5770
6012
|
"locationName": "DataSetId"
|
5771
6013
|
},
|
5772
6014
|
"DataSetRefreshProperties": {
|
5773
|
-
"shape": "
|
6015
|
+
"shape": "S12c"
|
5774
6016
|
}
|
5775
6017
|
}
|
5776
6018
|
},
|
@@ -5826,7 +6068,7 @@
|
|
5826
6068
|
"type": "structure",
|
5827
6069
|
"members": {
|
5828
6070
|
"User": {
|
5829
|
-
"shape": "
|
6071
|
+
"shape": "S14v"
|
5830
6072
|
},
|
5831
6073
|
"UserInvitationUrl": {},
|
5832
6074
|
"RequestId": {},
|
@@ -5907,7 +6149,7 @@
|
|
5907
6149
|
"type": "structure",
|
5908
6150
|
"members": {
|
5909
6151
|
"AnalysisSummaryList": {
|
5910
|
-
"shape": "
|
6152
|
+
"shape": "S162"
|
5911
6153
|
},
|
5912
6154
|
"NextToken": {},
|
5913
6155
|
"Status": {
|
@@ -5957,7 +6199,7 @@
|
|
5957
6199
|
"type": "structure",
|
5958
6200
|
"members": {
|
5959
6201
|
"DashboardSummaryList": {
|
5960
|
-
"shape": "
|
6202
|
+
"shape": "S16i"
|
5961
6203
|
},
|
5962
6204
|
"NextToken": {},
|
5963
6205
|
"Status": {
|
@@ -6009,7 +6251,7 @@
|
|
6009
6251
|
"type": "structure",
|
6010
6252
|
"members": {
|
6011
6253
|
"DataSetSummaries": {
|
6012
|
-
"shape": "
|
6254
|
+
"shape": "S16m"
|
6013
6255
|
},
|
6014
6256
|
"NextToken": {},
|
6015
6257
|
"Status": {
|
@@ -6127,7 +6369,7 @@
|
|
6127
6369
|
"type": "integer"
|
6128
6370
|
},
|
6129
6371
|
"FolderSummaryList": {
|
6130
|
-
"shape": "
|
6372
|
+
"shape": "S16x"
|
6131
6373
|
},
|
6132
6374
|
"NextToken": {},
|
6133
6375
|
"RequestId": {}
|
@@ -6185,7 +6427,7 @@
|
|
6185
6427
|
"type": "structure",
|
6186
6428
|
"members": {
|
6187
6429
|
"GroupList": {
|
6188
|
-
"shape": "
|
6430
|
+
"shape": "S174"
|
6189
6431
|
},
|
6190
6432
|
"NextToken": {},
|
6191
6433
|
"RequestId": {},
|
@@ -6215,14 +6457,23 @@
|
|
6215
6457
|
},
|
6216
6458
|
"AssetBundleExportJobId": {},
|
6217
6459
|
"ResourceArns": {
|
6218
|
-
"shape": "
|
6460
|
+
"shape": "Syc"
|
6219
6461
|
},
|
6220
6462
|
"IncludeAllDependencies": {
|
6221
6463
|
"type": "boolean"
|
6222
6464
|
},
|
6223
6465
|
"ExportFormat": {},
|
6224
6466
|
"CloudFormationOverridePropertyConfiguration": {
|
6225
|
-
"shape": "
|
6467
|
+
"shape": "Sye"
|
6468
|
+
},
|
6469
|
+
"IncludePermissions": {
|
6470
|
+
"type": "boolean"
|
6471
|
+
},
|
6472
|
+
"IncludeTags": {
|
6473
|
+
"type": "boolean"
|
6474
|
+
},
|
6475
|
+
"ValidationStrategy": {
|
6476
|
+
"shape": "Sz8"
|
6226
6477
|
}
|
6227
6478
|
}
|
6228
6479
|
},
|
@@ -6267,9 +6518,18 @@
|
|
6267
6518
|
}
|
6268
6519
|
},
|
6269
6520
|
"OverrideParameters": {
|
6270
|
-
"shape": "
|
6521
|
+
"shape": "Szi"
|
6271
6522
|
},
|
6272
|
-
"FailureAction": {}
|
6523
|
+
"FailureAction": {},
|
6524
|
+
"OverridePermissions": {
|
6525
|
+
"shape": "S101"
|
6526
|
+
},
|
6527
|
+
"OverrideTags": {
|
6528
|
+
"shape": "S10h"
|
6529
|
+
},
|
6530
|
+
"OverrideValidationStrategy": {
|
6531
|
+
"shape": "S10u"
|
6532
|
+
}
|
6273
6533
|
}
|
6274
6534
|
},
|
6275
6535
|
"output": {
|
@@ -6317,7 +6577,7 @@
|
|
6317
6577
|
"type": "structure",
|
6318
6578
|
"members": {
|
6319
6579
|
"RowLevelPermissionTags": {
|
6320
|
-
"shape": "
|
6580
|
+
"shape": "S157"
|
6321
6581
|
}
|
6322
6582
|
}
|
6323
6583
|
}
|
@@ -6325,7 +6585,7 @@
|
|
6325
6585
|
}
|
6326
6586
|
},
|
6327
6587
|
"SnapshotConfiguration": {
|
6328
|
-
"shape": "
|
6588
|
+
"shape": "S11c"
|
6329
6589
|
}
|
6330
6590
|
}
|
6331
6591
|
},
|
@@ -6556,10 +6816,10 @@
|
|
6556
6816
|
"locationName": "AnalysisId"
|
6557
6817
|
},
|
6558
6818
|
"GrantPermissions": {
|
6559
|
-
"shape": "
|
6819
|
+
"shape": "S1am"
|
6560
6820
|
},
|
6561
6821
|
"RevokePermissions": {
|
6562
|
-
"shape": "
|
6822
|
+
"shape": "S1am"
|
6563
6823
|
}
|
6564
6824
|
}
|
6565
6825
|
},
|
@@ -6655,16 +6915,16 @@
|
|
6655
6915
|
"locationName": "DashboardId"
|
6656
6916
|
},
|
6657
6917
|
"GrantPermissions": {
|
6658
|
-
"shape": "
|
6918
|
+
"shape": "S1am"
|
6659
6919
|
},
|
6660
6920
|
"RevokePermissions": {
|
6661
|
-
"shape": "
|
6921
|
+
"shape": "S1am"
|
6662
6922
|
},
|
6663
6923
|
"GrantLinkPermissions": {
|
6664
|
-
"shape": "
|
6924
|
+
"shape": "S1ar"
|
6665
6925
|
},
|
6666
6926
|
"RevokeLinkPermissions": {
|
6667
|
-
"shape": "
|
6927
|
+
"shape": "S1ar"
|
6668
6928
|
}
|
6669
6929
|
}
|
6670
6930
|
},
|
@@ -6682,7 +6942,7 @@
|
|
6682
6942
|
"type": "integer"
|
6683
6943
|
},
|
6684
6944
|
"LinkSharingConfiguration": {
|
6685
|
-
"shape": "
|
6945
|
+
"shape": "Smr"
|
6686
6946
|
}
|
6687
6947
|
}
|
6688
6948
|
}
|
@@ -6753,32 +7013,32 @@
|
|
6753
7013
|
},
|
6754
7014
|
"Name": {},
|
6755
7015
|
"PhysicalTableMap": {
|
6756
|
-
"shape": "
|
7016
|
+
"shape": "Smw"
|
6757
7017
|
},
|
6758
7018
|
"LogicalTableMap": {
|
6759
|
-
"shape": "
|
7019
|
+
"shape": "Sng"
|
6760
7020
|
},
|
6761
7021
|
"ImportMode": {},
|
6762
7022
|
"ColumnGroups": {
|
6763
|
-
"shape": "
|
7023
|
+
"shape": "Son"
|
6764
7024
|
},
|
6765
7025
|
"FieldFolders": {
|
6766
|
-
"shape": "
|
7026
|
+
"shape": "Sot"
|
6767
7027
|
},
|
6768
7028
|
"RowLevelPermissionDataSet": {
|
6769
|
-
"shape": "
|
7029
|
+
"shape": "Soy"
|
6770
7030
|
},
|
6771
7031
|
"RowLevelPermissionTagConfiguration": {
|
6772
|
-
"shape": "
|
7032
|
+
"shape": "Sp2"
|
6773
7033
|
},
|
6774
7034
|
"ColumnLevelPermissionRules": {
|
6775
|
-
"shape": "
|
7035
|
+
"shape": "Spa"
|
6776
7036
|
},
|
6777
7037
|
"DataSetUsageConfiguration": {
|
6778
|
-
"shape": "
|
7038
|
+
"shape": "Spe"
|
6779
7039
|
},
|
6780
7040
|
"DatasetParameters": {
|
6781
|
-
"shape": "
|
7041
|
+
"shape": "Spf"
|
6782
7042
|
}
|
6783
7043
|
}
|
6784
7044
|
},
|
@@ -6860,16 +7120,16 @@
|
|
6860
7120
|
},
|
6861
7121
|
"Name": {},
|
6862
7122
|
"DataSourceParameters": {
|
6863
|
-
"shape": "
|
7123
|
+
"shape": "Spu"
|
6864
7124
|
},
|
6865
7125
|
"Credentials": {
|
6866
|
-
"shape": "
|
7126
|
+
"shape": "Sra"
|
6867
7127
|
},
|
6868
7128
|
"VpcConnectionProperties": {
|
6869
|
-
"shape": "
|
7129
|
+
"shape": "Srh"
|
6870
7130
|
},
|
6871
7131
|
"SslProperties": {
|
6872
|
-
"shape": "
|
7132
|
+
"shape": "Sri"
|
6873
7133
|
}
|
6874
7134
|
}
|
6875
7135
|
},
|
@@ -7039,7 +7299,7 @@
|
|
7039
7299
|
"type": "structure",
|
7040
7300
|
"members": {
|
7041
7301
|
"Group": {
|
7042
|
-
"shape": "
|
7302
|
+
"shape": "Sry"
|
7043
7303
|
},
|
7044
7304
|
"RequestId": {},
|
7045
7305
|
"Status": {
|
@@ -7077,7 +7337,7 @@
|
|
7077
7337
|
"AssignmentStatus": {},
|
7078
7338
|
"PolicyArn": {},
|
7079
7339
|
"Identities": {
|
7080
|
-
"shape": "
|
7340
|
+
"shape": "Ss6"
|
7081
7341
|
}
|
7082
7342
|
}
|
7083
7343
|
},
|
@@ -7088,7 +7348,7 @@
|
|
7088
7348
|
"AssignmentId": {},
|
7089
7349
|
"PolicyArn": {},
|
7090
7350
|
"Identities": {
|
7091
|
-
"shape": "
|
7351
|
+
"shape": "Ss6"
|
7092
7352
|
},
|
7093
7353
|
"AssignmentStatus": {},
|
7094
7354
|
"RequestId": {},
|
@@ -7114,7 +7374,7 @@
|
|
7114
7374
|
"locationName": "AwsAccountId"
|
7115
7375
|
},
|
7116
7376
|
"IpRestrictionRuleMap": {
|
7117
|
-
"shape": "
|
7377
|
+
"shape": "S13g"
|
7118
7378
|
},
|
7119
7379
|
"Enabled": {
|
7120
7380
|
"type": "boolean"
|
@@ -7172,34 +7432,73 @@
|
|
7172
7432
|
"input": {
|
7173
7433
|
"type": "structure",
|
7174
7434
|
"required": [
|
7175
|
-
"DataSetId",
|
7435
|
+
"DataSetId",
|
7436
|
+
"AwsAccountId",
|
7437
|
+
"Schedule"
|
7438
|
+
],
|
7439
|
+
"members": {
|
7440
|
+
"DataSetId": {
|
7441
|
+
"location": "uri",
|
7442
|
+
"locationName": "DataSetId"
|
7443
|
+
},
|
7444
|
+
"AwsAccountId": {
|
7445
|
+
"location": "uri",
|
7446
|
+
"locationName": "AwsAccountId"
|
7447
|
+
},
|
7448
|
+
"Schedule": {
|
7449
|
+
"shape": "Ssj"
|
7450
|
+
}
|
7451
|
+
}
|
7452
|
+
},
|
7453
|
+
"output": {
|
7454
|
+
"type": "structure",
|
7455
|
+
"members": {
|
7456
|
+
"Status": {
|
7457
|
+
"location": "statusCode",
|
7458
|
+
"type": "integer"
|
7459
|
+
},
|
7460
|
+
"RequestId": {},
|
7461
|
+
"ScheduleId": {},
|
7462
|
+
"Arn": {}
|
7463
|
+
}
|
7464
|
+
}
|
7465
|
+
},
|
7466
|
+
"UpdateRoleCustomPermission": {
|
7467
|
+
"http": {
|
7468
|
+
"method": "PUT",
|
7469
|
+
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission"
|
7470
|
+
},
|
7471
|
+
"input": {
|
7472
|
+
"type": "structure",
|
7473
|
+
"required": [
|
7474
|
+
"CustomPermissionsName",
|
7475
|
+
"Role",
|
7176
7476
|
"AwsAccountId",
|
7177
|
-
"
|
7477
|
+
"Namespace"
|
7178
7478
|
],
|
7179
7479
|
"members": {
|
7180
|
-
"
|
7480
|
+
"CustomPermissionsName": {},
|
7481
|
+
"Role": {
|
7181
7482
|
"location": "uri",
|
7182
|
-
"locationName": "
|
7483
|
+
"locationName": "Role"
|
7183
7484
|
},
|
7184
7485
|
"AwsAccountId": {
|
7185
7486
|
"location": "uri",
|
7186
7487
|
"locationName": "AwsAccountId"
|
7187
7488
|
},
|
7188
|
-
"
|
7189
|
-
"
|
7489
|
+
"Namespace": {
|
7490
|
+
"location": "uri",
|
7491
|
+
"locationName": "Namespace"
|
7190
7492
|
}
|
7191
7493
|
}
|
7192
7494
|
},
|
7193
7495
|
"output": {
|
7194
7496
|
"type": "structure",
|
7195
7497
|
"members": {
|
7498
|
+
"RequestId": {},
|
7196
7499
|
"Status": {
|
7197
|
-
"location": "statusCode",
|
7198
7500
|
"type": "integer"
|
7199
|
-
}
|
7200
|
-
"RequestId": {},
|
7201
|
-
"ScheduleId": {},
|
7202
|
-
"Arn": {}
|
7501
|
+
}
|
7203
7502
|
}
|
7204
7503
|
}
|
7205
7504
|
},
|
@@ -7224,12 +7523,12 @@
|
|
7224
7523
|
"locationName": "TemplateId"
|
7225
7524
|
},
|
7226
7525
|
"SourceEntity": {
|
7227
|
-
"shape": "
|
7526
|
+
"shape": "Ssv"
|
7228
7527
|
},
|
7229
7528
|
"VersionDescription": {},
|
7230
7529
|
"Name": {},
|
7231
7530
|
"Definition": {
|
7232
|
-
"shape": "
|
7531
|
+
"shape": "Ssy"
|
7233
7532
|
},
|
7234
7533
|
"ValidationStrategy": {
|
7235
7534
|
"shape": "Sm1"
|
@@ -7286,7 +7585,7 @@
|
|
7286
7585
|
"type": "structure",
|
7287
7586
|
"members": {
|
7288
7587
|
"TemplateAlias": {
|
7289
|
-
"shape": "
|
7588
|
+
"shape": "Std"
|
7290
7589
|
},
|
7291
7590
|
"Status": {
|
7292
7591
|
"location": "statusCode",
|
@@ -7317,10 +7616,10 @@
|
|
7317
7616
|
"locationName": "TemplateId"
|
7318
7617
|
},
|
7319
7618
|
"GrantPermissions": {
|
7320
|
-
"shape": "
|
7619
|
+
"shape": "S1am"
|
7321
7620
|
},
|
7322
7621
|
"RevokePermissions": {
|
7323
|
-
"shape": "
|
7622
|
+
"shape": "S1am"
|
7324
7623
|
}
|
7325
7624
|
}
|
7326
7625
|
},
|
@@ -7365,7 +7664,7 @@
|
|
7365
7664
|
"BaseThemeId": {},
|
7366
7665
|
"VersionDescription": {},
|
7367
7666
|
"Configuration": {
|
7368
|
-
"shape": "
|
7667
|
+
"shape": "Stg"
|
7369
7668
|
}
|
7370
7669
|
}
|
7371
7670
|
},
|
@@ -7419,7 +7718,7 @@
|
|
7419
7718
|
"type": "structure",
|
7420
7719
|
"members": {
|
7421
7720
|
"ThemeAlias": {
|
7422
|
-
"shape": "
|
7721
|
+
"shape": "Stw"
|
7423
7722
|
},
|
7424
7723
|
"Status": {
|
7425
7724
|
"location": "statusCode",
|
@@ -7450,10 +7749,10 @@
|
|
7450
7749
|
"locationName": "ThemeId"
|
7451
7750
|
},
|
7452
7751
|
"GrantPermissions": {
|
7453
|
-
"shape": "
|
7752
|
+
"shape": "S1am"
|
7454
7753
|
},
|
7455
7754
|
"RevokePermissions": {
|
7456
|
-
"shape": "
|
7755
|
+
"shape": "S1am"
|
7457
7756
|
}
|
7458
7757
|
}
|
7459
7758
|
},
|
@@ -7495,7 +7794,7 @@
|
|
7495
7794
|
"locationName": "TopicId"
|
7496
7795
|
},
|
7497
7796
|
"Topic": {
|
7498
|
-
"shape": "
|
7797
|
+
"shape": "Stz"
|
7499
7798
|
}
|
7500
7799
|
}
|
7501
7800
|
},
|
@@ -7534,10 +7833,10 @@
|
|
7534
7833
|
"locationName": "TopicId"
|
7535
7834
|
},
|
7536
7835
|
"GrantPermissions": {
|
7537
|
-
"shape": "
|
7836
|
+
"shape": "S1am"
|
7538
7837
|
},
|
7539
7838
|
"RevokePermissions": {
|
7540
|
-
"shape": "
|
7839
|
+
"shape": "S1am"
|
7541
7840
|
}
|
7542
7841
|
}
|
7543
7842
|
},
|
@@ -7584,7 +7883,7 @@
|
|
7584
7883
|
"locationName": "DatasetId"
|
7585
7884
|
},
|
7586
7885
|
"RefreshSchedule": {
|
7587
|
-
"shape": "
|
7886
|
+
"shape": "Svn"
|
7588
7887
|
}
|
7589
7888
|
}
|
7590
7889
|
},
|
@@ -7644,7 +7943,7 @@
|
|
7644
7943
|
"type": "structure",
|
7645
7944
|
"members": {
|
7646
7945
|
"User": {
|
7647
|
-
"shape": "
|
7946
|
+
"shape": "S14v"
|
7648
7947
|
},
|
7649
7948
|
"RequestId": {},
|
7650
7949
|
"Status": {
|
@@ -7680,13 +7979,13 @@
|
|
7680
7979
|
},
|
7681
7980
|
"Name": {},
|
7682
7981
|
"SubnetIds": {
|
7683
|
-
"shape": "
|
7982
|
+
"shape": "Svs"
|
7684
7983
|
},
|
7685
7984
|
"SecurityGroupIds": {
|
7686
|
-
"shape": "
|
7985
|
+
"shape": "Svu"
|
7687
7986
|
},
|
7688
7987
|
"DnsResolvers": {
|
7689
|
-
"shape": "
|
7988
|
+
"shape": "Svw"
|
7690
7989
|
},
|
7691
7990
|
"RoleArn": {}
|
7692
7991
|
}
|
@@ -7848,11 +8147,14 @@
|
|
7848
8147
|
"members": {
|
7849
8148
|
"Principal": {},
|
7850
8149
|
"Actions": {
|
7851
|
-
"
|
7852
|
-
"member": {}
|
8150
|
+
"shape": "S1c"
|
7853
8151
|
}
|
7854
8152
|
}
|
7855
8153
|
},
|
8154
|
+
"S1c": {
|
8155
|
+
"type": "list",
|
8156
|
+
"member": {}
|
8157
|
+
},
|
7856
8158
|
"S1d": {
|
7857
8159
|
"type": "structure",
|
7858
8160
|
"members": {
|
@@ -13803,7 +14105,15 @@
|
|
13803
14105
|
}
|
13804
14106
|
}
|
13805
14107
|
},
|
13806
|
-
"
|
14108
|
+
"Smr": {
|
14109
|
+
"type": "structure",
|
14110
|
+
"members": {
|
14111
|
+
"Permissions": {
|
14112
|
+
"shape": "S19"
|
14113
|
+
}
|
14114
|
+
}
|
14115
|
+
},
|
14116
|
+
"Smw": {
|
13807
14117
|
"type": "map",
|
13808
14118
|
"key": {},
|
13809
14119
|
"value": {
|
@@ -13822,7 +14132,7 @@
|
|
13822
14132
|
"Schema": {},
|
13823
14133
|
"Name": {},
|
13824
14134
|
"InputColumns": {
|
13825
|
-
"shape": "
|
14135
|
+
"shape": "Sn3"
|
13826
14136
|
}
|
13827
14137
|
}
|
13828
14138
|
},
|
@@ -13838,7 +14148,7 @@
|
|
13838
14148
|
"Name": {},
|
13839
14149
|
"SqlQuery": {},
|
13840
14150
|
"Columns": {
|
13841
|
-
"shape": "
|
14151
|
+
"shape": "Sn3"
|
13842
14152
|
}
|
13843
14153
|
}
|
13844
14154
|
},
|
@@ -13865,14 +14175,14 @@
|
|
13865
14175
|
}
|
13866
14176
|
},
|
13867
14177
|
"InputColumns": {
|
13868
|
-
"shape": "
|
14178
|
+
"shape": "Sn3"
|
13869
14179
|
}
|
13870
14180
|
}
|
13871
14181
|
}
|
13872
14182
|
}
|
13873
14183
|
}
|
13874
14184
|
},
|
13875
|
-
"
|
14185
|
+
"Sn3": {
|
13876
14186
|
"type": "list",
|
13877
14187
|
"member": {
|
13878
14188
|
"type": "structure",
|
@@ -13887,7 +14197,7 @@
|
|
13887
14197
|
}
|
13888
14198
|
}
|
13889
14199
|
},
|
13890
|
-
"
|
14200
|
+
"Sng": {
|
13891
14201
|
"type": "map",
|
13892
14202
|
"key": {},
|
13893
14203
|
"value": {
|
@@ -14027,16 +14337,16 @@
|
|
14027
14337
|
"type": "structure",
|
14028
14338
|
"members": {
|
14029
14339
|
"StringStaticValues": {
|
14030
|
-
"shape": "
|
14340
|
+
"shape": "So9"
|
14031
14341
|
},
|
14032
14342
|
"DecimalStaticValues": {
|
14033
|
-
"shape": "
|
14343
|
+
"shape": "Sob"
|
14034
14344
|
},
|
14035
14345
|
"DateTimeStaticValues": {
|
14036
|
-
"shape": "
|
14346
|
+
"shape": "Sod"
|
14037
14347
|
},
|
14038
14348
|
"IntegerStaticValues": {
|
14039
|
-
"shape": "
|
14349
|
+
"shape": "Sof"
|
14040
14350
|
}
|
14041
14351
|
}
|
14042
14352
|
}
|
@@ -14060,10 +14370,10 @@
|
|
14060
14370
|
"LeftOperand": {},
|
14061
14371
|
"RightOperand": {},
|
14062
14372
|
"LeftJoinKeyProperties": {
|
14063
|
-
"shape": "
|
14373
|
+
"shape": "Soj"
|
14064
14374
|
},
|
14065
14375
|
"RightJoinKeyProperties": {
|
14066
|
-
"shape": "
|
14376
|
+
"shape": "Soj"
|
14067
14377
|
},
|
14068
14378
|
"Type": {},
|
14069
14379
|
"OnClause": {}
|
@@ -14076,29 +14386,29 @@
|
|
14076
14386
|
}
|
14077
14387
|
}
|
14078
14388
|
},
|
14079
|
-
"
|
14389
|
+
"So9": {
|
14080
14390
|
"type": "list",
|
14081
14391
|
"member": {}
|
14082
14392
|
},
|
14083
|
-
"
|
14393
|
+
"Sob": {
|
14084
14394
|
"type": "list",
|
14085
14395
|
"member": {
|
14086
14396
|
"type": "double"
|
14087
14397
|
}
|
14088
14398
|
},
|
14089
|
-
"
|
14399
|
+
"Sod": {
|
14090
14400
|
"type": "list",
|
14091
14401
|
"member": {
|
14092
14402
|
"type": "timestamp"
|
14093
14403
|
}
|
14094
14404
|
},
|
14095
|
-
"
|
14405
|
+
"Sof": {
|
14096
14406
|
"type": "list",
|
14097
14407
|
"member": {
|
14098
14408
|
"type": "long"
|
14099
14409
|
}
|
14100
14410
|
},
|
14101
|
-
"
|
14411
|
+
"Soj": {
|
14102
14412
|
"type": "structure",
|
14103
14413
|
"members": {
|
14104
14414
|
"UniqueKey": {
|
@@ -14106,7 +14416,7 @@
|
|
14106
14416
|
}
|
14107
14417
|
}
|
14108
14418
|
},
|
14109
|
-
"
|
14419
|
+
"Son": {
|
14110
14420
|
"type": "list",
|
14111
14421
|
"member": {
|
14112
14422
|
"type": "structure",
|
@@ -14129,7 +14439,7 @@
|
|
14129
14439
|
}
|
14130
14440
|
}
|
14131
14441
|
},
|
14132
|
-
"
|
14442
|
+
"Sot": {
|
14133
14443
|
"type": "map",
|
14134
14444
|
"key": {},
|
14135
14445
|
"value": {
|
@@ -14143,7 +14453,7 @@
|
|
14143
14453
|
}
|
14144
14454
|
}
|
14145
14455
|
},
|
14146
|
-
"
|
14456
|
+
"Soy": {
|
14147
14457
|
"type": "structure",
|
14148
14458
|
"required": [
|
14149
14459
|
"Arn",
|
@@ -14157,7 +14467,7 @@
|
|
14157
14467
|
"Status": {}
|
14158
14468
|
}
|
14159
14469
|
},
|
14160
|
-
"
|
14470
|
+
"Sp2": {
|
14161
14471
|
"type": "structure",
|
14162
14472
|
"required": [
|
14163
14473
|
"TagRules"
|
@@ -14177,7 +14487,7 @@
|
|
14177
14487
|
"ColumnName": {},
|
14178
14488
|
"TagMultiValueDelimiter": {},
|
14179
14489
|
"MatchAllValue": {
|
14180
|
-
"shape": "
|
14490
|
+
"shape": "Sp7"
|
14181
14491
|
}
|
14182
14492
|
}
|
14183
14493
|
}
|
@@ -14191,11 +14501,11 @@
|
|
14191
14501
|
}
|
14192
14502
|
}
|
14193
14503
|
},
|
14194
|
-
"
|
14504
|
+
"Sp7": {
|
14195
14505
|
"type": "string",
|
14196
14506
|
"sensitive": true
|
14197
14507
|
},
|
14198
|
-
"
|
14508
|
+
"Spa": {
|
14199
14509
|
"type": "list",
|
14200
14510
|
"member": {
|
14201
14511
|
"type": "structure",
|
@@ -14211,7 +14521,7 @@
|
|
14211
14521
|
}
|
14212
14522
|
}
|
14213
14523
|
},
|
14214
|
-
"
|
14524
|
+
"Spe": {
|
14215
14525
|
"type": "structure",
|
14216
14526
|
"members": {
|
14217
14527
|
"DisableUseAsDirectQuerySource": {
|
@@ -14222,7 +14532,7 @@
|
|
14222
14532
|
}
|
14223
14533
|
}
|
14224
14534
|
},
|
14225
|
-
"
|
14535
|
+
"Spf": {
|
14226
14536
|
"type": "list",
|
14227
14537
|
"member": {
|
14228
14538
|
"type": "structure",
|
@@ -14242,7 +14552,7 @@
|
|
14242
14552
|
"type": "structure",
|
14243
14553
|
"members": {
|
14244
14554
|
"StaticValues": {
|
14245
|
-
"shape": "
|
14555
|
+
"shape": "So9"
|
14246
14556
|
}
|
14247
14557
|
}
|
14248
14558
|
}
|
@@ -14263,7 +14573,7 @@
|
|
14263
14573
|
"type": "structure",
|
14264
14574
|
"members": {
|
14265
14575
|
"StaticValues": {
|
14266
|
-
"shape": "
|
14576
|
+
"shape": "Sob"
|
14267
14577
|
}
|
14268
14578
|
}
|
14269
14579
|
}
|
@@ -14284,7 +14594,7 @@
|
|
14284
14594
|
"type": "structure",
|
14285
14595
|
"members": {
|
14286
14596
|
"StaticValues": {
|
14287
|
-
"shape": "
|
14597
|
+
"shape": "Sof"
|
14288
14598
|
}
|
14289
14599
|
}
|
14290
14600
|
}
|
@@ -14306,7 +14616,7 @@
|
|
14306
14616
|
"type": "structure",
|
14307
14617
|
"members": {
|
14308
14618
|
"StaticValues": {
|
14309
|
-
"shape": "
|
14619
|
+
"shape": "Sod"
|
14310
14620
|
}
|
14311
14621
|
}
|
14312
14622
|
}
|
@@ -14315,7 +14625,7 @@
|
|
14315
14625
|
}
|
14316
14626
|
}
|
14317
14627
|
},
|
14318
|
-
"
|
14628
|
+
"Spu": {
|
14319
14629
|
"type": "structure",
|
14320
14630
|
"members": {
|
14321
14631
|
"AmazonElasticsearchParameters": {
|
@@ -14665,10 +14975,20 @@
|
|
14665
14975
|
},
|
14666
14976
|
"Catalog": {}
|
14667
14977
|
}
|
14978
|
+
},
|
14979
|
+
"BigQueryParameters": {
|
14980
|
+
"type": "structure",
|
14981
|
+
"required": [
|
14982
|
+
"ProjectId"
|
14983
|
+
],
|
14984
|
+
"members": {
|
14985
|
+
"ProjectId": {},
|
14986
|
+
"DataSetRegion": {}
|
14987
|
+
}
|
14668
14988
|
}
|
14669
14989
|
}
|
14670
14990
|
},
|
14671
|
-
"
|
14991
|
+
"Sra": {
|
14672
14992
|
"type": "structure",
|
14673
14993
|
"members": {
|
14674
14994
|
"CredentialPair": {
|
@@ -14681,7 +15001,7 @@
|
|
14681
15001
|
"Username": {},
|
14682
15002
|
"Password": {},
|
14683
15003
|
"AlternateDataSourceParameters": {
|
14684
|
-
"shape": "
|
15004
|
+
"shape": "Sre"
|
14685
15005
|
}
|
14686
15006
|
}
|
14687
15007
|
},
|
@@ -14690,13 +15010,13 @@
|
|
14690
15010
|
},
|
14691
15011
|
"sensitive": true
|
14692
15012
|
},
|
14693
|
-
"
|
15013
|
+
"Sre": {
|
14694
15014
|
"type": "list",
|
14695
15015
|
"member": {
|
14696
|
-
"shape": "
|
15016
|
+
"shape": "Spu"
|
14697
15017
|
}
|
14698
15018
|
},
|
14699
|
-
"
|
15019
|
+
"Srh": {
|
14700
15020
|
"type": "structure",
|
14701
15021
|
"required": [
|
14702
15022
|
"VpcConnectionArn"
|
@@ -14705,7 +15025,7 @@
|
|
14705
15025
|
"VpcConnectionArn": {}
|
14706
15026
|
}
|
14707
15027
|
},
|
14708
|
-
"
|
15028
|
+
"Sri": {
|
14709
15029
|
"type": "structure",
|
14710
15030
|
"members": {
|
14711
15031
|
"DisableSsl": {
|
@@ -14713,7 +15033,7 @@
|
|
14713
15033
|
}
|
14714
15034
|
}
|
14715
15035
|
},
|
14716
|
-
"
|
15036
|
+
"Sry": {
|
14717
15037
|
"type": "structure",
|
14718
15038
|
"members": {
|
14719
15039
|
"Arn": {},
|
@@ -14722,14 +15042,14 @@
|
|
14722
15042
|
"PrincipalId": {}
|
14723
15043
|
}
|
14724
15044
|
},
|
14725
|
-
"
|
15045
|
+
"Ss2": {
|
14726
15046
|
"type": "structure",
|
14727
15047
|
"members": {
|
14728
15048
|
"Arn": {},
|
14729
15049
|
"MemberName": {}
|
14730
15050
|
}
|
14731
15051
|
},
|
14732
|
-
"
|
15052
|
+
"Ss6": {
|
14733
15053
|
"type": "map",
|
14734
15054
|
"key": {},
|
14735
15055
|
"value": {
|
@@ -14737,7 +15057,7 @@
|
|
14737
15057
|
"member": {}
|
14738
15058
|
}
|
14739
15059
|
},
|
14740
|
-
"
|
15060
|
+
"Ssj": {
|
14741
15061
|
"type": "structure",
|
14742
15062
|
"required": [
|
14743
15063
|
"ScheduleId",
|
@@ -14771,7 +15091,7 @@
|
|
14771
15091
|
"Arn": {}
|
14772
15092
|
}
|
14773
15093
|
},
|
14774
|
-
"
|
15094
|
+
"Ssv": {
|
14775
15095
|
"type": "structure",
|
14776
15096
|
"members": {
|
14777
15097
|
"SourceAnalysis": {
|
@@ -14798,14 +15118,14 @@
|
|
14798
15118
|
}
|
14799
15119
|
}
|
14800
15120
|
},
|
14801
|
-
"
|
15121
|
+
"Ssy": {
|
14802
15122
|
"type": "structure",
|
14803
15123
|
"required": [
|
14804
15124
|
"DataSetConfigurations"
|
14805
15125
|
],
|
14806
15126
|
"members": {
|
14807
15127
|
"DataSetConfigurations": {
|
14808
|
-
"shape": "
|
15128
|
+
"shape": "Ssz"
|
14809
15129
|
},
|
14810
15130
|
"Sheets": {
|
14811
15131
|
"shape": "S1l"
|
@@ -14830,7 +15150,7 @@
|
|
14830
15150
|
}
|
14831
15151
|
}
|
14832
15152
|
},
|
14833
|
-
"
|
15153
|
+
"Ssz": {
|
14834
15154
|
"type": "list",
|
14835
15155
|
"member": {
|
14836
15156
|
"type": "structure",
|
@@ -14873,7 +15193,7 @@
|
|
14873
15193
|
}
|
14874
15194
|
}
|
14875
15195
|
},
|
14876
|
-
"
|
15196
|
+
"Std": {
|
14877
15197
|
"type": "structure",
|
14878
15198
|
"members": {
|
14879
15199
|
"AliasName": {},
|
@@ -14883,17 +15203,17 @@
|
|
14883
15203
|
}
|
14884
15204
|
}
|
14885
15205
|
},
|
14886
|
-
"
|
15206
|
+
"Stg": {
|
14887
15207
|
"type": "structure",
|
14888
15208
|
"members": {
|
14889
15209
|
"DataColorPalette": {
|
14890
15210
|
"type": "structure",
|
14891
15211
|
"members": {
|
14892
15212
|
"Colors": {
|
14893
|
-
"shape": "
|
15213
|
+
"shape": "Sti"
|
14894
15214
|
},
|
14895
15215
|
"MinMaxGradient": {
|
14896
|
-
"shape": "
|
15216
|
+
"shape": "Sti"
|
14897
15217
|
},
|
14898
15218
|
"EmptyFillColor": {}
|
14899
15219
|
}
|
@@ -14974,11 +15294,11 @@
|
|
14974
15294
|
}
|
14975
15295
|
}
|
14976
15296
|
},
|
14977
|
-
"
|
15297
|
+
"Sti": {
|
14978
15298
|
"type": "list",
|
14979
15299
|
"member": {}
|
14980
15300
|
},
|
14981
|
-
"
|
15301
|
+
"Stw": {
|
14982
15302
|
"type": "structure",
|
14983
15303
|
"members": {
|
14984
15304
|
"Arn": {},
|
@@ -14988,7 +15308,7 @@
|
|
14988
15308
|
}
|
14989
15309
|
}
|
14990
15310
|
},
|
14991
|
-
"
|
15311
|
+
"Stz": {
|
14992
15312
|
"type": "structure",
|
14993
15313
|
"members": {
|
14994
15314
|
"Name": {},
|
@@ -15024,7 +15344,7 @@
|
|
15024
15344
|
"FilterClass": {},
|
15025
15345
|
"FilterName": {},
|
15026
15346
|
"FilterSynonyms": {
|
15027
|
-
"shape": "
|
15347
|
+
"shape": "Su8"
|
15028
15348
|
},
|
15029
15349
|
"OperandFieldName": {},
|
15030
15350
|
"FilterType": {},
|
@@ -15042,7 +15362,7 @@
|
|
15042
15362
|
"type": "structure",
|
15043
15363
|
"members": {
|
15044
15364
|
"ValueList": {
|
15045
|
-
"shape": "
|
15365
|
+
"shape": "Sug"
|
15046
15366
|
}
|
15047
15367
|
}
|
15048
15368
|
}
|
@@ -15058,7 +15378,7 @@
|
|
15058
15378
|
"type": "structure",
|
15059
15379
|
"members": {
|
15060
15380
|
"Constant": {
|
15061
|
-
"shape": "
|
15381
|
+
"shape": "Sui"
|
15062
15382
|
},
|
15063
15383
|
"Aggregation": {}
|
15064
15384
|
}
|
@@ -15070,7 +15390,7 @@
|
|
15070
15390
|
"type": "boolean"
|
15071
15391
|
},
|
15072
15392
|
"Constant": {
|
15073
|
-
"shape": "
|
15393
|
+
"shape": "Sul"
|
15074
15394
|
},
|
15075
15395
|
"Aggregation": {}
|
15076
15396
|
}
|
@@ -15082,7 +15402,7 @@
|
|
15082
15402
|
"type": "boolean"
|
15083
15403
|
},
|
15084
15404
|
"Constant": {
|
15085
|
-
"shape": "
|
15405
|
+
"shape": "Sul"
|
15086
15406
|
}
|
15087
15407
|
}
|
15088
15408
|
},
|
@@ -15092,7 +15412,7 @@
|
|
15092
15412
|
"TimeGranularity": {},
|
15093
15413
|
"RelativeDateFilterFunction": {},
|
15094
15414
|
"Constant": {
|
15095
|
-
"shape": "
|
15415
|
+
"shape": "Sui"
|
15096
15416
|
}
|
15097
15417
|
}
|
15098
15418
|
}
|
@@ -15111,7 +15431,7 @@
|
|
15111
15431
|
"ColumnFriendlyName": {},
|
15112
15432
|
"ColumnDescription": {},
|
15113
15433
|
"ColumnSynonyms": {
|
15114
|
-
"shape": "
|
15434
|
+
"shape": "Su8"
|
15115
15435
|
},
|
15116
15436
|
"ColumnDataRole": {},
|
15117
15437
|
"Aggregation": {},
|
@@ -15122,26 +15442,26 @@
|
|
15122
15442
|
"type": "boolean"
|
15123
15443
|
},
|
15124
15444
|
"ComparativeOrder": {
|
15125
|
-
"shape": "
|
15445
|
+
"shape": "Suv"
|
15126
15446
|
},
|
15127
15447
|
"SemanticType": {
|
15128
|
-
"shape": "
|
15448
|
+
"shape": "Suy"
|
15129
15449
|
},
|
15130
15450
|
"TimeGranularity": {},
|
15131
15451
|
"AllowedAggregations": {
|
15132
|
-
"shape": "
|
15452
|
+
"shape": "Sv0"
|
15133
15453
|
},
|
15134
15454
|
"NotAllowedAggregations": {
|
15135
|
-
"shape": "
|
15455
|
+
"shape": "Sv0"
|
15136
15456
|
},
|
15137
15457
|
"DefaultFormatting": {
|
15138
|
-
"shape": "
|
15458
|
+
"shape": "Sv2"
|
15139
15459
|
},
|
15140
15460
|
"NeverAggregateInFilter": {
|
15141
15461
|
"type": "boolean"
|
15142
15462
|
},
|
15143
15463
|
"CellValueSynonyms": {
|
15144
|
-
"shape": "
|
15464
|
+
"shape": "Sv7"
|
15145
15465
|
},
|
15146
15466
|
"NonAdditive": {
|
15147
15467
|
"type": "boolean"
|
@@ -15164,7 +15484,7 @@
|
|
15164
15484
|
"shape": "S4r"
|
15165
15485
|
},
|
15166
15486
|
"CalculatedFieldSynonyms": {
|
15167
|
-
"shape": "
|
15487
|
+
"shape": "Su8"
|
15168
15488
|
},
|
15169
15489
|
"IsIncludedInTopic": {
|
15170
15490
|
"type": "boolean"
|
@@ -15175,26 +15495,26 @@
|
|
15175
15495
|
"ColumnDataRole": {},
|
15176
15496
|
"TimeGranularity": {},
|
15177
15497
|
"DefaultFormatting": {
|
15178
|
-
"shape": "
|
15498
|
+
"shape": "Sv2"
|
15179
15499
|
},
|
15180
15500
|
"Aggregation": {},
|
15181
15501
|
"ComparativeOrder": {
|
15182
|
-
"shape": "
|
15502
|
+
"shape": "Suv"
|
15183
15503
|
},
|
15184
15504
|
"SemanticType": {
|
15185
|
-
"shape": "
|
15505
|
+
"shape": "Suy"
|
15186
15506
|
},
|
15187
15507
|
"AllowedAggregations": {
|
15188
|
-
"shape": "
|
15508
|
+
"shape": "Sv0"
|
15189
15509
|
},
|
15190
15510
|
"NotAllowedAggregations": {
|
15191
|
-
"shape": "
|
15511
|
+
"shape": "Sv0"
|
15192
15512
|
},
|
15193
15513
|
"NeverAggregateInFilter": {
|
15194
15514
|
"type": "boolean"
|
15195
15515
|
},
|
15196
15516
|
"CellValueSynonyms": {
|
15197
|
-
"shape": "
|
15517
|
+
"shape": "Sv7"
|
15198
15518
|
},
|
15199
15519
|
"NonAdditive": {
|
15200
15520
|
"type": "boolean"
|
@@ -15213,7 +15533,7 @@
|
|
15213
15533
|
"EntityName": {},
|
15214
15534
|
"EntityDescription": {},
|
15215
15535
|
"EntitySynonyms": {
|
15216
|
-
"shape": "
|
15536
|
+
"shape": "Su8"
|
15217
15537
|
},
|
15218
15538
|
"SemanticEntityType": {
|
15219
15539
|
"type": "structure",
|
@@ -15221,7 +15541,7 @@
|
|
15221
15541
|
"TypeName": {},
|
15222
15542
|
"SubTypeName": {},
|
15223
15543
|
"TypeParameters": {
|
15224
|
-
"shape": "
|
15544
|
+
"shape": "Suz"
|
15225
15545
|
}
|
15226
15546
|
}
|
15227
15547
|
},
|
@@ -15256,15 +15576,15 @@
|
|
15256
15576
|
}
|
15257
15577
|
}
|
15258
15578
|
},
|
15259
|
-
"
|
15579
|
+
"Su8": {
|
15260
15580
|
"type": "list",
|
15261
15581
|
"member": {}
|
15262
15582
|
},
|
15263
|
-
"
|
15583
|
+
"Sug": {
|
15264
15584
|
"type": "list",
|
15265
15585
|
"member": {}
|
15266
15586
|
},
|
15267
|
-
"
|
15587
|
+
"Sui": {
|
15268
15588
|
"type": "structure",
|
15269
15589
|
"members": {
|
15270
15590
|
"ConstantType": {},
|
@@ -15272,7 +15592,7 @@
|
|
15272
15592
|
},
|
15273
15593
|
"sensitive": true
|
15274
15594
|
},
|
15275
|
-
"
|
15595
|
+
"Sul": {
|
15276
15596
|
"type": "structure",
|
15277
15597
|
"members": {
|
15278
15598
|
"ConstantType": {},
|
@@ -15286,23 +15606,23 @@
|
|
15286
15606
|
},
|
15287
15607
|
"sensitive": true
|
15288
15608
|
},
|
15289
|
-
"
|
15609
|
+
"Suv": {
|
15290
15610
|
"type": "structure",
|
15291
15611
|
"members": {
|
15292
15612
|
"UseOrdering": {},
|
15293
15613
|
"SpecifedOrder": {
|
15294
|
-
"shape": "
|
15614
|
+
"shape": "Sug"
|
15295
15615
|
},
|
15296
15616
|
"TreatUndefinedSpecifiedValues": {}
|
15297
15617
|
}
|
15298
15618
|
},
|
15299
|
-
"
|
15619
|
+
"Suy": {
|
15300
15620
|
"type": "structure",
|
15301
15621
|
"members": {
|
15302
15622
|
"TypeName": {},
|
15303
15623
|
"SubTypeName": {},
|
15304
15624
|
"TypeParameters": {
|
15305
|
-
"shape": "
|
15625
|
+
"shape": "Suz"
|
15306
15626
|
},
|
15307
15627
|
"TruthyCellValue": {
|
15308
15628
|
"shape": "Sw"
|
@@ -15318,16 +15638,16 @@
|
|
15318
15638
|
}
|
15319
15639
|
}
|
15320
15640
|
},
|
15321
|
-
"
|
15641
|
+
"Suz": {
|
15322
15642
|
"type": "map",
|
15323
15643
|
"key": {},
|
15324
15644
|
"value": {}
|
15325
15645
|
},
|
15326
|
-
"
|
15646
|
+
"Sv0": {
|
15327
15647
|
"type": "list",
|
15328
15648
|
"member": {}
|
15329
15649
|
},
|
15330
|
-
"
|
15650
|
+
"Sv2": {
|
15331
15651
|
"type": "structure",
|
15332
15652
|
"members": {
|
15333
15653
|
"DisplayFormat": {},
|
@@ -15362,19 +15682,19 @@
|
|
15362
15682
|
}
|
15363
15683
|
}
|
15364
15684
|
},
|
15365
|
-
"
|
15685
|
+
"Sv7": {
|
15366
15686
|
"type": "list",
|
15367
15687
|
"member": {
|
15368
15688
|
"type": "structure",
|
15369
15689
|
"members": {
|
15370
15690
|
"CellValue": {},
|
15371
15691
|
"Synonyms": {
|
15372
|
-
"shape": "
|
15692
|
+
"shape": "Sug"
|
15373
15693
|
}
|
15374
15694
|
}
|
15375
15695
|
}
|
15376
15696
|
},
|
15377
|
-
"
|
15697
|
+
"Svn": {
|
15378
15698
|
"type": "structure",
|
15379
15699
|
"required": [
|
15380
15700
|
"IsEnabled",
|
@@ -15395,19 +15715,19 @@
|
|
15395
15715
|
"TopicScheduleType": {}
|
15396
15716
|
}
|
15397
15717
|
},
|
15398
|
-
"
|
15718
|
+
"Svs": {
|
15399
15719
|
"type": "list",
|
15400
15720
|
"member": {}
|
15401
15721
|
},
|
15402
|
-
"
|
15722
|
+
"Svu": {
|
15403
15723
|
"type": "list",
|
15404
15724
|
"member": {}
|
15405
15725
|
},
|
15406
|
-
"
|
15726
|
+
"Svw": {
|
15407
15727
|
"type": "list",
|
15408
15728
|
"member": {}
|
15409
15729
|
},
|
15410
|
-
"
|
15730
|
+
"Sxu": {
|
15411
15731
|
"type": "list",
|
15412
15732
|
"member": {
|
15413
15733
|
"type": "structure",
|
@@ -15415,12 +15735,12 @@
|
|
15415
15735
|
"Type": {},
|
15416
15736
|
"Message": {},
|
15417
15737
|
"ViolatedEntities": {
|
15418
|
-
"shape": "
|
15738
|
+
"shape": "Sxx"
|
15419
15739
|
}
|
15420
15740
|
}
|
15421
15741
|
}
|
15422
15742
|
},
|
15423
|
-
"
|
15743
|
+
"Sxx": {
|
15424
15744
|
"type": "list",
|
15425
15745
|
"member": {
|
15426
15746
|
"type": "structure",
|
@@ -15429,11 +15749,11 @@
|
|
15429
15749
|
}
|
15430
15750
|
}
|
15431
15751
|
},
|
15432
|
-
"
|
15752
|
+
"Sxz": {
|
15433
15753
|
"type": "list",
|
15434
15754
|
"member": {}
|
15435
15755
|
},
|
15436
|
-
"
|
15756
|
+
"Sy0": {
|
15437
15757
|
"type": "list",
|
15438
15758
|
"member": {
|
15439
15759
|
"type": "structure",
|
@@ -15443,11 +15763,15 @@
|
|
15443
15763
|
}
|
15444
15764
|
}
|
15445
15765
|
},
|
15446
|
-
"
|
15766
|
+
"Sy9": {
|
15767
|
+
"type": "string",
|
15768
|
+
"sensitive": true
|
15769
|
+
},
|
15770
|
+
"Syc": {
|
15447
15771
|
"type": "list",
|
15448
15772
|
"member": {}
|
15449
15773
|
},
|
15450
|
-
"
|
15774
|
+
"Sye": {
|
15451
15775
|
"type": "structure",
|
15452
15776
|
"members": {
|
15453
15777
|
"ResourceIdOverrideConfiguration": {
|
@@ -15463,6 +15787,7 @@
|
|
15463
15787
|
"member": {
|
15464
15788
|
"type": "structure",
|
15465
15789
|
"required": [
|
15790
|
+
"Arn",
|
15466
15791
|
"Properties"
|
15467
15792
|
],
|
15468
15793
|
"members": {
|
@@ -15479,6 +15804,7 @@
|
|
15479
15804
|
"member": {
|
15480
15805
|
"type": "structure",
|
15481
15806
|
"required": [
|
15807
|
+
"Arn",
|
15482
15808
|
"Properties"
|
15483
15809
|
],
|
15484
15810
|
"members": {
|
@@ -15495,6 +15821,7 @@
|
|
15495
15821
|
"member": {
|
15496
15822
|
"type": "structure",
|
15497
15823
|
"required": [
|
15824
|
+
"Arn",
|
15498
15825
|
"Properties"
|
15499
15826
|
],
|
15500
15827
|
"members": {
|
@@ -15511,6 +15838,7 @@
|
|
15511
15838
|
"member": {
|
15512
15839
|
"type": "structure",
|
15513
15840
|
"required": [
|
15841
|
+
"Arn",
|
15514
15842
|
"Properties"
|
15515
15843
|
],
|
15516
15844
|
"members": {
|
@@ -15527,6 +15855,7 @@
|
|
15527
15855
|
"member": {
|
15528
15856
|
"type": "structure",
|
15529
15857
|
"required": [
|
15858
|
+
"Arn",
|
15530
15859
|
"Properties"
|
15531
15860
|
],
|
15532
15861
|
"members": {
|
@@ -15543,6 +15872,7 @@
|
|
15543
15872
|
"member": {
|
15544
15873
|
"type": "structure",
|
15545
15874
|
"required": [
|
15875
|
+
"Arn",
|
15546
15876
|
"Properties"
|
15547
15877
|
],
|
15548
15878
|
"members": {
|
@@ -15559,6 +15889,7 @@
|
|
15559
15889
|
"member": {
|
15560
15890
|
"type": "structure",
|
15561
15891
|
"required": [
|
15892
|
+
"Arn",
|
15562
15893
|
"Properties"
|
15563
15894
|
],
|
15564
15895
|
"members": {
|
@@ -15572,7 +15903,15 @@
|
|
15572
15903
|
}
|
15573
15904
|
}
|
15574
15905
|
},
|
15575
|
-
"
|
15906
|
+
"Sz8": {
|
15907
|
+
"type": "structure",
|
15908
|
+
"members": {
|
15909
|
+
"StrictModeForAllResources": {
|
15910
|
+
"type": "boolean"
|
15911
|
+
}
|
15912
|
+
}
|
15913
|
+
},
|
15914
|
+
"Sze": {
|
15576
15915
|
"type": "list",
|
15577
15916
|
"member": {
|
15578
15917
|
"type": "structure",
|
@@ -15583,7 +15922,7 @@
|
|
15583
15922
|
}
|
15584
15923
|
}
|
15585
15924
|
},
|
15586
|
-
"
|
15925
|
+
"Szi": {
|
15587
15926
|
"type": "structure",
|
15588
15927
|
"members": {
|
15589
15928
|
"ResourceIdOverrideConfiguration": {
|
@@ -15603,13 +15942,13 @@
|
|
15603
15942
|
"VPCConnectionId": {},
|
15604
15943
|
"Name": {},
|
15605
15944
|
"SubnetIds": {
|
15606
|
-
"shape": "
|
15945
|
+
"shape": "Svs"
|
15607
15946
|
},
|
15608
15947
|
"SecurityGroupIds": {
|
15609
|
-
"shape": "
|
15948
|
+
"shape": "Svu"
|
15610
15949
|
},
|
15611
15950
|
"DnsResolvers": {
|
15612
|
-
"shape": "
|
15951
|
+
"shape": "Svw"
|
15613
15952
|
},
|
15614
15953
|
"RoleArn": {}
|
15615
15954
|
}
|
@@ -15643,13 +15982,13 @@
|
|
15643
15982
|
"DataSourceId": {},
|
15644
15983
|
"Name": {},
|
15645
15984
|
"DataSourceParameters": {
|
15646
|
-
"shape": "
|
15985
|
+
"shape": "Spu"
|
15647
15986
|
},
|
15648
15987
|
"VpcConnectionProperties": {
|
15649
|
-
"shape": "
|
15988
|
+
"shape": "Srh"
|
15650
15989
|
},
|
15651
15990
|
"SslProperties": {
|
15652
|
-
"shape": "
|
15991
|
+
"shape": "Sri"
|
15653
15992
|
},
|
15654
15993
|
"Credentials": {
|
15655
15994
|
"type": "structure",
|
@@ -15726,7 +16065,250 @@
|
|
15726
16065
|
}
|
15727
16066
|
}
|
15728
16067
|
},
|
15729
|
-
"
|
16068
|
+
"S101": {
|
16069
|
+
"type": "structure",
|
16070
|
+
"members": {
|
16071
|
+
"DataSources": {
|
16072
|
+
"type": "list",
|
16073
|
+
"member": {
|
16074
|
+
"type": "structure",
|
16075
|
+
"required": [
|
16076
|
+
"DataSourceIds",
|
16077
|
+
"Permissions"
|
16078
|
+
],
|
16079
|
+
"members": {
|
16080
|
+
"DataSourceIds": {
|
16081
|
+
"shape": "S104"
|
16082
|
+
},
|
16083
|
+
"Permissions": {
|
16084
|
+
"shape": "S106"
|
16085
|
+
}
|
16086
|
+
}
|
16087
|
+
}
|
16088
|
+
},
|
16089
|
+
"DataSets": {
|
16090
|
+
"type": "list",
|
16091
|
+
"member": {
|
16092
|
+
"type": "structure",
|
16093
|
+
"required": [
|
16094
|
+
"DataSetIds",
|
16095
|
+
"Permissions"
|
16096
|
+
],
|
16097
|
+
"members": {
|
16098
|
+
"DataSetIds": {
|
16099
|
+
"shape": "S104"
|
16100
|
+
},
|
16101
|
+
"Permissions": {
|
16102
|
+
"shape": "S106"
|
16103
|
+
}
|
16104
|
+
}
|
16105
|
+
}
|
16106
|
+
},
|
16107
|
+
"Themes": {
|
16108
|
+
"type": "list",
|
16109
|
+
"member": {
|
16110
|
+
"type": "structure",
|
16111
|
+
"required": [
|
16112
|
+
"ThemeIds",
|
16113
|
+
"Permissions"
|
16114
|
+
],
|
16115
|
+
"members": {
|
16116
|
+
"ThemeIds": {
|
16117
|
+
"shape": "S104"
|
16118
|
+
},
|
16119
|
+
"Permissions": {
|
16120
|
+
"shape": "S106"
|
16121
|
+
}
|
16122
|
+
}
|
16123
|
+
}
|
16124
|
+
},
|
16125
|
+
"Analyses": {
|
16126
|
+
"type": "list",
|
16127
|
+
"member": {
|
16128
|
+
"type": "structure",
|
16129
|
+
"required": [
|
16130
|
+
"AnalysisIds",
|
16131
|
+
"Permissions"
|
16132
|
+
],
|
16133
|
+
"members": {
|
16134
|
+
"AnalysisIds": {
|
16135
|
+
"shape": "S104"
|
16136
|
+
},
|
16137
|
+
"Permissions": {
|
16138
|
+
"shape": "S106"
|
16139
|
+
}
|
16140
|
+
}
|
16141
|
+
}
|
16142
|
+
},
|
16143
|
+
"Dashboards": {
|
16144
|
+
"type": "list",
|
16145
|
+
"member": {
|
16146
|
+
"type": "structure",
|
16147
|
+
"required": [
|
16148
|
+
"DashboardIds"
|
16149
|
+
],
|
16150
|
+
"members": {
|
16151
|
+
"DashboardIds": {
|
16152
|
+
"shape": "S104"
|
16153
|
+
},
|
16154
|
+
"Permissions": {
|
16155
|
+
"shape": "S106"
|
16156
|
+
},
|
16157
|
+
"LinkSharingConfiguration": {
|
16158
|
+
"type": "structure",
|
16159
|
+
"members": {
|
16160
|
+
"Permissions": {
|
16161
|
+
"shape": "S106"
|
16162
|
+
}
|
16163
|
+
}
|
16164
|
+
}
|
16165
|
+
}
|
16166
|
+
}
|
16167
|
+
}
|
16168
|
+
}
|
16169
|
+
},
|
16170
|
+
"S104": {
|
16171
|
+
"type": "list",
|
16172
|
+
"member": {}
|
16173
|
+
},
|
16174
|
+
"S106": {
|
16175
|
+
"type": "structure",
|
16176
|
+
"required": [
|
16177
|
+
"Principals",
|
16178
|
+
"Actions"
|
16179
|
+
],
|
16180
|
+
"members": {
|
16181
|
+
"Principals": {
|
16182
|
+
"type": "list",
|
16183
|
+
"member": {}
|
16184
|
+
},
|
16185
|
+
"Actions": {
|
16186
|
+
"shape": "S1c"
|
16187
|
+
}
|
16188
|
+
}
|
16189
|
+
},
|
16190
|
+
"S10h": {
|
16191
|
+
"type": "structure",
|
16192
|
+
"members": {
|
16193
|
+
"VPCConnections": {
|
16194
|
+
"type": "list",
|
16195
|
+
"member": {
|
16196
|
+
"type": "structure",
|
16197
|
+
"required": [
|
16198
|
+
"VPCConnectionIds",
|
16199
|
+
"Tags"
|
16200
|
+
],
|
16201
|
+
"members": {
|
16202
|
+
"VPCConnectionIds": {
|
16203
|
+
"shape": "S104"
|
16204
|
+
},
|
16205
|
+
"Tags": {
|
16206
|
+
"shape": "Sb"
|
16207
|
+
}
|
16208
|
+
}
|
16209
|
+
}
|
16210
|
+
},
|
16211
|
+
"DataSources": {
|
16212
|
+
"type": "list",
|
16213
|
+
"member": {
|
16214
|
+
"type": "structure",
|
16215
|
+
"required": [
|
16216
|
+
"DataSourceIds",
|
16217
|
+
"Tags"
|
16218
|
+
],
|
16219
|
+
"members": {
|
16220
|
+
"DataSourceIds": {
|
16221
|
+
"shape": "S104"
|
16222
|
+
},
|
16223
|
+
"Tags": {
|
16224
|
+
"shape": "Sb"
|
16225
|
+
}
|
16226
|
+
}
|
16227
|
+
}
|
16228
|
+
},
|
16229
|
+
"DataSets": {
|
16230
|
+
"type": "list",
|
16231
|
+
"member": {
|
16232
|
+
"type": "structure",
|
16233
|
+
"required": [
|
16234
|
+
"DataSetIds",
|
16235
|
+
"Tags"
|
16236
|
+
],
|
16237
|
+
"members": {
|
16238
|
+
"DataSetIds": {
|
16239
|
+
"shape": "S104"
|
16240
|
+
},
|
16241
|
+
"Tags": {
|
16242
|
+
"shape": "Sb"
|
16243
|
+
}
|
16244
|
+
}
|
16245
|
+
}
|
16246
|
+
},
|
16247
|
+
"Themes": {
|
16248
|
+
"type": "list",
|
16249
|
+
"member": {
|
16250
|
+
"type": "structure",
|
16251
|
+
"required": [
|
16252
|
+
"ThemeIds",
|
16253
|
+
"Tags"
|
16254
|
+
],
|
16255
|
+
"members": {
|
16256
|
+
"ThemeIds": {
|
16257
|
+
"shape": "S104"
|
16258
|
+
},
|
16259
|
+
"Tags": {
|
16260
|
+
"shape": "Sb"
|
16261
|
+
}
|
16262
|
+
}
|
16263
|
+
}
|
16264
|
+
},
|
16265
|
+
"Analyses": {
|
16266
|
+
"type": "list",
|
16267
|
+
"member": {
|
16268
|
+
"type": "structure",
|
16269
|
+
"required": [
|
16270
|
+
"AnalysisIds",
|
16271
|
+
"Tags"
|
16272
|
+
],
|
16273
|
+
"members": {
|
16274
|
+
"AnalysisIds": {
|
16275
|
+
"shape": "S104"
|
16276
|
+
},
|
16277
|
+
"Tags": {
|
16278
|
+
"shape": "Sb"
|
16279
|
+
}
|
16280
|
+
}
|
16281
|
+
}
|
16282
|
+
},
|
16283
|
+
"Dashboards": {
|
16284
|
+
"type": "list",
|
16285
|
+
"member": {
|
16286
|
+
"type": "structure",
|
16287
|
+
"required": [
|
16288
|
+
"DashboardIds",
|
16289
|
+
"Tags"
|
16290
|
+
],
|
16291
|
+
"members": {
|
16292
|
+
"DashboardIds": {
|
16293
|
+
"shape": "S104"
|
16294
|
+
},
|
16295
|
+
"Tags": {
|
16296
|
+
"shape": "Sb"
|
16297
|
+
}
|
16298
|
+
}
|
16299
|
+
}
|
16300
|
+
}
|
16301
|
+
}
|
16302
|
+
},
|
16303
|
+
"S10u": {
|
16304
|
+
"type": "structure",
|
16305
|
+
"members": {
|
16306
|
+
"StrictModeForAllResources": {
|
16307
|
+
"type": "boolean"
|
16308
|
+
}
|
16309
|
+
}
|
16310
|
+
},
|
16311
|
+
"S10z": {
|
15730
16312
|
"type": "list",
|
15731
16313
|
"member": {
|
15732
16314
|
"type": "structure",
|
@@ -15734,20 +16316,12 @@
|
|
15734
16316
|
"Type": {},
|
15735
16317
|
"Message": {},
|
15736
16318
|
"ViolatedEntities": {
|
15737
|
-
"shape": "
|
16319
|
+
"shape": "Sxx"
|
15738
16320
|
}
|
15739
16321
|
}
|
15740
16322
|
}
|
15741
16323
|
},
|
15742
|
-
"
|
15743
|
-
"type": "structure",
|
15744
|
-
"members": {
|
15745
|
-
"Permissions": {
|
15746
|
-
"shape": "S19"
|
15747
|
-
}
|
15748
|
-
}
|
15749
|
-
},
|
15750
|
-
"S104": {
|
16324
|
+
"S11c": {
|
15751
16325
|
"type": "structure",
|
15752
16326
|
"required": [
|
15753
16327
|
"FileGroups"
|
@@ -15759,7 +16333,7 @@
|
|
15759
16333
|
"type": "structure",
|
15760
16334
|
"members": {
|
15761
16335
|
"Files": {
|
15762
|
-
"shape": "
|
16336
|
+
"shape": "S11f"
|
15763
16337
|
}
|
15764
16338
|
}
|
15765
16339
|
}
|
@@ -15770,7 +16344,7 @@
|
|
15770
16344
|
"S3Destinations": {
|
15771
16345
|
"type": "list",
|
15772
16346
|
"member": {
|
15773
|
-
"shape": "
|
16347
|
+
"shape": "S11o"
|
15774
16348
|
}
|
15775
16349
|
}
|
15776
16350
|
}
|
@@ -15780,7 +16354,7 @@
|
|
15780
16354
|
}
|
15781
16355
|
}
|
15782
16356
|
},
|
15783
|
-
"
|
16357
|
+
"S11f": {
|
15784
16358
|
"type": "list",
|
15785
16359
|
"member": {
|
15786
16360
|
"type": "structure",
|
@@ -15811,7 +16385,7 @@
|
|
15811
16385
|
}
|
15812
16386
|
}
|
15813
16387
|
},
|
15814
|
-
"
|
16388
|
+
"S11o": {
|
15815
16389
|
"type": "structure",
|
15816
16390
|
"members": {
|
15817
16391
|
"BucketConfiguration": {
|
@@ -15829,7 +16403,7 @@
|
|
15829
16403
|
}
|
15830
16404
|
}
|
15831
16405
|
},
|
15832
|
-
"
|
16406
|
+
"S12c": {
|
15833
16407
|
"type": "structure",
|
15834
16408
|
"required": [
|
15835
16409
|
"RefreshConfiguration"
|
@@ -15868,7 +16442,7 @@
|
|
15868
16442
|
}
|
15869
16443
|
}
|
15870
16444
|
},
|
15871
|
-
"
|
16445
|
+
"S12k": {
|
15872
16446
|
"type": "structure",
|
15873
16447
|
"members": {
|
15874
16448
|
"Arn": {},
|
@@ -15883,16 +16457,16 @@
|
|
15883
16457
|
"type": "timestamp"
|
15884
16458
|
},
|
15885
16459
|
"DataSourceParameters": {
|
15886
|
-
"shape": "
|
16460
|
+
"shape": "Spu"
|
15887
16461
|
},
|
15888
16462
|
"AlternateDataSourceParameters": {
|
15889
|
-
"shape": "
|
16463
|
+
"shape": "Sre"
|
15890
16464
|
},
|
15891
16465
|
"VpcConnectionProperties": {
|
15892
|
-
"shape": "
|
16466
|
+
"shape": "Srh"
|
15893
16467
|
},
|
15894
16468
|
"SslProperties": {
|
15895
|
-
"shape": "
|
16469
|
+
"shape": "Sri"
|
15896
16470
|
},
|
15897
16471
|
"ErrorInfo": {
|
15898
16472
|
"type": "structure",
|
@@ -15904,7 +16478,7 @@
|
|
15904
16478
|
"SecretArn": {}
|
15905
16479
|
}
|
15906
16480
|
},
|
15907
|
-
"
|
16481
|
+
"S137": {
|
15908
16482
|
"type": "structure",
|
15909
16483
|
"required": [
|
15910
16484
|
"Arn",
|
@@ -15960,12 +16534,12 @@
|
|
15960
16534
|
"RequestType": {}
|
15961
16535
|
}
|
15962
16536
|
},
|
15963
|
-
"
|
16537
|
+
"S13g": {
|
15964
16538
|
"type": "map",
|
15965
16539
|
"key": {},
|
15966
16540
|
"value": {}
|
15967
16541
|
},
|
15968
|
-
"
|
16542
|
+
"S13l": {
|
15969
16543
|
"type": "structure",
|
15970
16544
|
"members": {
|
15971
16545
|
"Name": {},
|
@@ -15982,7 +16556,7 @@
|
|
15982
16556
|
}
|
15983
16557
|
}
|
15984
16558
|
},
|
15985
|
-
"
|
16559
|
+
"S13x": {
|
15986
16560
|
"type": "list",
|
15987
16561
|
"member": {
|
15988
16562
|
"type": "structure",
|
@@ -15990,12 +16564,12 @@
|
|
15990
16564
|
"Type": {},
|
15991
16565
|
"Message": {},
|
15992
16566
|
"ViolatedEntities": {
|
15993
|
-
"shape": "
|
16567
|
+
"shape": "Sxx"
|
15994
16568
|
}
|
15995
16569
|
}
|
15996
16570
|
}
|
15997
16571
|
},
|
15998
|
-
"
|
16572
|
+
"S14v": {
|
15999
16573
|
"type": "structure",
|
16000
16574
|
"members": {
|
16001
16575
|
"Arn": {},
|
@@ -16013,7 +16587,7 @@
|
|
16013
16587
|
"ExternalLoginId": {}
|
16014
16588
|
}
|
16015
16589
|
},
|
16016
|
-
"
|
16590
|
+
"S151": {
|
16017
16591
|
"type": "list",
|
16018
16592
|
"member": {
|
16019
16593
|
"type": "structure",
|
@@ -16026,7 +16600,7 @@
|
|
16026
16600
|
}
|
16027
16601
|
}
|
16028
16602
|
},
|
16029
|
-
"
|
16603
|
+
"S157": {
|
16030
16604
|
"type": "list",
|
16031
16605
|
"member": {
|
16032
16606
|
"type": "structure",
|
@@ -16037,12 +16611,12 @@
|
|
16037
16611
|
"members": {
|
16038
16612
|
"Key": {},
|
16039
16613
|
"Value": {
|
16040
|
-
"shape": "
|
16614
|
+
"shape": "Sp7"
|
16041
16615
|
}
|
16042
16616
|
}
|
16043
16617
|
}
|
16044
16618
|
},
|
16045
|
-
"
|
16619
|
+
"S15d": {
|
16046
16620
|
"type": "structure",
|
16047
16621
|
"required": [
|
16048
16622
|
"DashboardId",
|
@@ -16055,11 +16629,11 @@
|
|
16055
16629
|
"VisualId": {}
|
16056
16630
|
}
|
16057
16631
|
},
|
16058
|
-
"
|
16632
|
+
"S15g": {
|
16059
16633
|
"type": "string",
|
16060
16634
|
"sensitive": true
|
16061
16635
|
},
|
16062
|
-
"
|
16636
|
+
"S15l": {
|
16063
16637
|
"type": "structure",
|
16064
16638
|
"required": [
|
16065
16639
|
"Enabled"
|
@@ -16070,7 +16644,7 @@
|
|
16070
16644
|
}
|
16071
16645
|
}
|
16072
16646
|
},
|
16073
|
-
"
|
16647
|
+
"S162": {
|
16074
16648
|
"type": "list",
|
16075
16649
|
"member": {
|
16076
16650
|
"type": "structure",
|
@@ -16088,7 +16662,7 @@
|
|
16088
16662
|
}
|
16089
16663
|
}
|
16090
16664
|
},
|
16091
|
-
"
|
16665
|
+
"S16i": {
|
16092
16666
|
"type": "list",
|
16093
16667
|
"member": {
|
16094
16668
|
"type": "structure",
|
@@ -16111,7 +16685,7 @@
|
|
16111
16685
|
}
|
16112
16686
|
}
|
16113
16687
|
},
|
16114
|
-
"
|
16688
|
+
"S16m": {
|
16115
16689
|
"type": "list",
|
16116
16690
|
"member": {
|
16117
16691
|
"type": "structure",
|
@@ -16127,7 +16701,7 @@
|
|
16127
16701
|
},
|
16128
16702
|
"ImportMode": {},
|
16129
16703
|
"RowLevelPermissionDataSet": {
|
16130
|
-
"shape": "
|
16704
|
+
"shape": "Soy"
|
16131
16705
|
},
|
16132
16706
|
"RowLevelPermissionTagConfigurationApplied": {
|
16133
16707
|
"type": "boolean"
|
@@ -16138,7 +16712,7 @@
|
|
16138
16712
|
}
|
16139
16713
|
}
|
16140
16714
|
},
|
16141
|
-
"
|
16715
|
+
"S16x": {
|
16142
16716
|
"type": "list",
|
16143
16717
|
"member": {
|
16144
16718
|
"type": "structure",
|
@@ -16157,19 +16731,19 @@
|
|
16157
16731
|
}
|
16158
16732
|
}
|
16159
16733
|
},
|
16160
|
-
"
|
16734
|
+
"S174": {
|
16161
16735
|
"type": "list",
|
16162
16736
|
"member": {
|
16163
|
-
"shape": "
|
16737
|
+
"shape": "Sry"
|
16164
16738
|
}
|
16165
16739
|
},
|
16166
|
-
"
|
16740
|
+
"S1am": {
|
16167
16741
|
"type": "list",
|
16168
16742
|
"member": {
|
16169
16743
|
"shape": "S1a"
|
16170
16744
|
}
|
16171
16745
|
},
|
16172
|
-
"
|
16746
|
+
"S1ar": {
|
16173
16747
|
"type": "list",
|
16174
16748
|
"member": {
|
16175
16749
|
"shape": "S1a"
|