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
@@ -131,6 +131,14 @@ declare class QuickSight extends Service {
|
|
131
131
|
* Creates a refresh schedule for a dataset. You can create up to 5 different schedules for a single dataset.
|
132
132
|
*/
|
133
133
|
createRefreshSchedule(callback?: (err: AWSError, data: QuickSight.Types.CreateRefreshScheduleResponse) => void): Request<QuickSight.Types.CreateRefreshScheduleResponse, AWSError>;
|
134
|
+
/**
|
135
|
+
* Use CreateRoleMembership to add an existing Amazon QuickSight group to an existing role.
|
136
|
+
*/
|
137
|
+
createRoleMembership(params: QuickSight.Types.CreateRoleMembershipRequest, callback?: (err: AWSError, data: QuickSight.Types.CreateRoleMembershipResponse) => void): Request<QuickSight.Types.CreateRoleMembershipResponse, AWSError>;
|
138
|
+
/**
|
139
|
+
* Use CreateRoleMembership to add an existing Amazon QuickSight group to an existing role.
|
140
|
+
*/
|
141
|
+
createRoleMembership(callback?: (err: AWSError, data: QuickSight.Types.CreateRoleMembershipResponse) => void): Request<QuickSight.Types.CreateRoleMembershipResponse, AWSError>;
|
134
142
|
/**
|
135
143
|
* Creates a template either from a TemplateDefinition or from an existing Amazon QuickSight analysis or template. You can use the resulting template to create additional dashboards, templates, or analyses. A template is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.
|
136
144
|
*/
|
@@ -299,6 +307,22 @@ declare class QuickSight extends Service {
|
|
299
307
|
* Deletes a refresh schedule from a dataset.
|
300
308
|
*/
|
301
309
|
deleteRefreshSchedule(callback?: (err: AWSError, data: QuickSight.Types.DeleteRefreshScheduleResponse) => void): Request<QuickSight.Types.DeleteRefreshScheduleResponse, AWSError>;
|
310
|
+
/**
|
311
|
+
* Removes custom permissions from the role.
|
312
|
+
*/
|
313
|
+
deleteRoleCustomPermission(params: QuickSight.Types.DeleteRoleCustomPermissionRequest, callback?: (err: AWSError, data: QuickSight.Types.DeleteRoleCustomPermissionResponse) => void): Request<QuickSight.Types.DeleteRoleCustomPermissionResponse, AWSError>;
|
314
|
+
/**
|
315
|
+
* Removes custom permissions from the role.
|
316
|
+
*/
|
317
|
+
deleteRoleCustomPermission(callback?: (err: AWSError, data: QuickSight.Types.DeleteRoleCustomPermissionResponse) => void): Request<QuickSight.Types.DeleteRoleCustomPermissionResponse, AWSError>;
|
318
|
+
/**
|
319
|
+
* Removes a group from a role.
|
320
|
+
*/
|
321
|
+
deleteRoleMembership(params: QuickSight.Types.DeleteRoleMembershipRequest, callback?: (err: AWSError, data: QuickSight.Types.DeleteRoleMembershipResponse) => void): Request<QuickSight.Types.DeleteRoleMembershipResponse, AWSError>;
|
322
|
+
/**
|
323
|
+
* Removes a group from a role.
|
324
|
+
*/
|
325
|
+
deleteRoleMembership(callback?: (err: AWSError, data: QuickSight.Types.DeleteRoleMembershipResponse) => void): Request<QuickSight.Types.DeleteRoleMembershipResponse, AWSError>;
|
302
326
|
/**
|
303
327
|
* Deletes a template.
|
304
328
|
*/
|
@@ -595,6 +619,14 @@ declare class QuickSight extends Service {
|
|
595
619
|
* Provides a summary of a refresh schedule.
|
596
620
|
*/
|
597
621
|
describeRefreshSchedule(callback?: (err: AWSError, data: QuickSight.Types.DescribeRefreshScheduleResponse) => void): Request<QuickSight.Types.DescribeRefreshScheduleResponse, AWSError>;
|
622
|
+
/**
|
623
|
+
* Describes all custom permissions that are mapped to a role.
|
624
|
+
*/
|
625
|
+
describeRoleCustomPermission(params: QuickSight.Types.DescribeRoleCustomPermissionRequest, callback?: (err: AWSError, data: QuickSight.Types.DescribeRoleCustomPermissionResponse) => void): Request<QuickSight.Types.DescribeRoleCustomPermissionResponse, AWSError>;
|
626
|
+
/**
|
627
|
+
* Describes all custom permissions that are mapped to a role.
|
628
|
+
*/
|
629
|
+
describeRoleCustomPermission(callback?: (err: AWSError, data: QuickSight.Types.DescribeRoleCustomPermissionResponse) => void): Request<QuickSight.Types.DescribeRoleCustomPermissionResponse, AWSError>;
|
598
630
|
/**
|
599
631
|
* Describes a template's metadata.
|
600
632
|
*/
|
@@ -859,6 +891,14 @@ declare class QuickSight extends Service {
|
|
859
891
|
* Lists the refresh schedules of a dataset. Each dataset can have up to 5 schedules.
|
860
892
|
*/
|
861
893
|
listRefreshSchedules(callback?: (err: AWSError, data: QuickSight.Types.ListRefreshSchedulesResponse) => void): Request<QuickSight.Types.ListRefreshSchedulesResponse, AWSError>;
|
894
|
+
/**
|
895
|
+
* Lists all groups that are associated with a role.
|
896
|
+
*/
|
897
|
+
listRoleMemberships(params: QuickSight.Types.ListRoleMembershipsRequest, callback?: (err: AWSError, data: QuickSight.Types.ListRoleMembershipsResponse) => void): Request<QuickSight.Types.ListRoleMembershipsResponse, AWSError>;
|
898
|
+
/**
|
899
|
+
* Lists all groups that are associated with a role.
|
900
|
+
*/
|
901
|
+
listRoleMemberships(callback?: (err: AWSError, data: QuickSight.Types.ListRoleMembershipsResponse) => void): Request<QuickSight.Types.ListRoleMembershipsResponse, AWSError>;
|
862
902
|
/**
|
863
903
|
* Lists the tags assigned to a resource.
|
864
904
|
*/
|
@@ -1211,6 +1251,14 @@ declare class QuickSight extends Service {
|
|
1211
1251
|
* Updates a refresh schedule for a dataset.
|
1212
1252
|
*/
|
1213
1253
|
updateRefreshSchedule(callback?: (err: AWSError, data: QuickSight.Types.UpdateRefreshScheduleResponse) => void): Request<QuickSight.Types.UpdateRefreshScheduleResponse, AWSError>;
|
1254
|
+
/**
|
1255
|
+
* Updates the custom permissions that are associated with a role.
|
1256
|
+
*/
|
1257
|
+
updateRoleCustomPermission(params: QuickSight.Types.UpdateRoleCustomPermissionRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateRoleCustomPermissionResponse) => void): Request<QuickSight.Types.UpdateRoleCustomPermissionResponse, AWSError>;
|
1258
|
+
/**
|
1259
|
+
* Updates the custom permissions that are associated with a role.
|
1260
|
+
*/
|
1261
|
+
updateRoleCustomPermission(callback?: (err: AWSError, data: QuickSight.Types.UpdateRoleCustomPermissionResponse) => void): Request<QuickSight.Types.UpdateRoleCustomPermissionResponse, AWSError>;
|
1214
1262
|
/**
|
1215
1263
|
* Updates a template from an existing Amazon QuickSight analysis or another template.
|
1216
1264
|
*/
|
@@ -1473,7 +1521,6 @@ declare namespace QuickSight {
|
|
1473
1521
|
* A list of the associated sheets with the unique identifier and name of each sheet.
|
1474
1522
|
*/
|
1475
1523
|
Sheets?: SheetList;
|
1476
|
-
Options?: AssetOptions;
|
1477
1524
|
}
|
1478
1525
|
export interface AnalysisDefaults {
|
1479
1526
|
/**
|
@@ -1717,7 +1764,7 @@ declare namespace QuickSight {
|
|
1717
1764
|
/**
|
1718
1765
|
* The ARN of the specific Analysis resource whose override properties are configured in this structure.
|
1719
1766
|
*/
|
1720
|
-
Arn
|
1767
|
+
Arn: Arn;
|
1721
1768
|
/**
|
1722
1769
|
* A list of Analysis resource properties to generate variables for in the returned CloudFormation template.
|
1723
1770
|
*/
|
@@ -1730,7 +1777,7 @@ declare namespace QuickSight {
|
|
1730
1777
|
/**
|
1731
1778
|
* The ARN of the specific Dashboard resource whose override properties are configured in this structure.
|
1732
1779
|
*/
|
1733
|
-
Arn
|
1780
|
+
Arn: Arn;
|
1734
1781
|
/**
|
1735
1782
|
* A list of Dashboard resource properties to generate variables for in the returned CloudFormation template.
|
1736
1783
|
*/
|
@@ -1743,7 +1790,7 @@ declare namespace QuickSight {
|
|
1743
1790
|
/**
|
1744
1791
|
* The ARN of the specific DataSet resource whose override properties are configured in this structure.
|
1745
1792
|
*/
|
1746
|
-
Arn
|
1793
|
+
Arn: Arn;
|
1747
1794
|
/**
|
1748
1795
|
* A list of DataSet resource properties to generate variables for in the returned CloudFormation template.
|
1749
1796
|
*/
|
@@ -1756,7 +1803,7 @@ declare namespace QuickSight {
|
|
1756
1803
|
/**
|
1757
1804
|
* The ARN of the specific DataSource resource whose override properties are configured in this structure.
|
1758
1805
|
*/
|
1759
|
-
Arn
|
1806
|
+
Arn: Arn;
|
1760
1807
|
/**
|
1761
1808
|
* A list of DataSource resource properties to generate variables for in the returned CloudFormation template.
|
1762
1809
|
*/
|
@@ -1784,7 +1831,7 @@ declare namespace QuickSight {
|
|
1784
1831
|
/**
|
1785
1832
|
* The ARN of the specific RefreshSchedule resource whose override properties are configured in this structure.
|
1786
1833
|
*/
|
1787
|
-
Arn
|
1834
|
+
Arn: Arn;
|
1788
1835
|
/**
|
1789
1836
|
* A list of RefreshSchedule resource properties to generate variables for in the returned CloudFormation template.
|
1790
1837
|
*/
|
@@ -1825,13 +1872,21 @@ declare namespace QuickSight {
|
|
1825
1872
|
* The format for the export job.
|
1826
1873
|
*/
|
1827
1874
|
ExportFormat?: AssetBundleExportFormat;
|
1875
|
+
/**
|
1876
|
+
* The flag that determines the inclusion of permissions associated with each resource ARN.
|
1877
|
+
*/
|
1878
|
+
IncludePermissions?: Boolean;
|
1879
|
+
/**
|
1880
|
+
* The flag that determines the inclusion of tags associated with each resource ARN.
|
1881
|
+
*/
|
1882
|
+
IncludeTags?: Boolean;
|
1828
1883
|
}
|
1829
1884
|
export type AssetBundleExportJobSummaryList = AssetBundleExportJobSummary[];
|
1830
1885
|
export interface AssetBundleExportJobThemeOverrideProperties {
|
1831
1886
|
/**
|
1832
1887
|
* The ARN of the specific Theme resource whose override properties are configured in this structure.
|
1833
1888
|
*/
|
1834
|
-
Arn
|
1889
|
+
Arn: Arn;
|
1835
1890
|
/**
|
1836
1891
|
* A list of Theme resource properties to generate variables for in the returned CloudFormation template.
|
1837
1892
|
*/
|
@@ -1844,7 +1899,7 @@ declare namespace QuickSight {
|
|
1844
1899
|
/**
|
1845
1900
|
* The ARN of the specific VPCConnection resource whose override properties are configured in this structure.
|
1846
1901
|
*/
|
1847
|
-
Arn
|
1902
|
+
Arn: Arn;
|
1848
1903
|
/**
|
1849
1904
|
* A list of VPCConnection resource properties to generate variables for in the returned CloudFormation template.
|
1850
1905
|
*/
|
@@ -1853,6 +1908,23 @@ declare namespace QuickSight {
|
|
1853
1908
|
export type AssetBundleExportJobVPCConnectionOverridePropertiesList = AssetBundleExportJobVPCConnectionOverrideProperties[];
|
1854
1909
|
export type AssetBundleExportJobVPCConnectionPropertyToOverride = "Name"|"DnsResolvers"|"RoleArn"|string;
|
1855
1910
|
export type AssetBundleExportJobVPCConnectionPropertyToOverrideList = AssetBundleExportJobVPCConnectionPropertyToOverride[];
|
1911
|
+
export interface AssetBundleExportJobValidationStrategy {
|
1912
|
+
/**
|
1913
|
+
* A Boolean value that indicates whether to export resources under strict or lenient mode.
|
1914
|
+
*/
|
1915
|
+
StrictModeForAllResources?: Boolean;
|
1916
|
+
}
|
1917
|
+
export interface AssetBundleExportJobWarning {
|
1918
|
+
/**
|
1919
|
+
* The ARN of the resource whose processing caused a warning.
|
1920
|
+
*/
|
1921
|
+
Arn?: Arn;
|
1922
|
+
/**
|
1923
|
+
* A description of the warning.
|
1924
|
+
*/
|
1925
|
+
Message?: NonEmptyString;
|
1926
|
+
}
|
1927
|
+
export type AssetBundleExportJobWarningList = AssetBundleExportJobWarning[];
|
1856
1928
|
export type AssetBundleImportBodyBlob = Buffer|Uint8Array|Blob|string;
|
1857
1929
|
export type AssetBundleImportFailureAction = "DO_NOTHING"|"ROLLBACK"|string;
|
1858
1930
|
export interface AssetBundleImportJobAnalysisOverrideParameters {
|
@@ -1866,6 +1938,28 @@ declare namespace QuickSight {
|
|
1866
1938
|
Name?: ResourceName;
|
1867
1939
|
}
|
1868
1940
|
export type AssetBundleImportJobAnalysisOverrideParametersList = AssetBundleImportJobAnalysisOverrideParameters[];
|
1941
|
+
export interface AssetBundleImportJobAnalysisOverridePermissions {
|
1942
|
+
/**
|
1943
|
+
* A list of analysis IDs that you want to apply overrides to. You can use * to override all analyses in this asset bundle.
|
1944
|
+
*/
|
1945
|
+
AnalysisIds: AssetBundleRestrictiveResourceIdList;
|
1946
|
+
/**
|
1947
|
+
* A list of permissions for the analyses that you want to apply overrides to.
|
1948
|
+
*/
|
1949
|
+
Permissions: AssetBundleResourcePermissions;
|
1950
|
+
}
|
1951
|
+
export type AssetBundleImportJobAnalysisOverridePermissionsList = AssetBundleImportJobAnalysisOverridePermissions[];
|
1952
|
+
export interface AssetBundleImportJobAnalysisOverrideTags {
|
1953
|
+
/**
|
1954
|
+
* A list of analysis IDs that you want to apply overrides to. You can use * to override all analyses in this asset bundle.
|
1955
|
+
*/
|
1956
|
+
AnalysisIds: AssetBundleRestrictiveResourceIdList;
|
1957
|
+
/**
|
1958
|
+
* A list of tags for the analyses that you want to apply overrides to.
|
1959
|
+
*/
|
1960
|
+
Tags: TagList;
|
1961
|
+
}
|
1962
|
+
export type AssetBundleImportJobAnalysisOverrideTagsList = AssetBundleImportJobAnalysisOverrideTags[];
|
1869
1963
|
export interface AssetBundleImportJobDashboardOverrideParameters {
|
1870
1964
|
/**
|
1871
1965
|
* The ID of the dashboard that you want to apply overrides to.
|
@@ -1877,6 +1971,32 @@ declare namespace QuickSight {
|
|
1877
1971
|
Name?: ResourceName;
|
1878
1972
|
}
|
1879
1973
|
export type AssetBundleImportJobDashboardOverrideParametersList = AssetBundleImportJobDashboardOverrideParameters[];
|
1974
|
+
export interface AssetBundleImportJobDashboardOverridePermissions {
|
1975
|
+
/**
|
1976
|
+
* A list of dashboard IDs that you want to apply overrides to. You can use * to override all dashboards in this asset bundle.
|
1977
|
+
*/
|
1978
|
+
DashboardIds: AssetBundleRestrictiveResourceIdList;
|
1979
|
+
/**
|
1980
|
+
* A list of permissions for the dashboards that you want to apply overrides to.
|
1981
|
+
*/
|
1982
|
+
Permissions?: AssetBundleResourcePermissions;
|
1983
|
+
/**
|
1984
|
+
* A structure that contains the link sharing configurations that you want to apply overrides to.
|
1985
|
+
*/
|
1986
|
+
LinkSharingConfiguration?: AssetBundleResourceLinkSharingConfiguration;
|
1987
|
+
}
|
1988
|
+
export type AssetBundleImportJobDashboardOverridePermissionsList = AssetBundleImportJobDashboardOverridePermissions[];
|
1989
|
+
export interface AssetBundleImportJobDashboardOverrideTags {
|
1990
|
+
/**
|
1991
|
+
* A list of dashboard IDs that you want to apply overrides to. You can use * to override all dashboards in this asset bundle.
|
1992
|
+
*/
|
1993
|
+
DashboardIds: AssetBundleRestrictiveResourceIdList;
|
1994
|
+
/**
|
1995
|
+
* A list of tags for the dashboards that you want to apply overrides to.
|
1996
|
+
*/
|
1997
|
+
Tags: TagList;
|
1998
|
+
}
|
1999
|
+
export type AssetBundleImportJobDashboardOverrideTagsList = AssetBundleImportJobDashboardOverrideTags[];
|
1880
2000
|
export interface AssetBundleImportJobDataSetOverrideParameters {
|
1881
2001
|
/**
|
1882
2002
|
* The ID of the dataset to apply overrides to.
|
@@ -1888,6 +2008,28 @@ declare namespace QuickSight {
|
|
1888
2008
|
Name?: ResourceName;
|
1889
2009
|
}
|
1890
2010
|
export type AssetBundleImportJobDataSetOverrideParametersList = AssetBundleImportJobDataSetOverrideParameters[];
|
2011
|
+
export interface AssetBundleImportJobDataSetOverridePermissions {
|
2012
|
+
/**
|
2013
|
+
* A list of dataset IDs that you want to apply overrides to. You can use * to override all datasets in this asset bundle.
|
2014
|
+
*/
|
2015
|
+
DataSetIds: AssetBundleRestrictiveResourceIdList;
|
2016
|
+
/**
|
2017
|
+
* A list of permissions for the datasets that you want to apply overrides to.
|
2018
|
+
*/
|
2019
|
+
Permissions: AssetBundleResourcePermissions;
|
2020
|
+
}
|
2021
|
+
export type AssetBundleImportJobDataSetOverridePermissionsList = AssetBundleImportJobDataSetOverridePermissions[];
|
2022
|
+
export interface AssetBundleImportJobDataSetOverrideTags {
|
2023
|
+
/**
|
2024
|
+
* A list of dataset IDs that you want to apply overrides to. You can use * to override all datasets in this asset bundle.
|
2025
|
+
*/
|
2026
|
+
DataSetIds: AssetBundleRestrictiveResourceIdList;
|
2027
|
+
/**
|
2028
|
+
* A list of tags for the datasets that you want to apply overrides to.
|
2029
|
+
*/
|
2030
|
+
Tags: TagList;
|
2031
|
+
}
|
2032
|
+
export type AssetBundleImportJobDataSetOverrideTagsList = AssetBundleImportJobDataSetOverrideTags[];
|
1891
2033
|
export interface AssetBundleImportJobDataSourceCredentialPair {
|
1892
2034
|
/**
|
1893
2035
|
* The username for the data source connection.
|
@@ -1926,6 +2068,28 @@ declare namespace QuickSight {
|
|
1926
2068
|
Credentials?: AssetBundleImportJobDataSourceCredentials;
|
1927
2069
|
}
|
1928
2070
|
export type AssetBundleImportJobDataSourceOverrideParametersList = AssetBundleImportJobDataSourceOverrideParameters[];
|
2071
|
+
export interface AssetBundleImportJobDataSourceOverridePermissions {
|
2072
|
+
/**
|
2073
|
+
* A list of data source IDs that you want to apply overrides to. You can use * to override all data sources in this asset bundle.
|
2074
|
+
*/
|
2075
|
+
DataSourceIds: AssetBundleRestrictiveResourceIdList;
|
2076
|
+
/**
|
2077
|
+
* A list of permissions for the data source that you want to apply overrides to.
|
2078
|
+
*/
|
2079
|
+
Permissions: AssetBundleResourcePermissions;
|
2080
|
+
}
|
2081
|
+
export type AssetBundleImportJobDataSourceOverridePermissionsList = AssetBundleImportJobDataSourceOverridePermissions[];
|
2082
|
+
export interface AssetBundleImportJobDataSourceOverrideTags {
|
2083
|
+
/**
|
2084
|
+
* A list of data source IDs that you want to apply overrides to. You can use * to override all data sources in this asset bundle.
|
2085
|
+
*/
|
2086
|
+
DataSourceIds: AssetBundleRestrictiveResourceIdList;
|
2087
|
+
/**
|
2088
|
+
* A list of tags for the data source that you want to apply overrides to.
|
2089
|
+
*/
|
2090
|
+
Tags: TagList;
|
2091
|
+
}
|
2092
|
+
export type AssetBundleImportJobDataSourceOverrideTagsList = AssetBundleImportJobDataSourceOverrideTags[];
|
1929
2093
|
export interface AssetBundleImportJobError {
|
1930
2094
|
/**
|
1931
2095
|
* The ARN of the resource whose processing caused an error.
|
@@ -1975,6 +2139,60 @@ declare namespace QuickSight {
|
|
1975
2139
|
*/
|
1976
2140
|
Dashboards?: AssetBundleImportJobDashboardOverrideParametersList;
|
1977
2141
|
}
|
2142
|
+
export interface AssetBundleImportJobOverridePermissions {
|
2143
|
+
/**
|
2144
|
+
* A list of permissions overrides for any DataSource resources that are present in the asset bundle that is imported.
|
2145
|
+
*/
|
2146
|
+
DataSources?: AssetBundleImportJobDataSourceOverridePermissionsList;
|
2147
|
+
/**
|
2148
|
+
* A list of permissions overrides for any DataSet resources that are present in the asset bundle that is imported.
|
2149
|
+
*/
|
2150
|
+
DataSets?: AssetBundleImportJobDataSetOverridePermissionsList;
|
2151
|
+
/**
|
2152
|
+
* A list of permissions overrides for any Theme resources that are present in the asset bundle that is imported.
|
2153
|
+
*/
|
2154
|
+
Themes?: AssetBundleImportJobThemeOverridePermissionsList;
|
2155
|
+
/**
|
2156
|
+
* A list of permissions overrides for any Analysis resources that are present in the asset bundle that is imported.
|
2157
|
+
*/
|
2158
|
+
Analyses?: AssetBundleImportJobAnalysisOverridePermissionsList;
|
2159
|
+
/**
|
2160
|
+
* A list of permissions overrides for any Dashboard resources that are present in the asset bundle that is imported.
|
2161
|
+
*/
|
2162
|
+
Dashboards?: AssetBundleImportJobDashboardOverridePermissionsList;
|
2163
|
+
}
|
2164
|
+
export interface AssetBundleImportJobOverrideTags {
|
2165
|
+
/**
|
2166
|
+
* A list of tag overrides for any VPCConnection resources that are present in the asset bundle that is imported.
|
2167
|
+
*/
|
2168
|
+
VPCConnections?: AssetBundleImportJobVPCConnectionOverrideTagsList;
|
2169
|
+
/**
|
2170
|
+
* A list of tag overrides for any DataSource resources that are present in the asset bundle that is imported.
|
2171
|
+
*/
|
2172
|
+
DataSources?: AssetBundleImportJobDataSourceOverrideTagsList;
|
2173
|
+
/**
|
2174
|
+
* A list of tag overrides for any DataSet resources that are present in the asset bundle that is imported.
|
2175
|
+
*/
|
2176
|
+
DataSets?: AssetBundleImportJobDataSetOverrideTagsList;
|
2177
|
+
/**
|
2178
|
+
* A list of tag overrides for any Theme resources that are present in the asset bundle that is imported.
|
2179
|
+
*/
|
2180
|
+
Themes?: AssetBundleImportJobThemeOverrideTagsList;
|
2181
|
+
/**
|
2182
|
+
* A list of tag overrides for any Analysis resources that are present in the asset bundle that is imported.
|
2183
|
+
*/
|
2184
|
+
Analyses?: AssetBundleImportJobAnalysisOverrideTagsList;
|
2185
|
+
/**
|
2186
|
+
* A list of tag overrides for any Dashboard resources that are present in the asset bundle that is imported.
|
2187
|
+
*/
|
2188
|
+
Dashboards?: AssetBundleImportJobDashboardOverrideTagsList;
|
2189
|
+
}
|
2190
|
+
export interface AssetBundleImportJobOverrideValidationStrategy {
|
2191
|
+
/**
|
2192
|
+
* A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.
|
2193
|
+
*/
|
2194
|
+
StrictModeForAllResources?: Boolean;
|
2195
|
+
}
|
1978
2196
|
export interface AssetBundleImportJobRefreshScheduleOverrideParameters {
|
1979
2197
|
/**
|
1980
2198
|
* A partial identifier for the specific RefreshSchedule resource that is being overridden. This structure is used together with the ScheduleID structure.
|
@@ -2031,6 +2249,28 @@ declare namespace QuickSight {
|
|
2031
2249
|
Name?: ResourceName;
|
2032
2250
|
}
|
2033
2251
|
export type AssetBundleImportJobThemeOverrideParametersList = AssetBundleImportJobThemeOverrideParameters[];
|
2252
|
+
export interface AssetBundleImportJobThemeOverridePermissions {
|
2253
|
+
/**
|
2254
|
+
* A list of theme IDs that you want to apply overrides to. You can use * to override all themes in this asset bundle.
|
2255
|
+
*/
|
2256
|
+
ThemeIds: AssetBundleRestrictiveResourceIdList;
|
2257
|
+
/**
|
2258
|
+
* A list of permissions for the themes that you want to apply overrides to.
|
2259
|
+
*/
|
2260
|
+
Permissions: AssetBundleResourcePermissions;
|
2261
|
+
}
|
2262
|
+
export type AssetBundleImportJobThemeOverridePermissionsList = AssetBundleImportJobThemeOverridePermissions[];
|
2263
|
+
export interface AssetBundleImportJobThemeOverrideTags {
|
2264
|
+
/**
|
2265
|
+
* A list of theme IDs that you want to apply overrides to. You can use * to override all themes in this asset bundle.
|
2266
|
+
*/
|
2267
|
+
ThemeIds: AssetBundleRestrictiveResourceIdList;
|
2268
|
+
/**
|
2269
|
+
* A list of tags for the themes that you want to apply overrides to.
|
2270
|
+
*/
|
2271
|
+
Tags: TagList;
|
2272
|
+
}
|
2273
|
+
export type AssetBundleImportJobThemeOverrideTagsList = AssetBundleImportJobThemeOverrideTags[];
|
2034
2274
|
export interface AssetBundleImportJobVPCConnectionOverrideParameters {
|
2035
2275
|
/**
|
2036
2276
|
* The ID of the VPC Connection to apply overrides to.
|
@@ -2058,6 +2298,17 @@ declare namespace QuickSight {
|
|
2058
2298
|
RoleArn?: RoleArn;
|
2059
2299
|
}
|
2060
2300
|
export type AssetBundleImportJobVPCConnectionOverrideParametersList = AssetBundleImportJobVPCConnectionOverrideParameters[];
|
2301
|
+
export interface AssetBundleImportJobVPCConnectionOverrideTags {
|
2302
|
+
/**
|
2303
|
+
* A list of VPC connection IDs that you want to apply overrides to. You can use * to override all VPC connections in this asset bundle.
|
2304
|
+
*/
|
2305
|
+
VPCConnectionIds: AssetBundleRestrictiveResourceIdList;
|
2306
|
+
/**
|
2307
|
+
* A list of tags for the VPC connections that you want to apply overrides to.
|
2308
|
+
*/
|
2309
|
+
Tags: TagList;
|
2310
|
+
}
|
2311
|
+
export type AssetBundleImportJobVPCConnectionOverrideTagsList = AssetBundleImportJobVPCConnectionOverrideTags[];
|
2061
2312
|
export interface AssetBundleImportSource {
|
2062
2313
|
/**
|
2063
2314
|
* The bytes of the base64 encoded asset bundle import zip file. This file can't exceed 20 MB. If you are calling the API operations from the Amazon Web Services SDK for Java, JavaScript, Python, or PHP, the SDK encodes base64 automatically to allow the direct setting of the zip file's bytes. If you are using an SDK for a different language or receiving related errors, try to base64 encode your data.
|
@@ -2072,13 +2323,32 @@ declare namespace QuickSight {
|
|
2072
2323
|
/**
|
2073
2324
|
* An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the import job. This URL is valid for five minutes after issuance. Call DescribeAssetBundleExportJob again for a fresh URL if needed. The downloaded asset bundle is a .qs zip file.
|
2074
2325
|
*/
|
2075
|
-
Body?:
|
2326
|
+
Body?: SensitiveS3Uri;
|
2076
2327
|
/**
|
2077
2328
|
* The Amazon S3 URI that you provided at the start of the import job.
|
2078
2329
|
*/
|
2079
2330
|
S3Uri?: S3Uri;
|
2080
2331
|
}
|
2332
|
+
export type AssetBundlePrincipalList = Principal[];
|
2081
2333
|
export type AssetBundleResourceArns = Arn[];
|
2334
|
+
export interface AssetBundleResourceLinkSharingConfiguration {
|
2335
|
+
/**
|
2336
|
+
* A list of link sharing permissions for the dashboards that you want to apply overrides to.
|
2337
|
+
*/
|
2338
|
+
Permissions?: AssetBundleResourcePermissions;
|
2339
|
+
}
|
2340
|
+
export interface AssetBundleResourcePermissions {
|
2341
|
+
/**
|
2342
|
+
* A list of principals to grant permissions on.
|
2343
|
+
*/
|
2344
|
+
Principals: AssetBundlePrincipalList;
|
2345
|
+
/**
|
2346
|
+
* A list of IAM actions to grant permissions on.
|
2347
|
+
*/
|
2348
|
+
Actions: ActionList;
|
2349
|
+
}
|
2350
|
+
export type AssetBundleRestrictiveResourceId = string;
|
2351
|
+
export type AssetBundleRestrictiveResourceIdList = AssetBundleRestrictiveResourceId[];
|
2082
2352
|
export interface AssetOptions {
|
2083
2353
|
/**
|
2084
2354
|
* Determines the timezone for the analysis.
|
@@ -2414,6 +2684,16 @@ declare namespace QuickSight {
|
|
2414
2684
|
}
|
2415
2685
|
export type BarsArrangement = "CLUSTERED"|"STACKED"|"STACKED_PERCENT"|string;
|
2416
2686
|
export type BaseMapStyleType = "LIGHT_GRAY"|"DARK_GRAY"|"STREET"|"IMAGERY"|string;
|
2687
|
+
export interface BigQueryParameters {
|
2688
|
+
/**
|
2689
|
+
* The Google Cloud Platform project ID where your datasource was created.
|
2690
|
+
*/
|
2691
|
+
ProjectId: ProjectId;
|
2692
|
+
/**
|
2693
|
+
* The storage location where you create a Google BigQuery data source.
|
2694
|
+
*/
|
2695
|
+
DataSetRegion?: DataSetRegion;
|
2696
|
+
}
|
2417
2697
|
export type BinCountLimit = number;
|
2418
2698
|
export interface BinCountOptions {
|
2419
2699
|
/**
|
@@ -3364,7 +3644,7 @@ declare namespace QuickSight {
|
|
3364
3644
|
*/
|
3365
3645
|
Edition: Edition;
|
3366
3646
|
/**
|
3367
|
-
* The method that you want to use to authenticate your Amazon QuickSight account.
|
3647
|
+
* The method that you want to use to authenticate your Amazon QuickSight account. If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an AdminGroup associated with your Active Directory. If you choose IAM_IDENTITY_CENTER, provide an AdminGroup associated with your IAM Identity Center account.
|
3368
3648
|
*/
|
3369
3649
|
AuthenticationMethod: AuthenticationMethodOption;
|
3370
3650
|
/**
|
@@ -3392,15 +3672,15 @@ declare namespace QuickSight {
|
|
3392
3672
|
*/
|
3393
3673
|
DirectoryId?: String;
|
3394
3674
|
/**
|
3395
|
-
* The admin group associated with your Active Directory. This field is required if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon QuickSight account. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
|
3675
|
+
* The admin group associated with your Active Directory or IAM Identity Center account. This field is required if ACTIVE_DIRECTORY or IAM_IDENTITY_CENTER is the selected authentication method of the new Amazon QuickSight account. For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
|
3396
3676
|
*/
|
3397
3677
|
AdminGroup?: GroupsList;
|
3398
3678
|
/**
|
3399
|
-
* The author group associated with your Active Directory. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
|
3679
|
+
* The author group associated with your Active Directory or IAM Identity Center account. For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
|
3400
3680
|
*/
|
3401
3681
|
AuthorGroup?: GroupsList;
|
3402
3682
|
/**
|
3403
|
-
* The reader group associated with your Active
|
3683
|
+
* The reader group associated with your Active Directory or IAM Identity Center account. For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
|
3404
3684
|
*/
|
3405
3685
|
ReaderGroup?: GroupsList;
|
3406
3686
|
/**
|
@@ -3561,6 +3841,10 @@ declare namespace QuickSight {
|
|
3561
3841
|
* When you create the dashboard, Amazon QuickSight adds the dashboard to these folders.
|
3562
3842
|
*/
|
3563
3843
|
FolderArns?: FolderArnList;
|
3844
|
+
/**
|
3845
|
+
* A structure that contains the permissions of a shareable link to the dashboard.
|
3846
|
+
*/
|
3847
|
+
LinkSharingConfiguration?: LinkSharingConfiguration;
|
3564
3848
|
}
|
3565
3849
|
export interface CreateDashboardResponse {
|
3566
3850
|
/**
|
@@ -4069,6 +4353,34 @@ declare namespace QuickSight {
|
|
4069
4353
|
*/
|
4070
4354
|
Arn?: Arn;
|
4071
4355
|
}
|
4356
|
+
export interface CreateRoleMembershipRequest {
|
4357
|
+
/**
|
4358
|
+
* The name of the group that you want to add to the role.
|
4359
|
+
*/
|
4360
|
+
MemberName: GroupName;
|
4361
|
+
/**
|
4362
|
+
* The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.
|
4363
|
+
*/
|
4364
|
+
AwsAccountId: AwsAccountId;
|
4365
|
+
/**
|
4366
|
+
* The namespace that the role belongs to.
|
4367
|
+
*/
|
4368
|
+
Namespace: Namespace;
|
4369
|
+
/**
|
4370
|
+
* The role that you want to add a group to.
|
4371
|
+
*/
|
4372
|
+
Role: Role;
|
4373
|
+
}
|
4374
|
+
export interface CreateRoleMembershipResponse {
|
4375
|
+
/**
|
4376
|
+
* The Amazon Web Services request ID for this operation.
|
4377
|
+
*/
|
4378
|
+
RequestId?: String;
|
4379
|
+
/**
|
4380
|
+
* The HTTP status of the request.
|
4381
|
+
*/
|
4382
|
+
Status?: StatusCode;
|
4383
|
+
}
|
4072
4384
|
export interface CreateTemplateAliasRequest {
|
4073
4385
|
/**
|
4074
4386
|
* The ID of the Amazon Web Services account that contains the template that you creating an alias for.
|
@@ -4831,7 +5143,6 @@ declare namespace QuickSight {
|
|
4831
5143
|
* A list of the associated sheets with the unique identifier and name of each sheet.
|
4832
5144
|
*/
|
4833
5145
|
Sheets?: SheetList;
|
4834
|
-
Options?: AssetOptions;
|
4835
5146
|
}
|
4836
5147
|
export interface DashboardVersionDefinition {
|
4837
5148
|
/**
|
@@ -5241,6 +5552,7 @@ declare namespace QuickSight {
|
|
5241
5552
|
*/
|
5242
5553
|
RefreshConfiguration: RefreshConfiguration;
|
5243
5554
|
}
|
5555
|
+
export type DataSetRegion = string;
|
5244
5556
|
export interface DataSetSchema {
|
5245
5557
|
/**
|
5246
5558
|
* A structure containing the list of column schemas.
|
@@ -5493,6 +5805,10 @@ declare namespace QuickSight {
|
|
5493
5805
|
* The parameters that are required to connect to a Trino data source.
|
5494
5806
|
*/
|
5495
5807
|
TrinoParameters?: TrinoParameters;
|
5808
|
+
/**
|
5809
|
+
* The parameters that are required to connect to a Google BigQuery data source.
|
5810
|
+
*/
|
5811
|
+
BigQueryParameters?: BigQueryParameters;
|
5496
5812
|
}
|
5497
5813
|
export type DataSourceParametersList = DataSourceParameters[];
|
5498
5814
|
export interface DataSourceSearchFilter {
|
@@ -5537,7 +5853,7 @@ declare namespace QuickSight {
|
|
5537
5853
|
LastUpdatedTime?: Timestamp;
|
5538
5854
|
}
|
5539
5855
|
export type DataSourceSummaryList = DataSourceSummary[];
|
5540
|
-
export type DataSourceType = "ADOBE_ANALYTICS"|"AMAZON_ELASTICSEARCH"|"ATHENA"|"AURORA"|"AURORA_POSTGRESQL"|"AWS_IOT_ANALYTICS"|"GITHUB"|"JIRA"|"MARIADB"|"MYSQL"|"ORACLE"|"POSTGRESQL"|"PRESTO"|"REDSHIFT"|"S3"|"SALESFORCE"|"SERVICENOW"|"SNOWFLAKE"|"SPARK"|"SQLSERVER"|"TERADATA"|"TWITTER"|"TIMESTREAM"|"AMAZON_OPENSEARCH"|"EXASOL"|"DATABRICKS"|string;
|
5856
|
+
export type DataSourceType = "ADOBE_ANALYTICS"|"AMAZON_ELASTICSEARCH"|"ATHENA"|"AURORA"|"AURORA_POSTGRESQL"|"AWS_IOT_ANALYTICS"|"GITHUB"|"JIRA"|"MARIADB"|"MYSQL"|"ORACLE"|"POSTGRESQL"|"PRESTO"|"REDSHIFT"|"S3"|"SALESFORCE"|"SERVICENOW"|"SNOWFLAKE"|"SPARK"|"SQLSERVER"|"TERADATA"|"TWITTER"|"TIMESTREAM"|"AMAZON_OPENSEARCH"|"EXASOL"|"DATABRICKS"|"STARBURST"|"TRINO"|"BIGQUERY"|string;
|
5541
5857
|
export type Database = string;
|
5542
5858
|
export type DatabaseGroup = string;
|
5543
5859
|
export type DatabaseGroupList = DatabaseGroup[];
|
@@ -6303,6 +6619,58 @@ declare namespace QuickSight {
|
|
6303
6619
|
*/
|
6304
6620
|
Arn?: Arn;
|
6305
6621
|
}
|
6622
|
+
export interface DeleteRoleCustomPermissionRequest {
|
6623
|
+
/**
|
6624
|
+
* The role that you want to remove permissions from.
|
6625
|
+
*/
|
6626
|
+
Role: Role;
|
6627
|
+
/**
|
6628
|
+
* The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
|
6629
|
+
*/
|
6630
|
+
AwsAccountId: AwsAccountId;
|
6631
|
+
/**
|
6632
|
+
* The namespace that includes the role.
|
6633
|
+
*/
|
6634
|
+
Namespace: Namespace;
|
6635
|
+
}
|
6636
|
+
export interface DeleteRoleCustomPermissionResponse {
|
6637
|
+
/**
|
6638
|
+
* The Amazon Web Services request ID for this operation.
|
6639
|
+
*/
|
6640
|
+
RequestId?: String;
|
6641
|
+
/**
|
6642
|
+
* The HTTP status of the request.
|
6643
|
+
*/
|
6644
|
+
Status?: StatusCode;
|
6645
|
+
}
|
6646
|
+
export interface DeleteRoleMembershipRequest {
|
6647
|
+
/**
|
6648
|
+
* The name of the group.
|
6649
|
+
*/
|
6650
|
+
MemberName: GroupName;
|
6651
|
+
/**
|
6652
|
+
* The role that you want to remove permissions from.
|
6653
|
+
*/
|
6654
|
+
Role: Role;
|
6655
|
+
/**
|
6656
|
+
* The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.
|
6657
|
+
*/
|
6658
|
+
AwsAccountId: AwsAccountId;
|
6659
|
+
/**
|
6660
|
+
* The namespace that contains the role.
|
6661
|
+
*/
|
6662
|
+
Namespace: Namespace;
|
6663
|
+
}
|
6664
|
+
export interface DeleteRoleMembershipResponse {
|
6665
|
+
/**
|
6666
|
+
* The Amazon Web Services request ID for this operation.
|
6667
|
+
*/
|
6668
|
+
RequestId?: String;
|
6669
|
+
/**
|
6670
|
+
* The HTTP status of the request.
|
6671
|
+
*/
|
6672
|
+
Status?: StatusCode;
|
6673
|
+
}
|
6306
6674
|
export interface DeleteTemplateAliasRequest {
|
6307
6675
|
/**
|
6308
6676
|
* The ID of the Amazon Web Services account that contains the item to delete.
|
@@ -6786,7 +7154,7 @@ declare namespace QuickSight {
|
|
6786
7154
|
/**
|
6787
7155
|
* The URL to download the exported asset bundle data from. This URL is available only after the job has succeeded. This URL is valid for 5 minutes after issuance. Call DescribeAssetBundleExportJob again for a fresh URL if needed. The downloaded asset bundle is a zip file named assetbundle-{jobId}.qs. The file has a .qs extension. This URL can't be used in a StartAssetBundleImportJob API call and should only be used for download purposes.
|
6788
7156
|
*/
|
6789
|
-
DownloadUrl?:
|
7157
|
+
DownloadUrl?: SensitiveS3Uri;
|
6790
7158
|
/**
|
6791
7159
|
* An array of error records that describes any failures that occurred during the export job processing. Error records accumulate while the job runs. The complete set of error records is available after the job has completed and failed.
|
6792
7160
|
*/
|
@@ -6831,6 +7199,22 @@ declare namespace QuickSight {
|
|
6831
7199
|
* The HTTP status of the response.
|
6832
7200
|
*/
|
6833
7201
|
Status?: StatusCode;
|
7202
|
+
/**
|
7203
|
+
* The include permissions flag.
|
7204
|
+
*/
|
7205
|
+
IncludePermissions?: Boolean;
|
7206
|
+
/**
|
7207
|
+
* The include tags flag.
|
7208
|
+
*/
|
7209
|
+
IncludeTags?: Boolean;
|
7210
|
+
/**
|
7211
|
+
* The validation strategy that is used to export the analysis or dashboard.
|
7212
|
+
*/
|
7213
|
+
ValidationStrategy?: AssetBundleExportJobValidationStrategy;
|
7214
|
+
/**
|
7215
|
+
* An array of warning records that describe the analysis or dashboard that is exported. This array includes UI errors that can be skipped during the validation process. This property only appears if StrictModeForAllResources in ValidationStrategy is set to FALSE.
|
7216
|
+
*/
|
7217
|
+
Warnings?: AssetBundleExportJobWarningList;
|
6834
7218
|
}
|
6835
7219
|
export interface DescribeAssetBundleImportJobRequest {
|
6836
7220
|
/**
|
@@ -6876,7 +7260,7 @@ declare namespace QuickSight {
|
|
6876
7260
|
*/
|
6877
7261
|
AssetBundleImportSource?: AssetBundleImportSourceDescription;
|
6878
7262
|
/**
|
6879
|
-
* Optional overrides
|
7263
|
+
* Optional overrides that are applied to the resource configuration before import.
|
6880
7264
|
*/
|
6881
7265
|
OverrideParameters?: AssetBundleImportJobOverrideParameters;
|
6882
7266
|
/**
|
@@ -6891,6 +7275,18 @@ declare namespace QuickSight {
|
|
6891
7275
|
* The HTTP status of the response.
|
6892
7276
|
*/
|
6893
7277
|
Status?: StatusCode;
|
7278
|
+
/**
|
7279
|
+
* Optional permission overrides that are applied to the resource configuration before import.
|
7280
|
+
*/
|
7281
|
+
OverridePermissions?: AssetBundleImportJobOverridePermissions;
|
7282
|
+
/**
|
7283
|
+
* Optional tag overrides that are applied to the resource configuration before import.
|
7284
|
+
*/
|
7285
|
+
OverrideTags?: AssetBundleImportJobOverrideTags;
|
7286
|
+
/**
|
7287
|
+
* An optional validation strategy override for all analyses and dashboards to be applied to the resource configuration before import.
|
7288
|
+
*/
|
7289
|
+
OverrideValidationStrategy?: AssetBundleImportJobOverrideValidationStrategy;
|
6894
7290
|
}
|
6895
7291
|
export interface DescribeDashboardDefinitionRequest {
|
6896
7292
|
/**
|
@@ -7577,6 +7973,34 @@ declare namespace QuickSight {
|
|
7577
7973
|
*/
|
7578
7974
|
Arn?: Arn;
|
7579
7975
|
}
|
7976
|
+
export interface DescribeRoleCustomPermissionRequest {
|
7977
|
+
/**
|
7978
|
+
* The name of the role whose permissions you want described.
|
7979
|
+
*/
|
7980
|
+
Role: Role;
|
7981
|
+
/**
|
7982
|
+
* The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.
|
7983
|
+
*/
|
7984
|
+
AwsAccountId: AwsAccountId;
|
7985
|
+
/**
|
7986
|
+
* The namespace that contains the role.
|
7987
|
+
*/
|
7988
|
+
Namespace: Namespace;
|
7989
|
+
}
|
7990
|
+
export interface DescribeRoleCustomPermissionResponse {
|
7991
|
+
/**
|
7992
|
+
* The name of the custom permission that is described.
|
7993
|
+
*/
|
7994
|
+
CustomPermissionsName?: RoleName;
|
7995
|
+
/**
|
7996
|
+
* The Amazon Web Services request ID for this operation.
|
7997
|
+
*/
|
7998
|
+
RequestId?: String;
|
7999
|
+
/**
|
8000
|
+
* The HTTP status of the request.
|
8001
|
+
*/
|
8002
|
+
Status?: StatusCode;
|
8003
|
+
}
|
7580
8004
|
export interface DescribeTemplateAliasRequest {
|
7581
8005
|
/**
|
7582
8006
|
* The ID of the Amazon Web Services account that contains the template alias that you're describing.
|
@@ -11346,6 +11770,46 @@ declare namespace QuickSight {
|
|
11346
11770
|
*/
|
11347
11771
|
RequestId?: String;
|
11348
11772
|
}
|
11773
|
+
export interface ListRoleMembershipsRequest {
|
11774
|
+
/**
|
11775
|
+
* The name of the role.
|
11776
|
+
*/
|
11777
|
+
Role: Role;
|
11778
|
+
/**
|
11779
|
+
* A pagination token that can be used in a subsequent request.
|
11780
|
+
*/
|
11781
|
+
NextToken?: String;
|
11782
|
+
/**
|
11783
|
+
* The maximum number of results to return.
|
11784
|
+
*/
|
11785
|
+
MaxResults?: MaxResults;
|
11786
|
+
/**
|
11787
|
+
* The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.
|
11788
|
+
*/
|
11789
|
+
AwsAccountId: AwsAccountId;
|
11790
|
+
/**
|
11791
|
+
* The namespace that includes the role.
|
11792
|
+
*/
|
11793
|
+
Namespace: Namespace;
|
11794
|
+
}
|
11795
|
+
export interface ListRoleMembershipsResponse {
|
11796
|
+
/**
|
11797
|
+
* The list of groups associated with a role
|
11798
|
+
*/
|
11799
|
+
MembersList?: GroupsList;
|
11800
|
+
/**
|
11801
|
+
* A pagination token that can be used in a subsequent request.
|
11802
|
+
*/
|
11803
|
+
NextToken?: String;
|
11804
|
+
/**
|
11805
|
+
* The Amazon Web Services request ID for this operation.
|
11806
|
+
*/
|
11807
|
+
RequestId?: String;
|
11808
|
+
/**
|
11809
|
+
* The HTTP status of the request.
|
11810
|
+
*/
|
11811
|
+
Status?: StatusCode;
|
11812
|
+
}
|
11349
11813
|
export interface ListTagsForResourceRequest {
|
11350
11814
|
/**
|
11351
11815
|
* The Amazon Resource Name (ARN) of the resource that you want a list of tags for.
|
@@ -13286,6 +13750,7 @@ declare namespace QuickSight {
|
|
13286
13750
|
*/
|
13287
13751
|
Visibility?: Visibility;
|
13288
13752
|
}
|
13753
|
+
export type ProjectId = string;
|
13289
13754
|
export interface ProjectOperation {
|
13290
13755
|
/**
|
13291
13756
|
* Projected columns.
|
@@ -13978,6 +14443,7 @@ declare namespace QuickSight {
|
|
13978
14443
|
RequestId?: String;
|
13979
14444
|
}
|
13980
14445
|
export type RestrictiveResourceId = string;
|
14446
|
+
export type Role = "ADMIN"|"AUTHOR"|"READER"|string;
|
13981
14447
|
export type RoleArn = string;
|
13982
14448
|
export type RoleName = string;
|
13983
14449
|
export type RoleSessionName = string;
|
@@ -15242,6 +15708,18 @@ declare namespace QuickSight {
|
|
15242
15708
|
* An optional collection of structures that generate CloudFormation parameters to override the existing resource property values when the resource is exported to a new CloudFormation template. Use this field if the ExportFormat field of a StartAssetBundleExportJobRequest API call is set to CLOUDFORMATION_JSON.
|
15243
15709
|
*/
|
15244
15710
|
CloudFormationOverridePropertyConfiguration?: AssetBundleCloudFormationOverridePropertyConfiguration;
|
15711
|
+
/**
|
15712
|
+
* A Boolean that determines whether all permissions for each resource ARN are exported with the job. If you set IncludePermissions to TRUE, any permissions associated with each resource are exported.
|
15713
|
+
*/
|
15714
|
+
IncludePermissions?: Boolean;
|
15715
|
+
/**
|
15716
|
+
* A Boolean that determines whether all tags for each resource ARN are exported with the job. If you set IncludeTags to TRUE, any tags associated with each resource are exported.
|
15717
|
+
*/
|
15718
|
+
IncludeTags?: Boolean;
|
15719
|
+
/**
|
15720
|
+
* An optional parameter that determines which validation strategy to use for the export job. If StrictModeForAllResources is set to TRUE, strict validation for every error is enforced. If it is set to FALSE, validation is skipped for specific UI errors that are shown as warnings. The default value for StrictModeForAllResources is FALSE.
|
15721
|
+
*/
|
15722
|
+
ValidationStrategy?: AssetBundleExportJobValidationStrategy;
|
15245
15723
|
}
|
15246
15724
|
export interface StartAssetBundleExportJobResponse {
|
15247
15725
|
/**
|
@@ -15275,13 +15753,25 @@ declare namespace QuickSight {
|
|
15275
15753
|
*/
|
15276
15754
|
AssetBundleImportSource: AssetBundleImportSource;
|
15277
15755
|
/**
|
15278
|
-
* Optional overrides
|
15756
|
+
* Optional overrides that are applied to the resource configuration before import.
|
15279
15757
|
*/
|
15280
15758
|
OverrideParameters?: AssetBundleImportJobOverrideParameters;
|
15281
15759
|
/**
|
15282
15760
|
* The failure action for the import job. If you choose ROLLBACK, failed import jobs will attempt to undo any asset changes caused by the failed job. If you choose DO_NOTHING, failed import jobs will not attempt to roll back any asset changes caused by the failed job, possibly keeping the Amazon QuickSight account in an inconsistent state.
|
15283
15761
|
*/
|
15284
15762
|
FailureAction?: AssetBundleImportFailureAction;
|
15763
|
+
/**
|
15764
|
+
* Optional permission overrides that are applied to the resource configuration before import.
|
15765
|
+
*/
|
15766
|
+
OverridePermissions?: AssetBundleImportJobOverridePermissions;
|
15767
|
+
/**
|
15768
|
+
* Optional tag overrides that are applied to the resource configuration before import.
|
15769
|
+
*/
|
15770
|
+
OverrideTags?: AssetBundleImportJobOverrideTags;
|
15771
|
+
/**
|
15772
|
+
* An optional validation strategy override for all analyses and dashboards that is applied to the resource configuration before import.
|
15773
|
+
*/
|
15774
|
+
OverrideValidationStrategy?: AssetBundleImportJobOverrideValidationStrategy;
|
15285
15775
|
}
|
15286
15776
|
export interface StartAssetBundleImportJobResponse {
|
15287
15777
|
/**
|
@@ -16026,7 +16516,6 @@ declare namespace QuickSight {
|
|
16026
16516
|
* A list of the associated sheets with the unique identifier and name of each sheet.
|
16027
16517
|
*/
|
16028
16518
|
Sheets?: SheetList;
|
16029
|
-
Options?: AssetOptions;
|
16030
16519
|
}
|
16031
16520
|
export interface TemplateVersionDefinition {
|
16032
16521
|
/**
|
@@ -18083,6 +18572,34 @@ declare namespace QuickSight {
|
|
18083
18572
|
Arn?: Arn;
|
18084
18573
|
}
|
18085
18574
|
export type UpdateResourcePermissionList = ResourcePermission[];
|
18575
|
+
export interface UpdateRoleCustomPermissionRequest {
|
18576
|
+
/**
|
18577
|
+
* The name of the custom permission that you want to update the role with.
|
18578
|
+
*/
|
18579
|
+
CustomPermissionsName: RoleName;
|
18580
|
+
/**
|
18581
|
+
* The name of role tht you want to update.
|
18582
|
+
*/
|
18583
|
+
Role: Role;
|
18584
|
+
/**
|
18585
|
+
* The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.
|
18586
|
+
*/
|
18587
|
+
AwsAccountId: AwsAccountId;
|
18588
|
+
/**
|
18589
|
+
* The namespace that contains the role that you want to update.
|
18590
|
+
*/
|
18591
|
+
Namespace: Namespace;
|
18592
|
+
}
|
18593
|
+
export interface UpdateRoleCustomPermissionResponse {
|
18594
|
+
/**
|
18595
|
+
* The Amazon Web Services request ID for this operation.
|
18596
|
+
*/
|
18597
|
+
RequestId?: String;
|
18598
|
+
/**
|
18599
|
+
* The HTTP status of the request.
|
18600
|
+
*/
|
18601
|
+
Status?: StatusCode;
|
18602
|
+
}
|
18086
18603
|
export interface UpdateTemplateAliasRequest {
|
18087
18604
|
/**
|
18088
18605
|
* The ID of the Amazon Web Services account that contains the template alias that you're updating.
|
@@ -18741,7 +19258,7 @@ declare namespace QuickSight {
|
|
18741
19258
|
export type VPCConnectionSummaryList = VPCConnectionSummary[];
|
18742
19259
|
export interface ValidationStrategy {
|
18743
19260
|
/**
|
18744
|
-
* The mode of validation for the asset to be
|
19261
|
+
* The mode of validation for the asset to be created or updated. When you set this value to STRICT, strict validation for every error is enforced. When you set this value to LENIENT, validation is skipped for specific UI errors.
|
18745
19262
|
*/
|
18746
19263
|
Mode: ValidationStrategyMode;
|
18747
19264
|
}
|