@pulumi/aws-native 1.52.0 → 1.53.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.
Files changed (111) hide show
  1. package/codedeploy/deploymentGroup.d.ts +195 -0
  2. package/codedeploy/deploymentGroup.js +102 -0
  3. package/codedeploy/deploymentGroup.js.map +1 -0
  4. package/codedeploy/getDeploymentGroup.d.ts +104 -0
  5. package/codedeploy/getDeploymentGroup.js +30 -0
  6. package/codedeploy/getDeploymentGroup.js.map +1 -0
  7. package/codedeploy/index.d.ts +6 -0
  8. package/codedeploy/index.js +8 -1
  9. package/codedeploy/index.js.map +1 -1
  10. package/connect/getUser.d.ts +20 -0
  11. package/connect/getUser.js.map +1 -1
  12. package/connect/user.d.ts +42 -2
  13. package/connect/user.js +10 -3
  14. package/connect/user.js.map +1 -1
  15. package/dynamodb/getGlobalTable.d.ts +2 -2
  16. package/dynamodb/globalTable.d.ts +6 -4
  17. package/dynamodb/globalTable.js +6 -4
  18. package/dynamodb/globalTable.js.map +1 -1
  19. package/ec2/getNatGateway.d.ts +2 -4
  20. package/ec2/getNatGateway.js.map +1 -1
  21. package/ec2/natGateway.d.ts +8 -16
  22. package/ec2/natGateway.js.map +1 -1
  23. package/ec2/volumeAttachment.d.ts +2 -0
  24. package/ec2/volumeAttachment.js +3 -1
  25. package/ec2/volumeAttachment.js.map +1 -1
  26. package/groundstation/getMissionProfile.d.ts +4 -0
  27. package/groundstation/getMissionProfile.js.map +1 -1
  28. package/groundstation/missionProfile.d.ts +8 -0
  29. package/groundstation/missionProfile.js +2 -0
  30. package/groundstation/missionProfile.js.map +1 -1
  31. package/licensemanager/getGrant.d.ts +5 -0
  32. package/licensemanager/getGrant.js.map +1 -1
  33. package/licensemanager/getLicense.d.ts +8 -0
  34. package/licensemanager/getLicense.js.map +1 -1
  35. package/licensemanager/grant.d.ts +10 -0
  36. package/licensemanager/grant.js +2 -0
  37. package/licensemanager/grant.js.map +1 -1
  38. package/licensemanager/license.d.ts +12 -4
  39. package/licensemanager/license.js +8 -0
  40. package/licensemanager/license.js.map +1 -1
  41. package/logs/getScheduledQuery.d.ts +37 -0
  42. package/logs/getScheduledQuery.js +28 -0
  43. package/logs/getScheduledQuery.js.map +1 -0
  44. package/logs/index.d.ts +6 -0
  45. package/logs/index.js +8 -1
  46. package/logs/index.js.map +1 -1
  47. package/logs/scheduledQuery.d.ts +69 -0
  48. package/logs/scheduledQuery.js +106 -0
  49. package/logs/scheduledQuery.js.map +1 -0
  50. package/msk/getTopic.d.ts +31 -0
  51. package/msk/getTopic.js +28 -0
  52. package/msk/getTopic.js.map +1 -0
  53. package/msk/index.d.ts +6 -0
  54. package/msk/index.js +8 -1
  55. package/msk/index.js.map +1 -1
  56. package/msk/topic.d.ts +77 -0
  57. package/msk/topic.js +77 -0
  58. package/msk/topic.js.map +1 -0
  59. package/package.json +3 -3
  60. package/package.json.dev +2 -2
  61. package/s3vectors/getIndex.d.ts +5 -0
  62. package/s3vectors/getIndex.js.map +1 -1
  63. package/s3vectors/getVectorBucket.d.ts +5 -0
  64. package/s3vectors/getVectorBucket.js.map +1 -1
  65. package/s3vectors/index_.d.ts +8 -0
  66. package/s3vectors/index_.js +2 -0
  67. package/s3vectors/index_.js.map +1 -1
  68. package/s3vectors/vectorBucket.d.ts +8 -0
  69. package/s3vectors/vectorBucket.js +2 -0
  70. package/s3vectors/vectorBucket.js.map +1 -1
  71. package/sagemaker/cluster.js +1 -1
  72. package/sagemaker/cluster.js.map +1 -1
  73. package/sagemaker/getCluster.d.ts +4 -0
  74. package/sagemaker/getCluster.js.map +1 -1
  75. package/sagemaker/getUserProfile.d.ts +0 -4
  76. package/sagemaker/getUserProfile.js.map +1 -1
  77. package/sagemaker/userProfile.d.ts +2 -2
  78. package/sagemaker/userProfile.js +1 -1
  79. package/sagemaker/userProfile.js.map +1 -1
  80. package/ses/getTemplate.d.ts +4 -0
  81. package/ses/getTemplate.js.map +1 -1
  82. package/ses/template.d.ts +8 -0
  83. package/ses/template.js +2 -0
  84. package/ses/template.js.map +1 -1
  85. package/types/enums/connect/index.d.ts +19 -0
  86. package/types/enums/connect/index.js +12 -1
  87. package/types/enums/connect/index.js.map +1 -1
  88. package/types/enums/dynamodb/index.d.ts +5 -0
  89. package/types/enums/dynamodb/index.js +5 -1
  90. package/types/enums/dynamodb/index.js.map +1 -1
  91. package/types/enums/groundstation/index.d.ts +4 -0
  92. package/types/enums/groundstation/index.js +4 -1
  93. package/types/enums/groundstation/index.js.map +1 -1
  94. package/types/enums/lex/index.d.ts +6 -0
  95. package/types/enums/lex/index.js +6 -1
  96. package/types/enums/lex/index.js.map +1 -1
  97. package/types/enums/logs/index.d.ts +12 -0
  98. package/types/enums/logs/index.js +11 -1
  99. package/types/enums/logs/index.js.map +1 -1
  100. package/types/enums/rum/index.d.ts +1 -1
  101. package/types/enums/sagemaker/index.d.ts +9 -0
  102. package/types/enums/sagemaker/index.js +8 -3
  103. package/types/enums/sagemaker/index.js.map +1 -1
  104. package/types/input.d.ts +455 -22
  105. package/types/output.d.ts +455 -22
  106. package/types/output.js.map +1 -1
  107. package/workspacesweb/getPortal.d.ts +1 -0
  108. package/workspacesweb/getPortal.js.map +1 -1
  109. package/workspacesweb/portal.d.ts +2 -0
  110. package/workspacesweb/portal.js +2 -0
  111. package/workspacesweb/portal.js.map +1 -1
