@horietakehiro/aws-cdk-utul 0.10.2 → 0.11.3

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.
Files changed (199) hide show
  1. package/lib/stack-manager.d.ts +41 -0
  2. package/lib/stack-manager.js +132 -0
  3. package/lib/types/cfn-resource-types/aws-amazonmq-configuration.d.ts +35 -5
  4. package/lib/types/cfn-resource-types/aws-amazonmq-configuration.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-apigateway-vpclink.d.ts +0 -9
  6. package/lib/types/cfn-resource-types/aws-apigateway-vpclink.js +1 -1
  7. package/lib/types/cfn-resource-types/aws-apigatewayv2-domainname.d.ts +2 -2
  8. package/lib/types/cfn-resource-types/aws-apigatewayv2-domainname.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-appconfig-deploymentstrategy.d.ts +56 -8
  10. package/lib/types/cfn-resource-types/aws-appconfig-deploymentstrategy.js +1 -1
  11. package/lib/types/cfn-resource-types/aws-appsync-datasource.d.ts +151 -31
  12. package/lib/types/cfn-resource-types/aws-appsync-datasource.js +1 -1
  13. package/lib/types/cfn-resource-types/aws-appsync-graphqlapi.d.ts +225 -36
  14. package/lib/types/cfn-resource-types/aws-appsync-graphqlapi.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.d.ts +6 -1
  16. package/lib/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-b2bi-capability.d.ts +2 -0
  18. package/lib/types/cfn-resource-types/aws-b2bi-capability.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-b2bi-partnership.d.ts +37 -1
  20. package/lib/types/cfn-resource-types/aws-b2bi-partnership.js +1 -1
  21. package/lib/types/cfn-resource-types/aws-b2bi-transformer.d.ts +41 -4
  22. package/lib/types/cfn-resource-types/aws-b2bi-transformer.js +1 -1
  23. package/lib/types/cfn-resource-types/aws-backup-logicallyairgappedbackupvault.d.ts +28 -0
  24. package/lib/types/cfn-resource-types/aws-backup-logicallyairgappedbackupvault.js +3 -0
  25. package/lib/types/cfn-resource-types/aws-bedrock-agent.d.ts +1 -1
  26. package/lib/types/cfn-resource-types/aws-bedrock-agent.js +1 -1
  27. package/lib/types/cfn-resource-types/aws-bedrock-flow.d.ts +17 -6
  28. package/lib/types/cfn-resource-types/aws-bedrock-flow.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-bedrock-flowversion.d.ts +17 -6
  30. package/lib/types/cfn-resource-types/aws-bedrock-flowversion.js +1 -1
  31. package/lib/types/cfn-resource-types/aws-bedrock-prompt.d.ts +3 -7
  32. package/lib/types/cfn-resource-types/aws-bedrock-prompt.js +1 -1
  33. package/lib/types/cfn-resource-types/aws-bedrock-promptversion.d.ts +4 -8
  34. package/lib/types/cfn-resource-types/aws-bedrock-promptversion.js +1 -1
  35. package/lib/types/cfn-resource-types/aws-cloudformation-customresource.d.ts +2 -1
  36. package/lib/types/cfn-resource-types/aws-cloudformation-customresource.js +1 -1
  37. package/lib/types/cfn-resource-types/aws-codepipeline-pipeline.d.ts +23 -2
  38. package/lib/types/cfn-resource-types/aws-codepipeline-pipeline.js +1 -1
  39. package/lib/types/cfn-resource-types/aws-cognito-userpool.d.ts +2 -0
  40. package/lib/types/cfn-resource-types/aws-cognito-userpool.js +1 -1
  41. package/lib/types/cfn-resource-types/aws-cognito-userpoolidentityprovider.d.ts +15 -8
  42. package/lib/types/cfn-resource-types/aws-cognito-userpoolidentityprovider.js +1 -1
  43. package/lib/types/cfn-resource-types/aws-connect-contactflow.d.ts +1 -1
  44. package/lib/types/cfn-resource-types/aws-connect-contactflow.js +1 -1
  45. package/lib/types/cfn-resource-types/aws-connect-hoursofoperation.d.ts +18 -18
  46. package/lib/types/cfn-resource-types/aws-connect-hoursofoperation.js +1 -1
  47. package/lib/types/cfn-resource-types/aws-datasync-task.d.ts +96 -96
  48. package/lib/types/cfn-resource-types/aws-datasync-task.js +1 -1
  49. package/lib/types/cfn-resource-types/aws-dms-datamigration.d.ts +90 -0
  50. package/lib/types/cfn-resource-types/aws-dms-datamigration.js +3 -0
  51. package/lib/types/cfn-resource-types/aws-dms-replicationinstance.d.ts +1 -0
  52. package/lib/types/cfn-resource-types/aws-dms-replicationinstance.js +1 -1
  53. package/lib/types/cfn-resource-types/aws-ec2-capacityreservation.d.ts +1 -0
  54. package/lib/types/cfn-resource-types/aws-ec2-capacityreservation.js +1 -1
  55. package/lib/types/cfn-resource-types/aws-ec2-eip.d.ts +2 -0
  56. package/lib/types/cfn-resource-types/aws-ec2-eip.js +1 -1
  57. package/lib/types/cfn-resource-types/aws-ec2-natgateway.d.ts +1 -1
  58. package/lib/types/cfn-resource-types/aws-ec2-natgateway.js +1 -1
  59. package/lib/types/cfn-resource-types/aws-ec2-transitgateway.d.ts +6 -5
  60. package/lib/types/cfn-resource-types/aws-ec2-transitgateway.js +1 -1
  61. package/lib/types/cfn-resource-types/aws-ec2-transitgatewayattachment.d.ts +4 -0
  62. package/lib/types/cfn-resource-types/aws-ec2-transitgatewayattachment.js +1 -1
  63. package/lib/types/cfn-resource-types/aws-ec2-transitgatewayvpcattachment.d.ts +14 -10
  64. package/lib/types/cfn-resource-types/aws-ec2-transitgatewayvpcattachment.js +1 -1
  65. package/lib/types/cfn-resource-types/aws-ec2-vpc.d.ts +1 -1
  66. package/lib/types/cfn-resource-types/aws-ec2-vpc.js +1 -1
  67. package/lib/types/cfn-resource-types/aws-ec2-vpcendpoint.d.ts +2 -1
  68. package/lib/types/cfn-resource-types/aws-ec2-vpcendpoint.js +1 -1
  69. package/lib/types/cfn-resource-types/aws-ec2-vpcendpointconnectionnotification.d.ts +8 -8
  70. package/lib/types/cfn-resource-types/aws-ec2-vpcendpointconnectionnotification.js +1 -1
  71. package/lib/types/cfn-resource-types/aws-ec2-vpnconnection.d.ts +213 -3
  72. package/lib/types/cfn-resource-types/aws-ec2-vpnconnection.js +1 -1
  73. package/lib/types/cfn-resource-types/aws-ecs-capacityprovider.d.ts +1 -1
  74. package/lib/types/cfn-resource-types/aws-ecs-capacityprovider.js +1 -1
  75. package/lib/types/cfn-resource-types/aws-ecs-service.d.ts +10 -1
  76. package/lib/types/cfn-resource-types/aws-ecs-service.js +1 -1
  77. package/lib/types/cfn-resource-types/aws-ecs-taskset.d.ts +57 -51
  78. package/lib/types/cfn-resource-types/aws-ecs-taskset.js +1 -1
  79. package/lib/types/cfn-resource-types/aws-eks-cluster.d.ts +11 -1
  80. package/lib/types/cfn-resource-types/aws-eks-cluster.js +1 -1
  81. package/lib/types/cfn-resource-types/aws-elasticache-globalreplicationgroup.d.ts +4 -0
  82. package/lib/types/cfn-resource-types/aws-elasticache-globalreplicationgroup.js +1 -1
  83. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listener.d.ts +79 -63
  84. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listener.js +1 -1
  85. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.d.ts +65 -63
  86. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.js +1 -1
  87. package/lib/types/cfn-resource-types/aws-emr-cluster.d.ts +35 -14
  88. package/lib/types/cfn-resource-types/aws-emr-cluster.js +1 -1
  89. package/lib/types/cfn-resource-types/aws-emr-instancefleetconfig.d.ts +21 -0
  90. package/lib/types/cfn-resource-types/aws-emr-instancefleetconfig.js +1 -1
  91. package/lib/types/cfn-resource-types/aws-fis-experimenttemplate.d.ts +81 -81
  92. package/lib/types/cfn-resource-types/aws-fis-experimenttemplate.js +1 -1
  93. package/lib/types/cfn-resource-types/aws-gamelift-containergroupdefinition.d.ts +19 -0
  94. package/lib/types/cfn-resource-types/aws-gamelift-containergroupdefinition.js +1 -1
  95. package/lib/types/cfn-resource-types/aws-glue-crawler.d.ts +179 -1
  96. package/lib/types/cfn-resource-types/aws-glue-crawler.js +1 -1
  97. package/lib/types/cfn-resource-types/aws-glue-job.d.ts +96 -6
  98. package/lib/types/cfn-resource-types/aws-glue-job.js +1 -1
  99. package/lib/types/cfn-resource-types/aws-glue-schema.d.ts +1 -1
  100. package/lib/types/cfn-resource-types/aws-glue-schema.js +1 -1
  101. package/lib/types/cfn-resource-types/aws-glue-usageprofile.d.ts +64 -0
  102. package/lib/types/cfn-resource-types/aws-glue-usageprofile.js +3 -0
  103. package/lib/types/cfn-resource-types/aws-iam-policy.d.ts +4 -1
  104. package/lib/types/cfn-resource-types/aws-iam-policy.js +1 -1
  105. package/lib/types/cfn-resource-types/aws-iam-role.d.ts +3 -2
  106. package/lib/types/cfn-resource-types/aws-iam-role.js +1 -1
  107. package/lib/types/cfn-resource-types/aws-imagebuilder-component.d.ts +1 -1
  108. package/lib/types/cfn-resource-types/aws-imagebuilder-component.js +1 -1
  109. package/lib/types/cfn-resource-types/aws-imagebuilder-infrastructureconfiguration.d.ts +22 -0
  110. package/lib/types/cfn-resource-types/aws-imagebuilder-infrastructureconfiguration.js +1 -1
  111. package/lib/types/cfn-resource-types/aws-iot-domainconfiguration.d.ts +6 -0
  112. package/lib/types/cfn-resource-types/aws-iot-domainconfiguration.js +1 -1
  113. package/lib/types/cfn-resource-types/aws-iotevents-alarmmodel.d.ts +195 -79
  114. package/lib/types/cfn-resource-types/aws-iotevents-alarmmodel.js +1 -1
  115. package/lib/types/cfn-resource-types/aws-iotevents-detectormodel.d.ts +177 -85
  116. package/lib/types/cfn-resource-types/aws-iotevents-detectormodel.js +1 -1
  117. package/lib/types/cfn-resource-types/aws-iotevents-input.d.ts +9 -11
  118. package/lib/types/cfn-resource-types/aws-iotevents-input.js +1 -1
  119. package/lib/types/cfn-resource-types/aws-ivs-encoderconfiguration.d.ts +2 -2
  120. package/lib/types/cfn-resource-types/aws-ivs-encoderconfiguration.js +1 -1
  121. package/lib/types/cfn-resource-types/aws-kinesis-resourcepolicy.d.ts +17 -0
  122. package/lib/types/cfn-resource-types/aws-kinesis-resourcepolicy.js +3 -0
  123. package/lib/types/cfn-resource-types/aws-lakeformation-principalpermissions.d.ts +1 -1
  124. package/lib/types/cfn-resource-types/aws-lakeformation-principalpermissions.js +1 -1
  125. package/lib/types/cfn-resource-types/aws-lakeformation-tag.d.ts +1 -1
  126. package/lib/types/cfn-resource-types/aws-lakeformation-tag.js +1 -1
  127. package/lib/types/cfn-resource-types/aws-lambda-eventsourcemapping.d.ts +115 -108
  128. package/lib/types/cfn-resource-types/aws-lambda-eventsourcemapping.js +1 -1
  129. package/lib/types/cfn-resource-types/aws-medialive-channel.d.ts +2 -0
  130. package/lib/types/cfn-resource-types/aws-medialive-channel.js +1 -1
  131. package/lib/types/cfn-resource-types/aws-memorydb-cluster.d.ts +4 -0
  132. package/lib/types/cfn-resource-types/aws-memorydb-cluster.js +1 -1
  133. package/lib/types/cfn-resource-types/aws-networkfirewall-firewallpolicy.d.ts +3 -0
  134. package/lib/types/cfn-resource-types/aws-networkfirewall-firewallpolicy.js +1 -1
  135. package/lib/types/cfn-resource-types/aws-organizations-policy.d.ts +2 -2
  136. package/lib/types/cfn-resource-types/aws-organizations-policy.js +1 -1
  137. package/lib/types/cfn-resource-types/aws-qbusiness-webexperience.d.ts +6 -0
  138. package/lib/types/cfn-resource-types/aws-qbusiness-webexperience.js +1 -1
  139. package/lib/types/cfn-resource-types/aws-quicksight-analysis.d.ts +13 -0
  140. package/lib/types/cfn-resource-types/aws-quicksight-analysis.js +1 -1
  141. package/lib/types/cfn-resource-types/aws-quicksight-dashboard.d.ts +13 -0
  142. package/lib/types/cfn-resource-types/aws-quicksight-dashboard.js +1 -1
  143. package/lib/types/cfn-resource-types/aws-quicksight-dataset.d.ts +2 -2
  144. package/lib/types/cfn-resource-types/aws-quicksight-dataset.js +1 -1
  145. package/lib/types/cfn-resource-types/aws-quicksight-datasource.d.ts +247 -242
  146. package/lib/types/cfn-resource-types/aws-quicksight-datasource.js +1 -1
  147. package/lib/types/cfn-resource-types/aws-quicksight-folder.d.ts +79 -0
  148. package/lib/types/cfn-resource-types/aws-quicksight-folder.js +3 -0
  149. package/lib/types/cfn-resource-types/aws-quicksight-template.d.ts +8 -0
  150. package/lib/types/cfn-resource-types/aws-quicksight-template.js +1 -1
  151. package/lib/types/cfn-resource-types/aws-rds-dbcluster.d.ts +366 -366
  152. package/lib/types/cfn-resource-types/aws-rds-dbcluster.js +1 -1
  153. package/lib/types/cfn-resource-types/aws-rds-dbinstance.d.ts +1 -4
  154. package/lib/types/cfn-resource-types/aws-rds-dbinstance.js +1 -1
  155. package/lib/types/cfn-resource-types/aws-rds-globalcluster.d.ts +19 -0
  156. package/lib/types/cfn-resource-types/aws-rds-globalcluster.js +1 -1
  157. package/lib/types/cfn-resource-types/aws-redshift-integration.d.ts +61 -0
  158. package/lib/types/cfn-resource-types/aws-redshift-integration.js +3 -0
  159. package/lib/types/cfn-resource-types/aws-refactorspaces-environment.d.ts +2 -2
  160. package/lib/types/cfn-resource-types/aws-refactorspaces-environment.js +1 -1
  161. package/lib/types/cfn-resource-types/aws-route53profiles-profileassociation.d.ts +1 -1
  162. package/lib/types/cfn-resource-types/aws-route53profiles-profileassociation.js +1 -1
  163. package/lib/types/cfn-resource-types/aws-route53resolver-resolverrule.d.ts +4 -4
  164. package/lib/types/cfn-resource-types/aws-route53resolver-resolverrule.js +1 -1
  165. package/lib/types/cfn-resource-types/aws-s3-bucket.d.ts +599 -591
  166. package/lib/types/cfn-resource-types/aws-s3-bucket.js +1 -1
  167. package/lib/types/cfn-resource-types/aws-s3express-directorybucket.d.ts +34 -3
  168. package/lib/types/cfn-resource-types/aws-s3express-directorybucket.js +1 -1
  169. package/lib/types/cfn-resource-types/aws-sagemaker-domain.d.ts +8 -0
  170. package/lib/types/cfn-resource-types/aws-sagemaker-domain.js +1 -1
  171. package/lib/types/cfn-resource-types/aws-sagemaker-endpoint.d.ts +137 -20
  172. package/lib/types/cfn-resource-types/aws-sagemaker-endpoint.js +1 -1
  173. package/lib/types/cfn-resource-types/aws-secretsmanager-secret.d.ts +1 -1
  174. package/lib/types/cfn-resource-types/aws-secretsmanager-secret.js +1 -1
  175. package/lib/types/cfn-resource-types/aws-securityhub-automationrule.d.ts +4 -4
  176. package/lib/types/cfn-resource-types/aws-securityhub-automationrule.js +1 -1
  177. package/lib/types/cfn-resource-types/aws-securityhub-findingaggregator.d.ts +2 -2
  178. package/lib/types/cfn-resource-types/aws-securityhub-findingaggregator.js +1 -1
  179. package/lib/types/cfn-resource-types/aws-ses-mailmanagerruleset.d.ts +4 -1
  180. package/lib/types/cfn-resource-types/aws-ses-mailmanagerruleset.js +1 -1
  181. package/lib/types/cfn-resource-types/aws-sns-topic.d.ts +2 -6
  182. package/lib/types/cfn-resource-types/aws-sns-topic.js +1 -1
  183. package/lib/types/cfn-resource-types/aws-sqs-queue.d.ts +12 -12
  184. package/lib/types/cfn-resource-types/aws-sqs-queue.js +1 -1
  185. package/lib/types/cfn-resource-types/aws-sqs-queuepolicy.d.ts +1 -3
  186. package/lib/types/cfn-resource-types/aws-sqs-queuepolicy.js +1 -1
  187. package/lib/types/cfn-resource-types/aws-ssmquicksetup-configurationmanager.d.ts +1 -1
  188. package/lib/types/cfn-resource-types/aws-ssmquicksetup-configurationmanager.js +1 -1
  189. package/lib/types/cfn-resource-types/aws-transfer-server.d.ts +70 -36
  190. package/lib/types/cfn-resource-types/aws-transfer-server.js +1 -1
  191. package/lib/types/cfn-resource-types/aws-wisdom-aiprompt.d.ts +34 -0
  192. package/lib/types/cfn-resource-types/aws-wisdom-aiprompt.js +3 -0
  193. package/lib/types/cfn-resource-types/aws-wisdom-knowledgebase.d.ts +1 -1
  194. package/lib/types/cfn-resource-types/aws-wisdom-knowledgebase.js +1 -1
  195. package/lib/types/cfn-resource-types/aws-workspacesweb-identityprovider.d.ts +9 -0
  196. package/lib/types/cfn-resource-types/aws-workspacesweb-identityprovider.js +1 -1
  197. package/lib/types/cfn-resource-types.d.ts +14 -0
  198. package/lib/types/cfn-resource-types.js +40 -26
  199. package/package.json +11 -7
