aws-sdk 2.1008.0 → 2.1012.0
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/CHANGELOG.md +21 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +43 -37
- package/apis/chime-sdk-messaging-2021-05-15.min.json +601 -88
- package/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/apis/dataexchange-2017-07-25.min.json +65 -13
- package/apis/directconnect-2012-10-25.min.json +119 -35
- package/apis/glue-2017-03-31.min.json +341 -339
- package/apis/ivs-2020-07-14.min.json +127 -100
- package/apis/ivs-2020-07-14.paginators.json +4 -14
- package/apis/mediaconvert-2017-08-29.min.json +137 -134
- package/apis/mediapackage-2017-10-12.min.json +4 -0
- package/apis/mediapackage-vod-2018-11-07.min.json +4 -0
- package/apis/metadata.json +3 -0
- package/apis/panorama-2019-07-24.examples.json +5 -0
- package/apis/panorama-2019-07-24.min.json +1622 -0
- package/apis/panorama-2019-07-24.paginators.json +49 -0
- package/apis/quicksight-2018-04-01.min.json +237 -159
- package/apis/securityhub-2018-10-26.min.json +282 -137
- package/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appflow.d.ts +8 -0
- package/clients/chimesdkmessaging.d.ts +475 -2
- package/clients/dataexchange.d.ts +110 -20
- package/clients/directconnect.d.ts +186 -49
- package/clients/efs.d.ts +10 -10
- package/clients/glue.d.ts +11 -2
- package/clients/ivs.d.ts +158 -133
- package/clients/mediaconvert.d.ts +57 -58
- package/clients/mediapackage.d.ts +4 -0
- package/clients/mediapackagevod.d.ts +4 -0
- package/clients/panorama.d.ts +1926 -0
- package/clients/panorama.js +18 -0
- package/clients/quicksight.d.ts +158 -75
- package/clients/securityhub.d.ts +161 -2
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +125 -38
- package/dist/aws-sdk.min.js +68 -68
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/quicksight.d.ts
CHANGED
|
@@ -20,11 +20,11 @@ declare class QuickSight extends Service {
|
|
|
20
20
|
*/
|
|
21
21
|
cancelIngestion(callback?: (err: AWSError, data: QuickSight.Types.CancelIngestionResponse) => void): Request<QuickSight.Types.CancelIngestionResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Creates Amazon QuickSight customizations the current Amazon Web Services Region
|
|
23
|
+
* Creates Amazon QuickSight customizations the current Amazon Web Services Region. Currently, you can add a custom default theme by using the CreateAccountCustomization or UpdateAccountCustomization API operation. To further customize Amazon QuickSight by removing Amazon QuickSight sample assets and videos for all new users, see Customizing Amazon QuickSight in the Amazon QuickSight User Guide. You can create customizations for your Amazon Web Services account or, if you specify a namespace, for a Amazon QuickSight namespace instead. Customizations that apply to a namespace always override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation. Before you use the CreateAccountCustomization API operation to add a theme as the namespace default, make sure that you first share the theme with the namespace. If you don't share it with the namespace, the theme isn't visible to your users even if you make it the default theme. To check if the theme is shared, view the current permissions by using the DescribeThemePermissions API operation. To share the theme, grant permissions by using the UpdateThemePermissions API operation.
|
|
24
24
|
*/
|
|
25
25
|
createAccountCustomization(params: QuickSight.Types.CreateAccountCustomizationRequest, callback?: (err: AWSError, data: QuickSight.Types.CreateAccountCustomizationResponse) => void): Request<QuickSight.Types.CreateAccountCustomizationResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Creates Amazon QuickSight customizations the current Amazon Web Services Region
|
|
27
|
+
* Creates Amazon QuickSight customizations the current Amazon Web Services Region. Currently, you can add a custom default theme by using the CreateAccountCustomization or UpdateAccountCustomization API operation. To further customize Amazon QuickSight by removing Amazon QuickSight sample assets and videos for all new users, see Customizing Amazon QuickSight in the Amazon QuickSight User Guide. You can create customizations for your Amazon Web Services account or, if you specify a namespace, for a Amazon QuickSight namespace instead. Customizations that apply to a namespace always override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation. Before you use the CreateAccountCustomization API operation to add a theme as the namespace default, make sure that you first share the theme with the namespace. If you don't share it with the namespace, the theme isn't visible to your users even if you make it the default theme. To check if the theme is shared, view the current permissions by using the DescribeThemePermissions API operation. To share the theme, grant permissions by using the UpdateThemePermissions API operation.
|
|
28
28
|
*/
|
|
29
29
|
createAccountCustomization(callback?: (err: AWSError, data: QuickSight.Types.CreateAccountCustomizationResponse) => void): Request<QuickSight.Types.CreateAccountCustomizationResponse, AWSError>;
|
|
30
30
|
/**
|
|
@@ -148,11 +148,11 @@ declare class QuickSight extends Service {
|
|
|
148
148
|
*/
|
|
149
149
|
createThemeAlias(callback?: (err: AWSError, data: QuickSight.Types.CreateThemeAliasResponse) => void): Request<QuickSight.Types.CreateThemeAliasResponse, AWSError>;
|
|
150
150
|
/**
|
|
151
|
-
* Deletes all Amazon QuickSight customizations in this Amazon Web Services Region
|
|
151
|
+
* Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web Services account and Amazon QuickSight namespace.
|
|
152
152
|
*/
|
|
153
153
|
deleteAccountCustomization(params: QuickSight.Types.DeleteAccountCustomizationRequest, callback?: (err: AWSError, data: QuickSight.Types.DeleteAccountCustomizationResponse) => void): Request<QuickSight.Types.DeleteAccountCustomizationResponse, AWSError>;
|
|
154
154
|
/**
|
|
155
|
-
* Deletes all Amazon QuickSight customizations in this Amazon Web Services Region
|
|
155
|
+
* Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web Services account and Amazon QuickSight namespace.
|
|
156
156
|
*/
|
|
157
157
|
deleteAccountCustomization(callback?: (err: AWSError, data: QuickSight.Types.DeleteAccountCustomizationResponse) => void): Request<QuickSight.Types.DeleteAccountCustomizationResponse, AWSError>;
|
|
158
158
|
/**
|
|
@@ -284,11 +284,11 @@ declare class QuickSight extends Service {
|
|
|
284
284
|
*/
|
|
285
285
|
deleteUserByPrincipalId(callback?: (err: AWSError, data: QuickSight.Types.DeleteUserByPrincipalIdResponse) => void): Request<QuickSight.Types.DeleteUserByPrincipalIdResponse, AWSError>;
|
|
286
286
|
/**
|
|
287
|
-
* Describes the customizations associated with the provided Amazon Web Services account and Amazon Amazon QuickSight namespace in an Amazon Web Services Region
|
|
287
|
+
* Describes the customizations associated with the provided Amazon Web Services account and Amazon Amazon QuickSight namespace in an Amazon Web Services Region. The Amazon QuickSight console evaluates which customizations to apply by running this API operation with the Resolved flag included. To determine what customizations display when you run this command, it can help to visualize the relationship of the entities involved. Amazon Web Services account - The Amazon Web Services account exists at the top of the hierarchy. It has the potential to use all of the Amazon Web Services Regions and AWS Services. When you subscribe to Amazon QuickSight, you choose one Amazon Web Services Region to use as your home Region. That's where your free SPICE capacity is located. You can use Amazon QuickSight in any supported Amazon Web Services Region. Amazon Web Services Region - In each Amazon Web Services Region where you sign in to Amazon QuickSight at least once, Amazon QuickSight acts as a separate instance of the same service. If you have a user directory, it resides in us-east-1, which is the US East (N. Virginia). Generally speaking, these users have access to Amazon QuickSight in any Amazon Web Services Region, unless they are constrained to a namespace. To run the command in a different Amazon Web Services Region, you change your Region settings. If you're using the AWS CLI, you can use one of the following options: Use command line options. Use named profiles. Run aws configure to change your default Amazon Web Services Region. Use Enter to key the same settings for your keys. For more information, see Configuring the AWS CLI. Namespace - A Amazon QuickSight namespace is a partition that contains users and assets (data sources, datasets, dashboards, and so on). To access assets that are in a specific namespace, users and groups must also be part of the same namespace. People who share a namespace are completely isolated from users and assets in other namespaces, even if they are in the same Amazon Web Services account and Amazon Web Services Region. Applied customizations - Within an Amazon Web Services Region, a set of Amazon QuickSight customizations can apply to an Amazon Web Services account or to a namespace. Settings that you apply to a namespace override settings that you apply to an Amazon Web Services account. All settings are isolated to a single Amazon Web Services Region. To apply them in other Amazon Web Services Regions, run the CreateAccountCustomization command in each Amazon Web Services Region where you want to apply the same customizations.
|
|
288
288
|
*/
|
|
289
289
|
describeAccountCustomization(params: QuickSight.Types.DescribeAccountCustomizationRequest, callback?: (err: AWSError, data: QuickSight.Types.DescribeAccountCustomizationResponse) => void): Request<QuickSight.Types.DescribeAccountCustomizationResponse, AWSError>;
|
|
290
290
|
/**
|
|
291
|
-
* Describes the customizations associated with the provided Amazon Web Services account and Amazon Amazon QuickSight namespace in an Amazon Web Services Region
|
|
291
|
+
* Describes the customizations associated with the provided Amazon Web Services account and Amazon Amazon QuickSight namespace in an Amazon Web Services Region. The Amazon QuickSight console evaluates which customizations to apply by running this API operation with the Resolved flag included. To determine what customizations display when you run this command, it can help to visualize the relationship of the entities involved. Amazon Web Services account - The Amazon Web Services account exists at the top of the hierarchy. It has the potential to use all of the Amazon Web Services Regions and AWS Services. When you subscribe to Amazon QuickSight, you choose one Amazon Web Services Region to use as your home Region. That's where your free SPICE capacity is located. You can use Amazon QuickSight in any supported Amazon Web Services Region. Amazon Web Services Region - In each Amazon Web Services Region where you sign in to Amazon QuickSight at least once, Amazon QuickSight acts as a separate instance of the same service. If you have a user directory, it resides in us-east-1, which is the US East (N. Virginia). Generally speaking, these users have access to Amazon QuickSight in any Amazon Web Services Region, unless they are constrained to a namespace. To run the command in a different Amazon Web Services Region, you change your Region settings. If you're using the AWS CLI, you can use one of the following options: Use command line options. Use named profiles. Run aws configure to change your default Amazon Web Services Region. Use Enter to key the same settings for your keys. For more information, see Configuring the AWS CLI. Namespace - A Amazon QuickSight namespace is a partition that contains users and assets (data sources, datasets, dashboards, and so on). To access assets that are in a specific namespace, users and groups must also be part of the same namespace. People who share a namespace are completely isolated from users and assets in other namespaces, even if they are in the same Amazon Web Services account and Amazon Web Services Region. Applied customizations - Within an Amazon Web Services Region, a set of Amazon QuickSight customizations can apply to an Amazon Web Services account or to a namespace. Settings that you apply to a namespace override settings that you apply to an Amazon Web Services account. All settings are isolated to a single Amazon Web Services Region. To apply them in other Amazon Web Services Regions, run the CreateAccountCustomization command in each Amazon Web Services Region where you want to apply the same customizations.
|
|
292
292
|
*/
|
|
293
293
|
describeAccountCustomization(callback?: (err: AWSError, data: QuickSight.Types.DescribeAccountCustomizationResponse) => void): Request<QuickSight.Types.DescribeAccountCustomizationResponse, AWSError>;
|
|
294
294
|
/**
|
|
@@ -411,6 +411,14 @@ declare class QuickSight extends Service {
|
|
|
411
411
|
* Describes a SPICE ingestion.
|
|
412
412
|
*/
|
|
413
413
|
describeIngestion(callback?: (err: AWSError, data: QuickSight.Types.DescribeIngestionResponse) => void): Request<QuickSight.Types.DescribeIngestionResponse, AWSError>;
|
|
414
|
+
/**
|
|
415
|
+
* Provides a summary and status of IP Rules.
|
|
416
|
+
*/
|
|
417
|
+
describeIpRestriction(params: QuickSight.Types.DescribeIpRestrictionRequest, callback?: (err: AWSError, data: QuickSight.Types.DescribeIpRestrictionResponse) => void): Request<QuickSight.Types.DescribeIpRestrictionResponse, AWSError>;
|
|
418
|
+
/**
|
|
419
|
+
* Provides a summary and status of IP Rules.
|
|
420
|
+
*/
|
|
421
|
+
describeIpRestriction(callback?: (err: AWSError, data: QuickSight.Types.DescribeIpRestrictionResponse) => void): Request<QuickSight.Types.DescribeIpRestrictionResponse, AWSError>;
|
|
414
422
|
/**
|
|
415
423
|
* Describes the current namespace.
|
|
416
424
|
*/
|
|
@@ -532,19 +540,19 @@ declare class QuickSight extends Service {
|
|
|
532
540
|
*/
|
|
533
541
|
listDashboards(callback?: (err: AWSError, data: QuickSight.Types.ListDashboardsResponse) => void): Request<QuickSight.Types.ListDashboardsResponse, AWSError>;
|
|
534
542
|
/**
|
|
535
|
-
* Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region
|
|
543
|
+
* Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region. The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/*.
|
|
536
544
|
*/
|
|
537
545
|
listDataSets(params: QuickSight.Types.ListDataSetsRequest, callback?: (err: AWSError, data: QuickSight.Types.ListDataSetsResponse) => void): Request<QuickSight.Types.ListDataSetsResponse, AWSError>;
|
|
538
546
|
/**
|
|
539
|
-
* Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region
|
|
547
|
+
* Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region. The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/*.
|
|
540
548
|
*/
|
|
541
549
|
listDataSets(callback?: (err: AWSError, data: QuickSight.Types.ListDataSetsResponse) => void): Request<QuickSight.Types.ListDataSetsResponse, AWSError>;
|
|
542
550
|
/**
|
|
543
|
-
* Lists data sources in current Amazon Web Services Region
|
|
551
|
+
* Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.
|
|
544
552
|
*/
|
|
545
553
|
listDataSources(params: QuickSight.Types.ListDataSourcesRequest, callback?: (err: AWSError, data: QuickSight.Types.ListDataSourcesResponse) => void): Request<QuickSight.Types.ListDataSourcesResponse, AWSError>;
|
|
546
554
|
/**
|
|
547
|
-
* Lists data sources in current Amazon Web Services Region
|
|
555
|
+
* Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.
|
|
548
556
|
*/
|
|
549
557
|
listDataSources(callback?: (err: AWSError, data: QuickSight.Types.ListDataSourcesResponse) => void): Request<QuickSight.Types.ListDataSourcesResponse, AWSError>;
|
|
550
558
|
/**
|
|
@@ -740,11 +748,11 @@ declare class QuickSight extends Service {
|
|
|
740
748
|
*/
|
|
741
749
|
untagResource(callback?: (err: AWSError, data: QuickSight.Types.UntagResourceResponse) => void): Request<QuickSight.Types.UntagResourceResponse, AWSError>;
|
|
742
750
|
/**
|
|
743
|
-
* Updates Amazon QuickSight customizations the current Amazon Web Services Region
|
|
751
|
+
* Updates Amazon QuickSight customizations the current Amazon Web Services Region. Currently, the only customization you can use is a theme. You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a Amazon QuickSight namespace instead. Customizations that apply to a namespace override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation.
|
|
744
752
|
*/
|
|
745
753
|
updateAccountCustomization(params: QuickSight.Types.UpdateAccountCustomizationRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateAccountCustomizationResponse) => void): Request<QuickSight.Types.UpdateAccountCustomizationResponse, AWSError>;
|
|
746
754
|
/**
|
|
747
|
-
* Updates Amazon QuickSight customizations the current Amazon Web Services Region
|
|
755
|
+
* Updates Amazon QuickSight customizations the current Amazon Web Services Region. Currently, the only customization you can use is a theme. You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a Amazon QuickSight namespace instead. Customizations that apply to a namespace override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation.
|
|
748
756
|
*/
|
|
749
757
|
updateAccountCustomization(callback?: (err: AWSError, data: QuickSight.Types.UpdateAccountCustomizationResponse) => void): Request<QuickSight.Types.UpdateAccountCustomizationResponse, AWSError>;
|
|
750
758
|
/**
|
|
@@ -859,6 +867,14 @@ declare class QuickSight extends Service {
|
|
|
859
867
|
* Updates an existing IAMpolicy assignment. This operation updates only the optional parameter or parameters that are specified in the request. This overwrites all of the users included in Identities.
|
|
860
868
|
*/
|
|
861
869
|
updateIAMPolicyAssignment(callback?: (err: AWSError, data: QuickSight.Types.UpdateIAMPolicyAssignmentResponse) => void): Request<QuickSight.Types.UpdateIAMPolicyAssignmentResponse, AWSError>;
|
|
870
|
+
/**
|
|
871
|
+
* Updates content and status of IP Rules.
|
|
872
|
+
*/
|
|
873
|
+
updateIpRestriction(params: QuickSight.Types.UpdateIpRestrictionRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateIpRestrictionResponse) => void): Request<QuickSight.Types.UpdateIpRestrictionResponse, AWSError>;
|
|
874
|
+
/**
|
|
875
|
+
* Updates content and status of IP Rules.
|
|
876
|
+
*/
|
|
877
|
+
updateIpRestriction(callback?: (err: AWSError, data: QuickSight.Types.UpdateIpRestrictionResponse) => void): Request<QuickSight.Types.UpdateIpRestrictionResponse, AWSError>;
|
|
862
878
|
/**
|
|
863
879
|
* Updates a template from an existing Amazon QuickSight analysis or another template.
|
|
864
880
|
*/
|
|
@@ -963,7 +979,7 @@ declare namespace QuickSight {
|
|
|
963
979
|
export type AliasName = string;
|
|
964
980
|
export interface AmazonElasticsearchParameters {
|
|
965
981
|
/**
|
|
966
|
-
* The
|
|
982
|
+
* The OpenSearch domain.
|
|
967
983
|
*/
|
|
968
984
|
Domain: Domain;
|
|
969
985
|
}
|
|
@@ -1148,6 +1164,7 @@ declare namespace QuickSight {
|
|
|
1148
1164
|
*/
|
|
1149
1165
|
Show?: boolean;
|
|
1150
1166
|
}
|
|
1167
|
+
export type CIDR = string;
|
|
1151
1168
|
export interface CalculatedColumn {
|
|
1152
1169
|
/**
|
|
1153
1170
|
* Column name.
|
|
@@ -1171,7 +1188,7 @@ declare namespace QuickSight {
|
|
|
1171
1188
|
/**
|
|
1172
1189
|
* The ID of the dataset used in the ingestion.
|
|
1173
1190
|
*/
|
|
1174
|
-
DataSetId:
|
|
1191
|
+
DataSetId: String;
|
|
1175
1192
|
/**
|
|
1176
1193
|
* An ID for the ingestion.
|
|
1177
1194
|
*/
|
|
@@ -1189,7 +1206,7 @@ declare namespace QuickSight {
|
|
|
1189
1206
|
/**
|
|
1190
1207
|
* The Amazon Web Services request ID for this operation.
|
|
1191
1208
|
*/
|
|
1192
|
-
RequestId?:
|
|
1209
|
+
RequestId?: String;
|
|
1193
1210
|
/**
|
|
1194
1211
|
* The HTTP status of the request.
|
|
1195
1212
|
*/
|
|
@@ -1300,7 +1317,7 @@ declare namespace QuickSight {
|
|
|
1300
1317
|
*/
|
|
1301
1318
|
Namespace?: Namespace;
|
|
1302
1319
|
/**
|
|
1303
|
-
* The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region
|
|
1320
|
+
* The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region. You can add these to an Amazon Web Services account and a Amazon QuickSight namespace. For example, you can add a default theme by setting AccountCustomization to the midnight theme: "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }. Or, you can add a custom theme by specifying "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }.
|
|
1304
1321
|
*/
|
|
1305
1322
|
AccountCustomization: AccountCustomization;
|
|
1306
1323
|
/**
|
|
@@ -1322,7 +1339,7 @@ declare namespace QuickSight {
|
|
|
1322
1339
|
*/
|
|
1323
1340
|
Namespace?: Namespace;
|
|
1324
1341
|
/**
|
|
1325
|
-
* The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region
|
|
1342
|
+
* The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.
|
|
1326
1343
|
*/
|
|
1327
1344
|
AccountCustomization?: AccountCustomization;
|
|
1328
1345
|
/**
|
|
@@ -1418,7 +1435,7 @@ declare namespace QuickSight {
|
|
|
1418
1435
|
*/
|
|
1419
1436
|
Permissions?: ResourcePermissionList;
|
|
1420
1437
|
/**
|
|
1421
|
-
* The entity that you are using as a source when you create the dashboard. In SourceEntity, you specify the type of object you're using as source. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The SourceTemplateARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region
|
|
1438
|
+
* The entity that you are using as a source when you create the dashboard. In SourceEntity, you specify the type of object you're using as source. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The SourceTemplateARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region. Use the DataSetReferences entity within SourceTemplate to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
|
|
1422
1439
|
*/
|
|
1423
1440
|
SourceEntity: DashboardSourceEntity;
|
|
1424
1441
|
/**
|
|
@@ -1470,7 +1487,7 @@ declare namespace QuickSight {
|
|
|
1470
1487
|
*/
|
|
1471
1488
|
AwsAccountId: AwsAccountId;
|
|
1472
1489
|
/**
|
|
1473
|
-
* An ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
1490
|
+
* An ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
1474
1491
|
*/
|
|
1475
1492
|
DataSetId: ResourceId;
|
|
1476
1493
|
/**
|
|
@@ -1525,7 +1542,7 @@ declare namespace QuickSight {
|
|
|
1525
1542
|
*/
|
|
1526
1543
|
Arn?: Arn;
|
|
1527
1544
|
/**
|
|
1528
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
1545
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
1529
1546
|
*/
|
|
1530
1547
|
DataSetId?: ResourceId;
|
|
1531
1548
|
/**
|
|
@@ -1551,7 +1568,7 @@ declare namespace QuickSight {
|
|
|
1551
1568
|
*/
|
|
1552
1569
|
AwsAccountId: AwsAccountId;
|
|
1553
1570
|
/**
|
|
1554
|
-
* An ID for the data source. This ID is unique per Amazon Web Services Region
|
|
1571
|
+
* An ID for the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
1555
1572
|
*/
|
|
1556
1573
|
DataSourceId: ResourceId;
|
|
1557
1574
|
/**
|
|
@@ -1559,7 +1576,7 @@ declare namespace QuickSight {
|
|
|
1559
1576
|
*/
|
|
1560
1577
|
Name: ResourceName;
|
|
1561
1578
|
/**
|
|
1562
|
-
* The type of the data source. To return a list of all data sources, use ListDataSources. Use AMAZON_ELASTICSEARCH for Amazon
|
|
1579
|
+
* The type of the data source. To return a list of all data sources, use ListDataSources. Use AMAZON_ELASTICSEARCH for Amazon OpenSearch Service.
|
|
1563
1580
|
*/
|
|
1564
1581
|
Type: DataSourceType;
|
|
1565
1582
|
/**
|
|
@@ -1593,7 +1610,7 @@ declare namespace QuickSight {
|
|
|
1593
1610
|
*/
|
|
1594
1611
|
Arn?: Arn;
|
|
1595
1612
|
/**
|
|
1596
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
1613
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
1597
1614
|
*/
|
|
1598
1615
|
DataSourceId?: ResourceId;
|
|
1599
1616
|
/**
|
|
@@ -1813,7 +1830,7 @@ declare namespace QuickSight {
|
|
|
1813
1830
|
/**
|
|
1814
1831
|
* The ID of the dataset used in the ingestion.
|
|
1815
1832
|
*/
|
|
1816
|
-
DataSetId:
|
|
1833
|
+
DataSetId: String;
|
|
1817
1834
|
/**
|
|
1818
1835
|
* An ID for the ingestion.
|
|
1819
1836
|
*/
|
|
@@ -1822,6 +1839,10 @@ declare namespace QuickSight {
|
|
|
1822
1839
|
* The Amazon Web Services account ID.
|
|
1823
1840
|
*/
|
|
1824
1841
|
AwsAccountId: AwsAccountId;
|
|
1842
|
+
/**
|
|
1843
|
+
* The type of ingestion that you want to create.
|
|
1844
|
+
*/
|
|
1845
|
+
IngestionType?: IngestionType;
|
|
1825
1846
|
}
|
|
1826
1847
|
export interface CreateIngestionResponse {
|
|
1827
1848
|
/**
|
|
@@ -1839,7 +1860,7 @@ declare namespace QuickSight {
|
|
|
1839
1860
|
/**
|
|
1840
1861
|
* The Amazon Web Services request ID for this operation.
|
|
1841
1862
|
*/
|
|
1842
|
-
RequestId?:
|
|
1863
|
+
RequestId?: String;
|
|
1843
1864
|
/**
|
|
1844
1865
|
* The HTTP status of the request.
|
|
1845
1866
|
*/
|
|
@@ -1943,7 +1964,7 @@ declare namespace QuickSight {
|
|
|
1943
1964
|
*/
|
|
1944
1965
|
Permissions?: ResourcePermissionList;
|
|
1945
1966
|
/**
|
|
1946
|
-
* The entity that you are using as a source when you create the template. In SourceEntity, you specify the type of object you're using as source: SourceTemplate for a template or SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For SourceTemplate, specify the ARN of the source template. For SourceAnalysis, specify the ARN of the source analysis. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region
|
|
1967
|
+
* The entity that you are using as a source when you create the template. In SourceEntity, you specify the type of object you're using as source: SourceTemplate for a template or SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For SourceTemplate, specify the ARN of the source template. For SourceAnalysis, specify the ARN of the source analysis. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region. Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
|
|
1947
1968
|
*/
|
|
1948
1969
|
SourceEntity: TemplateSourceEntity;
|
|
1949
1970
|
/**
|
|
@@ -2467,7 +2488,7 @@ declare namespace QuickSight {
|
|
|
2467
2488
|
*/
|
|
2468
2489
|
Arn?: Arn;
|
|
2469
2490
|
/**
|
|
2470
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
2491
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
2471
2492
|
*/
|
|
2472
2493
|
DataSourceId?: ResourceId;
|
|
2473
2494
|
/**
|
|
@@ -2535,7 +2556,7 @@ declare namespace QuickSight {
|
|
|
2535
2556
|
export type DataSourceList = DataSource[];
|
|
2536
2557
|
export interface DataSourceParameters {
|
|
2537
2558
|
/**
|
|
2538
|
-
* The parameters for
|
|
2559
|
+
* The parameters for OpenSearch.
|
|
2539
2560
|
*/
|
|
2540
2561
|
AmazonElasticsearchParameters?: AmazonElasticsearchParameters;
|
|
2541
2562
|
/**
|
|
@@ -2643,7 +2664,7 @@ declare namespace QuickSight {
|
|
|
2643
2664
|
export type DecimalParameterList = DecimalParameter[];
|
|
2644
2665
|
export interface DeleteAccountCustomizationRequest {
|
|
2645
2666
|
/**
|
|
2646
|
-
* The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region
|
|
2667
|
+
* The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.
|
|
2647
2668
|
*/
|
|
2648
2669
|
AwsAccountId: AwsAccountId;
|
|
2649
2670
|
/**
|
|
@@ -2739,7 +2760,7 @@ declare namespace QuickSight {
|
|
|
2739
2760
|
*/
|
|
2740
2761
|
AwsAccountId: AwsAccountId;
|
|
2741
2762
|
/**
|
|
2742
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
2763
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
2743
2764
|
*/
|
|
2744
2765
|
DataSetId: ResourceId;
|
|
2745
2766
|
}
|
|
@@ -2749,7 +2770,7 @@ declare namespace QuickSight {
|
|
|
2749
2770
|
*/
|
|
2750
2771
|
Arn?: Arn;
|
|
2751
2772
|
/**
|
|
2752
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
2773
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
2753
2774
|
*/
|
|
2754
2775
|
DataSetId?: ResourceId;
|
|
2755
2776
|
/**
|
|
@@ -2767,7 +2788,7 @@ declare namespace QuickSight {
|
|
|
2767
2788
|
*/
|
|
2768
2789
|
AwsAccountId: AwsAccountId;
|
|
2769
2790
|
/**
|
|
2770
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
2791
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
2771
2792
|
*/
|
|
2772
2793
|
DataSourceId: ResourceId;
|
|
2773
2794
|
}
|
|
@@ -2777,7 +2798,7 @@ declare namespace QuickSight {
|
|
|
2777
2798
|
*/
|
|
2778
2799
|
Arn?: Arn;
|
|
2779
2800
|
/**
|
|
2780
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
2801
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
2781
2802
|
*/
|
|
2782
2803
|
DataSourceId?: ResourceId;
|
|
2783
2804
|
/**
|
|
@@ -3158,7 +3179,7 @@ declare namespace QuickSight {
|
|
|
3158
3179
|
*/
|
|
3159
3180
|
Namespace?: Namespace;
|
|
3160
3181
|
/**
|
|
3161
|
-
* The Amazon QuickSight customizations that exist in the current Amazon Web Services Region
|
|
3182
|
+
* The Amazon QuickSight customizations that exist in the current Amazon Web Services Region.
|
|
3162
3183
|
*/
|
|
3163
3184
|
AccountCustomization?: AccountCustomization;
|
|
3164
3185
|
/**
|
|
@@ -3178,7 +3199,7 @@ declare namespace QuickSight {
|
|
|
3178
3199
|
}
|
|
3179
3200
|
export interface DescribeAccountSettingsResponse {
|
|
3180
3201
|
/**
|
|
3181
|
-
* The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon QuickSight subscription. In the Amazon QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a Amazon QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region
|
|
3202
|
+
* The Amazon QuickSight settings for this Amazon Web Services account. This information includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon QuickSight subscription. In the Amazon QuickSight console, the Amazon QuickSight subscription is sometimes referred to as a Amazon QuickSight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon QuickSight service for your Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.
|
|
3182
3203
|
*/
|
|
3183
3204
|
AccountSettings?: AccountSettings;
|
|
3184
3205
|
/**
|
|
@@ -3316,7 +3337,7 @@ declare namespace QuickSight {
|
|
|
3316
3337
|
*/
|
|
3317
3338
|
AwsAccountId: AwsAccountId;
|
|
3318
3339
|
/**
|
|
3319
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
3340
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
3320
3341
|
*/
|
|
3321
3342
|
DataSetId: ResourceId;
|
|
3322
3343
|
}
|
|
@@ -3326,7 +3347,7 @@ declare namespace QuickSight {
|
|
|
3326
3347
|
*/
|
|
3327
3348
|
DataSetArn?: Arn;
|
|
3328
3349
|
/**
|
|
3329
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
3350
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
3330
3351
|
*/
|
|
3331
3352
|
DataSetId?: ResourceId;
|
|
3332
3353
|
/**
|
|
@@ -3348,7 +3369,7 @@ declare namespace QuickSight {
|
|
|
3348
3369
|
*/
|
|
3349
3370
|
AwsAccountId: AwsAccountId;
|
|
3350
3371
|
/**
|
|
3351
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
3372
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
3352
3373
|
*/
|
|
3353
3374
|
DataSetId: ResourceId;
|
|
3354
3375
|
}
|
|
@@ -3372,7 +3393,7 @@ declare namespace QuickSight {
|
|
|
3372
3393
|
*/
|
|
3373
3394
|
AwsAccountId: AwsAccountId;
|
|
3374
3395
|
/**
|
|
3375
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
3396
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
3376
3397
|
*/
|
|
3377
3398
|
DataSourceId: ResourceId;
|
|
3378
3399
|
}
|
|
@@ -3382,7 +3403,7 @@ declare namespace QuickSight {
|
|
|
3382
3403
|
*/
|
|
3383
3404
|
DataSourceArn?: Arn;
|
|
3384
3405
|
/**
|
|
3385
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
3406
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
3386
3407
|
*/
|
|
3387
3408
|
DataSourceId?: ResourceId;
|
|
3388
3409
|
/**
|
|
@@ -3404,7 +3425,7 @@ declare namespace QuickSight {
|
|
|
3404
3425
|
*/
|
|
3405
3426
|
AwsAccountId: AwsAccountId;
|
|
3406
3427
|
/**
|
|
3407
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
3428
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
3408
3429
|
*/
|
|
3409
3430
|
DataSourceId: ResourceId;
|
|
3410
3431
|
}
|
|
@@ -3574,7 +3595,7 @@ declare namespace QuickSight {
|
|
|
3574
3595
|
/**
|
|
3575
3596
|
* The ID of the dataset used in the ingestion.
|
|
3576
3597
|
*/
|
|
3577
|
-
DataSetId:
|
|
3598
|
+
DataSetId: String;
|
|
3578
3599
|
/**
|
|
3579
3600
|
* An ID for the ingestion.
|
|
3580
3601
|
*/
|
|
@@ -3588,12 +3609,40 @@ declare namespace QuickSight {
|
|
|
3588
3609
|
/**
|
|
3589
3610
|
* The Amazon Web Services request ID for this operation.
|
|
3590
3611
|
*/
|
|
3591
|
-
RequestId?:
|
|
3612
|
+
RequestId?: String;
|
|
3592
3613
|
/**
|
|
3593
3614
|
* The HTTP status of the request.
|
|
3594
3615
|
*/
|
|
3595
3616
|
Status?: StatusCode;
|
|
3596
3617
|
}
|
|
3618
|
+
export interface DescribeIpRestrictionRequest {
|
|
3619
|
+
/**
|
|
3620
|
+
* Your AWS account ID.
|
|
3621
|
+
*/
|
|
3622
|
+
AwsAccountId: AwsAccountId;
|
|
3623
|
+
}
|
|
3624
|
+
export interface DescribeIpRestrictionResponse {
|
|
3625
|
+
/**
|
|
3626
|
+
* Your AWS account ID.
|
|
3627
|
+
*/
|
|
3628
|
+
AwsAccountId?: AwsAccountId;
|
|
3629
|
+
/**
|
|
3630
|
+
* Describes the IP rules with CIDR range and description.
|
|
3631
|
+
*/
|
|
3632
|
+
IpRestrictionRuleMap?: IpRestrictionRuleMap;
|
|
3633
|
+
/**
|
|
3634
|
+
* Whether or not IP rules are enabled.
|
|
3635
|
+
*/
|
|
3636
|
+
Enabled?: NullableBoolean;
|
|
3637
|
+
/**
|
|
3638
|
+
* The ID of the describe request.
|
|
3639
|
+
*/
|
|
3640
|
+
RequestId?: String;
|
|
3641
|
+
/**
|
|
3642
|
+
* The status of a set of IP restrictions. A successful request returns a 200 status code.
|
|
3643
|
+
*/
|
|
3644
|
+
Status?: StatusCode;
|
|
3645
|
+
}
|
|
3597
3646
|
export interface DescribeNamespaceRequest {
|
|
3598
3647
|
/**
|
|
3599
3648
|
* The ID for the Amazon Web Services account that contains the Amazon QuickSight namespace that you want to describe.
|
|
@@ -3606,7 +3655,7 @@ declare namespace QuickSight {
|
|
|
3606
3655
|
}
|
|
3607
3656
|
export interface DescribeNamespaceResponse {
|
|
3608
3657
|
/**
|
|
3609
|
-
* The information about the namespace that you're describing. The response includes the namespace ARN, name, Amazon Web Services Region
|
|
3658
|
+
* The information about the namespace that you're describing. The response includes the namespace ARN, name, Amazon Web Services Region, creation status, and identity store. DescribeNamespace also works for namespaces that are in the process of being created. For incomplete namespaces, this API operation lists the namespace error types and messages associated with the creation process.
|
|
3610
3659
|
*/
|
|
3611
3660
|
Namespace?: NamespaceInfoV2;
|
|
3612
3661
|
/**
|
|
@@ -3846,7 +3895,7 @@ declare namespace QuickSight {
|
|
|
3846
3895
|
/**
|
|
3847
3896
|
* Error message.
|
|
3848
3897
|
*/
|
|
3849
|
-
Message?:
|
|
3898
|
+
Message?: String;
|
|
3850
3899
|
}
|
|
3851
3900
|
export interface ExportToCSVOption {
|
|
3852
3901
|
/**
|
|
@@ -4245,15 +4294,15 @@ declare namespace QuickSight {
|
|
|
4245
4294
|
/**
|
|
4246
4295
|
* The time that this ingestion started.
|
|
4247
4296
|
*/
|
|
4248
|
-
CreatedTime:
|
|
4297
|
+
CreatedTime: Timestamp;
|
|
4249
4298
|
/**
|
|
4250
4299
|
* The time that this ingestion took, measured in seconds.
|
|
4251
4300
|
*/
|
|
4252
|
-
IngestionTimeInSeconds?:
|
|
4301
|
+
IngestionTimeInSeconds?: Long;
|
|
4253
4302
|
/**
|
|
4254
4303
|
* The size of the data ingested, in bytes.
|
|
4255
4304
|
*/
|
|
4256
|
-
IngestionSizeInBytes?:
|
|
4305
|
+
IngestionSizeInBytes?: Long;
|
|
4257
4306
|
/**
|
|
4258
4307
|
* Event source for this ingestion.
|
|
4259
4308
|
*/
|
|
@@ -4263,12 +4312,13 @@ declare namespace QuickSight {
|
|
|
4263
4312
|
*/
|
|
4264
4313
|
RequestType?: IngestionRequestType;
|
|
4265
4314
|
}
|
|
4266
|
-
export type IngestionErrorType = "FAILURE_TO_ASSUME_ROLE"|"INGESTION_SUPERSEDED"|"INGESTION_CANCELED"|"DATA_SET_DELETED"|"DATA_SET_NOT_SPICE"|"S3_UPLOADED_FILE_DELETED"|"S3_MANIFEST_ERROR"|"DATA_TOLERANCE_EXCEPTION"|"SPICE_TABLE_NOT_FOUND"|"DATA_SET_SIZE_LIMIT_EXCEEDED"|"ROW_SIZE_LIMIT_EXCEEDED"|"ACCOUNT_CAPACITY_LIMIT_EXCEEDED"|"CUSTOMER_ERROR"|"DATA_SOURCE_NOT_FOUND"|"IAM_ROLE_NOT_AVAILABLE"|"CONNECTION_FAILURE"|"SQL_TABLE_NOT_FOUND"|"PERMISSION_DENIED"|"SSL_CERTIFICATE_VALIDATION_FAILURE"|"OAUTH_TOKEN_FAILURE"|"SOURCE_API_LIMIT_EXCEEDED_FAILURE"|"PASSWORD_AUTHENTICATION_FAILURE"|"SQL_SCHEMA_MISMATCH_ERROR"|"INVALID_DATE_FORMAT"|"INVALID_DATAPREP_SYNTAX"|"SOURCE_RESOURCE_LIMIT_EXCEEDED"|"SQL_INVALID_PARAMETER_VALUE"|"QUERY_TIMEOUT"|"SQL_NUMERIC_OVERFLOW"|"UNRESOLVABLE_HOST"|"UNROUTABLE_HOST"|"SQL_EXCEPTION"|"S3_FILE_INACCESSIBLE"|"IOT_FILE_NOT_FOUND"|"IOT_DATA_SET_FILE_EMPTY"|"INVALID_DATA_SOURCE_CONFIG"|"DATA_SOURCE_AUTH_FAILED"|"DATA_SOURCE_CONNECTION_FAILED"|"FAILURE_TO_PROCESS_JSON_FILE"|"INTERNAL_SERVICE_ERROR"|string;
|
|
4315
|
+
export type IngestionErrorType = "FAILURE_TO_ASSUME_ROLE"|"INGESTION_SUPERSEDED"|"INGESTION_CANCELED"|"DATA_SET_DELETED"|"DATA_SET_NOT_SPICE"|"S3_UPLOADED_FILE_DELETED"|"S3_MANIFEST_ERROR"|"DATA_TOLERANCE_EXCEPTION"|"SPICE_TABLE_NOT_FOUND"|"DATA_SET_SIZE_LIMIT_EXCEEDED"|"ROW_SIZE_LIMIT_EXCEEDED"|"ACCOUNT_CAPACITY_LIMIT_EXCEEDED"|"CUSTOMER_ERROR"|"DATA_SOURCE_NOT_FOUND"|"IAM_ROLE_NOT_AVAILABLE"|"CONNECTION_FAILURE"|"SQL_TABLE_NOT_FOUND"|"PERMISSION_DENIED"|"SSL_CERTIFICATE_VALIDATION_FAILURE"|"OAUTH_TOKEN_FAILURE"|"SOURCE_API_LIMIT_EXCEEDED_FAILURE"|"PASSWORD_AUTHENTICATION_FAILURE"|"SQL_SCHEMA_MISMATCH_ERROR"|"INVALID_DATE_FORMAT"|"INVALID_DATAPREP_SYNTAX"|"SOURCE_RESOURCE_LIMIT_EXCEEDED"|"SQL_INVALID_PARAMETER_VALUE"|"QUERY_TIMEOUT"|"SQL_NUMERIC_OVERFLOW"|"UNRESOLVABLE_HOST"|"UNROUTABLE_HOST"|"SQL_EXCEPTION"|"S3_FILE_INACCESSIBLE"|"IOT_FILE_NOT_FOUND"|"IOT_DATA_SET_FILE_EMPTY"|"INVALID_DATA_SOURCE_CONFIG"|"DATA_SOURCE_AUTH_FAILED"|"DATA_SOURCE_CONNECTION_FAILED"|"FAILURE_TO_PROCESS_JSON_FILE"|"INTERNAL_SERVICE_ERROR"|"REFRESH_SUPPRESSED_BY_EDIT"|"PERMISSION_NOT_FOUND"|"ELASTICSEARCH_CURSOR_NOT_ENABLED"|"CURSOR_NOT_ENABLED"|string;
|
|
4267
4316
|
export type IngestionId = string;
|
|
4268
4317
|
export type IngestionMaxResults = number;
|
|
4269
4318
|
export type IngestionRequestSource = "MANUAL"|"SCHEDULED"|string;
|
|
4270
4319
|
export type IngestionRequestType = "INITIAL_INGESTION"|"EDIT"|"INCREMENTAL_REFRESH"|"FULL_REFRESH"|string;
|
|
4271
4320
|
export type IngestionStatus = "INITIALIZED"|"QUEUED"|"RUNNING"|"FAILED"|"COMPLETED"|"CANCELLED"|string;
|
|
4321
|
+
export type IngestionType = "INCREMENTAL_REFRESH"|"FULL_REFRESH"|string;
|
|
4272
4322
|
export type Ingestions = Ingestion[];
|
|
4273
4323
|
export interface InputColumn {
|
|
4274
4324
|
/**
|
|
@@ -4294,6 +4344,8 @@ declare namespace QuickSight {
|
|
|
4294
4344
|
Values: LongList;
|
|
4295
4345
|
}
|
|
4296
4346
|
export type IntegerParameterList = IntegerParameter[];
|
|
4347
|
+
export type IpRestrictionRuleDescription = string;
|
|
4348
|
+
export type IpRestrictionRuleMap = {[key: string]: IpRestrictionRuleDescription};
|
|
4297
4349
|
export interface JiraParameters {
|
|
4298
4350
|
/**
|
|
4299
4351
|
* The base URL of the Jira site.
|
|
@@ -4725,11 +4777,11 @@ declare namespace QuickSight {
|
|
|
4725
4777
|
/**
|
|
4726
4778
|
* The ID of the dataset used in the ingestion.
|
|
4727
4779
|
*/
|
|
4728
|
-
DataSetId:
|
|
4780
|
+
DataSetId: String;
|
|
4729
4781
|
/**
|
|
4730
4782
|
* The token for the next set of results, or null if there are no more results.
|
|
4731
4783
|
*/
|
|
4732
|
-
NextToken?:
|
|
4784
|
+
NextToken?: String;
|
|
4733
4785
|
/**
|
|
4734
4786
|
* The Amazon Web Services account ID.
|
|
4735
4787
|
*/
|
|
@@ -4747,11 +4799,11 @@ declare namespace QuickSight {
|
|
|
4747
4799
|
/**
|
|
4748
4800
|
* The token for the next set of results, or null if there are no more results.
|
|
4749
4801
|
*/
|
|
4750
|
-
NextToken?:
|
|
4802
|
+
NextToken?: String;
|
|
4751
4803
|
/**
|
|
4752
4804
|
* The Amazon Web Services request ID for this operation.
|
|
4753
4805
|
*/
|
|
4754
|
-
RequestId?:
|
|
4806
|
+
RequestId?: String;
|
|
4755
4807
|
/**
|
|
4756
4808
|
* The HTTP status of the request.
|
|
4757
4809
|
*/
|
|
@@ -4773,7 +4825,7 @@ declare namespace QuickSight {
|
|
|
4773
4825
|
}
|
|
4774
4826
|
export interface ListNamespacesResponse {
|
|
4775
4827
|
/**
|
|
4776
|
-
* The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region
|
|
4828
|
+
* The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store.
|
|
4777
4829
|
*/
|
|
4778
4830
|
Namespaces?: Namespaces;
|
|
4779
4831
|
/**
|
|
@@ -5208,7 +5260,7 @@ declare namespace QuickSight {
|
|
|
5208
5260
|
*/
|
|
5209
5261
|
Arn?: Arn;
|
|
5210
5262
|
/**
|
|
5211
|
-
* The namespace Amazon Web Services Region
|
|
5263
|
+
* The namespace Amazon Web Services Region.
|
|
5212
5264
|
*/
|
|
5213
5265
|
CapacityRegion?: String;
|
|
5214
5266
|
/**
|
|
@@ -5227,6 +5279,7 @@ declare namespace QuickSight {
|
|
|
5227
5279
|
export type NamespaceStatus = "CREATED"|"CREATING"|"DELETING"|"RETRYABLE_FAILURE"|"NON_RETRYABLE_FAILURE"|string;
|
|
5228
5280
|
export type Namespaces = NamespaceInfoV2[];
|
|
5229
5281
|
export type NonEmptyString = string;
|
|
5282
|
+
export type NullableBoolean = boolean;
|
|
5230
5283
|
export type OnClause = string;
|
|
5231
5284
|
export type OptionalPort = number;
|
|
5232
5285
|
export interface OracleParameters {
|
|
@@ -5338,11 +5391,11 @@ declare namespace QuickSight {
|
|
|
5338
5391
|
/**
|
|
5339
5392
|
* The ID of the queued ingestion.
|
|
5340
5393
|
*/
|
|
5341
|
-
WaitingOnIngestion:
|
|
5394
|
+
WaitingOnIngestion: String;
|
|
5342
5395
|
/**
|
|
5343
5396
|
* The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.
|
|
5344
5397
|
*/
|
|
5345
|
-
QueuedIngestion:
|
|
5398
|
+
QueuedIngestion: String;
|
|
5346
5399
|
}
|
|
5347
5400
|
export interface RdsParameters {
|
|
5348
5401
|
/**
|
|
@@ -5547,11 +5600,15 @@ declare namespace QuickSight {
|
|
|
5547
5600
|
/**
|
|
5548
5601
|
* The number of rows that were ingested.
|
|
5549
5602
|
*/
|
|
5550
|
-
RowsIngested?:
|
|
5603
|
+
RowsIngested?: Long;
|
|
5551
5604
|
/**
|
|
5552
5605
|
* The number of rows that were not ingested.
|
|
5553
5606
|
*/
|
|
5554
|
-
RowsDropped?:
|
|
5607
|
+
RowsDropped?: Long;
|
|
5608
|
+
/**
|
|
5609
|
+
* The total number of rows in the dataset.
|
|
5610
|
+
*/
|
|
5611
|
+
TotalRowsInDataset?: Long;
|
|
5555
5612
|
}
|
|
5556
5613
|
export interface RowLevelPermissionDataSet {
|
|
5557
5614
|
/**
|
|
@@ -5903,7 +5960,7 @@ declare namespace QuickSight {
|
|
|
5903
5960
|
*/
|
|
5904
5961
|
Version?: TemplateVersion;
|
|
5905
5962
|
/**
|
|
5906
|
-
* The ID for the template. This is unique per Amazon Web Services Region
|
|
5963
|
+
* The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
5907
5964
|
*/
|
|
5908
5965
|
TemplateId?: RestrictiveResourceId;
|
|
5909
5966
|
/**
|
|
@@ -5975,7 +6032,7 @@ declare namespace QuickSight {
|
|
|
5975
6032
|
*/
|
|
5976
6033
|
Arn?: Arn;
|
|
5977
6034
|
/**
|
|
5978
|
-
* The ID of the template. This ID is unique per Amazon Web Services Region
|
|
6035
|
+
* The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
5979
6036
|
*/
|
|
5980
6037
|
TemplateId?: RestrictiveResourceId;
|
|
5981
6038
|
/**
|
|
@@ -6151,7 +6208,7 @@ declare namespace QuickSight {
|
|
|
6151
6208
|
*/
|
|
6152
6209
|
Name?: ThemeName;
|
|
6153
6210
|
/**
|
|
6154
|
-
* The ID of the theme. This ID is unique per Amazon Web Services Region
|
|
6211
|
+
* The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6155
6212
|
*/
|
|
6156
6213
|
ThemeId?: RestrictiveResourceId;
|
|
6157
6214
|
/**
|
|
@@ -6389,7 +6446,7 @@ declare namespace QuickSight {
|
|
|
6389
6446
|
*/
|
|
6390
6447
|
Namespace?: Namespace;
|
|
6391
6448
|
/**
|
|
6392
|
-
* The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region
|
|
6449
|
+
* The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
|
|
6393
6450
|
*/
|
|
6394
6451
|
AccountCustomization: AccountCustomization;
|
|
6395
6452
|
}
|
|
@@ -6407,7 +6464,7 @@ declare namespace QuickSight {
|
|
|
6407
6464
|
*/
|
|
6408
6465
|
Namespace?: Namespace;
|
|
6409
6466
|
/**
|
|
6410
|
-
* The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region
|
|
6467
|
+
* The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
|
|
6411
6468
|
*/
|
|
6412
6469
|
AccountCustomization?: AccountCustomization;
|
|
6413
6470
|
/**
|
|
@@ -6617,7 +6674,7 @@ declare namespace QuickSight {
|
|
|
6617
6674
|
*/
|
|
6618
6675
|
Name: DashboardName;
|
|
6619
6676
|
/**
|
|
6620
|
-
* The entity that you are using as a source when you update the dashboard. In SourceEntity, you specify the type of object you're using as source. You can only update a dashboard from a template, so you use a SourceTemplate entity. If you need to update a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region
|
|
6677
|
+
* The entity that you are using as a source when you update the dashboard. In SourceEntity, you specify the type of object you're using as source. You can only update a dashboard from a template, so you use a SourceTemplate entity. If you need to update a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region. Use the DataSetReferences entity within SourceTemplate to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
|
|
6621
6678
|
*/
|
|
6622
6679
|
SourceEntity: DashboardSourceEntity;
|
|
6623
6680
|
/**
|
|
@@ -6669,7 +6726,7 @@ declare namespace QuickSight {
|
|
|
6669
6726
|
*/
|
|
6670
6727
|
AwsAccountId: AwsAccountId;
|
|
6671
6728
|
/**
|
|
6672
|
-
* The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region
|
|
6729
|
+
* The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6673
6730
|
*/
|
|
6674
6731
|
DataSetId: ResourceId;
|
|
6675
6732
|
/**
|
|
@@ -6687,7 +6744,7 @@ declare namespace QuickSight {
|
|
|
6687
6744
|
*/
|
|
6688
6745
|
DataSetArn?: Arn;
|
|
6689
6746
|
/**
|
|
6690
|
-
* The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region
|
|
6747
|
+
* The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6691
6748
|
*/
|
|
6692
6749
|
DataSetId?: ResourceId;
|
|
6693
6750
|
/**
|
|
@@ -6705,7 +6762,7 @@ declare namespace QuickSight {
|
|
|
6705
6762
|
*/
|
|
6706
6763
|
AwsAccountId: AwsAccountId;
|
|
6707
6764
|
/**
|
|
6708
|
-
* The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region
|
|
6765
|
+
* The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6709
6766
|
*/
|
|
6710
6767
|
DataSetId: ResourceId;
|
|
6711
6768
|
/**
|
|
@@ -6752,7 +6809,7 @@ declare namespace QuickSight {
|
|
|
6752
6809
|
*/
|
|
6753
6810
|
Arn?: Arn;
|
|
6754
6811
|
/**
|
|
6755
|
-
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region
|
|
6812
|
+
* The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6756
6813
|
*/
|
|
6757
6814
|
DataSetId?: ResourceId;
|
|
6758
6815
|
/**
|
|
@@ -6778,7 +6835,7 @@ declare namespace QuickSight {
|
|
|
6778
6835
|
*/
|
|
6779
6836
|
AwsAccountId: AwsAccountId;
|
|
6780
6837
|
/**
|
|
6781
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
6838
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6782
6839
|
*/
|
|
6783
6840
|
DataSourceId: ResourceId;
|
|
6784
6841
|
/**
|
|
@@ -6796,7 +6853,7 @@ declare namespace QuickSight {
|
|
|
6796
6853
|
*/
|
|
6797
6854
|
DataSourceArn?: Arn;
|
|
6798
6855
|
/**
|
|
6799
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
6856
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6800
6857
|
*/
|
|
6801
6858
|
DataSourceId?: ResourceId;
|
|
6802
6859
|
/**
|
|
@@ -6814,7 +6871,7 @@ declare namespace QuickSight {
|
|
|
6814
6871
|
*/
|
|
6815
6872
|
AwsAccountId: AwsAccountId;
|
|
6816
6873
|
/**
|
|
6817
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
6874
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6818
6875
|
*/
|
|
6819
6876
|
DataSourceId: ResourceId;
|
|
6820
6877
|
/**
|
|
@@ -6844,7 +6901,7 @@ declare namespace QuickSight {
|
|
|
6844
6901
|
*/
|
|
6845
6902
|
Arn?: Arn;
|
|
6846
6903
|
/**
|
|
6847
|
-
* The ID of the data source. This ID is unique per Amazon Web Services Region
|
|
6904
|
+
* The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
|
|
6848
6905
|
*/
|
|
6849
6906
|
DataSourceId?: ResourceId;
|
|
6850
6907
|
/**
|
|
@@ -7020,6 +7077,34 @@ declare namespace QuickSight {
|
|
|
7020
7077
|
*/
|
|
7021
7078
|
Status?: StatusCode;
|
|
7022
7079
|
}
|
|
7080
|
+
export interface UpdateIpRestrictionRequest {
|
|
7081
|
+
/**
|
|
7082
|
+
* Your AWS account ID.
|
|
7083
|
+
*/
|
|
7084
|
+
AwsAccountId: AwsAccountId;
|
|
7085
|
+
/**
|
|
7086
|
+
* Describes updated IP rules.
|
|
7087
|
+
*/
|
|
7088
|
+
IpRestrictionRuleMap?: IpRestrictionRuleMap;
|
|
7089
|
+
/**
|
|
7090
|
+
* Whether or not IP rules are enabled.
|
|
7091
|
+
*/
|
|
7092
|
+
Enabled?: NullableBoolean;
|
|
7093
|
+
}
|
|
7094
|
+
export interface UpdateIpRestrictionResponse {
|
|
7095
|
+
/**
|
|
7096
|
+
* Your AWS account ID.
|
|
7097
|
+
*/
|
|
7098
|
+
AwsAccountId?: AwsAccountId;
|
|
7099
|
+
/**
|
|
7100
|
+
* The ID of the update request.
|
|
7101
|
+
*/
|
|
7102
|
+
RequestId?: String;
|
|
7103
|
+
/**
|
|
7104
|
+
* The status of the updated IP rules. A successful request returns a 200 code.
|
|
7105
|
+
*/
|
|
7106
|
+
Status?: StatusCode;
|
|
7107
|
+
}
|
|
7023
7108
|
export type UpdateResourcePermissionList = ResourcePermission[];
|
|
7024
7109
|
export interface UpdateTemplateAliasRequest {
|
|
7025
7110
|
/**
|
|
@@ -7403,8 +7488,6 @@ declare namespace QuickSight {
|
|
|
7403
7488
|
}
|
|
7404
7489
|
export type Warehouse = string;
|
|
7405
7490
|
export type WorkGroup = string;
|
|
7406
|
-
export type long = number;
|
|
7407
|
-
export type timestamp = Date;
|
|
7408
7491
|
/**
|
|
7409
7492
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
7410
7493
|
*/
|