@@ -0,0 +1,195 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Resource type definition for AWS::CodeDeploy::DeploymentGroup
6
+ */
7
+ export declare class DeploymentGroup extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing DeploymentGroup resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): DeploymentGroup;
17
+ /**
18
+ * Returns true if the given object is an instance of DeploymentGroup. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is DeploymentGroup;
22
+ /**
23
+ * Information about the Amazon CloudWatch alarms that are associated with the deployment group.
24
+ */
25
+ readonly alarmConfiguration: pulumi.Output<outputs.codedeploy.DeploymentGroupAlarmConfiguration | undefined>;
26
+ /**
27
+ * The name of an existing CodeDeploy application to associate this deployment group with.
28
+ */
29
+ readonly applicationName: pulumi.Output<string>;
30
+ /**
31
+ * Information about the automatic rollback configuration that is associated with the deployment group. If you specify this property, don't specify the Deployment property.
32
+ */
33
+ readonly autoRollbackConfiguration: pulumi.Output<outputs.codedeploy.DeploymentGroupAutoRollbackConfiguration | undefined>;
34
+ /**
35
+ * A list of associated Auto Scaling groups that CodeDeploy automatically deploys revisions to when new instances are created. Duplicates are not allowed.
36
+ */
37
+ readonly autoScalingGroups: pulumi.Output<string[] | undefined>;
38
+ /**
39
+ * Information about blue/green deployment options for a deployment group.
40
+ */
41
+ readonly blueGreenDeploymentConfiguration: pulumi.Output<outputs.codedeploy.DeploymentGroupBlueGreenDeploymentConfiguration | undefined>;
42
+ /**
43
+ * The application revision to deploy to this deployment group. If you specify this property, your target application revision is deployed as soon as the provisioning process is complete. If you specify this property, don't specify the AutoRollbackConfiguration property.
44
+ */
45
+ readonly deployment: pulumi.Output<outputs.codedeploy.DeploymentGroupDeployment | undefined>;
46
+ /**
47
+ * A deployment configuration name or a predefined configuration name. With predefined configurations, you can deploy application revisions to one instance at a time (CodeDeployDefault.OneAtATime), half of the instances at a time (CodeDeployDefault.HalfAtATime), or all the instances at once (CodeDeployDefault.AllAtOnce).
48
+ */
49
+ readonly deploymentConfigName: pulumi.Output<string | undefined>;
50
+ /**
51
+ * A name for the deployment group. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the deployment group name.
52
+ */
53
+ readonly deploymentGroupName: pulumi.Output<string | undefined>;
54
+ /**
55
+ * Attributes that determine the type of deployment to run and whether to route deployment traffic behind a load balancer. If you specify this property with a blue/green deployment type, don't specify the AutoScalingGroups, LoadBalancerInfo, or Deployment properties.
56
+ */
57
+ readonly deploymentStyle: pulumi.Output<outputs.codedeploy.DeploymentGroupDeploymentStyle | undefined>;
58
+ /**
59
+ * The Amazon EC2 tags that are already applied to Amazon EC2 instances that you want to include in the deployment group. CodeDeploy includes all Amazon EC2 instances identified by any of the tags you specify in this deployment group. Duplicates are not allowed. You can specify EC2TagFilters or Ec2TagSet, but not both.
60
+ */
61
+ readonly ec2TagFilters: pulumi.Output<outputs.codedeploy.DeploymentGroupEc2TagFilter[] | undefined>;
62
+ /**
63
+ * Information about groups of tags applied to Amazon EC2 instances. Use when the deployment group includes only Amazon EC2 instances identified by all the tag groups. Cannot be used in the same call as ec2TagFilter.
64
+ */
65
+ readonly ec2TagSet: pulumi.Output<outputs.codedeploy.DeploymentGroupEc2TagSet | undefined>;
66
+ /**
67
+ * The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.
68
+ */
69
+ readonly ecsServices: pulumi.Output<outputs.codedeploy.DeploymentGroupEcsService[] | undefined>;
70
+ /**
71
+ * Information about the load balancer to use in a deployment.
72
+ */
73
+ readonly loadBalancerInfo: pulumi.Output<outputs.codedeploy.DeploymentGroupLoadBalancerInfo | undefined>;
74
+ /**
75
+ * The on-premises instance tags already applied to on-premises instances that you want to include in the deployment group. CodeDeploy includes all on-premises instances identified by any of the tags you specify in this deployment group. Duplicates are not allowed. You can specify OnPremisesInstanceTagFilters or OnPremisesInstanceTagSet, but not both.
76
+ */
77
+ readonly onPremisesInstanceTagFilters: pulumi.Output<outputs.codedeploy.DeploymentGroupTagFilter[] | undefined>;
78
+ /**
79
+ * Information about groups of tags applied to on-premises instances. The deployment group includes only on-premises instances identified by all the tag groups. You can specify OnPremisesInstanceTagFilters or OnPremisesInstanceTagSet, but not both.
80
+ */
81
+ readonly onPremisesTagSet: pulumi.Output<outputs.codedeploy.DeploymentGroupOnPremisesTagSet | undefined>;
82
+ /**
83
+ * Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision. If this option is set to UPDATE or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new Amazon EC2 instances. If this option is set to IGNORE, CodeDeploy does not initiate a deployment to update the new Amazon EC2 instances. This may result in instances having different revisions.
84
+ */
85
+ readonly outdatedInstancesStrategy: pulumi.Output<string | undefined>;
86
+ /**
87
+ * A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf. For more information, see 'Create a Service Role for AWS CodeDeploy' in the AWS CodeDeploy User Guide.
88
+ */
89
+ readonly serviceRoleArn: pulumi.Output<string>;
90
+ /**
91
+ * The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.
92
+ */
93
+ readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
94
+ /**
95
+ * Indicates whether the deployment group was configured to have CodeDeploy install a termination hook into an Auto Scaling group.
96
+ */
97
+ readonly terminationHookEnabled: pulumi.Output<boolean | undefined>;
98
+ /**
99
+ * Information about triggers associated with the deployment group. Duplicates are not allowed.
100
+ */
101
+ readonly triggerConfigurations: pulumi.Output<outputs.codedeploy.DeploymentGroupTriggerConfig[] | undefined>;
102
+ /**
103
+ * Create a DeploymentGroup resource with the given unique name, arguments, and options.
104
+ *
105
+ * @param name The _unique_ name of the resource.
106
+ * @param args The arguments to use to populate this resource's properties.
107
+ * @param opts A bag of options that control this resource's behavior.
108
+ */
109
+ constructor(name: string, args: DeploymentGroupArgs, opts?: pulumi.CustomResourceOptions);
110
+ }
111
+ /**
112
+ * The set of arguments for constructing a DeploymentGroup resource.
113
+ */
114
+ export interface DeploymentGroupArgs {
115
+ /**
116
+ * Information about the Amazon CloudWatch alarms that are associated with the deployment group.
117
+ */
118
+ alarmConfiguration?: pulumi.Input<inputs.codedeploy.DeploymentGroupAlarmConfigurationArgs>;
119
+ /**
120
+ * The name of an existing CodeDeploy application to associate this deployment group with.
121
+ */
122
+ applicationName: pulumi.Input<string>;
123
+ /**
124
+ * Information about the automatic rollback configuration that is associated with the deployment group. If you specify this property, don't specify the Deployment property.
125
+ */
126
+ autoRollbackConfiguration?: pulumi.Input<inputs.codedeploy.DeploymentGroupAutoRollbackConfigurationArgs>;
127
+ /**
128
+ * A list of associated Auto Scaling groups that CodeDeploy automatically deploys revisions to when new instances are created. Duplicates are not allowed.
129
+ */
130
+ autoScalingGroups?: pulumi.Input<pulumi.Input<string>[]>;
131
+ /**
132
+ * Information about blue/green deployment options for a deployment group.
133
+ */
134
+ blueGreenDeploymentConfiguration?: pulumi.Input<inputs.codedeploy.DeploymentGroupBlueGreenDeploymentConfigurationArgs>;
135
+ /**
136
+ * The application revision to deploy to this deployment group. If you specify this property, your target application revision is deployed as soon as the provisioning process is complete. If you specify this property, don't specify the AutoRollbackConfiguration property.
137
+ */
138
+ deployment?: pulumi.Input<inputs.codedeploy.DeploymentGroupDeploymentArgs>;
139
+ /**
140
+ * A deployment configuration name or a predefined configuration name. With predefined configurations, you can deploy application revisions to one instance at a time (CodeDeployDefault.OneAtATime), half of the instances at a time (CodeDeployDefault.HalfAtATime), or all the instances at once (CodeDeployDefault.AllAtOnce).
141
+ */
142
+ deploymentConfigName?: pulumi.Input<string>;
143
+ /**
144
+ * A name for the deployment group. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the deployment group name.
145
+ */
146
+ deploymentGroupName?: pulumi.Input<string>;
147
+ /**
148
+ * Attributes that determine the type of deployment to run and whether to route deployment traffic behind a load balancer. If you specify this property with a blue/green deployment type, don't specify the AutoScalingGroups, LoadBalancerInfo, or Deployment properties.
149
+ */
150
+ deploymentStyle?: pulumi.Input<inputs.codedeploy.DeploymentGroupDeploymentStyleArgs>;
151
+ /**
152
+ * The Amazon EC2 tags that are already applied to Amazon EC2 instances that you want to include in the deployment group. CodeDeploy includes all Amazon EC2 instances identified by any of the tags you specify in this deployment group. Duplicates are not allowed. You can specify EC2TagFilters or Ec2TagSet, but not both.
153
+ */
154
+ ec2TagFilters?: pulumi.Input<pulumi.Input<inputs.codedeploy.DeploymentGroupEc2TagFilterArgs>[]>;
155
+ /**
156
+ * Information about groups of tags applied to Amazon EC2 instances. Use when the deployment group includes only Amazon EC2 instances identified by all the tag groups. Cannot be used in the same call as ec2TagFilter.
157
+ */
158
+ ec2TagSet?: pulumi.Input<inputs.codedeploy.DeploymentGroupEc2TagSetArgs>;
159
+ /**
160
+ * The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.
161
+ */
162
+ ecsServices?: pulumi.Input<pulumi.Input<inputs.codedeploy.DeploymentGroupEcsServiceArgs>[]>;
163
+ /**
164
+ * Information about the load balancer to use in a deployment.
165
+ */
166
+ loadBalancerInfo?: pulumi.Input<inputs.codedeploy.DeploymentGroupLoadBalancerInfoArgs>;
167
+ /**
168
+ * The on-premises instance tags already applied to on-premises instances that you want to include in the deployment group. CodeDeploy includes all on-premises instances identified by any of the tags you specify in this deployment group. Duplicates are not allowed. You can specify OnPremisesInstanceTagFilters or OnPremisesInstanceTagSet, but not both.
169
+ */
170
+ onPremisesInstanceTagFilters?: pulumi.Input<pulumi.Input<inputs.codedeploy.DeploymentGroupTagFilterArgs>[]>;
171
+ /**
172
+ * Information about groups of tags applied to on-premises instances. The deployment group includes only on-premises instances identified by all the tag groups. You can specify OnPremisesInstanceTagFilters or OnPremisesInstanceTagSet, but not both.
173
+ */
174
+ onPremisesTagSet?: pulumi.Input<inputs.codedeploy.DeploymentGroupOnPremisesTagSetArgs>;
175
+ /**
176
+ * Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision. If this option is set to UPDATE or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new Amazon EC2 instances. If this option is set to IGNORE, CodeDeploy does not initiate a deployment to update the new Amazon EC2 instances. This may result in instances having different revisions.
177
+ */
178
+ outdatedInstancesStrategy?: pulumi.Input<string>;
179
+ /**
180
+ * A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf. For more information, see 'Create a Service Role for AWS CodeDeploy' in the AWS CodeDeploy User Guide.
181
+ */
182
+ serviceRoleArn: pulumi.Input<string>;
183
+ /**
184
+ * The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.
185
+ */
186
+ tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
187
+ /**
188
+ * Indicates whether the deployment group was configured to have CodeDeploy install a termination hook into an Auto Scaling group.
189
+ */
190
+ terminationHookEnabled?: pulumi.Input<boolean>;
191
+ /**
192
+ * Information about triggers associated with the deployment group. Duplicates are not allowed.
193
+ */
194
+ triggerConfigurations?: pulumi.Input<pulumi.Input<inputs.codedeploy.DeploymentGroupTriggerConfigArgs>[]>;
195
+ }
@@ -0,0 +1,102 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.DeploymentGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource type definition for AWS::CodeDeploy::DeploymentGroup
10
+ */
11
+ class DeploymentGroup extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing DeploymentGroup resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new DeploymentGroup(name, undefined, { ...opts, id: id });
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of DeploymentGroup. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === DeploymentGroup.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a DeploymentGroup resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ if (args?.applicationName === undefined && !opts.urn) {
45
+ throw new Error("Missing required property 'applicationName'");
46
+ }
47
+ if (args?.serviceRoleArn === undefined && !opts.urn) {
48
+ throw new Error("Missing required property 'serviceRoleArn'");
49
+ }
50
+ resourceInputs["alarmConfiguration"] = args?.alarmConfiguration;
51
+ resourceInputs["applicationName"] = args?.applicationName;
52
+ resourceInputs["autoRollbackConfiguration"] = args?.autoRollbackConfiguration;
53
+ resourceInputs["autoScalingGroups"] = args?.autoScalingGroups;
54
+ resourceInputs["blueGreenDeploymentConfiguration"] = args?.blueGreenDeploymentConfiguration;
55
+ resourceInputs["deployment"] = args?.deployment;
56
+ resourceInputs["deploymentConfigName"] = args?.deploymentConfigName;
57
+ resourceInputs["deploymentGroupName"] = args?.deploymentGroupName;
58
+ resourceInputs["deploymentStyle"] = args?.deploymentStyle;
59
+ resourceInputs["ec2TagFilters"] = args?.ec2TagFilters;
60
+ resourceInputs["ec2TagSet"] = args?.ec2TagSet;
61
+ resourceInputs["ecsServices"] = args?.ecsServices;
62
+ resourceInputs["loadBalancerInfo"] = args?.loadBalancerInfo;
63
+ resourceInputs["onPremisesInstanceTagFilters"] = args?.onPremisesInstanceTagFilters;
64
+ resourceInputs["onPremisesTagSet"] = args?.onPremisesTagSet;
65
+ resourceInputs["outdatedInstancesStrategy"] = args?.outdatedInstancesStrategy;
66
+ resourceInputs["serviceRoleArn"] = args?.serviceRoleArn;
67
+ resourceInputs["tags"] = args?.tags;
68
+ resourceInputs["terminationHookEnabled"] = args?.terminationHookEnabled;
69
+ resourceInputs["triggerConfigurations"] = args?.triggerConfigurations;
70
+ }
71
+ else {
72
+ resourceInputs["alarmConfiguration"] = undefined /*out*/;
73
+ resourceInputs["applicationName"] = undefined /*out*/;
74
+ resourceInputs["autoRollbackConfiguration"] = undefined /*out*/;
75
+ resourceInputs["autoScalingGroups"] = undefined /*out*/;
76
+ resourceInputs["blueGreenDeploymentConfiguration"] = undefined /*out*/;
77
+ resourceInputs["deployment"] = undefined /*out*/;
78
+ resourceInputs["deploymentConfigName"] = undefined /*out*/;
79
+ resourceInputs["deploymentGroupName"] = undefined /*out*/;
80
+ resourceInputs["deploymentStyle"] = undefined /*out*/;
81
+ resourceInputs["ec2TagFilters"] = undefined /*out*/;
82
+ resourceInputs["ec2TagSet"] = undefined /*out*/;
83
+ resourceInputs["ecsServices"] = undefined /*out*/;
84
+ resourceInputs["loadBalancerInfo"] = undefined /*out*/;
85
+ resourceInputs["onPremisesInstanceTagFilters"] = undefined /*out*/;
86
+ resourceInputs["onPremisesTagSet"] = undefined /*out*/;
87
+ resourceInputs["outdatedInstancesStrategy"] = undefined /*out*/;
88
+ resourceInputs["serviceRoleArn"] = undefined /*out*/;
89
+ resourceInputs["tags"] = undefined /*out*/;
90
+ resourceInputs["terminationHookEnabled"] = undefined /*out*/;
91
+ resourceInputs["triggerConfigurations"] = undefined /*out*/;
92
+ }
93
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
94
+ const replaceOnChanges = { replaceOnChanges: ["applicationName", "deploymentGroupName"] };
95
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
96
+ super(DeploymentGroup.__pulumiType, name, resourceInputs, opts);
97
+ }
98
+ }
99
+ exports.DeploymentGroup = DeploymentGroup;
100
+ /** @internal */
101
+ DeploymentGroup.__pulumiType = 'aws-native:codedeploy:DeploymentGroup';
102
+ //# sourceMappingURL=deploymentGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deploymentGroup.js","sourceRoot":"","sources":["../../codedeploy/deploymentGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5E,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,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;IAmFD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAyB,EAAE,IAAmC;QACpF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,eAAe,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,IAAI,EAAE,cAAc,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,kCAAkC,CAAC,GAAG,IAAI,EAAE,gCAAgC,CAAC;YAC5F,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,8BAA8B,CAAC,GAAG,IAAI,EAAE,4BAA4B,CAAC;YACpF,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;YACxE,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;SACzE;aAAM;YACH,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChE,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,kCAAkC,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvE,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,8BAA8B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnE,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChE,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7D,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,iBAAiB,EAAE,qBAAqB,CAAC,EAAE,CAAC;QAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;;AA3KL,0CA4KC;AA/JG,gBAAgB;AACO,4BAAY,GAAG,uCAAuC,CAAC"}
@@ -0,0 +1,104 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Resource type definition for AWS::CodeDeploy::DeploymentGroup
5
+ */
6
+ export declare function getDeploymentGroup(args: GetDeploymentGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetDeploymentGroupResult>;
7
+ export interface GetDeploymentGroupArgs {
8
+ /**
9
+ * The name of an existing CodeDeploy application to associate this deployment group with.
10
+ */
11
+ applicationName: string;
12
+ /**
13
+ * A name for the deployment group. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the deployment group name.
14
+ */
15
+ deploymentGroupName: string;
16
+ }
17
+ export interface GetDeploymentGroupResult {
18
+ /**
19
+ * Information about the Amazon CloudWatch alarms that are associated with the deployment group.
20
+ */
21
+ readonly alarmConfiguration?: outputs.codedeploy.DeploymentGroupAlarmConfiguration;
22
+ /**
23
+ * Information about the automatic rollback configuration that is associated with the deployment group. If you specify this property, don't specify the Deployment property.
24
+ */
25
+ readonly autoRollbackConfiguration?: outputs.codedeploy.DeploymentGroupAutoRollbackConfiguration;
26
+ /**
27
+ * A list of associated Auto Scaling groups that CodeDeploy automatically deploys revisions to when new instances are created. Duplicates are not allowed.
28
+ */
29
+ readonly autoScalingGroups?: string[];
30
+ /**
31
+ * Information about blue/green deployment options for a deployment group.
32
+ */
33
+ readonly blueGreenDeploymentConfiguration?: outputs.codedeploy.DeploymentGroupBlueGreenDeploymentConfiguration;
34
+ /**
35
+ * The application revision to deploy to this deployment group. If you specify this property, your target application revision is deployed as soon as the provisioning process is complete. If you specify this property, don't specify the AutoRollbackConfiguration property.
36
+ */
37
+ readonly deployment?: outputs.codedeploy.DeploymentGroupDeployment;
38
+ /**
39
+ * A deployment configuration name or a predefined configuration name. With predefined configurations, you can deploy application revisions to one instance at a time (CodeDeployDefault.OneAtATime), half of the instances at a time (CodeDeployDefault.HalfAtATime), or all the instances at once (CodeDeployDefault.AllAtOnce).
40
+ */
41
+ readonly deploymentConfigName?: string;
42
+ /**
43
+ * Attributes that determine the type of deployment to run and whether to route deployment traffic behind a load balancer. If you specify this property with a blue/green deployment type, don't specify the AutoScalingGroups, LoadBalancerInfo, or Deployment properties.
44
+ */
45
+ readonly deploymentStyle?: outputs.codedeploy.DeploymentGroupDeploymentStyle;
46
+ /**
47
+ * The Amazon EC2 tags that are already applied to Amazon EC2 instances that you want to include in the deployment group. CodeDeploy includes all Amazon EC2 instances identified by any of the tags you specify in this deployment group. Duplicates are not allowed. You can specify EC2TagFilters or Ec2TagSet, but not both.
48
+ */
49
+ readonly ec2TagFilters?: outputs.codedeploy.DeploymentGroupEc2TagFilter[];
50
+ /**
51
+ * Information about groups of tags applied to Amazon EC2 instances. Use when the deployment group includes only Amazon EC2 instances identified by all the tag groups. Cannot be used in the same call as ec2TagFilter.
52
+ */
53
+ readonly ec2TagSet?: outputs.codedeploy.DeploymentGroupEc2TagSet;
54
+ /**
55
+ * The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.
56
+ */
57
+ readonly ecsServices?: outputs.codedeploy.DeploymentGroupEcsService[];
58
+ /**
59
+ * Information about the load balancer to use in a deployment.
60
+ */
61
+ readonly loadBalancerInfo?: outputs.codedeploy.DeploymentGroupLoadBalancerInfo;
62
+ /**
63
+ * The on-premises instance tags already applied to on-premises instances that you want to include in the deployment group. CodeDeploy includes all on-premises instances identified by any of the tags you specify in this deployment group. Duplicates are not allowed. You can specify OnPremisesInstanceTagFilters or OnPremisesInstanceTagSet, but not both.
64
+ */
65
+ readonly onPremisesInstanceTagFilters?: outputs.codedeploy.DeploymentGroupTagFilter[];
66
+ /**
67
+ * Information about groups of tags applied to on-premises instances. The deployment group includes only on-premises instances identified by all the tag groups. You can specify OnPremisesInstanceTagFilters or OnPremisesInstanceTagSet, but not both.
68
+ */
69
+ readonly onPremisesTagSet?: outputs.codedeploy.DeploymentGroupOnPremisesTagSet;
70
+ /**
71
+ * Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision. If this option is set to UPDATE or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new Amazon EC2 instances. If this option is set to IGNORE, CodeDeploy does not initiate a deployment to update the new Amazon EC2 instances. This may result in instances having different revisions.
72
+ */
73
+ readonly outdatedInstancesStrategy?: string;
74
+ /**
75
+ * A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf. For more information, see 'Create a Service Role for AWS CodeDeploy' in the AWS CodeDeploy User Guide.
76
+ */
77
+ readonly serviceRoleArn?: string;
78
+ /**
79
+ * The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.
80
+ */
81
+ readonly tags?: outputs.Tag[];
82
+ /**
83
+ * Indicates whether the deployment group was configured to have CodeDeploy install a termination hook into an Auto Scaling group.
84
+ */
85
+ readonly terminationHookEnabled?: boolean;
86
+ /**
87
+ * Information about triggers associated with the deployment group. Duplicates are not allowed.
88
+ */
89
+ readonly triggerConfigurations?: outputs.codedeploy.DeploymentGroupTriggerConfig[];
90
+ }
91
+ /**
92
+ * Resource type definition for AWS::CodeDeploy::DeploymentGroup
93
+ */
94
+ export declare function getDeploymentGroupOutput(args: GetDeploymentGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDeploymentGroupResult>;
95
+ export interface GetDeploymentGroupOutputArgs {
96
+ /**
97
+ * The name of an existing CodeDeploy application to associate this deployment group with.
98
+ */
99
+ applicationName: pulumi.Input<string>;
100
+ /**
101
+ * A name for the deployment group. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the deployment group name.
102
+ */
103
+ deploymentGroupName: pulumi.Input<string>;
104
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDeploymentGroupOutput = exports.getDeploymentGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource type definition for AWS::CodeDeploy::DeploymentGroup
10
+ */
11
+ function getDeploymentGroup(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("aws-native:codedeploy:getDeploymentGroup", {
14
+ "applicationName": args.applicationName,
15
+ "deploymentGroupName": args.deploymentGroupName,
16
+ }, opts);
17
+ }
18
+ exports.getDeploymentGroup = getDeploymentGroup;
19
+ /**
20
+ * Resource type definition for AWS::CodeDeploy::DeploymentGroup
21
+ */
22
+ function getDeploymentGroupOutput(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invokeOutput("aws-native:codedeploy:getDeploymentGroup", {
25
+ "applicationName": args.applicationName,
26
+ "deploymentGroupName": args.deploymentGroupName,
27
+ }, opts);
28
+ }
29
+ exports.getDeploymentGroupOutput = getDeploymentGroupOutput;
30
+ //# sourceMappingURL=getDeploymentGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDeploymentGroup.js","sourceRoot":"","sources":["../../codedeploy/getDeploymentGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC;AAuFD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4DAMC"}
@@ -4,6 +4,12 @@ export declare const Application: typeof import("./application").Application;
4
4
  export { DeploymentConfigArgs } from "./deploymentConfig";
5
5
  export type DeploymentConfig = import("./deploymentConfig").DeploymentConfig;
6
6
  export declare const DeploymentConfig: typeof import("./deploymentConfig").DeploymentConfig;
7
+ export { DeploymentGroupArgs } from "./deploymentGroup";
8
+ export type DeploymentGroup = import("./deploymentGroup").DeploymentGroup;
9
+ export declare const DeploymentGroup: typeof import("./deploymentGroup").DeploymentGroup;
7
10
  export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication";
8
11
  export declare const getApplication: typeof import("./getApplication").getApplication;
9
12
  export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput;
13
+ export { GetDeploymentGroupArgs, GetDeploymentGroupResult, GetDeploymentGroupOutputArgs } from "./getDeploymentGroup";
14
+ export declare const getDeploymentGroup: typeof import("./getDeploymentGroup").getDeploymentGroup;
15
+ export declare const getDeploymentGroupOutput: typeof import("./getDeploymentGroup").getDeploymentGroupOutput;
@@ -2,16 +2,21 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.getApplicationOutput = exports.getApplication = exports.DeploymentConfig = exports.Application = void 0;
5
+ exports.getDeploymentGroupOutput = exports.getDeploymentGroup = exports.getApplicationOutput = exports.getApplication = exports.DeploymentGroup = exports.DeploymentConfig = exports.Application = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.Application = null;
9
9
  utilities.lazyLoad(exports, ["Application"], () => require("./application"));
10
10
  exports.DeploymentConfig = null;
11
11
  utilities.lazyLoad(exports, ["DeploymentConfig"], () => require("./deploymentConfig"));
12
+ exports.DeploymentGroup = null;
13
+ utilities.lazyLoad(exports, ["DeploymentGroup"], () => require("./deploymentGroup"));
12
14
  exports.getApplication = null;
13
15
  exports.getApplicationOutput = null;
14
16
  utilities.lazyLoad(exports, ["getApplication", "getApplicationOutput"], () => require("./getApplication"));
17
+ exports.getDeploymentGroup = null;
18
+ exports.getDeploymentGroupOutput = null;
19
+ utilities.lazyLoad(exports, ["getDeploymentGroup", "getDeploymentGroupOutput"], () => require("./getDeploymentGroup"));
15
20
  const _module = {
16
21
  version: utilities.getVersion(),
17
22
  construct: (name, type, urn) => {
@@ -20,6 +25,8 @@ const _module = {
20
25
  return new exports.Application(name, undefined, { urn });
21
26
  case "aws-native:codedeploy:DeploymentConfig":
22
27
  return new exports.DeploymentConfig(name, undefined, { urn });
28
+ case "aws-native:codedeploy:DeploymentGroup":
29
+ return new exports.DeploymentGroup(name, undefined, { urn });
23
30
  default:
24
31
  throw new Error(`unknown resource type ${type}`);
25
32
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../codedeploy/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIhE,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAG1E,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG1G,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,mCAAmC;gBACpC,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,wCAAwC;gBACzC,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../codedeploy/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIhE,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAI1E,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGxE,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG7F,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGtH,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,mCAAmC;gBACpC,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,wCAAwC;gBACzC,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,uCAAuC;gBACxC,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA"}
@@ -11,6 +11,14 @@ export interface GetUserArgs {
11
11
  userArn: string;
12
12
  }
13
13
  export interface GetUserResult {
14
+ /**
15
+ * After Contact Work configurations of a user.
16
+ */
17
+ readonly afterContactWorkConfigs?: outputs.connect.UserAfterContactWorkConfigPerChannel[];
18
+ /**
19
+ * Auto-accept configurations of a user.
20
+ */
21
+ readonly autoAcceptConfigs?: outputs.connect.UserAutoAcceptConfig[];
14
22
  /**
15
23
  * The identifier of the user account in the directory used for identity management.
16
24
  */
@@ -27,10 +35,18 @@ export interface GetUserResult {
27
35
  * The identifier of the Amazon Connect instance.
28
36
  */
29
37
  readonly instanceArn?: string;
38
+ /**
39
+ * Persistent Connection configurations of a user.
40
+ */
41
+ readonly persistentConnectionConfigs?: outputs.connect.UserPersistentConnectionConfig[];
30
42
  /**
31
43
  * The phone settings for the user.
32
44
  */
33
45
  readonly phoneConfig?: outputs.connect.UserPhoneConfig;
46
+ /**
47
+ * Phone Number configurations of a user.
48
+ */
49
+ readonly phoneNumberConfigs?: outputs.connect.UserPhoneNumberConfig[];
34
50
  /**
35
51
  * The identifier of the routing profile for the user.
36
52
  */
@@ -55,6 +71,10 @@ export interface GetUserResult {
55
71
  * The user name for the account.
56
72
  */
57
73
  readonly username?: string;
74
+ /**
75
+ * Voice Enhancement configurations of a user.
76
+ */
77
+ readonly voiceEnhancementConfigs?: outputs.connect.UserVoiceEnhancementConfig[];
58
78
  }
59
79
  /**
60
80
  * Resource Type definition for AWS::Connect::User
@@ -1 +1 @@
1
- {"version":3,"file":"getUser.js","sourceRoot":"","sources":["../../connect/getUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAuDD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4BAA4B,EAAE;QAC7D,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
1
+ {"version":3,"file":"getUser.js","sourceRoot":"","sources":["../../connect/getUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AA2ED;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4BAA4B,EAAE;QAC7D,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}