@@ -1,25 +1,11 @@
1
- export type ResourceStatus = ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED");
2
- export type DataSourceErrorInfoType = ("ACCESS_DENIED" | "COPY_SOURCE_NOT_FOUND" | "TIMEOUT" | "ENGINE_VERSION_NOT_SUPPORTED" | "UNKNOWN_HOST" | "GENERIC_SQL_FAILURE" | "CONFLICT" | "UNKNOWN");
3
1
  export type StarburstProductType = ("GALAXY" | "ENTERPRISE");
4
- export type DataSourceType = ("ADOBE_ANALYTICS" | "AMAZON_ELASTICSEARCH" | "AMAZON_OPENSEARCH" | "ATHENA" | "AURORA" | "AURORA_POSTGRESQL" | "AWS_IOT_ANALYTICS" | "DATABRICKS" | "DENODO" | "DREMIO" | "DYNAMODB" | "SAPHANA" | "DB2_AS400" | "EXASOL" | "FILE" | "GITHUB" | "JIRA" | "MARIADB" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "PRESTO" | "REDSHIFT" | "S3" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "TIMESTREAM" | "TWITTER" | "BIGQUERY" | "GOOGLE_ANALYTICS" | "TRINO" | "STARBURST" | "MONGO" | "MONGO_ATLAS" | "DOCUMENTDB" | "APPFLOW" | "IMPALA" | "GLUE");
2
+ export type DataSourceErrorInfoType = ("ACCESS_DENIED" | "COPY_SOURCE_NOT_FOUND" | "TIMEOUT" | "ENGINE_VERSION_NOT_SUPPORTED" | "UNKNOWN_HOST" | "GENERIC_SQL_FAILURE" | "CONFLICT" | "UNKNOWN");
3
+ export type ResourceStatus = ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED");
4
+ export type DataSourceType = ("ADOBE_ANALYTICS" | "AMAZON_ELASTICSEARCH" | "AMAZON_OPENSEARCH" | "ATHENA" | "AURORA" | "AURORA_POSTGRESQL" | "AWS_IOT_ANALYTICS" | "DATABRICKS" | "DENODO" | "DREMIO" | "DYNAMODB" | "SAPHANA" | "DB2_AS400" | "EXASOL" | "FILE" | "GITHUB" | "JIRA" | "MARIADB" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "PRESTO" | "REDSHIFT" | "S3" | "S3_TABLES" | "SALESFORCE" | "SERVICENOW" | "SNOWFLAKE" | "SPARK" | "SQLSERVER" | "TERADATA" | "TIMESTREAM" | "TWITTER" | "BIGQUERY" | "GOOGLE_ANALYTICS" | "TRINO" | "STARBURST" | "MONGO" | "MONGO_ATLAS" | "DOCUMENTDB" | "APPFLOW" | "IMPALA" | "GLUE");
5
5
  /**
6
6
  * Definition of the AWS::QuickSight::DataSource Resource Type.
7
7
  */
