@aws-sdk/client-codedeploy 3.890.0 → 3.893.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/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetApplicationsCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ContinueDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +2 -0
- package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +2 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -0
- package/dist-types/commands/GetApplicationRevisionCommand.d.ts +2 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/GetDeploymentConfigCommand.d.ts +2 -0
- package/dist-types/commands/GetDeploymentGroupCommand.d.ts +2 -0
- package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +2 -0
- package/dist-types/commands/GetDeploymentTargetCommand.d.ts +2 -0
- package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +2 -0
- package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +2 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -0
- package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +2 -0
- package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +2 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -0
- package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +2 -0
- package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +2 -0
- package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +2 -0
- package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +2 -0
- package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +2 -0
- package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +2 -0
- package/dist-types/commands/StopDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const AddTagsToOnPremisesInstancesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, AddTagsToOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, AddTagsToOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // AddTagsToOnPremisesInstancesInput
|
|
38
40
|
* tags: [ // TagList // required
|
|
@@ -34,6 +34,8 @@ declare const BatchGetApplicationRevisionsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeDeployClient, BatchGetApplicationRevisionsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
36
36
|
* // const { CodeDeployClient, BatchGetApplicationRevisionsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
37
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
38
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
37
39
|
* const client = new CodeDeployClient(config);
|
|
38
40
|
* const input = { // BatchGetApplicationRevisionsInput
|
|
39
41
|
* applicationName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const BatchGetApplicationsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeDeployClient, BatchGetApplicationsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
36
36
|
* // const { CodeDeployClient, BatchGetApplicationsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
37
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
38
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
37
39
|
* const client = new CodeDeployClient(config);
|
|
38
40
|
* const input = { // BatchGetApplicationsInput
|
|
39
41
|
* applicationNames: [ // ApplicationsList // required
|
|
@@ -33,6 +33,8 @@ declare const BatchGetDeploymentGroupsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, BatchGetDeploymentGroupsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, BatchGetDeploymentGroupsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // BatchGetDeploymentGroupsInput
|
|
38
40
|
* applicationName: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const BatchGetDeploymentInstancesCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { CodeDeployClient, BatchGetDeploymentInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
44
44
|
* // const { CodeDeployClient, BatchGetDeploymentInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
45
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
46
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
45
47
|
* const client = new CodeDeployClient(config);
|
|
46
48
|
* const input = { // BatchGetDeploymentInstancesInput
|
|
47
49
|
* deploymentId: "STRING_VALUE", // required
|
|
@@ -59,6 +59,8 @@ declare const BatchGetDeploymentTargetsCommand_base: {
|
|
|
59
59
|
* ```javascript
|
|
60
60
|
* import { CodeDeployClient, BatchGetDeploymentTargetsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
61
61
|
* // const { CodeDeployClient, BatchGetDeploymentTargetsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
62
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
63
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
62
64
|
* const client = new CodeDeployClient(config);
|
|
63
65
|
* const input = { // BatchGetDeploymentTargetsInput
|
|
64
66
|
* deploymentId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const BatchGetDeploymentsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeDeployClient, BatchGetDeploymentsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
36
36
|
* // const { CodeDeployClient, BatchGetDeploymentsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
37
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
38
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
37
39
|
* const client = new CodeDeployClient(config);
|
|
38
40
|
* const input = { // BatchGetDeploymentsInput
|
|
39
41
|
* deploymentIds: [ // DeploymentsList // required
|
|
@@ -34,6 +34,8 @@ declare const BatchGetOnPremisesInstancesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeDeployClient, BatchGetOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
36
36
|
* // const { CodeDeployClient, BatchGetOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
37
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
38
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
37
39
|
* const client = new CodeDeployClient(config);
|
|
38
40
|
* const input = { // BatchGetOnPremisesInstancesInput
|
|
39
41
|
* instanceNames: [ // InstanceNameList // required
|
|
@@ -37,6 +37,8 @@ declare const ContinueDeploymentCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { CodeDeployClient, ContinueDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
39
39
|
* // const { CodeDeployClient, ContinueDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
40
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
41
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
40
42
|
* const client = new CodeDeployClient(config);
|
|
41
43
|
* const input = { // ContinueDeploymentInput
|
|
42
44
|
* deploymentId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateApplicationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, CreateApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, CreateApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // CreateApplicationInput
|
|
38
40
|
* applicationName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateDeploymentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, CreateDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, CreateDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // CreateDeploymentInput
|
|
38
40
|
* applicationName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateDeploymentConfigCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, CreateDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, CreateDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // CreateDeploymentConfigInput
|
|
38
40
|
* deploymentConfigName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateDeploymentGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, CreateDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, CreateDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // CreateDeploymentGroupInput
|
|
38
40
|
* applicationName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteApplicationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, DeleteApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, DeleteApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // DeleteApplicationInput
|
|
38
40
|
* applicationName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteDeploymentConfigCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { CodeDeployClient, DeleteDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
39
39
|
* // const { CodeDeployClient, DeleteDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
40
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
41
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
40
42
|
* const client = new CodeDeployClient(config);
|
|
41
43
|
* const input = { // DeleteDeploymentConfigInput
|
|
42
44
|
* deploymentConfigName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteDeploymentGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, DeleteDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, DeleteDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // DeleteDeploymentGroupInput
|
|
38
40
|
* applicationName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteGitHubAccountTokenCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, DeleteGitHubAccountTokenCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, DeleteGitHubAccountTokenCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // DeleteGitHubAccountTokenInput
|
|
38
40
|
* tokenName: "STRING_VALUE",
|
|
@@ -40,6 +40,8 @@ declare const DeleteResourcesByExternalIdCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { CodeDeployClient, DeleteResourcesByExternalIdCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
42
42
|
* // const { CodeDeployClient, DeleteResourcesByExternalIdCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
43
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
44
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
43
45
|
* const client = new CodeDeployClient(config);
|
|
44
46
|
* const input = { // DeleteResourcesByExternalIdInput
|
|
45
47
|
* externalId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DeregisterOnPremisesInstanceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, DeregisterOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, DeregisterOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // DeregisterOnPremisesInstanceInput
|
|
38
40
|
* instanceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetApplicationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, GetApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, GetApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // GetApplicationInput
|
|
38
40
|
* applicationName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetApplicationRevisionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, GetApplicationRevisionCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, GetApplicationRevisionCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // GetApplicationRevisionInput
|
|
38
40
|
* applicationName: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const GetDeploymentCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { CodeDeployClient, GetDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
41
41
|
* // const { CodeDeployClient, GetDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
42
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
43
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
42
44
|
* const client = new CodeDeployClient(config);
|
|
43
45
|
* const input = { // GetDeploymentInput
|
|
44
46
|
* deploymentId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDeploymentConfigCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, GetDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, GetDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // GetDeploymentConfigInput
|
|
38
40
|
* deploymentConfigName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDeploymentGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, GetDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, GetDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // GetDeploymentGroupInput
|
|
38
40
|
* applicationName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetDeploymentInstanceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { CodeDeployClient, GetDeploymentInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
37
37
|
* // const { CodeDeployClient, GetDeploymentInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
38
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
39
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
38
40
|
* const client = new CodeDeployClient(config);
|
|
39
41
|
* const input = { // GetDeploymentInstanceInput
|
|
40
42
|
* deploymentId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDeploymentTargetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, GetDeploymentTargetCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, GetDeploymentTargetCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // GetDeploymentTargetInput
|
|
38
40
|
* deploymentId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetOnPremisesInstanceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, GetOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, GetOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // GetOnPremisesInstanceInput
|
|
38
40
|
* instanceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListApplicationRevisionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, ListApplicationRevisionsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, ListApplicationRevisionsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // ListApplicationRevisionsInput
|
|
38
40
|
* applicationName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListApplicationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, ListApplicationsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, ListApplicationsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // ListApplicationsInput
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListDeploymentConfigsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, ListDeploymentConfigsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, ListDeploymentConfigsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // ListDeploymentConfigsInput
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListDeploymentGroupsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeDeployClient, ListDeploymentGroupsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
36
36
|
* // const { CodeDeployClient, ListDeploymentGroupsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
37
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
38
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
37
39
|
* const client = new CodeDeployClient(config);
|
|
38
40
|
* const input = { // ListDeploymentGroupsInput
|
|
39
41
|
* applicationName: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const ListDeploymentInstancesCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { CodeDeployClient, ListDeploymentInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
43
43
|
* // const { CodeDeployClient, ListDeploymentInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
44
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
45
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
44
46
|
* const client = new CodeDeployClient(config);
|
|
45
47
|
* const input = { // ListDeploymentInstancesInput
|
|
46
48
|
* deploymentId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListDeploymentTargetsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, ListDeploymentTargetsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, ListDeploymentTargetsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // ListDeploymentTargetsInput
|
|
38
40
|
* deploymentId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListDeploymentsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeDeployClient, ListDeploymentsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
36
36
|
* // const { CodeDeployClient, ListDeploymentsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
37
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
38
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
37
39
|
* const client = new CodeDeployClient(config);
|
|
38
40
|
* const input = { // ListDeploymentsInput
|
|
39
41
|
* applicationName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListGitHubAccountTokenNamesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, ListGitHubAccountTokenNamesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, ListGitHubAccountTokenNamesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // ListGitHubAccountTokenNamesInput
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListOnPremisesInstancesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { CodeDeployClient, ListOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
38
38
|
* // const { CodeDeployClient, ListOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
39
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
40
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
39
41
|
* const client = new CodeDeployClient(config);
|
|
40
42
|
* const input = { // ListOnPremisesInstancesInput
|
|
41
43
|
* registrationStatus: "Registered" || "Deregistered",
|
|
@@ -34,6 +34,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeDeployClient, ListTagsForResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
36
36
|
* // const { CodeDeployClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
37
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
38
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
37
39
|
* const client = new CodeDeployClient(config);
|
|
38
40
|
* const input = { // ListTagsForResourceInput
|
|
39
41
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const PutLifecycleEventHookExecutionStatusCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { CodeDeployClient, PutLifecycleEventHookExecutionStatusCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
43
43
|
* // const { CodeDeployClient, PutLifecycleEventHookExecutionStatusCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
44
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
45
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
44
46
|
* const client = new CodeDeployClient(config);
|
|
45
47
|
* const input = { // PutLifecycleEventHookExecutionStatusInput
|
|
46
48
|
* deploymentId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const RegisterApplicationRevisionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, RegisterApplicationRevisionCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, RegisterApplicationRevisionCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // RegisterApplicationRevisionInput
|
|
38
40
|
* applicationName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const RegisterOnPremisesInstanceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { CodeDeployClient, RegisterOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
38
38
|
* // const { CodeDeployClient, RegisterOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
39
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
40
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
39
41
|
* const client = new CodeDeployClient(config);
|
|
40
42
|
* const input = { // RegisterOnPremisesInstanceInput
|
|
41
43
|
* instanceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RemoveTagsFromOnPremisesInstancesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, RemoveTagsFromOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, RemoveTagsFromOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // RemoveTagsFromOnPremisesInstancesInput
|
|
38
40
|
* tags: [ // TagList // required
|
|
@@ -36,6 +36,8 @@ declare const SkipWaitTimeForInstanceTerminationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { CodeDeployClient, SkipWaitTimeForInstanceTerminationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
38
38
|
* // const { CodeDeployClient, SkipWaitTimeForInstanceTerminationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
39
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
40
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
39
41
|
* const client = new CodeDeployClient(config);
|
|
40
42
|
* const input = { // SkipWaitTimeForInstanceTerminationInput
|
|
41
43
|
* deploymentId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const StopDeploymentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, StopDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, StopDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // StopDeploymentInput
|
|
38
40
|
* deploymentId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const TagResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeDeployClient, TagResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
36
36
|
* // const { CodeDeployClient, TagResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
37
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
38
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
37
39
|
* const client = new CodeDeployClient(config);
|
|
38
40
|
* const input = { // TagResourceInput
|
|
39
41
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UntagResourceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { CodeDeployClient, UntagResourceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
37
37
|
* // const { CodeDeployClient, UntagResourceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
38
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
39
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
38
40
|
* const client = new CodeDeployClient(config);
|
|
39
41
|
* const input = { // UntagResourceInput
|
|
40
42
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateApplicationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, UpdateApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, UpdateApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // UpdateApplicationInput
|
|
38
40
|
* applicationName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const UpdateDeploymentGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeDeployClient, UpdateDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
35
35
|
* // const { CodeDeployClient, UpdateDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
36
|
+
* // import type { CodeDeployClientConfig } from "@aws-sdk/client-codedeploy";
|
|
37
|
+
* const config = {}; // type is CodeDeployClientConfig
|
|
36
38
|
* const client = new CodeDeployClient(config);
|
|
37
39
|
* const input = { // UpdateDeploymentGroupInput
|
|
38
40
|
* applicationName: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -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.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codedeploy",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@smithy/util-waiter": "^4.1.1",
|
|
60
60
|
"tslib": "^2.6.2"
|