@pulumi/aws-native 1.26.0-alpha.1741696873 → 1.26.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/athena/dataCatalog.d.ts +26 -2
- package/athena/dataCatalog.js +6 -0
- package/athena/dataCatalog.js.map +1 -1
- package/athena/getDataCatalog.d.ts +13 -1
- package/athena/getDataCatalog.js.map +1 -1
- package/backup/getRestoreTestingPlan.d.ts +1 -1
- package/backup/restoreTestingPlan.d.ts +2 -2
- package/batch/computeEnvironment.d.ts +4 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/batch/consumableResource.d.ts +92 -0
- package/batch/consumableResource.js +78 -0
- package/batch/consumableResource.js.map +1 -0
- package/batch/getConsumableResource.d.ts +43 -0
- package/batch/getConsumableResource.js +28 -0
- package/batch/getConsumableResource.js.map +1 -0
- package/batch/getJobDefinition.d.ts +5 -0
- package/batch/getJobDefinition.js.map +1 -1
- package/batch/index.d.ts +6 -0
- package/batch/index.js +8 -1
- package/batch/index.js.map +1 -1
- package/batch/jobDefinition.d.ts +9 -0
- package/batch/jobDefinition.js +4 -0
- package/batch/jobDefinition.js.map +1 -1
- package/bedrock/agent.d.ts +24 -0
- package/bedrock/agent.js.map +1 -1
- package/bedrock/blueprint.d.ts +108 -0
- package/bedrock/blueprint.js +82 -0
- package/bedrock/blueprint.js.map +1 -0
- package/bedrock/dataAutomationProject.d.ts +124 -0
- package/bedrock/dataAutomationProject.js +82 -0
- package/bedrock/dataAutomationProject.js.map +1 -0
- package/bedrock/getAgent.d.ts +12 -0
- package/bedrock/getAgent.js.map +1 -1
- package/bedrock/getBlueprint.d.ts +61 -0
- package/bedrock/getBlueprint.js +28 -0
- package/bedrock/getBlueprint.js.map +1 -0
- package/bedrock/getDataAutomationProject.d.ts +75 -0
- package/bedrock/getDataAutomationProject.js +28 -0
- package/bedrock/getDataAutomationProject.js.map +1 -0
- package/bedrock/index.d.ts +12 -0
- package/bedrock/index.js +15 -1
- package/bedrock/index.js.map +1 -1
- package/ce/costCategory.d.ts +11 -1
- package/ce/costCategory.js +3 -1
- package/ce/costCategory.js.map +1 -1
- package/ce/getCostCategory.d.ts +7 -2
- package/ce/getCostCategory.js +2 -2
- package/ce/getCostCategory.js.map +1 -1
- package/chatbot/customAction.d.ts +2 -2
- package/chatbot/getCustomAction.d.ts +1 -1
- package/chatbot/getMicrosoftTeamsChannelConfiguration.d.ts +4 -0
- package/chatbot/getMicrosoftTeamsChannelConfiguration.js.map +1 -1
- package/chatbot/microsoftTeamsChannelConfiguration.d.ts +8 -0
- package/chatbot/microsoftTeamsChannelConfiguration.js +2 -0
- package/chatbot/microsoftTeamsChannelConfiguration.js.map +1 -1
- package/cloudformation/getStack.d.ts +1 -1
- package/cloudformation/stack.d.ts +2 -2
- package/cloudtrail/getChannel.d.ts +4 -0
- package/cloudtrail/getChannel.js.map +1 -1
- package/cognito/getUserPool.d.ts +1 -1
- package/cognito/userPool.d.ts +2 -2
- package/datasync/locationNfs.js +0 -2
- package/datasync/locationNfs.js.map +1 -1
- package/datasync/locationObjectStorage.js +1 -1
- package/datasync/locationObjectStorage.js.map +1 -1
- package/datazone/domain.d.ts +16 -0
- package/datazone/domain.js +5 -1
- package/datazone/domain.js.map +1 -1
- package/datazone/getDomain.d.ts +4 -0
- package/datazone/getDomain.js.map +1 -1
- package/dynamodb/getTable.d.ts +2 -2
- package/dynamodb/table.d.ts +4 -4
- package/ec2/carrierGateway.d.ts +1 -1
- package/ec2/carrierGateway.js +1 -1
- package/ec2/getCarrierGateway.d.ts +2 -2
- package/ec2/getCarrierGateway.js +2 -2
- package/ec2/getLocalGatewayRoute.d.ts +2 -2
- package/ec2/getLocalGatewayRoute.js +2 -2
- package/ec2/getLocalGatewayRouteTable.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTable.js +2 -2
- package/ec2/getLocalGatewayRouteTableVirtualInterfaceGroupAssociation.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTableVirtualInterfaceGroupAssociation.js +2 -2
- package/ec2/getLocalGatewayRouteTableVpcAssociation.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTableVpcAssociation.js +2 -2
- package/ec2/getVpcEndpointService.d.ts +5 -0
- package/ec2/getVpcEndpointService.js.map +1 -1
- package/ec2/localGatewayRoute.d.ts +1 -1
- package/ec2/localGatewayRoute.js +1 -1
- package/ec2/localGatewayRouteTable.d.ts +1 -1
- package/ec2/localGatewayRouteTable.js +1 -1
- package/ec2/localGatewayRouteTableVirtualInterfaceGroupAssociation.d.ts +1 -1
- package/ec2/localGatewayRouteTableVirtualInterfaceGroupAssociation.js +1 -1
- package/ec2/localGatewayRouteTableVpcAssociation.d.ts +1 -1
- package/ec2/localGatewayRouteTableVpcAssociation.js +1 -1
- package/ec2/vpcEndpointService.d.ts +9 -0
- package/ec2/vpcEndpointService.js +2 -0
- package/ec2/vpcEndpointService.js.map +1 -1
- package/ecr/getReplicationConfiguration.d.ts +7 -5
- package/ecr/getReplicationConfiguration.js +4 -2
- package/ecr/getReplicationConfiguration.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +13 -13
- package/ecr/getRepositoryCreationTemplate.js +2 -2
- package/ecr/pullThroughCacheRule.d.ts +13 -9
- package/ecr/pullThroughCacheRule.js +6 -2
- package/ecr/pullThroughCacheRule.js.map +1 -1
- package/ecr/replicationConfiguration.d.ts +3 -2
- package/ecr/replicationConfiguration.js +2 -1
- package/ecr/replicationConfiguration.js.map +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +19 -19
- package/ecr/repositoryCreationTemplate.js +1 -1
- package/ecs/getService.d.ts +1 -1
- package/ecs/service.d.ts +2 -2
- package/ecs/taskDefinition.d.ts +2 -4
- package/ecs/taskDefinition.js.map +1 -1
- package/elasticloadbalancingv2/getLoadBalancer.d.ts +2 -1
- package/elasticloadbalancingv2/getLoadBalancer.js.map +1 -1
- package/elasticloadbalancingv2/loadBalancer.d.ts +4 -2
- package/elasticloadbalancingv2/loadBalancer.js +2 -0
- package/elasticloadbalancingv2/loadBalancer.js.map +1 -1
- package/gamelift/containerFleet.d.ts +2 -2
- package/gamelift/fleet.d.ts +2 -2
- package/gamelift/getContainerFleet.d.ts +1 -1
- package/gamelift/getFleet.d.ts +1 -1
- package/gameliftstreams/application.d.ts +113 -0
- package/gameliftstreams/application.js +86 -0
- package/gameliftstreams/application.js.map +1 -0
- package/gameliftstreams/getApplication.d.ts +55 -0
- package/gameliftstreams/getApplication.js +28 -0
- package/gameliftstreams/getApplication.js.map +1 -0
- package/gameliftstreams/getStreamGroup.d.ts +50 -0
- package/gameliftstreams/getStreamGroup.js +28 -0
- package/gameliftstreams/getStreamGroup.js.map +1 -0
- package/gameliftstreams/index.d.ts +12 -0
- package/gameliftstreams/index.js +32 -0
- package/gameliftstreams/index.js.map +1 -0
- package/gameliftstreams/streamGroup.d.ts +165 -0
- package/gameliftstreams/streamGroup.js +79 -0
- package/gameliftstreams/streamGroup.js.map +1 -0
- package/guardduty/getPublishingDestination.d.ts +6 -0
- package/guardduty/getPublishingDestination.js.map +1 -1
- package/guardduty/publishingDestination.d.ts +12 -0
- package/guardduty/publishingDestination.js.map +1 -1
- package/iam/getManagedPolicy.d.ts +44 -0
- package/iam/getManagedPolicy.js.map +1 -1
- package/iam/getSamlProvider.d.ts +13 -0
- package/iam/getSamlProvider.js.map +1 -1
- package/iam/index.d.ts +1 -0
- package/iam/index.js +16 -0
- package/iam/index.js.map +1 -1
- package/iam/managedPolicy.d.ts +34 -0
- package/iam/managedPolicy.js.map +1 -1
- package/iam/samlProvider.d.ts +40 -3
- package/iam/samlProvider.js +11 -4
- package/iam/samlProvider.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/index.js.map +1 -1
- package/iot/getSoftwarePackage.d.ts +9 -0
- package/iot/getSoftwarePackage.js.map +1 -1
- package/iot/getSoftwarePackageVersion.d.ts +7 -0
- package/iot/getSoftwarePackageVersion.js.map +1 -1
- package/iot/getThingType.d.ts +1 -1
- package/iot/getTopicRule.d.ts +0 -4
- package/iot/getTopicRule.js.map +1 -1
- package/iot/softwarePackage.d.ts +12 -0
- package/iot/softwarePackage.js.map +1 -1
- package/iot/softwarePackageVersion.d.ts +13 -0
- package/iot/softwarePackageVersion.js +8 -0
- package/iot/softwarePackageVersion.js.map +1 -1
- package/iot/thingType.d.ts +2 -2
- package/iot/topicRule.d.ts +0 -4
- package/iot/topicRule.js.map +1 -1
- package/lambda/function.d.ts +14 -2
- package/lambda/function.js +1 -1
- package/lambda/function.js.map +1 -1
- package/lambda/getFunction.d.ts +7 -5
- package/lambda/getFunction.js.map +1 -1
- package/medialive/cloudWatchAlarmTemplate.d.ts +2 -2
- package/medialive/cloudWatchAlarmTemplate.js +0 -3
- package/medialive/cloudWatchAlarmTemplate.js.map +1 -1
- package/medialive/eventBridgeRuleTemplate.d.ts +2 -2
- package/medialive/eventBridgeRuleTemplate.js +0 -3
- package/medialive/eventBridgeRuleTemplate.js.map +1 -1
- package/mediapackagev2/channel.d.ts +16 -0
- package/mediapackagev2/channel.js +4 -0
- package/mediapackagev2/channel.js.map +1 -1
- package/mediapackagev2/getChannel.d.ts +8 -0
- package/mediapackagev2/getChannel.js.map +1 -1
- package/msk/batchScramSecret.d.ts +12 -0
- package/msk/batchScramSecret.js.map +1 -1
- package/msk/cluster.d.ts +69 -0
- package/msk/cluster.js.map +1 -1
- package/msk/configuration.d.ts +33 -0
- package/msk/configuration.js.map +1 -1
- package/msk/getBatchScramSecret.d.ts +9 -0
- package/msk/getBatchScramSecret.js.map +1 -1
- package/msk/getCluster.d.ts +39 -0
- package/msk/getCluster.js.map +1 -1
- package/msk/getConfiguration.d.ts +15 -0
- package/msk/getConfiguration.js.map +1 -1
- package/msk/getServerlessCluster.d.ts +9 -0
- package/msk/getServerlessCluster.js.map +1 -1
- package/msk/getVpcConnection.d.ts +3 -0
- package/msk/getVpcConnection.js.map +1 -1
- package/msk/replicator.d.ts +1 -5
- package/msk/replicator.js +1 -1
- package/msk/replicator.js.map +1 -1
- package/msk/serverlessCluster.d.ts +21 -0
- package/msk/serverlessCluster.js.map +1 -1
- package/msk/vpcConnection.d.ts +24 -0
- package/msk/vpcConnection.js.map +1 -1
- package/opensearchserverless/getIndex.d.ts +44 -0
- package/opensearchserverless/getIndex.js +30 -0
- package/opensearchserverless/getIndex.js.map +1 -0
- package/opensearchserverless/getSecurityConfig.d.ts +3 -0
- package/opensearchserverless/getSecurityConfig.js.map +1 -1
- package/opensearchserverless/index.d.ts +6 -0
- package/opensearchserverless/index.js +8 -1
- package/opensearchserverless/index.js.map +1 -1
- package/opensearchserverless/index_.d.ts +71 -0
- package/opensearchserverless/index_.js +69 -0
- package/opensearchserverless/index_.js.map +1 -0
- package/opensearchserverless/securityConfig.d.ts +6 -0
- package/opensearchserverless/securityConfig.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/pcaconnectorad/connector.d.ts +1 -1
- package/pcaconnectorad/connector.js +1 -1
- package/pcaconnectorad/getConnector.d.ts +2 -2
- package/pcaconnectorad/getConnector.js +2 -2
- package/quicksight/getTheme.d.ts +12 -0
- package/quicksight/getTheme.js.map +1 -1
- package/rds/dbInstance.d.ts +14 -2
- package/rds/dbInstance.js +2 -0
- package/rds/dbInstance.js.map +1 -1
- package/rds/dbParameterGroup.d.ts +2 -2
- package/rds/getDbInstance.d.ts +1 -1
- package/rds/getDbParameterGroup.d.ts +1 -1
- package/rds/getGlobalCluster.d.ts +0 -3
- package/rds/getGlobalCluster.js.map +1 -1
- package/rds/globalCluster.d.ts +0 -3
- package/rds/globalCluster.js.map +1 -1
- package/redshift/integration.d.ts +2 -2
- package/rum/appMonitor.d.ts +2 -0
- package/rum/appMonitor.js +2 -0
- package/rum/appMonitor.js.map +1 -1
- package/rum/getAppMonitor.d.ts +1 -0
- package/rum/getAppMonitor.js.map +1 -1
- package/s3/bucketPolicy.d.ts +4 -1
- package/s3/bucketPolicy.js +4 -1
- package/s3/bucketPolicy.js.map +1 -1
- package/s3/getBucketPolicy.d.ts +8 -2
- package/s3/getBucketPolicy.js +8 -2
- package/s3/getBucketPolicy.js.map +1 -1
- package/sagemaker/cluster.d.ts +2 -2
- package/sagemaker/getCluster.d.ts +1 -1
- package/sagemaker/getModelPackage.d.ts +4 -1
- package/sagemaker/getModelPackage.js.map +1 -1
- package/sagemaker/inferenceComponent.d.ts +2 -0
- package/sagemaker/inferenceComponent.js +2 -0
- package/sagemaker/inferenceComponent.js.map +1 -1
- package/sagemaker/modelPackage.d.ts +8 -2
- package/sagemaker/modelPackage.js.map +1 -1
- package/transfer/agreement.d.ts +10 -2
- package/transfer/agreement.js +2 -3
- package/transfer/agreement.js.map +1 -1
- package/transfer/getAgreement.d.ts +4 -0
- package/transfer/getAgreement.js.map +1 -1
- package/transfer/getServer.d.ts +5 -0
- package/transfer/getServer.js.map +1 -1
- package/transfer/server.d.ts +5 -0
- package/transfer/server.js.map +1 -1
- package/types/enums/athena/index.d.ts +17 -1
- package/types/enums/athena/index.js +13 -1
- package/types/enums/athena/index.js.map +1 -1
- package/types/enums/batch/index.d.ts +8 -0
- package/types/enums/batch/index.js +5 -1
- package/types/enums/batch/index.js.map +1 -1
- package/types/enums/bedrock/index.d.ts +94 -0
- package/types/enums/bedrock/index.js +70 -2
- package/types/enums/bedrock/index.js.map +1 -1
- package/types/enums/datazone/index.d.ts +8 -0
- package/types/enums/datazone/index.js +5 -1
- package/types/enums/datazone/index.js.map +1 -1
- package/types/enums/dms/index.d.ts +7 -0
- package/types/enums/dms/index.js +7 -1
- package/types/enums/dms/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +6 -1
- package/types/enums/ec2/index.js +5 -1
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +1 -1
- package/types/enums/ecs/index.d.ts +5 -1
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/iam/index.d.ts +8 -0
- package/types/enums/iam/index.js +10 -0
- package/types/enums/iam/index.js.map +1 -0
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +5 -3
- package/types/enums/index.js.map +1 -1
- package/types/enums/iot/index.d.ts +10 -0
- package/types/enums/iot/index.js +7 -1
- package/types/enums/iot/index.js.map +1 -1
- package/types/enums/medialive/index.d.ts +1 -0
- package/types/enums/medialive/index.js +1 -0
- package/types/enums/medialive/index.js.map +1 -1
- package/types/enums/msk/index.d.ts +15 -0
- package/types/enums/msk/index.js.map +1 -1
- package/types/enums/oam/index.d.ts +2 -0
- package/types/enums/oam/index.js +2 -0
- package/types/enums/oam/index.js.map +1 -1
- package/types/enums/opensearchserverless/index.d.ts +37 -0
- package/types/enums/opensearchserverless/index.js +22 -1
- package/types/enums/opensearchserverless/index.js.map +1 -1
- package/types/enums/pcaconnectorad/index.d.ts +5 -0
- package/types/enums/pcaconnectorad/index.js +5 -1
- package/types/enums/pcaconnectorad/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +31 -0
- package/types/enums/quicksight/index.js +35 -9
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +5 -0
- package/types/enums/sagemaker/index.js +7 -3
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/wafv2/index.d.ts +78 -0
- package/types/enums/wafv2/index.js +25 -1
- package/types/enums/wafv2/index.js.map +1 -1
- package/types/enums/workspacesweb/index.d.ts +29 -0
- package/types/enums/workspacesweb/index.js +26 -1
- package/types/enums/workspacesweb/index.js.map +1 -1
- package/types/input.d.ts +1540 -80
- package/types/output.d.ts +1551 -88
- package/types/output.js.map +1 -1
- package/wisdom/aiPrompt.d.ts +2 -2
- package/workspacesweb/getUserSettings.d.ts +4 -0
- package/workspacesweb/getUserSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +8 -0
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
- package/xray/getTransactionSearchConfig.d.ts +19 -0
- package/xray/getTransactionSearchConfig.js +28 -0
- package/xray/getTransactionSearchConfig.js.map +1 -0
- package/xray/index.d.ts +6 -0
- package/xray/index.js +8 -1
- package/xray/index.js.map +1 -1
- package/xray/transactionSearchConfig.d.ts +36 -0
- package/xray/transactionSearchConfig.js +58 -0
- package/xray/transactionSearchConfig.js.map +1 -0
package/datazone/domain.d.ts
CHANGED
|
@@ -40,6 +40,10 @@ export declare class Domain extends pulumi.CustomResource {
|
|
|
40
40
|
* The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the AWS account that houses the Amazon DataZone domain.
|
|
41
41
|
*/
|
|
42
42
|
readonly domainExecutionRole: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* The version of the domain.
|
|
45
|
+
*/
|
|
46
|
+
readonly domainVersion: pulumi.Output<enums.datazone.DomainVersion | undefined>;
|
|
43
47
|
/**
|
|
44
48
|
* The identifier of the AWS Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
|
|
45
49
|
*/
|
|
@@ -60,6 +64,10 @@ export declare class Domain extends pulumi.CustomResource {
|
|
|
60
64
|
* The URL of the data portal for this Amazon DataZone domain.
|
|
61
65
|
*/
|
|
62
66
|
readonly portalUrl: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The service role of the domain that is created.
|
|
69
|
+
*/
|
|
70
|
+
readonly serviceRole: pulumi.Output<string | undefined>;
|
|
63
71
|
/**
|
|
64
72
|
* The single-sign on configuration of the Amazon DataZone domain.
|
|
65
73
|
*/
|
|
@@ -93,6 +101,10 @@ export interface DomainArgs {
|
|
|
93
101
|
* The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the AWS account that houses the Amazon DataZone domain.
|
|
94
102
|
*/
|
|
95
103
|
domainExecutionRole: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* The version of the domain.
|
|
106
|
+
*/
|
|
107
|
+
domainVersion?: pulumi.Input<enums.datazone.DomainVersion>;
|
|
96
108
|
/**
|
|
97
109
|
* The identifier of the AWS Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
|
|
98
110
|
*/
|
|
@@ -101,6 +113,10 @@ export interface DomainArgs {
|
|
|
101
113
|
* The name of the Amazon DataZone domain.
|
|
102
114
|
*/
|
|
103
115
|
name?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* The service role of the domain that is created.
|
|
118
|
+
*/
|
|
119
|
+
serviceRole?: pulumi.Input<string>;
|
|
104
120
|
/**
|
|
105
121
|
* The single-sign on configuration of the Amazon DataZone domain.
|
|
106
122
|
*/
|
package/datazone/domain.js
CHANGED
|
@@ -46,8 +46,10 @@ class Domain extends pulumi.CustomResource {
|
|
|
46
46
|
}
|
|
47
47
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
48
48
|
resourceInputs["domainExecutionRole"] = args ? args.domainExecutionRole : undefined;
|
|
49
|
+
resourceInputs["domainVersion"] = args ? args.domainVersion : undefined;
|
|
49
50
|
resourceInputs["kmsKeyIdentifier"] = args ? args.kmsKeyIdentifier : undefined;
|
|
50
51
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
52
|
+
resourceInputs["serviceRole"] = args ? args.serviceRole : undefined;
|
|
51
53
|
resourceInputs["singleSignOn"] = args ? args.singleSignOn : undefined;
|
|
52
54
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
53
55
|
resourceInputs["arn"] = undefined /*out*/;
|
|
@@ -64,17 +66,19 @@ class Domain extends pulumi.CustomResource {
|
|
|
64
66
|
resourceInputs["createdAt"] = undefined /*out*/;
|
|
65
67
|
resourceInputs["description"] = undefined /*out*/;
|
|
66
68
|
resourceInputs["domainExecutionRole"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["domainVersion"] = undefined /*out*/;
|
|
67
70
|
resourceInputs["kmsKeyIdentifier"] = undefined /*out*/;
|
|
68
71
|
resourceInputs["lastUpdatedAt"] = undefined /*out*/;
|
|
69
72
|
resourceInputs["managedAccountId"] = undefined /*out*/;
|
|
70
73
|
resourceInputs["name"] = undefined /*out*/;
|
|
71
74
|
resourceInputs["portalUrl"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["serviceRole"] = undefined /*out*/;
|
|
72
76
|
resourceInputs["singleSignOn"] = undefined /*out*/;
|
|
73
77
|
resourceInputs["status"] = undefined /*out*/;
|
|
74
78
|
resourceInputs["tags"] = undefined /*out*/;
|
|
75
79
|
}
|
|
76
80
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
77
|
-
const replaceOnChanges = { replaceOnChanges: ["kmsKeyIdentifier"] };
|
|
81
|
+
const replaceOnChanges = { replaceOnChanges: ["domainVersion", "kmsKeyIdentifier"] };
|
|
78
82
|
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
79
83
|
super(Domain.__pulumiType, name, resourceInputs, opts);
|
|
80
84
|
}
|
package/datazone/domain.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domain.js","sourceRoot":"","sources":["../../datazone/domain.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,MAAM,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;
|
|
1
|
+
{"version":3,"file":"domain.js","sourceRoot":"","sources":["../../datazone/domain.ts"],"names":[],"mappings":"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"}
|
package/datazone/getDomain.d.ts
CHANGED
|
@@ -48,6 +48,10 @@ export interface GetDomainResult {
|
|
|
48
48
|
* The URL of the data portal for this Amazon DataZone domain.
|
|
49
49
|
*/
|
|
50
50
|
readonly portalUrl?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The service role of the domain that is created.
|
|
53
|
+
*/
|
|
54
|
+
readonly serviceRole?: string;
|
|
51
55
|
/**
|
|
52
56
|
* The single-sign on configuration of the Amazon DataZone domain.
|
|
53
57
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDomain.js","sourceRoot":"","sources":["../../datazone/getDomain.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;
|
|
1
|
+
{"version":3,"file":"getDomain.js","sourceRoot":"","sources":["../../datazone/getDomain.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AA+DD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+BAA+B,EAAE;QAChE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
|
package/dynamodb/getTable.d.ts
CHANGED
|
@@ -29,8 +29,8 @@ export interface GetTableResult {
|
|
|
29
29
|
/**
|
|
30
30
|
* Specify how you are charged for read and write throughput and how you manage capacity.
|
|
31
31
|
* Valid values include:
|
|
32
|
-
* + ``
|
|
33
|
-
* + ``
|
|
32
|
+
* + ``PAY_PER_REQUEST`` - We recommend using ``PAY_PER_REQUEST`` for most DynamoDB workloads. ``PAY_PER_REQUEST`` sets the billing mode to [On-demand capacity mode](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html).
|
|
33
|
+
* + ``PROVISIONED`` - We recommend using ``PROVISIONED`` for steady workloads with predictable growth where capacity requirements can be reliably forecasted. ``PROVISIONED`` sets the billing mode to [Provisioned capacity mode](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html).
|
|
34
34
|
*
|
|
35
35
|
* If not specified, the default is ``PROVISIONED``.
|
|
36
36
|
*/
|
package/dynamodb/table.d.ts
CHANGED
|
@@ -264,8 +264,8 @@ export declare class Table extends pulumi.CustomResource {
|
|
|
264
264
|
/**
|
|
265
265
|
* Specify how you are charged for read and write throughput and how you manage capacity.
|
|
266
266
|
* Valid values include:
|
|
267
|
-
* + ``
|
|
268
|
-
* + ``
|
|
267
|
+
* + ``PAY_PER_REQUEST`` - We recommend using ``PAY_PER_REQUEST`` for most DynamoDB workloads. ``PAY_PER_REQUEST`` sets the billing mode to [On-demand capacity mode](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html).
|
|
268
|
+
* + ``PROVISIONED`` - We recommend using ``PROVISIONED`` for steady workloads with predictable growth where capacity requirements can be reliably forecasted. ``PROVISIONED`` sets the billing mode to [Provisioned capacity mode](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html).
|
|
269
269
|
*
|
|
270
270
|
* If not specified, the default is ``PROVISIONED``.
|
|
271
271
|
*/
|
|
@@ -381,8 +381,8 @@ export interface TableArgs {
|
|
|
381
381
|
/**
|
|
382
382
|
* Specify how you are charged for read and write throughput and how you manage capacity.
|
|
383
383
|
* Valid values include:
|
|
384
|
-
* + ``
|
|
385
|
-
* + ``
|
|
384
|
+
* + ``PAY_PER_REQUEST`` - We recommend using ``PAY_PER_REQUEST`` for most DynamoDB workloads. ``PAY_PER_REQUEST`` sets the billing mode to [On-demand capacity mode](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html).
|
|
385
|
+
* + ``PROVISIONED`` - We recommend using ``PROVISIONED`` for steady workloads with predictable growth where capacity requirements can be reliably forecasted. ``PROVISIONED`` sets the billing mode to [Provisioned capacity mode](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html).
|
|
386
386
|
*
|
|
387
387
|
* If not specified, the default is ``PROVISIONED``.
|
|
388
388
|
*/
|
package/ec2/carrierGateway.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Resource Type definition for Carrier Gateway which describes the Carrier Gateway resource
|
|
6
6
|
*/
|
|
7
7
|
export declare class CarrierGateway extends pulumi.CustomResource {
|
|
8
8
|
/**
|
package/ec2/carrierGateway.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.CarrierGateway = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Carrier Gateway which describes the Carrier Gateway resource
|
|
10
10
|
*/
|
|
11
11
|
class CarrierGateway extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Resource Type definition for Carrier Gateway which describes the Carrier Gateway resource
|
|
5
5
|
*/
|
|
6
6
|
export declare function getCarrierGateway(args: GetCarrierGatewayArgs, opts?: pulumi.InvokeOptions): Promise<GetCarrierGatewayResult>;
|
|
7
7
|
export interface GetCarrierGatewayArgs {
|
|
@@ -29,7 +29,7 @@ export interface GetCarrierGatewayResult {
|
|
|
29
29
|
readonly tags?: outputs.Tag[];
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Resource Type definition for Carrier Gateway which describes the Carrier Gateway resource
|
|
33
33
|
*/
|
|
34
34
|
export declare function getCarrierGatewayOutput(args: GetCarrierGatewayOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCarrierGatewayResult>;
|
|
35
35
|
export interface GetCarrierGatewayOutputArgs {
|
package/ec2/getCarrierGateway.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getCarrierGatewayOutput = exports.getCarrierGateway = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Carrier Gateway which describes the Carrier Gateway resource
|
|
10
10
|
*/
|
|
11
11
|
function getCarrierGateway(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getCarrierGateway(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getCarrierGateway = getCarrierGateway;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Resource Type definition for Carrier Gateway which describes the Carrier Gateway resource
|
|
20
20
|
*/
|
|
21
21
|
function getCarrierGatewayOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
4
4
|
*/
|
|
5
5
|
export declare function getLocalGatewayRoute(args: GetLocalGatewayRouteArgs, opts?: pulumi.InvokeOptions): Promise<GetLocalGatewayRouteResult>;
|
|
6
6
|
export interface GetLocalGatewayRouteArgs {
|
|
@@ -32,7 +32,7 @@ export interface GetLocalGatewayRouteResult {
|
|
|
32
32
|
readonly type?: string;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
36
36
|
*/
|
|
37
37
|
export declare function getLocalGatewayRouteOutput(args: GetLocalGatewayRouteOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLocalGatewayRouteResult>;
|
|
38
38
|
export interface GetLocalGatewayRouteOutputArgs {
|
|
@@ -6,7 +6,7 @@ exports.getLocalGatewayRouteOutput = exports.getLocalGatewayRoute = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
10
10
|
*/
|
|
11
11
|
function getLocalGatewayRoute(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -17,7 +17,7 @@ function getLocalGatewayRoute(args, opts) {
|
|
|
17
17
|
}
|
|
18
18
|
exports.getLocalGatewayRoute = getLocalGatewayRoute;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
21
21
|
*/
|
|
22
22
|
function getLocalGatewayRouteOutput(args, opts) {
|
|
23
23
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
5
5
|
*/
|
|
6
6
|
export declare function getLocalGatewayRouteTable(args: GetLocalGatewayRouteTableArgs, opts?: pulumi.InvokeOptions): Promise<GetLocalGatewayRouteTableResult>;
|
|
7
7
|
export interface GetLocalGatewayRouteTableArgs {
|
|
@@ -37,7 +37,7 @@ export interface GetLocalGatewayRouteTableResult {
|
|
|
37
37
|
readonly tags?: outputs.Tag[];
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
41
41
|
*/
|
|
42
42
|
export declare function getLocalGatewayRouteTableOutput(args: GetLocalGatewayRouteTableOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLocalGatewayRouteTableResult>;
|
|
43
43
|
export interface GetLocalGatewayRouteTableOutputArgs {
|
|
@@ -6,7 +6,7 @@ exports.getLocalGatewayRouteTableOutput = exports.getLocalGatewayRouteTable = vo
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
10
10
|
*/
|
|
11
11
|
function getLocalGatewayRouteTable(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getLocalGatewayRouteTable(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getLocalGatewayRouteTable = getLocalGatewayRouteTable;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
20
20
|
*/
|
|
21
21
|
function getLocalGatewayRouteTableOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
5
5
|
*/
|
|
6
6
|
export declare function getLocalGatewayRouteTableVirtualInterfaceGroupAssociation(args: GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs, opts?: pulumi.InvokeOptions): Promise<GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult>;
|
|
7
7
|
export interface GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs {
|
|
@@ -37,7 +37,7 @@ export interface GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
|
|
|
37
37
|
readonly tags?: outputs.Tag[];
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
41
41
|
*/
|
|
42
42
|
export declare function getLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput(args: GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult>;
|
|
43
43
|
export interface GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutputArgs {
|
|
@@ -6,7 +6,7 @@ exports.getLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput = export
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
10
10
|
*/
|
|
11
11
|
function getLocalGatewayRouteTableVirtualInterfaceGroupAssociation(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getLocalGatewayRouteTableVirtualInterfaceGroupAssociation(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getLocalGatewayRouteTableVirtualInterfaceGroupAssociation = getLocalGatewayRouteTableVirtualInterfaceGroupAssociation;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
20
20
|
*/
|
|
21
21
|
function getLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
5
5
|
*/
|
|
6
6
|
export declare function getLocalGatewayRouteTableVpcAssociation(args: GetLocalGatewayRouteTableVpcAssociationArgs, opts?: pulumi.InvokeOptions): Promise<GetLocalGatewayRouteTableVpcAssociationResult>;
|
|
7
7
|
export interface GetLocalGatewayRouteTableVpcAssociationArgs {
|
|
@@ -29,7 +29,7 @@ export interface GetLocalGatewayRouteTableVpcAssociationResult {
|
|
|
29
29
|
readonly tags?: outputs.Tag[];
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
33
33
|
*/
|
|
34
34
|
export declare function getLocalGatewayRouteTableVpcAssociationOutput(args: GetLocalGatewayRouteTableVpcAssociationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLocalGatewayRouteTableVpcAssociationResult>;
|
|
35
35
|
export interface GetLocalGatewayRouteTableVpcAssociationOutputArgs {
|
|
@@ -6,7 +6,7 @@ exports.getLocalGatewayRouteTableVpcAssociationOutput = exports.getLocalGatewayR
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
10
10
|
*/
|
|
11
11
|
function getLocalGatewayRouteTableVpcAssociation(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getLocalGatewayRouteTableVpcAssociation(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getLocalGatewayRouteTableVpcAssociation = getLocalGatewayRouteTableVpcAssociation;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
20
20
|
*/
|
|
21
21
|
function getLocalGatewayRouteTableVpcAssociationOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
3
4
|
/**
|
|
4
5
|
* Resource Type definition for AWS::EC2::VPCEndpointService
|
|
5
6
|
*/
|
|
@@ -31,6 +32,10 @@ export interface GetVpcEndpointServiceResult {
|
|
|
31
32
|
* The ID of the endpoint service.
|
|
32
33
|
*/
|
|
33
34
|
readonly serviceId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Specify which Ip Address types are supported for VPC endpoint service.
|
|
37
|
+
*/
|
|
38
|
+
readonly supportedIpAddressTypes?: enums.ec2.VpcEndpointServiceIpAddressType[];
|
|
34
39
|
/**
|
|
35
40
|
* The tags to add to the VPC endpoint service.
|
|
36
41
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcEndpointService.js","sourceRoot":"","sources":["../../ec2/getVpcEndpointService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;
|
|
1
|
+
{"version":3,"file":"getVpcEndpointService.js","sourceRoot":"","sources":["../../ec2/getVpcEndpointService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;AAuCD;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
4
4
|
*/
|
|
5
5
|
export declare class LocalGatewayRoute extends pulumi.CustomResource {
|
|
6
6
|
/**
|
package/ec2/localGatewayRoute.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.LocalGatewayRoute = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
10
10
|
*/
|
|
11
11
|
class LocalGatewayRoute extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
6
6
|
*/
|
|
7
7
|
export declare class LocalGatewayRouteTable extends pulumi.CustomResource {
|
|
8
8
|
/**
|
|
@@ -6,7 +6,7 @@ exports.LocalGatewayRouteTable = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
10
10
|
*/
|
|
11
11
|
class LocalGatewayRouteTable extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
6
6
|
*/
|
|
7
7
|
export declare class LocalGatewayRouteTableVirtualInterfaceGroupAssociation extends pulumi.CustomResource {
|
|
8
8
|
/**
|
|
@@ -6,7 +6,7 @@ exports.LocalGatewayRouteTableVirtualInterfaceGroupAssociation = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
10
10
|
*/
|
|
11
11
|
class LocalGatewayRouteTableVirtualInterfaceGroupAssociation extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
6
6
|
*/
|
|
7
7
|
export declare class LocalGatewayRouteTableVpcAssociation extends pulumi.CustomResource {
|
|
8
8
|
/**
|
|
@@ -6,7 +6,7 @@ exports.LocalGatewayRouteTableVpcAssociation = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
10
10
|
*/
|
|
11
11
|
class LocalGatewayRouteTableVpcAssociation extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
|
+
import * as enums from "../types/enums";
|
|
4
5
|
/**
|
|
5
6
|
* Resource Type definition for AWS::EC2::VPCEndpointService
|
|
6
7
|
*/
|
|
@@ -43,6 +44,10 @@ export declare class VpcEndpointService extends pulumi.CustomResource {
|
|
|
43
44
|
* The ID of the endpoint service.
|
|
44
45
|
*/
|
|
45
46
|
readonly serviceId: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* Specify which Ip Address types are supported for VPC endpoint service.
|
|
49
|
+
*/
|
|
50
|
+
readonly supportedIpAddressTypes: pulumi.Output<enums.ec2.VpcEndpointServiceIpAddressType[] | undefined>;
|
|
46
51
|
/**
|
|
47
52
|
* The tags to add to the VPC endpoint service.
|
|
48
53
|
*/
|
|
@@ -80,6 +85,10 @@ export interface VpcEndpointServiceArgs {
|
|
|
80
85
|
* The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.
|
|
81
86
|
*/
|
|
82
87
|
payerResponsibility?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Specify which Ip Address types are supported for VPC endpoint service.
|
|
90
|
+
*/
|
|
91
|
+
supportedIpAddressTypes?: pulumi.Input<pulumi.Input<enums.ec2.VpcEndpointServiceIpAddressType>[]>;
|
|
83
92
|
/**
|
|
84
93
|
* The tags to add to the VPC endpoint service.
|
|
85
94
|
*/
|
|
@@ -46,6 +46,7 @@ class VpcEndpointService extends pulumi.CustomResource {
|
|
|
46
46
|
resourceInputs["gatewayLoadBalancerArns"] = args ? args.gatewayLoadBalancerArns : undefined;
|
|
47
47
|
resourceInputs["networkLoadBalancerArns"] = args ? args.networkLoadBalancerArns : undefined;
|
|
48
48
|
resourceInputs["payerResponsibility"] = args ? args.payerResponsibility : undefined;
|
|
49
|
+
resourceInputs["supportedIpAddressTypes"] = args ? args.supportedIpAddressTypes : undefined;
|
|
49
50
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
50
51
|
resourceInputs["serviceId"] = undefined /*out*/;
|
|
51
52
|
}
|
|
@@ -56,6 +57,7 @@ class VpcEndpointService extends pulumi.CustomResource {
|
|
|
56
57
|
resourceInputs["networkLoadBalancerArns"] = undefined /*out*/;
|
|
57
58
|
resourceInputs["payerResponsibility"] = undefined /*out*/;
|
|
58
59
|
resourceInputs["serviceId"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["supportedIpAddressTypes"] = undefined /*out*/;
|
|
59
61
|
resourceInputs["tags"] = undefined /*out*/;
|
|
60
62
|
}
|
|
61
63
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vpcEndpointService.js","sourceRoot":"","sources":["../../ec2/vpcEndpointService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;
|
|
1
|
+
{"version":3,"file":"vpcEndpointService.js","sourceRoot":"","sources":["../../ec2/vpcEndpointService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAmCD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA6B,EAAE,IAAmC;QACxF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,SAAS,CAAC;YAClG,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;aAAM;YACH,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,4BAA4B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjE,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AA3FL,gDA4FC;AA/EG,gBAAgB;AACO,+BAAY,GAAG,mCAAmC,CAAC"}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* The AWS::ECR::ReplicationConfiguration resource
|
|
4
|
+
* The ``AWS::ECR::ReplicationConfiguration`` resource creates or updates the replication configuration for a private registry. The first time a replication configuration is applied to a private registry, a service-linked IAM role is created in your account for the replication process. For more information, see [Using Service-Linked Roles for Amazon ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) in the *Amazon Elastic Container Registry User Guide*.
|
|
5
|
+
* When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a private registry permissions policy. For more information, see ``AWS::ECR::RegistryPolicy``.
|
|
5
6
|
*/
|
|
6
7
|
export declare function getReplicationConfiguration(args: GetReplicationConfigurationArgs, opts?: pulumi.InvokeOptions): Promise<GetReplicationConfigurationResult>;
|
|
7
8
|
export interface GetReplicationConfigurationArgs {
|
|
8
9
|
/**
|
|
9
|
-
* The
|
|
10
|
+
* The account ID of the destination registry.
|
|
10
11
|
*/
|
|
11
12
|
registryId: string;
|
|
12
13
|
}
|
|
13
14
|
export interface GetReplicationConfigurationResult {
|
|
14
15
|
/**
|
|
15
|
-
* The
|
|
16
|
+
* The account ID of the destination registry.
|
|
16
17
|
*/
|
|
17
18
|
readonly registryId?: string;
|
|
18
19
|
/**
|
|
@@ -21,12 +22,13 @@ export interface GetReplicationConfigurationResult {
|
|
|
21
22
|
readonly replicationConfiguration?: outputs.ecr.ReplicationConfiguration;
|
|
22
23
|
}
|
|
23
24
|
/**
|
|
24
|
-
* The AWS::ECR::ReplicationConfiguration resource
|
|
25
|
+
* The ``AWS::ECR::ReplicationConfiguration`` resource creates or updates the replication configuration for a private registry. The first time a replication configuration is applied to a private registry, a service-linked IAM role is created in your account for the replication process. For more information, see [Using Service-Linked Roles for Amazon ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) in the *Amazon Elastic Container Registry User Guide*.
|
|
26
|
+
* When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a private registry permissions policy. For more information, see ``AWS::ECR::RegistryPolicy``.
|
|
25
27
|
*/
|
|
26
28
|
export declare function getReplicationConfigurationOutput(args: GetReplicationConfigurationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetReplicationConfigurationResult>;
|
|
27
29
|
export interface GetReplicationConfigurationOutputArgs {
|
|
28
30
|
/**
|
|
29
|
-
* The
|
|
31
|
+
* The account ID of the destination registry.
|
|
30
32
|
*/
|
|
31
33
|
registryId: pulumi.Input<string>;
|
|
32
34
|
}
|
|
@@ -6,7 +6,8 @@ exports.getReplicationConfigurationOutput = exports.getReplicationConfiguration
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* The AWS::ECR::ReplicationConfiguration resource
|
|
9
|
+
* The ``AWS::ECR::ReplicationConfiguration`` resource creates or updates the replication configuration for a private registry. The first time a replication configuration is applied to a private registry, a service-linked IAM role is created in your account for the replication process. For more information, see [Using Service-Linked Roles for Amazon ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) in the *Amazon Elastic Container Registry User Guide*.
|
|
10
|
+
* When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a private registry permissions policy. For more information, see ``AWS::ECR::RegistryPolicy``.
|
|
10
11
|
*/
|
|
11
12
|
function getReplicationConfiguration(args, opts) {
|
|
12
13
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +17,8 @@ function getReplicationConfiguration(args, opts) {
|
|
|
16
17
|
}
|
|
17
18
|
exports.getReplicationConfiguration = getReplicationConfiguration;
|
|
18
19
|
/**
|
|
19
|
-
* The AWS::ECR::ReplicationConfiguration resource
|
|
20
|
+
* The ``AWS::ECR::ReplicationConfiguration`` resource creates or updates the replication configuration for a private registry. The first time a replication configuration is applied to a private registry, a service-linked IAM role is created in your account for the replication process. For more information, see [Using Service-Linked Roles for Amazon ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) in the *Amazon Elastic Container Registry User Guide*.
|
|
21
|
+
* When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a private registry permissions policy. For more information, see ``AWS::ECR::RegistryPolicy``.
|
|
20
22
|
*/
|
|
21
23
|
function getReplicationConfigurationOutput(args, opts) {
|
|
22
24
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getReplicationConfiguration.js","sourceRoot":"","sources":["../../ecr/getReplicationConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getReplicationConfiguration.js","sourceRoot":"","sources":["../../ecr/getReplicationConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;GAGG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC;AAmBD;;;GAGG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8EAKC"}
|