8
8
  export interface _AWS_QUICKSIGHT_DATASOURCE {
9
- Status?: ResourceStatus;
10
- /**
11
- * <p>The time that this data source was created.</p>
12
- */
13
- CreatedTime?: string;
14
- ErrorInfo?: DataSourceErrorInfo;
15
- /**
16
- * <p>The last time that this data source was updated.</p>
17
- */
18
- LastUpdatedTime?: string;
19
- Name: string;
20
- DataSourceParameters?: DataSourceParameters;
21
- Type: DataSourceType;
22
- VpcConnectionProperties?: VpcConnectionProperties;
23
9
  /**
24
10
  * <p>A set of alternate data source parameters that you want to share for the credentials
25
11
  * stored with this data source. The credentials are applied in tandem with the data source
@@ -35,34 +21,43 @@ export interface _AWS_QUICKSIGHT_DATASOURCE {
35
21
  * @maxItems 50
36
22
  */
37
23
  AlternateDataSourceParameters?: DataSourceParameters[];
24
+ /**
25
+ * <p>The Amazon Resource Name (ARN) of the data source.</p>
26
+ */
27
+ Arn?: string;
38
28
  AwsAccountId?: string;
29
+ /**
30
+ * <p>The time that this data source was created.</p>
31
+ */
32
+ CreatedTime?: string;
33
+ Credentials?: DataSourceCredentials;
34
+ DataSourceId?: string;
35
+ DataSourceParameters?: DataSourceParameters;
36
+ ErrorInfo?: DataSourceErrorInfo;
37
+ /**
38
+ * @minItems 0
39
+ * @maxItems 10
40
+ */
41
+ FolderArns?: string[];
42
+ /**
43
+ * <p>The last time that this data source was updated.</p>
44
+ */
45
+ LastUpdatedTime?: string;
46
+ Name: string;
39
47
  /**
40
48
  * @minItems 1
41
49
  * @maxItems 64
42
50
  */
43
51
  Permissions?: ResourcePermission[];
44
- /**
45
- * <p>The Amazon Resource Name (ARN) of the data source.</p>
46
- */
47
- Arn?: string;
48
52
  SslProperties?: SslProperties;
49
- Credentials?: DataSourceCredentials;
50
- DataSourceId?: string;
53
+ Status?: ResourceStatus;
51
54
  /**
52
55
  * @minItems 1
53
56
  * @maxItems 200
54
57
  */
55
58
  Tags?: Tag[];
56
- }
57
- /**
58
- * <p>Error information for the data source creation or update.</p>
59
- */
60
- export interface DataSourceErrorInfo {
61
- Type?: DataSourceErrorInfoType;
62
- /**
63
- * <p>Error message.</p>
64
- */
65
- Message?: string;
59
+ Type: DataSourceType;
60
+ VpcConnectionProperties?: VpcConnectionProperties;
66
61
  }
