@cdklabs/cdk-ecs-codedeploy 0.0.108 → 0.0.109

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 (90) hide show
  1. package/.jsii +3 -3
  2. package/lib/api-canary/index.js +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  6. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +11 -0
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +27 -0
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +5 -0
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +6 -0
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +6 -0
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +6 -0
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +5 -0
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +5 -0
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +4 -0
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +10 -0
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +69 -0
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +19 -0
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +130 -0
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +3 -0
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +3 -0
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +4 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +3 -0
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +3 -0
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +3 -0
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +3 -0
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +25 -0
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +3 -0
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +3 -0
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +4 -0
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +4 -0
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +4 -0
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +3 -0
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +9 -0
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +3 -0
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +3 -0
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +4 -0
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +10 -0
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +9 -0
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +13 -0
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +3 -0
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +11 -0
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +5 -0
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +26 -0
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +5 -0
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +11 -0
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -0
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +4 -0
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +9 -0
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +4 -0
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +125 -0
  53. package/node_modules/@aws-sdk/client-codedeploy/package.json +8 -8
  54. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +5 -0
  55. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +6 -0
  56. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +5 -0
  57. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +3 -0
  58. package/node_modules/@aws-sdk/client-sso/package.json +6 -6
  59. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +12 -0
  60. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +7 -0
  61. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +5 -0
  62. package/node_modules/@aws-sdk/client-sso-oidc/package.json +6 -6
  63. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +24 -0
  64. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +12 -0
  65. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +13 -0
  66. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +3 -0
  67. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +3 -0
  68. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +1 -0
  69. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +16 -0
  70. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +5 -0
  71. package/node_modules/@aws-sdk/client-sts/package.json +7 -7
  72. package/node_modules/@aws-sdk/config-resolver/package.json +2 -2
  73. package/node_modules/@aws-sdk/credential-provider-imds/package.json +2 -2
  74. package/node_modules/@aws-sdk/credential-provider-ini/package.json +5 -5
  75. package/node_modules/@aws-sdk/credential-provider-node/package.json +6 -6
  76. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  77. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  78. package/node_modules/@aws-sdk/middleware-retry/package.json +2 -2
  79. package/node_modules/@aws-sdk/node-config-provider/package.json +2 -2
  80. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +18 -0
  81. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +2 -4
  82. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  83. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/parseKnownFiles.js +2 -4
  84. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  85. package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +4 -0
  86. package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +1 -1
  87. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  88. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +4 -4
  89. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  90. package/package.json +5 -5
@@ -26,6 +26,31 @@ export interface GetApplicationRevisionCommandOutput extends GetApplicationRevis
26
26
  * import { CodeDeployClient, GetApplicationRevisionCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, GetApplicationRevisionCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * applicationName: "STRING_VALUE", // required
31
+ * revision: {
32
+ * revisionType: "S3" || "GitHub" || "String" || "AppSpecContent",
33
+ * s3Location: {
34
+ * bucket: "STRING_VALUE",
35
+ * key: "STRING_VALUE",
36
+ * bundleType: "tar" || "tgz" || "zip" || "YAML" || "JSON",
37
+ * version: "STRING_VALUE",
38
+ * eTag: "STRING_VALUE",
39
+ * },
40
+ * gitHubLocation: {
41
+ * repository: "STRING_VALUE",
42
+ * commitId: "STRING_VALUE",
43
+ * },
44
+ * string: {
45
+ * content: "STRING_VALUE",
46
+ * sha256: "STRING_VALUE",
47
+ * },
48
+ * appSpecContent: {
49
+ * content: "STRING_VALUE",
50
+ * sha256: "STRING_VALUE",
51
+ * },
52
+ * },
53
+ * };
29
54
  * const command = new GetApplicationRevisionCommand(input);
30
55
  * const response = await client.send(command);
31
56
  * ```
@@ -32,6 +32,9 @@ export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __Metad
32
32
  * import { CodeDeployClient, GetDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
33
33
  * // const { CodeDeployClient, GetDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
34
34
  * const client = new CodeDeployClient(config);
35
+ * const input = {
36
+ * deploymentId: "STRING_VALUE", // required
37
+ * };
35
38
  * const command = new GetDeploymentCommand(input);
36
39
  * const response = await client.send(command);
37
40
  * ```