67
62
  /**
68
63
  * <p>The parameters that Amazon QuickSight uses to connect to your underlying data source.
@@ -70,48 +65,57 @@ export interface DataSourceErrorInfo {
70
65
  * attributes can be non-null.</p>
71
66
  */
72
67
  export interface DataSourceParameters {
73
- AuroraPostgreSqlParameters?: AuroraPostgreSqlParameters;
74
- TeradataParameters?: TeradataParameters;
75
- RdsParameters?: RdsParameters;
68
+ AmazonElasticsearchParameters?: AmazonElasticsearchParameters;
76
69
  AthenaParameters?: AthenaParameters;
77
- SparkParameters?: SparkParameters;
70
+ AuroraParameters?: AuroraParameters;
71
+ AuroraPostgreSqlParameters?: AuroraPostgreSqlParameters;
78
72
  MariaDbParameters?: MariaDbParameters;
73
+ MySqlParameters?: MySqlParameters;
79
74
  OracleParameters?: OracleParameters;
75
+ PostgreSqlParameters?: PostgreSqlParameters;
80
76
  PrestoParameters?: PrestoParameters;
81
- StarburstParameters?: StarburstParameters;
77
+ RdsParameters?: RdsParameters;
82
78
  RedshiftParameters?: RedshiftParameters;
83
- MySqlParameters?: MySqlParameters;
84
- SqlServerParameters?: SqlServerParameters;
79
+ S3Parameters?: S3Parameters;
85
80
  SnowflakeParameters?: SnowflakeParameters;
86
- AmazonElasticsearchParameters?: AmazonElasticsearchParameters;
81
+ SparkParameters?: SparkParameters;
82
+ SqlServerParameters?: SqlServerParameters;
83
+ TeradataParameters?: TeradataParameters;
87
84
  AmazonOpenSearchParameters?: AmazonOpenSearchParameters;
88
- PostgreSqlParameters?: PostgreSqlParameters;
89
- AuroraParameters?: AuroraParameters;
90
- S3Parameters?: S3Parameters;
91
- TrinoParameters?: TrinoParameters;
92
85
  DatabricksParameters?: DatabricksParameters;
86
+ StarburstParameters?: StarburstParameters;
87
+ TrinoParameters?: TrinoParameters;
93
88
  }