@@ -26,6 +26,9 @@ export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOut
26
26
  * import { CodeDeployClient, GetDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, GetDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * deploymentConfigName: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetDeploymentConfigCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutpu
26
26
  * import { CodeDeployClient, GetDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, GetDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * applicationName: "STRING_VALUE", // required
31
+ * deploymentGroupName: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetDeploymentGroupCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -28,6 +28,10 @@ export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanc
28
28
  * import { CodeDeployClient, GetDeploymentInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
29
29
  * // const { CodeDeployClient, GetDeploymentInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
30
30
  * const client = new CodeDeployClient(config);
31
+ * const input = {
32
+ * deploymentId: "STRING_VALUE", // required
33
+ * instanceId: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new GetDeploymentInstanceCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -26,6 +26,10 @@ export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOut
26
26
  * import { CodeDeployClient, GetDeploymentTargetCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, GetDeploymentTargetCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * deploymentId: "STRING_VALUE",
31
+ * targetId: "STRING_VALUE",
32
+ * };
29
33
  * const command = new GetDeploymentTargetCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface GetOnPremisesInstanceCommandOutput extends GetOnPremisesInstanc
26
26
  * import { CodeDeployClient, GetOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, GetOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * instanceName: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetOnPremisesInstanceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,15 @@ export interface ListApplicationRevisionsCommandOutput extends ListApplicationRe
26
26
  * import { CodeDeployClient, ListApplicationRevisionsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, ListApplicationRevisionsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * applicationName: "STRING_VALUE", // required
31
+ * sortBy: "registerTime" || "firstUsedTime" || "lastUsedTime",
32
+ * sortOrder: "ascending" || "descending",
33
+ * s3Bucket: "STRING_VALUE",
34
+ * s3KeyPrefix: "STRING_VALUE",
35
+ * deployed: "include" || "exclude" || "ignore",
36
+ * nextToken: "STRING_VALUE",
37
+ * };
29
38
  * const command = new ListApplicationRevisionsCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,9 @@ export interface ListApplicationsCommandOutput extends ListApplicationsOutput, _
26
26
  * import { CodeDeployClient, ListApplicationsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, ListApplicationsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * nextToken: "STRING_VALUE",
31
+ * };
29
32
  * const command = new ListApplicationsCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface ListDeploymentConfigsCommandOutput extends ListDeploymentConfig
26
26
  * import { CodeDeployClient, ListDeploymentConfigsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, ListDeploymentConfigsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * nextToken: "STRING_VALUE",
31
+ * };
29
32
  * const command = new ListDeploymentConfigsCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,10 @@ export interface ListDeploymentGroupsCommandOutput extends ListDeploymentGroupsO
27
27
  * import { CodeDeployClient, ListDeploymentGroupsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
28
28
  * // const { CodeDeployClient, ListDeploymentGroupsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
29
29
  * const client = new CodeDeployClient(config);
30
+ * const input = {
31
+ * applicationName: "STRING_VALUE", // required
32
+ * nextToken: "STRING_VALUE",
33
+ * };
30
34
  * const command = new ListDeploymentGroupsCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -35,6 +35,16 @@ export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInst
35
35
  * import { CodeDeployClient, ListDeploymentInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
36
36
  * // const { CodeDeployClient, ListDeploymentInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
37
37
  * const client = new CodeDeployClient(config);
38
+ * const input = {
39
+ * deploymentId: "STRING_VALUE", // required
40
+ * nextToken: "STRING_VALUE",
41
+ * instanceStatusFilter: [
42
+ * "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown" || "Ready",
43
+ * ],
44
+ * instanceTypeFilter: [
45
+ * "Blue" || "Green",
46
+ * ],
47
+ * };
38
48
  * const command = new ListDeploymentInstancesCommand(input);
39
49
  * const response = await client.send(command);
40
50
  * ```
@@ -26,6 +26,15 @@ export interface ListDeploymentTargetsCommandOutput extends ListDeploymentTarget
26
26
  * import { CodeDeployClient, ListDeploymentTargetsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, ListDeploymentTargetsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * deploymentId: "STRING_VALUE",
31
+ * nextToken: "STRING_VALUE",
32
+ * targetFilters: {
33
+ * "<keys>": [
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * },
37
+ * };
29
38
  * const command = new ListDeploymentTargetsCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -27,6 +27,19 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __M
27
27
  * import { CodeDeployClient, ListDeploymentsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
28
28
  * // const { CodeDeployClient, ListDeploymentsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
29
29
  * const client = new CodeDeployClient(config);
30
+ * const input = {
31
+ * applicationName: "STRING_VALUE",
32
+ * deploymentGroupName: "STRING_VALUE",
33
+ * externalId: "STRING_VALUE",
34
+ * includeOnlyStatuses: [
35
+ * "Created" || "Queued" || "InProgress" || "Baking" || "Succeeded" || "Failed" || "Stopped" || "Ready",
36
+ * ],
37
+ * createTimeRange: {
38
+ * start: new Date("TIMESTAMP"),
39
+ * end: new Date("TIMESTAMP"),
40
+ * },
41
+ * nextToken: "STRING_VALUE",
42
+ * };
30
43
  * const command = new ListDeploymentsCommand(input);
31
44
  * const response = await client.send(command);
32
45
  * ```
@@ -26,6 +26,9 @@ export interface ListGitHubAccountTokenNamesCommandOutput extends ListGitHubAcco
26
26
  * import { CodeDeployClient, ListGitHubAccountTokenNamesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, ListGitHubAccountTokenNamesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * nextToken: "STRING_VALUE",
31
+ * };
29
32
  * const command = new ListGitHubAccountTokenNamesCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -29,6 +29,17 @@ export interface ListOnPremisesInstancesCommandOutput extends ListOnPremisesInst
29
29
  * import { CodeDeployClient, ListOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
30
30
  * // const { CodeDeployClient, ListOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
31
31
  * const client = new CodeDeployClient(config);
32
+ * const input = {
33
+ * registrationStatus: "Registered" || "Deregistered",
34
+ * tagFilters: [
35
+ * {
36
+ * Key: "STRING_VALUE",
37
+ * Value: "STRING_VALUE",
38
+ * Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
39
+ * },
40
+ * ],
41
+ * nextToken: "STRING_VALUE",
42
+ * };
32
43
  * const command = new ListOnPremisesInstancesCommand(input);
33
44
  * const response = await client.send(command);
34
45
  * ```
@@ -27,6 +27,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
27
27
  * import { CodeDeployClient, ListTagsForResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
28
28
  * // const { CodeDeployClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
29
29
  * const client = new CodeDeployClient(config);
30
+ * const input = {
31
+ * ResourceArn: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * };
30
34
  * const command = new ListTagsForResourceCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -34,6 +34,11 @@ export interface PutLifecycleEventHookExecutionStatusCommandOutput extends PutLi
34
34
  * import { CodeDeployClient, PutLifecycleEventHookExecutionStatusCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
35
35
  * // const { CodeDeployClient, PutLifecycleEventHookExecutionStatusCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
36
36
  * const client = new CodeDeployClient(config);
37
+ * const input = {
38
+ * deploymentId: "STRING_VALUE",
39
+ * lifecycleEventHookExecutionId: "STRING_VALUE",
40
+ * status: "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown",
41
+ * };
37
42
  * const command = new PutLifecycleEventHookExecutionStatusCommand(input);
38
43
  * const response = await client.send(command);
39
44
  * ```
@@ -26,6 +26,32 @@ export interface RegisterApplicationRevisionCommandOutput extends __MetadataBear
26
26
  * import { CodeDeployClient, RegisterApplicationRevisionCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, RegisterApplicationRevisionCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * applicationName: "STRING_VALUE", // required
31
+ * description: "STRING_VALUE",
32
+ * revision: {
33
+ * revisionType: "S3" || "GitHub" || "String" || "AppSpecContent",
34
+ * s3Location: {
35
+ * bucket: "STRING_VALUE",
36
+ * key: "STRING_VALUE",
37
+ * bundleType: "tar" || "tgz" || "zip" || "YAML" || "JSON",
38
+ * version: "STRING_VALUE",
39
+ * eTag: "STRING_VALUE",
40
+ * },
41
+ * gitHubLocation: {
42
+ * repository: "STRING_VALUE",
43
+ * commitId: "STRING_VALUE",
44
+ * },
45
+ * string: {
46
+ * content: "STRING_VALUE",
47
+ * sha256: "STRING_VALUE",
48
+ * },
49
+ * appSpecContent: {
50
+ * content: "STRING_VALUE",
51
+ * sha256: "STRING_VALUE",
52
+ * },
53
+ * },
54
+ * };
29
55
  * const command = new RegisterApplicationRevisionCommand(input);
30
56
  * const response = await client.send(command);
31
57
  * ```
@@ -29,6 +29,11 @@ export interface RegisterOnPremisesInstanceCommandOutput extends __MetadataBeare
29
29
  * import { CodeDeployClient, RegisterOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
30
30
  * // const { CodeDeployClient, RegisterOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
31
31
  * const client = new CodeDeployClient(config);
32
+ * const input = {
33
+ * instanceName: "STRING_VALUE", // required
34
+ * iamSessionArn: "STRING_VALUE",
35
+ * iamUserArn: "STRING_VALUE",
36
+ * };
32
37
  * const command = new RegisterOnPremisesInstanceCommand(input);
33
38
  * const response = await client.send(command);
34
39
  * ```
@@ -26,6 +26,17 @@ export interface RemoveTagsFromOnPremisesInstancesCommandOutput extends __Metada
26
26
  * import { CodeDeployClient, RemoveTagsFromOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, RemoveTagsFromOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * tags: [ // required
31
+ * {
32
+ * Key: "STRING_VALUE",
33
+ * Value: "STRING_VALUE",
34
+ * },
35
+ * ],
36
+ * instanceNames: [ // required
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * };
29
40
  * const command = new RemoveTagsFromOnPremisesInstancesCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -29,6 +29,9 @@ export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __Metad
29
29
  * import { CodeDeployClient, SkipWaitTimeForInstanceTerminationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
30
30
  * // const { CodeDeployClient, SkipWaitTimeForInstanceTerminationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
31
31
  * const client = new CodeDeployClient(config);
32
+ * const input = {
33
+ * deploymentId: "STRING_VALUE",
34
+ * };
32
35
  * const command = new SkipWaitTimeForInstanceTerminationCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -26,6 +26,10 @@ export interface StopDeploymentCommandOutput extends StopDeploymentOutput, __Met
26
26
  * import { CodeDeployClient, StopDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, StopDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * deploymentId: "STRING_VALUE", // required
31
+ * autoRollbackEnabled: true || false,
32
+ * };
29
33
  * const command = new StopDeploymentCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,15 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
27
27
  * import { CodeDeployClient, TagResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
28
28
  * // const { CodeDeployClient, TagResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
29
29
  * const client = new CodeDeployClient(config);
30
+ * const input = {
31
+ * ResourceArn: "STRING_VALUE", // required
32
+ * Tags: [ // required
33
+ * {
34
+ * Key: "STRING_VALUE",
35
+ * Value: "STRING_VALUE",
36
+ * },
37
+ * ],
38
+ * };
30
39
  * const command = new TagResourceCommand(input);
31
40
  * const response = await client.send(command);
32
41
  * ```
@@ -28,6 +28,12 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
28
28
  * import { CodeDeployClient, UntagResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
29
29
  * // const { CodeDeployClient, UntagResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
30
30
  * const client = new CodeDeployClient(config);
31
+ * const input = {
32
+ * ResourceArn: "STRING_VALUE", // required
33
+ * TagKeys: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * };
31
37
  * const command = new UntagResourceCommand(input);
32
38
  * const response = await client.send(command);
33
39
  * ```
@@ -26,6 +26,10 @@ export interface UpdateApplicationCommandOutput extends __MetadataBearer {
26
26
  * import { CodeDeployClient, UpdateApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, UpdateApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * applicationName: "STRING_VALUE",
31
+ * newApplicationName: "STRING_VALUE",
32
+ * };
29
33
  * const command = new UpdateApplicationCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,131 @@ export interface UpdateDeploymentGroupCommandOutput extends UpdateDeploymentGrou
26
26
  * import { CodeDeployClient, UpdateDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
27
27
  * // const { CodeDeployClient, UpdateDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
28
28
  * const client = new CodeDeployClient(config);
29
+ * const input = {
30
+ * applicationName: "STRING_VALUE", // required
31
+ * currentDeploymentGroupName: "STRING_VALUE", // required
32
+ * newDeploymentGroupName: "STRING_VALUE",
33
+ * deploymentConfigName: "STRING_VALUE",
34
+ * ec2TagFilters: [
35
+ * {
36
+ * Key: "STRING_VALUE",
37
+ * Value: "STRING_VALUE",
38
+ * Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
39
+ * },
40
+ * ],
41
+ * onPremisesInstanceTagFilters: [
42
+ * {
43
+ * Key: "STRING_VALUE",
44
+ * Value: "STRING_VALUE",
45
+ * Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
46
+ * },
47
+ * ],
48
+ * autoScalingGroups: [
49
+ * "STRING_VALUE",
50
+ * ],
51
+ * serviceRoleArn: "STRING_VALUE",
52
+ * triggerConfigurations: [
53
+ * {
54
+ * triggerName: "STRING_VALUE",
55
+ * triggerTargetArn: "STRING_VALUE",
56
+ * triggerEvents: [
57
+ * "DeploymentStart" || "DeploymentSuccess" || "DeploymentFailure" || "DeploymentStop" || "DeploymentRollback" || "DeploymentReady" || "InstanceStart" || "InstanceSuccess" || "InstanceFailure" || "InstanceReady",
58
+ * ],
59
+ * },
60
+ * ],
61
+ * alarmConfiguration: {
62
+ * enabled: true || false,
63
+ * ignorePollAlarmFailure: true || false,
64
+ * alarms: [
65
+ * {
66
+ * name: "STRING_VALUE",
67
+ * },
68
+ * ],
69
+ * },
70
+ * autoRollbackConfiguration: {
71
+ * enabled: true || false,
72
+ * events: [
73
+ * "DEPLOYMENT_FAILURE" || "DEPLOYMENT_STOP_ON_ALARM" || "DEPLOYMENT_STOP_ON_REQUEST",
74
+ * ],
75
+ * },
76
+ * outdatedInstancesStrategy: "UPDATE" || "IGNORE",
77
+ * deploymentStyle: {
78
+ * deploymentType: "IN_PLACE" || "BLUE_GREEN",
79
+ * deploymentOption: "WITH_TRAFFIC_CONTROL" || "WITHOUT_TRAFFIC_CONTROL",
80
+ * },
81
+ * blueGreenDeploymentConfiguration: {
82
+ * terminateBlueInstancesOnDeploymentSuccess: {
83
+ * action: "TERMINATE" || "KEEP_ALIVE",
84
+ * terminationWaitTimeInMinutes: Number("int"),
85
+ * },
86
+ * deploymentReadyOption: {
87
+ * actionOnTimeout: "CONTINUE_DEPLOYMENT" || "STOP_DEPLOYMENT",
88
+ * waitTimeInMinutes: Number("int"),
89
+ * },
90
+ * greenFleetProvisioningOption: {
91
+ * action: "DISCOVER_EXISTING" || "COPY_AUTO_SCALING_GROUP",
92
+ * },
93
+ * },
94
+ * loadBalancerInfo: {
95
+ * elbInfoList: [
96
+ * {
97
+ * name: "STRING_VALUE",
98
+ * },
99
+ * ],
100
+ * targetGroupInfoList: [
101
+ * {
102
+ * name: "STRING_VALUE",
103
+ * },
104
+ * ],
105
+ * targetGroupPairInfoList: [
106
+ * {
107
+ * targetGroups: [
108
+ * {
109
+ * name: "STRING_VALUE",
110
+ * },
111
+ * ],
112
+ * prodTrafficRoute: {
113
+ * listenerArns: [
114
+ * "STRING_VALUE",
115
+ * ],
116
+ * },
117
+ * testTrafficRoute: {
118
+ * listenerArns: [
119
+ * "STRING_VALUE",
120
+ * ],
121
+ * },
122
+ * },
123
+ * ],
124
+ * },
125
+ * ec2TagSet: {
126
+ * ec2TagSetList: [
127
+ * [
128
+ * {
129
+ * Key: "STRING_VALUE",
130
+ * Value: "STRING_VALUE",
131
+ * Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
132
+ * },
133
+ * ],
134
+ * ],
135
+ * },
136
+ * ecsServices: [
137
+ * {
138
+ * serviceName: "STRING_VALUE",
139
+ * clusterName: "STRING_VALUE",
140
+ * },
141
+ * ],
142
+ * onPremisesTagSet: {
143
+ * onPremisesTagSetList: [
144
+ * [
145
+ * {
146
+ * Key: "STRING_VALUE",
147
+ * Value: "STRING_VALUE",
148
+ * Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
149
+ * },
150
+ * ],
151
+ * ],
152
+ * },
153
+ * };
29
154
  * const command = new UpdateDeploymentGroupCommand(input);
30
155
  * const response = await client.send(command);
31
156
  * ```
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codedeploy",
3
3
  "description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
4
- "version": "3.299.0",
4
+ "version": "3.300.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.299.0",
25
- "@aws-sdk/config-resolver": "3.299.0",
26
- "@aws-sdk/credential-provider-node": "3.299.0",
24
+ "@aws-sdk/client-sts": "3.300.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.300.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",
@@ -32,12 +32,12 @@
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
37
  "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,11 +47,11 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.300.0",
55
55
  "@aws-sdk/util-utf8": "3.295.0",
56
56
  "@aws-sdk/util-waiter": "3.296.0",
57
57
  "tslib": "^2.5.0"
@@ -27,6 +27,11 @@ export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsRespo
27
27
  * import { SSOClient, GetRoleCredentialsCommand } from "@aws-sdk/client-sso"; // ES Modules import
28
28
  * // const { SSOClient, GetRoleCredentialsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
29
29
  * const client = new SSOClient(config);
30
+ * const input = {
31
+ * roleName: "STRING_VALUE", // required
32
+ * accountId: "STRING_VALUE", // required
33
+ * accessToken: "STRING_VALUE", // required
34
+ * };
30
35
  * const command = new GetRoleCredentialsCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -26,6 +26,12 @@ export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse,
26
26
  * import { SSOClient, ListAccountRolesCommand } from "@aws-sdk/client-sso"; // ES Modules import
27
27
  * // const { SSOClient, ListAccountRolesCommand } = require("@aws-sdk/client-sso"); // CommonJS import
28
28
  * const client = new SSOClient(config);
29
+ * const input = {
30
+ * nextToken: "STRING_VALUE",
31
+ * maxResults: Number("int"),
32
+ * accessToken: "STRING_VALUE", // required
33
+ * accountId: "STRING_VALUE", // required
34
+ * };
29
35
  * const command = new ListAccountRolesCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -28,6 +28,11 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
28
28
  * import { SSOClient, ListAccountsCommand } from "@aws-sdk/client-sso"; // ES Modules import
29
29
  * // const { SSOClient, ListAccountsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
30
30
  * const client = new SSOClient(config);
31
+ * const input = {
32
+ * nextToken: "STRING_VALUE",
33
+ * maxResults: Number("int"),
34
+ * accessToken: "STRING_VALUE", // required
35
+ * };
31
36
  * const command = new ListAccountsCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -41,6 +41,9 @@ export interface LogoutCommandOutput extends __MetadataBearer {
41
41
  * import { SSOClient, LogoutCommand } from "@aws-sdk/client-sso"; // ES Modules import
42
42
  * // const { SSOClient, LogoutCommand } = require("@aws-sdk/client-sso"); // CommonJS import
43
43
  * const client = new SSOClient(config);
44
+ * const input = {
45
+ * accessToken: "STRING_VALUE", // required
46
+ * };
44
47
  * const command = new LogoutCommand(input);
45
48
  * const response = await client.send(command);
46
49
  * ```