94
89
  /**
95
- * <p>Parameters for Amazon Aurora PostgreSQL-Compatible Edition.</p>
90
+ * <p>The parameters for OpenSearch.</p>
96
91
  */
97
- export interface AuroraPostgreSqlParameters {
92
+ export interface AmazonElasticsearchParameters {
98
93
  /**
99
- * <p>The port that Amazon Aurora PostgreSQL is listening on.</p>
94
+ * <p>The OpenSearch domain.</p>
100
95
  */
101
- Port: number;
96
+ Domain: string;
97
+ }
98
+ /**
99
+ * <p>Parameters for Amazon Athena.</p>
100
+ */
101
+ export interface AthenaParameters {
102
102
  /**
103
- * <p>The Amazon Aurora PostgreSQL database to connect to.</p>
103
+ * <p>The workgroup that Amazon Athena uses.</p>
104
104
  */
105
- Database: string;
105
+ WorkGroup?: string;
106
106
  /**
107
- * <p>The Amazon Aurora PostgreSQL-Compatible host to connect to.</p>
107
+ * <p>Use the <code>RoleArn</code> structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use <code>RoleArn</code> to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.</p>
108
108
  */
109
- Host: string;
109
+ RoleArn?: string;
110
110
  }
111
111
  /**
112
- * <p>The parameters for Teradata.</p>
112
+ * <p>Parameters for Amazon Aurora.</p>
113
113
  */
114
- export interface TeradataParameters {
114
+ export interface AuroraParameters {
115
+ /**
116
+ * <p>Host.</p>
117
+ */
118
+ Host: string;
115
119
  /**
116
120
  * <p>Port.</p>
117
121
  */
@@ -120,54 +124,49 @@ export interface TeradataParameters {
120
124
  * <p>Database.</p>
121
125
  */
122
126
  Database: string;
123
- /**
124
- * <p>Host.</p>
125
- */
126
- Host: string;
127
127
  }
128
128
  /**
129
- * <p>The parameters for Amazon RDS.</p>
129
+ * <p>Parameters for Amazon Aurora PostgreSQL-Compatible Edition.</p>
130
130
  */
131
- export interface RdsParameters {
131
+ export interface AuroraPostgreSqlParameters {
132
132
  /**
133
- * <p>Instance ID.</p>
133
+ * <p>The Amazon Aurora PostgreSQL-Compatible host to connect to.</p>
134
134
  */
135
- InstanceId: string;
135
+ Host: string;
136
136
  /**
137
- * <p>Database.</p>
137
+ * <p>The port that Amazon Aurora PostgreSQL is listening on.</p>
138
+ */
139
+ Port: number;
140
+ /**
141
+ * <p>The Amazon Aurora PostgreSQL database to connect to.</p>
138
142
  */
139
143
  Database: string;
140
144
  }
141
145
  /**
142
- * <p>Parameters for Amazon Athena.</p>
146
+ * <p>The parameters for MariaDB.</p>
143
147
  */
144
- export interface AthenaParameters {
145
- /**
146
- * <p>The workgroup that Amazon Athena uses.</p>
147
- */
148
- WorkGroup?: string;
148
+ export interface MariaDbParameters {
149
149
  /**
150
- * <p>Use the <code>RoleArn</code> structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use <code>RoleArn</code> to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.</p>
150
+ * <p>Host.</p>
151
151
  */
152
- RoleArn?: string;
153
- }
154
- /**
155
- * <p>The parameters for Spark.</p>
156
- */
157
- export interface SparkParameters {
152
+ Host: string;
158
153
  /**
159
154
  * <p>Port.</p>
160
155
  */
161
156
  Port: number;
162
157
  /**
163
- * <p>Host.</p>
158
+ * <p>Database.</p>
164
159
  */
165
- Host: string;
160
+ Database: string;
166
161
  }
167
162
  /**
168
- * <p>The parameters for MariaDB.</p>
163
+ * <p>The parameters for MySQL.</p>
169
164
  */
170
- export interface MariaDbParameters {
165
+ export interface MySqlParameters {
166
+ /**
167
+ * <p>Host.</p>
168
+ */
169
+ Host: string;
171
170
  /**
172
171
  * <p>Port.</p>
173
172
  */
@@ -176,15 +175,15 @@ export interface MariaDbParameters {
176
175
  * <p>Database.</p>
177
176
  */
178
177
  Database: string;
179
- /**
180
- * <p>Host.</p>
181
- */
182
- Host: string;
183
178
  }
184
179
  /**
185
180
  * <p>The parameters for Oracle.</p>
186
181
  */
187
182
  export interface OracleParameters {
183
+ /**
184
+ * <p>An Oracle host.</p>
185
+ */
186
+ Host: string;
188
187
  /**
189
188
  * <p>The port.</p>
190
189
  */
@@ -193,57 +192,63 @@ export interface OracleParameters {
193
192
  * <p>The database.</p>
194
193
  */
195
194
  Database: string;
195
+ }
196
+ /**
197
+ * <p>The parameters for PostgreSQL.</p>
198
+ */
199
+ export interface PostgreSqlParameters {
196
200
  /**
197
- * <p>An Oracle host.</p>
201
+ * <p>Host.</p>
198
202
  */
199
203
  Host: string;
204
+ /**
205
+ * <p>Port.</p>
206
+ */
207
+ Port: number;
208
+ /**
209
+ * <p>Database.</p>
210
+ */
211
+ Database: string;
200
212
  }
201
213
  /**
202
214
  * <p>The parameters for Presto.</p>
203
215
  */
204
216
  export interface PrestoParameters {
205
- /**
206
- * <p>Port.</p>
207
- */
208
- Port: number;
209
217
  /**
210
218
  * <p>Host.</p>
211
219
  */
212
220
  Host: string;
221
+ /**
222
+ * <p>Port.</p>
223
+ */
224
+ Port: number;
213
225
  /**
214
226
  * <p>Catalog.</p>
215
227
  */
216
228
  Catalog: string;
217
229
  }
218
230
  /**
219
- * <p>The parameters that are required to connect to a Starburst data source.</p>
231
+ * <p>The parameters for Amazon RDS.</p>
220
232
  */
221
- export interface StarburstParameters {
222
- /**
223
- * <p>The port for the Starburst data source.</p>
224
- */
225
- Port: number;
226
- ProductType?: StarburstProductType;
233
+ export interface RdsParameters {
227
234
  /**
228
- * <p>The host name of the Starburst data source.</p>
235
+ * <p>Instance ID.</p>
229
236
  */
230
- Host: string;
237
+ InstanceId: string;
231
238
  /**
232
- * <p>The catalog name for the Starburst data source.</p>
239
+ * <p>Database.</p>
233
240
  */
234
- Catalog: string;
241
+ Database: string;
235
242
  }
236
243
  /**
237
244
  * <p>The parameters for Amazon Redshift. The <code>ClusterId</code> field can be blank if
238
245
  * <code>Host</code> and <code>Port</code> are both set. The <code>Host</code> and <code>Port</code> fields can be blank if the <code>ClusterId</code> field is set.</p>
239
246
  */
240
247
  export interface RedshiftParameters {
241
- IAMParameters?: RedshiftIAMParameters;
242
248
  /**
243
- * <p>Cluster ID. This field can be blank if the <code>Host</code> and <code>Port</code> are
244
- * provided.</p>
249
+ * <p>Host. This field can be blank if <code>ClusterId</code> is provided.</p>
245
250
  */
246
- ClusterId?: string;
251
+ Host?: string;
247
252
  /**
248
253
  * <p>Port. This field can be blank if the <code>ClusterId</code> is provided.</p>
249
254
  */
@@ -253,9 +258,11 @@ export interface RedshiftParameters {
253
258
  */
254
259
  Database: string;
255
260
  /**
256
- * <p>Host. This field can be blank if <code>ClusterId</code> is provided.</p>
261
+ * <p>Cluster ID. This field can be blank if the <code>Host</code> and <code>Port</code> are
262
+ * provided.</p>
257
263
  */
258
- Host?: string;
264
+ ClusterId?: string;
265
+ IAMParameters?: RedshiftIAMParameters;
259
266
  IdentityCenterConfiguration?: IdentityCenterConfiguration;
260
267
  }
261
268
  /**
@@ -265,17 +272,13 @@ export interface RedshiftParameters {
265
272
  */
266
273
  export interface RedshiftIAMParameters {
267
274
  /**
268
- * <p>Automatically creates a database user. If your database doesn't have a <code>DatabaseUser</code>, set this parameter to <code>True</code>. If there is no <code>DatabaseUser</code>, Amazon QuickSight can't connect to your cluster. The <code>RoleArn</code> that you use for this operation must grant access to <code>redshift:CreateClusterUser</code> to successfully create the user.</p>
275
+ * <p>Use the <code>RoleArn</code> structure to allow Amazon QuickSight to call <code>redshift:GetClusterCredentials</code> on your cluster. The calling principal must have <code>iam:PassRole</code> access to pass the role to Amazon QuickSight. The role's trust policy must allow the Amazon QuickSight service principal to assume the role.</p>
269
276
  */
270
- AutoCreateDatabaseUser?: boolean;
277
+ RoleArn: string;
271
278
  /**
272
279
  * <p>The user whose permissions and group memberships will be used by Amazon QuickSight to access the cluster. If this user already exists in your database, Amazon QuickSight is granted the same permissions that the user has. If the user doesn't exist, set the value of <code>AutoCreateDatabaseUser</code> to <code>True</code> to create a new user with PUBLIC permissions.</p>
273
280
  */
274
281
  DatabaseUser?: string;
275
- /**
276
- * <p>Use the <code>RoleArn</code> structure to allow Amazon QuickSight to call <code>redshift:GetClusterCredentials</code> on your cluster. The calling principal must have <code>iam:PassRole</code> access to pass the role to Amazon QuickSight. The role's trust policy must allow the Amazon QuickSight service principal to assume the role.</p>
277
- */
278
- RoleArn: string;
279
282
  /**
280
283
  * <p>A list of groups whose permissions will be granted to Amazon QuickSight to access the cluster. These permissions are combined with the permissions granted to Amazon QuickSight by the <code>DatabaseUser</code>. If you choose to include this parameter, the <code>RoleArn</code> must grant access to <code>redshift:JoinGroup</code>.</p>
281
284
  *
@@ -283,6 +286,10 @@ export interface RedshiftIAMParameters {
283
286
  * @maxItems 50
284
287
  */
285
288
  DatabaseGroups?: string[];
289
+ /**
290
+ * <p>Automatically creates a database user. If your database doesn't have a <code>DatabaseUser</code>, set this parameter to <code>True</code>. If there is no <code>DatabaseUser</code>, Amazon QuickSight can't connect to your cluster. The <code>RoleArn</code> that you use for this operation must grant access to <code>redshift:CreateClusterUser</code> to successfully create the user.</p>
291
+ */
292
+ AutoCreateDatabaseUser?: boolean;
286
293
  }
287
294
  /**
288
295
  * <p>The parameters for an IAM Identity Center configuration.</p>
@@ -294,78 +301,66 @@ export interface IdentityCenterConfiguration {
294
301
  EnableIdentityPropagation?: boolean;
295
302
  }
296
303
  /**
297
- * <p>The parameters for MySQL.</p>
304
+ * <p>The parameters for S3.</p>
298
305
  */
299
- export interface MySqlParameters {
300
- /**
301
- * <p>Port.</p>
302
- */
303
- Port: number;
304
- /**
305
- * <p>Database.</p>
306
- */
307
- Database: string;
306
+ export interface S3Parameters {
307
+ ManifestFileLocation: ManifestFileLocation;
308
308
  /**
309
- * <p>Host.</p>
309
+ * <p>Use the <code>RoleArn</code> structure to override an account-wide role for a specific S3 data source. For example, say an account administrator has turned off all S3 access with an account-wide role. The administrator can then use <code>RoleArn</code> to bypass the account-wide role and allow S3 access for the single S3 data source that is specified in the structure, even if the account-wide role forbidding S3 access is still active.</p>
310
310
  */
311
- Host: string;
311
+ RoleArn?: string;
312
312
  }
313
313
  /**
314
- * <p>The parameters for SQL Server.</p>
314
+ * <p>Amazon S3 manifest file location.</p>
315
315
  */
316
- export interface SqlServerParameters {
317
- /**
318
- * <p>Port.</p>
319
- */
320
- Port: number;
316
+ export interface ManifestFileLocation {
321
317
  /**
322
- * <p>Database.</p>
318
+ * <p>Amazon S3 bucket.</p>
323
319
  */
324
- Database: string;
320
+ Bucket: string;
325
321
  /**
326
- * <p>Host.</p>
322
+ * <p>Amazon S3 key that identifies an object.</p>
327
323
  */
328
- Host: string;
324
+ Key: string;
329
325
  }
330
326
  /**
331
327
  * <p>The parameters for Snowflake.</p>
332
328
  */
333
329
  export interface SnowflakeParameters {
334
330
  /**
335
- * <p>Warehouse.</p>
331
+ * <p>Host.</p>
336
332
  */
337
- Warehouse: string;
333
+ Host: string;
338
334
  /**
339
335
  * <p>Database.</p>
340
336
  */
341
337
  Database: string;
342
338
  /**
343
- * <p>Host.</p>
339
+ * <p>Warehouse.</p>
344
340
  */
345
- Host: string;
341
+ Warehouse: string;
346
342
  }
347
343
  /**
348
- * <p>The parameters for OpenSearch.</p>
344
+ * <p>The parameters for Spark.</p>
349
345
  */
350
- export interface AmazonElasticsearchParameters {
346
+ export interface SparkParameters {
351
347
  /**
352
- * <p>The OpenSearch domain.</p>
348
+ * <p>Host.</p>
353
349
  */
354
- Domain: string;
355
- }
356
- /**
357
- * <p>The parameters for OpenSearch.</p>
358
- */
359
- export interface AmazonOpenSearchParameters {
350
+ Host: string;
360
351
  /**
361
- * <p>The OpenSearch domain.</p>
352
+ * <p>Port.</p>
362
353
  */
363
- Domain: string;
354
+ Port: number;
364
355
  }
365
356
  /**
366
- * <p>The parameters for PostgreSQL.</p>
357
+ * <p>The parameters for SQL Server.</p>
367
358
  */
368
- export interface PostgreSqlParameters {
359
+ export interface SqlServerParameters {
360
+ /**
361
+ * <p>Host.</p>
362
+ */
363
+ Host: string;
369
364
  /**
370
365
  * <p>Port.</p>
371
366
  */
@@ -374,15 +369,15 @@ export interface PostgreSqlParameters {
374
369
  * <p>Database.</p>
375
370
  */
376
371
  Database: string;
372
+ }
373
+ /**
374
+ * <p>The parameters for Teradata.</p>
375
+ */
376
+ export interface TeradataParameters {
377
377
  /**
378
378
  * <p>Host.</p>
379
379
  */
380
380
  Host: string;
381
- }
382
- /**
383
- * <p>Parameters for Amazon Aurora.</p>
384
- */
385
- export interface AuroraParameters {
386
381
  /**
387
382
  * <p>Port.</p>
388
383
  */
@@ -391,89 +386,128 @@ export interface AuroraParameters {
391
386
  * <p>Database.</p>
392
387
  */
393
388
  Database: string;
389
+ }
390
+ /**
391
+ * <p>The parameters for OpenSearch.</p>
392
+ */
393
+ export interface AmazonOpenSearchParameters {
394
394
  /**
395
- * <p>Host.</p>
395
+ * <p>The OpenSearch domain.</p>
396
396
  */
397
- Host: string;
397
+ Domain: string;
398
398
  }
399
399
  /**
400
- * <p>The parameters for S3.</p>
400
+ * <p>The parameters that are required to connect to a Databricks data source.</p>
401
401
  */
402
- export interface S3Parameters {
403
- ManifestFileLocation: ManifestFileLocation;
402
+ export interface DatabricksParameters {
404
403
  /**
405
- * <p>Use the <code>RoleArn</code> structure to override an account-wide role for a specific S3 data source. For example, say an account administrator has turned off all S3 access with an account-wide role. The administrator can then use <code>RoleArn</code> to bypass the account-wide role and allow S3 access for the single S3 data source that is specified in the structure, even if the account-wide role forbidding S3 access is still active.</p>
404
+ * <p>The host name of the Databricks data source.</p>
406
405
  */
407
- RoleArn?: string;
406
+ Host: string;
407
+ /**
408
+ * <p>The port for the Databricks data source.</p>
409
+ */
410
+ Port: number;
411
+ /**
412
+ * <p>The HTTP path of the Databricks data source.</p>
413
+ */
414
+ SqlEndpointPath: string;
408
415
  }
409
416
  /**
410
- * <p>Amazon S3 manifest file location.</p>
417
+ * <p>The parameters that are required to connect to a Starburst data source.</p>
411
418
  */
412
- export interface ManifestFileLocation {
419
+ export interface StarburstParameters {
413
420
  /**
414
- * <p>Amazon S3 bucket.</p>
421
+ * <p>The host name of the Starburst data source.</p>
415
422
  */
416
- Bucket: string;
423
+ Host: string;
417
424
  /**
418
- * <p>Amazon S3 key that identifies an object.</p>
425
+ * <p>The port for the Starburst data source.</p>
419
426
  */
420
- Key: string;
427
+ Port: number;
428
+ /**
429
+ * <p>The catalog name for the Starburst data source.</p>
430
+ */
431
+ Catalog: string;
432
+ ProductType?: StarburstProductType;
421
433
  }
422
434
  /**
423
435
  * <p>The parameters that are required to connect to a Trino data source.</p>
424
436
  */
425
437
  export interface TrinoParameters {
426
- /**
427
- * <p>The port for the Trino data source.</p>
428
- */
429
- Port: number;
430
438
  /**
431
439
  * <p>The host name of the Trino data source.</p>
432
440
  */
433
441
  Host: string;
442
+ /**
443
+ * <p>The port for the Trino data source.</p>
444
+ */
445
+ Port: number;
434
446
  /**
435
447
  * <p>The catalog name for the Trino data source.</p>
436
448
  */
437
449
  Catalog: string;
438
450
  }
439
451
  /**
440
- * <p>The parameters that are required to connect to a Databricks data source.</p>
452
+ * <p>Data source credentials. This is a variant type structure. For this structure to be
453
+ * valid, only one of the attributes can be non-null.</p>
441
454
  */
442
- export interface DatabricksParameters {
455
+ export interface DataSourceCredentials {
456
+ CredentialPair?: CredentialPair;
443
457
  /**
444
- * <p>The port for the Databricks data source.</p>
458
+ * <p>The Amazon Resource Name (ARN) of a data source that has the credential pair that you
459
+ * want to use. When <code>CopySourceArn</code> is not null, the credential pair from the
460
+ * data source in the ARN is used as the credentials for the
461
+ * <code>DataSourceCredentials</code> structure.</p>
445
462
  */
446
- Port: number;
463
+ CopySourceArn?: string;
447
464
  /**
448
- * <p>The host name of the Databricks data source.</p>
465
+ * <p>The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.</p>
449
466
  */
450
- Host: string;
467
+ SecretArn?: string;
468
+ }
469
+ /**
470
+ * <p>The combination of user name and password that are used as credentials.</p>
471
+ */
472
+ export interface CredentialPair {
451
473
  /**
452
- * <p>The HTTP path of the Databricks data source.</p>
474
+ * <p>User name.</p>
453
475
  */
454
- SqlEndpointPath: string;
476
+ Username: string;
477
+ /**
478
+ * <p>Password.</p>
479
+ */
480
+ Password: string;
481
+ /**
482
+ * <p>A set of alternate data source parameters that you want to share for these
483
+ * credentials. The credentials are applied in tandem with the data source parameters when
484
+ * you copy a data source by using a create or update request. The API operation compares
485
+ * the <code>DataSourceParameters</code> structure that's in the request with the
486
+ * structures in the <code>AlternateDataSourceParameters</code> allow list. If the
487
+ * structures are an exact match, the request is allowed to use the new data source with
488
+ * the existing credentials. If the <code>AlternateDataSourceParameters</code> list is
489
+ * null, the <code>DataSourceParameters</code> originally used with these
490
+ * <code>Credentials</code> is automatically allowed.</p>
491
+ *
492
+ * @minItems 1
493
+ * @maxItems 50
494
+ */
495
+ AlternateDataSourceParameters?: DataSourceParameters[];
455
496
  }
456
497
  /**
457
- * <p>VPC connection properties.</p>
498
+ * <p>Error information for the data source creation or update.</p>
458
499
  */
459
- export interface VpcConnectionProperties {
500
+ export interface DataSourceErrorInfo {
501
+ Type?: DataSourceErrorInfoType;
460
502
  /**
461
- * <p>The Amazon Resource Name (ARN) for the VPC connection.</p>
503
+ * <p>Error message.</p>
462
504
  */
463
- VpcConnectionArn: string;
505
+ Message?: string;
464
506
  }
465
507
  /**
466
508
  * <p>Permission for the resource.</p>
467
509
  */
468
510
  export interface ResourcePermission {
469
- /**
470
- * <p>The IAM action to grant or revoke permissions on.</p>
471
- *
472
- * @minItems 1
473
- * @maxItems 20
474
- */
475
- Actions: string[];
476
- Resource?: string;
477
511
  /**
478
512
  * <p>The Amazon Resource Name (ARN) of the principal. This can be one of the
479
513
  * following:</p>
@@ -492,6 +526,14 @@ export interface ResourcePermission {
492
526
  * </ul>
493
527
  */
494
528
  Principal: string;
529
+ Resource?: string;
530
+ /**
531
+ * <p>The IAM action to grant or revoke permissions on.</p>
532
+ *
533
+ * @minItems 1
534
+ * @maxItems 20
535
+ */
536
+ Actions: string[];
495
537
  }
496
538
  /**
497
539
  * <p>Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your
@@ -503,63 +545,26 @@ export interface SslProperties {
503
545
  */
504
546
  DisableSsl?: boolean;
505
547
  }
506
- /**
507
- * <p>Data source credentials. This is a variant type structure. For this structure to be
508
- * valid, only one of the attributes can be non-null.</p>
509
- */
510
- export interface DataSourceCredentials {
511
- /**
512
- * <p>The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.</p>
513
- */
514
- SecretArn?: string;
515
- /**
516
- * <p>The Amazon Resource Name (ARN) of a data source that has the credential pair that you
517
- * want to use. When <code>CopySourceArn</code> is not null, the credential pair from the
518
- * data source in the ARN is used as the credentials for the
519
- * <code>DataSourceCredentials</code> structure.</p>
520
- */
521
- CopySourceArn?: string;
522
- CredentialPair?: CredentialPair;
523
- }
524
- /**
525
- * <p>The combination of user name and password that are used as credentials.</p>
526
- */
527
- export interface CredentialPair {
528
- /**
529
- * <p>A set of alternate data source parameters that you want to share for these
530
- * credentials. The credentials are applied in tandem with the data source parameters when
531
- * you copy a data source by using a create or update request. The API operation compares
532
- * the <code>DataSourceParameters</code> structure that's in the request with the
533
- * structures in the <code>AlternateDataSourceParameters</code> allow list. If the
534
- * structures are an exact match, the request is allowed to use the new data source with
535
- * the existing credentials. If the <code>AlternateDataSourceParameters</code> list is
536
- * null, the <code>DataSourceParameters</code> originally used with these
537
- * <code>Credentials</code> is automatically allowed.</p>
538
- *
539
- * @minItems 1
540
- * @maxItems 50
541
- */
542
- AlternateDataSourceParameters?: DataSourceParameters[];
543
- /**
544
- * <p>User name.</p>
545
- */
546
- Username: string;
547
- /**
548
- * <p>Password.</p>
549
- */
550
- Password: string;
551
- }
552
548
  /**
553
549
  * <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
554
550
  * resource.</p>
555
551
  */
556
552
  export interface Tag {
553
+ /**
554
+ * <p>Tag key.</p>
555
+ */
556
+ Key: string;
557
557
  /**
558
558
  * <p>Tag value.</p>
559
559
  */
560
560
  Value: string;
561
+ }
562
+ /**
563
+ * <p>VPC connection properties.</p>
564
+ */
565
+ export interface VpcConnectionProperties {
561
566
  /**
562
- * <p>Tag key.</p>
567
+ * <p>The Amazon Resource Name (ARN) for the VPC connection.</p>
563
568
  */
564
- Key: string;
569
+ VpcConnectionArn: string;
565
570
  }