@cdklabs/cdk-ecs-codedeploy 0.0.109 → 0.0.110
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/.jsii +3 -3
- package/lib/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +17 -17
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +36 -36
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +34 -34
- package/node_modules/@aws-sdk/client-codedeploy/package.json +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/package.json +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/package.json +5 -5
|
@@ -26,7 +26,7 @@ export interface DeleteResourcesByExternalIdCommandOutput extends DeleteResource
|
|
|
26
26
|
* import { CodeDeployClient, DeleteResourcesByExternalIdCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
27
27
|
* // const { CodeDeployClient, DeleteResourcesByExternalIdCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
28
28
|
* const client = new CodeDeployClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteResourcesByExternalIdInput
|
|
30
30
|
* externalId: "STRING_VALUE",
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteResourcesByExternalIdCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeregisterOnPremisesInstanceCommandOutput extends __MetadataBea
|
|
|
26
26
|
* import { CodeDeployClient, DeregisterOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
27
27
|
* // const { CodeDeployClient, DeregisterOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
28
28
|
* const client = new CodeDeployClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeregisterOnPremisesInstanceInput
|
|
30
30
|
* instanceName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeregisterOnPremisesInstanceCommand(input);
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export interface GetApplicationCommandOutput extends GetApplicationOutput, __Met
|
|
|
26
26
|
* import { CodeDeployClient, GetApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
27
27
|
* // const { CodeDeployClient, GetApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
28
28
|
* const client = new CodeDeployClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetApplicationInput
|
|
30
30
|
* applicationName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetApplicationCommand(input);
|
|
@@ -26,26 +26,26 @@ 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 = {
|
|
29
|
+
* const input = { // GetApplicationRevisionInput
|
|
30
30
|
* applicationName: "STRING_VALUE", // required
|
|
31
|
-
* revision: {
|
|
31
|
+
* revision: { // RevisionLocation
|
|
32
32
|
* revisionType: "S3" || "GitHub" || "String" || "AppSpecContent",
|
|
33
|
-
* s3Location: {
|
|
33
|
+
* s3Location: { // S3Location
|
|
34
34
|
* bucket: "STRING_VALUE",
|
|
35
35
|
* key: "STRING_VALUE",
|
|
36
36
|
* bundleType: "tar" || "tgz" || "zip" || "YAML" || "JSON",
|
|
37
37
|
* version: "STRING_VALUE",
|
|
38
38
|
* eTag: "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
|
-
* gitHubLocation: {
|
|
40
|
+
* gitHubLocation: { // GitHubLocation
|
|
41
41
|
* repository: "STRING_VALUE",
|
|
42
42
|
* commitId: "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
|
-
* string: {
|
|
44
|
+
* string: { // RawString
|
|
45
45
|
* content: "STRING_VALUE",
|
|
46
46
|
* sha256: "STRING_VALUE",
|
|
47
47
|
* },
|
|
48
|
-
* appSpecContent: {
|
|
48
|
+
* appSpecContent: { // AppSpecContent
|
|
49
49
|
* content: "STRING_VALUE",
|
|
50
50
|
* sha256: "STRING_VALUE",
|
|
51
51
|
* },
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ 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 = {
|
|
35
|
+
* const input = { // GetDeploymentInput
|
|
36
36
|
* deploymentId: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new GetDeploymentCommand(input);
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // GetDeploymentConfigInput
|
|
30
30
|
* deploymentConfigName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDeploymentConfigCommand(input);
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // GetDeploymentGroupInput
|
|
30
30
|
* applicationName: "STRING_VALUE", // required
|
|
31
31
|
* deploymentGroupName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -28,7 +28,7 @@ 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 = {
|
|
31
|
+
* const input = { // GetDeploymentInstanceInput
|
|
32
32
|
* deploymentId: "STRING_VALUE", // required
|
|
33
33
|
* instanceId: "STRING_VALUE", // required
|
|
34
34
|
* };
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // GetDeploymentTargetInput
|
|
30
30
|
* deploymentId: "STRING_VALUE",
|
|
31
31
|
* targetId: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // GetOnPremisesInstanceInput
|
|
30
30
|
* instanceName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetOnPremisesInstanceCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListApplicationRevisionsInput
|
|
30
30
|
* applicationName: "STRING_VALUE", // required
|
|
31
31
|
* sortBy: "registerTime" || "firstUsedTime" || "lastUsedTime",
|
|
32
32
|
* sortOrder: "ascending" || "descending",
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListApplicationsInput
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListApplicationsCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListDeploymentConfigsInput
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListDeploymentConfigsCommand(input);
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // ListDeploymentGroupsInput
|
|
31
31
|
* applicationName: "STRING_VALUE", // required
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -35,13 +35,13 @@ 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 = {
|
|
38
|
+
* const input = { // ListDeploymentInstancesInput
|
|
39
39
|
* deploymentId: "STRING_VALUE", // required
|
|
40
40
|
* nextToken: "STRING_VALUE",
|
|
41
|
-
* instanceStatusFilter: [
|
|
41
|
+
* instanceStatusFilter: [ // InstanceStatusList
|
|
42
42
|
* "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown" || "Ready",
|
|
43
43
|
* ],
|
|
44
|
-
* instanceTypeFilter: [
|
|
44
|
+
* instanceTypeFilter: [ // InstanceTypeList
|
|
45
45
|
* "Blue" || "Green",
|
|
46
46
|
* ],
|
|
47
47
|
* };
|
|
@@ -26,11 +26,11 @@ 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 = {
|
|
29
|
+
* const input = { // ListDeploymentTargetsInput
|
|
30
30
|
* deploymentId: "STRING_VALUE",
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
|
-
* targetFilters: {
|
|
33
|
-
* "<keys>": [
|
|
32
|
+
* targetFilters: { // TargetFilters
|
|
33
|
+
* "<keys>": [ // FilterValueList
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* },
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts
CHANGED
|
@@ -27,14 +27,14 @@ 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 = {
|
|
30
|
+
* const input = { // ListDeploymentsInput
|
|
31
31
|
* applicationName: "STRING_VALUE",
|
|
32
32
|
* deploymentGroupName: "STRING_VALUE",
|
|
33
33
|
* externalId: "STRING_VALUE",
|
|
34
|
-
* includeOnlyStatuses: [
|
|
34
|
+
* includeOnlyStatuses: [ // DeploymentStatusList
|
|
35
35
|
* "Created" || "Queued" || "InProgress" || "Baking" || "Succeeded" || "Failed" || "Stopped" || "Ready",
|
|
36
36
|
* ],
|
|
37
|
-
* createTimeRange: {
|
|
37
|
+
* createTimeRange: { // TimeRange
|
|
38
38
|
* start: new Date("TIMESTAMP"),
|
|
39
39
|
* end: new Date("TIMESTAMP"),
|
|
40
40
|
* },
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListGitHubAccountTokenNamesInput
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListGitHubAccountTokenNamesCommand(input);
|
|
@@ -29,10 +29,10 @@ 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 = {
|
|
32
|
+
* const input = { // ListOnPremisesInstancesInput
|
|
33
33
|
* registrationStatus: "Registered" || "Deregistered",
|
|
34
|
-
* tagFilters: [
|
|
35
|
-
* {
|
|
34
|
+
* tagFilters: [ // TagFilterList
|
|
35
|
+
* { // TagFilter
|
|
36
36
|
* Key: "STRING_VALUE",
|
|
37
37
|
* Value: "STRING_VALUE",
|
|
38
38
|
* Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // ListTagsForResourceInput
|
|
31
31
|
* ResourceArn: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -34,7 +34,7 @@ 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 = {
|
|
37
|
+
* const input = { // PutLifecycleEventHookExecutionStatusInput
|
|
38
38
|
* deploymentId: "STRING_VALUE",
|
|
39
39
|
* lifecycleEventHookExecutionId: "STRING_VALUE",
|
|
40
40
|
* status: "Pending" || "InProgress" || "Succeeded" || "Failed" || "Skipped" || "Unknown",
|
|
@@ -26,27 +26,27 @@ 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 = {
|
|
29
|
+
* const input = { // RegisterApplicationRevisionInput
|
|
30
30
|
* applicationName: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
|
-
* revision: {
|
|
32
|
+
* revision: { // RevisionLocation
|
|
33
33
|
* revisionType: "S3" || "GitHub" || "String" || "AppSpecContent",
|
|
34
|
-
* s3Location: {
|
|
34
|
+
* s3Location: { // S3Location
|
|
35
35
|
* bucket: "STRING_VALUE",
|
|
36
36
|
* key: "STRING_VALUE",
|
|
37
37
|
* bundleType: "tar" || "tgz" || "zip" || "YAML" || "JSON",
|
|
38
38
|
* version: "STRING_VALUE",
|
|
39
39
|
* eTag: "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
|
-
* gitHubLocation: {
|
|
41
|
+
* gitHubLocation: { // GitHubLocation
|
|
42
42
|
* repository: "STRING_VALUE",
|
|
43
43
|
* commitId: "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
|
-
* string: {
|
|
45
|
+
* string: { // RawString
|
|
46
46
|
* content: "STRING_VALUE",
|
|
47
47
|
* sha256: "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
|
-
* appSpecContent: {
|
|
49
|
+
* appSpecContent: { // AppSpecContent
|
|
50
50
|
* content: "STRING_VALUE",
|
|
51
51
|
* sha256: "STRING_VALUE",
|
|
52
52
|
* },
|
|
@@ -29,7 +29,7 @@ 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 = {
|
|
32
|
+
* const input = { // RegisterOnPremisesInstanceInput
|
|
33
33
|
* instanceName: "STRING_VALUE", // required
|
|
34
34
|
* iamSessionArn: "STRING_VALUE",
|
|
35
35
|
* iamUserArn: "STRING_VALUE",
|
|
@@ -26,14 +26,14 @@ 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
|
-
* {
|
|
29
|
+
* const input = { // RemoveTagsFromOnPremisesInstancesInput
|
|
30
|
+
* tags: [ // TagList // required
|
|
31
|
+
* { // Tag
|
|
32
32
|
* Key: "STRING_VALUE",
|
|
33
33
|
* Value: "STRING_VALUE",
|
|
34
34
|
* },
|
|
35
35
|
* ],
|
|
36
|
-
* instanceNames: [ // required
|
|
36
|
+
* instanceNames: [ // InstanceNameList // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* };
|
|
@@ -29,7 +29,7 @@ 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 = {
|
|
32
|
+
* const input = { // SkipWaitTimeForInstanceTerminationInput
|
|
33
33
|
* deploymentId: "STRING_VALUE",
|
|
34
34
|
* };
|
|
35
35
|
* const command = new SkipWaitTimeForInstanceTerminationCommand(input);
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // StopDeploymentInput
|
|
30
30
|
* deploymentId: "STRING_VALUE", // required
|
|
31
31
|
* autoRollbackEnabled: true || false,
|
|
32
32
|
* };
|
|
@@ -27,10 +27,10 @@ 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 = {
|
|
30
|
+
* const input = { // TagResourceInput
|
|
31
31
|
* ResourceArn: "STRING_VALUE", // required
|
|
32
|
-
* Tags: [ // required
|
|
33
|
-
* {
|
|
32
|
+
* Tags: [ // TagList // required
|
|
33
|
+
* { // Tag
|
|
34
34
|
* Key: "STRING_VALUE",
|
|
35
35
|
* Value: "STRING_VALUE",
|
|
36
36
|
* },
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts
CHANGED
|
@@ -28,9 +28,9 @@ 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 = {
|
|
31
|
+
* const input = { // UntagResourceInput
|
|
32
32
|
* ResourceArn: "STRING_VALUE", // required
|
|
33
|
-
* TagKeys: [ // required
|
|
33
|
+
* TagKeys: [ // TagKeyList // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // UpdateApplicationInput
|
|
30
30
|
* applicationName: "STRING_VALUE",
|
|
31
31
|
* newApplicationName: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,91 +26,91 @@ 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 = {
|
|
29
|
+
* const input = { // UpdateDeploymentGroupInput
|
|
30
30
|
* applicationName: "STRING_VALUE", // required
|
|
31
31
|
* currentDeploymentGroupName: "STRING_VALUE", // required
|
|
32
32
|
* newDeploymentGroupName: "STRING_VALUE",
|
|
33
33
|
* deploymentConfigName: "STRING_VALUE",
|
|
34
|
-
* ec2TagFilters: [
|
|
35
|
-
* {
|
|
34
|
+
* ec2TagFilters: [ // EC2TagFilterList
|
|
35
|
+
* { // EC2TagFilter
|
|
36
36
|
* Key: "STRING_VALUE",
|
|
37
37
|
* Value: "STRING_VALUE",
|
|
38
38
|
* Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
|
|
39
39
|
* },
|
|
40
40
|
* ],
|
|
41
|
-
* onPremisesInstanceTagFilters: [
|
|
42
|
-
* {
|
|
41
|
+
* onPremisesInstanceTagFilters: [ // TagFilterList
|
|
42
|
+
* { // TagFilter
|
|
43
43
|
* Key: "STRING_VALUE",
|
|
44
44
|
* Value: "STRING_VALUE",
|
|
45
45
|
* Type: "KEY_ONLY" || "VALUE_ONLY" || "KEY_AND_VALUE",
|
|
46
46
|
* },
|
|
47
47
|
* ],
|
|
48
|
-
* autoScalingGroups: [
|
|
48
|
+
* autoScalingGroups: [ // AutoScalingGroupNameList
|
|
49
49
|
* "STRING_VALUE",
|
|
50
50
|
* ],
|
|
51
51
|
* serviceRoleArn: "STRING_VALUE",
|
|
52
|
-
* triggerConfigurations: [
|
|
53
|
-
* {
|
|
52
|
+
* triggerConfigurations: [ // TriggerConfigList
|
|
53
|
+
* { // TriggerConfig
|
|
54
54
|
* triggerName: "STRING_VALUE",
|
|
55
55
|
* triggerTargetArn: "STRING_VALUE",
|
|
56
|
-
* triggerEvents: [
|
|
56
|
+
* triggerEvents: [ // TriggerEventTypeList
|
|
57
57
|
* "DeploymentStart" || "DeploymentSuccess" || "DeploymentFailure" || "DeploymentStop" || "DeploymentRollback" || "DeploymentReady" || "InstanceStart" || "InstanceSuccess" || "InstanceFailure" || "InstanceReady",
|
|
58
58
|
* ],
|
|
59
59
|
* },
|
|
60
60
|
* ],
|
|
61
|
-
* alarmConfiguration: {
|
|
61
|
+
* alarmConfiguration: { // AlarmConfiguration
|
|
62
62
|
* enabled: true || false,
|
|
63
63
|
* ignorePollAlarmFailure: true || false,
|
|
64
|
-
* alarms: [
|
|
65
|
-
* {
|
|
64
|
+
* alarms: [ // AlarmList
|
|
65
|
+
* { // Alarm
|
|
66
66
|
* name: "STRING_VALUE",
|
|
67
67
|
* },
|
|
68
68
|
* ],
|
|
69
69
|
* },
|
|
70
|
-
* autoRollbackConfiguration: {
|
|
70
|
+
* autoRollbackConfiguration: { // AutoRollbackConfiguration
|
|
71
71
|
* enabled: true || false,
|
|
72
|
-
* events: [
|
|
72
|
+
* events: [ // AutoRollbackEventsList
|
|
73
73
|
* "DEPLOYMENT_FAILURE" || "DEPLOYMENT_STOP_ON_ALARM" || "DEPLOYMENT_STOP_ON_REQUEST",
|
|
74
74
|
* ],
|
|
75
75
|
* },
|
|
76
76
|
* outdatedInstancesStrategy: "UPDATE" || "IGNORE",
|
|
77
|
-
* deploymentStyle: {
|
|
77
|
+
* deploymentStyle: { // DeploymentStyle
|
|
78
78
|
* deploymentType: "IN_PLACE" || "BLUE_GREEN",
|
|
79
79
|
* deploymentOption: "WITH_TRAFFIC_CONTROL" || "WITHOUT_TRAFFIC_CONTROL",
|
|
80
80
|
* },
|
|
81
|
-
* blueGreenDeploymentConfiguration: {
|
|
82
|
-
* terminateBlueInstancesOnDeploymentSuccess: {
|
|
81
|
+
* blueGreenDeploymentConfiguration: { // BlueGreenDeploymentConfiguration
|
|
82
|
+
* terminateBlueInstancesOnDeploymentSuccess: { // BlueInstanceTerminationOption
|
|
83
83
|
* action: "TERMINATE" || "KEEP_ALIVE",
|
|
84
84
|
* terminationWaitTimeInMinutes: Number("int"),
|
|
85
85
|
* },
|
|
86
|
-
* deploymentReadyOption: {
|
|
86
|
+
* deploymentReadyOption: { // DeploymentReadyOption
|
|
87
87
|
* actionOnTimeout: "CONTINUE_DEPLOYMENT" || "STOP_DEPLOYMENT",
|
|
88
88
|
* waitTimeInMinutes: Number("int"),
|
|
89
89
|
* },
|
|
90
|
-
* greenFleetProvisioningOption: {
|
|
90
|
+
* greenFleetProvisioningOption: { // GreenFleetProvisioningOption
|
|
91
91
|
* action: "DISCOVER_EXISTING" || "COPY_AUTO_SCALING_GROUP",
|
|
92
92
|
* },
|
|
93
93
|
* },
|
|
94
|
-
* loadBalancerInfo: {
|
|
95
|
-
* elbInfoList: [
|
|
96
|
-
* {
|
|
94
|
+
* loadBalancerInfo: { // LoadBalancerInfo
|
|
95
|
+
* elbInfoList: [ // ELBInfoList
|
|
96
|
+
* { // ELBInfo
|
|
97
97
|
* name: "STRING_VALUE",
|
|
98
98
|
* },
|
|
99
99
|
* ],
|
|
100
|
-
* targetGroupInfoList: [
|
|
101
|
-
* {
|
|
100
|
+
* targetGroupInfoList: [ // TargetGroupInfoList
|
|
101
|
+
* { // TargetGroupInfo
|
|
102
102
|
* name: "STRING_VALUE",
|
|
103
103
|
* },
|
|
104
104
|
* ],
|
|
105
|
-
* targetGroupPairInfoList: [
|
|
106
|
-
* {
|
|
105
|
+
* targetGroupPairInfoList: [ // TargetGroupPairInfoList
|
|
106
|
+
* { // TargetGroupPairInfo
|
|
107
107
|
* targetGroups: [
|
|
108
108
|
* {
|
|
109
109
|
* name: "STRING_VALUE",
|
|
110
110
|
* },
|
|
111
111
|
* ],
|
|
112
|
-
* prodTrafficRoute: {
|
|
113
|
-
* listenerArns: [
|
|
112
|
+
* prodTrafficRoute: { // TrafficRoute
|
|
113
|
+
* listenerArns: [ // ListenerArnList
|
|
114
114
|
* "STRING_VALUE",
|
|
115
115
|
* ],
|
|
116
116
|
* },
|
|
@@ -122,8 +122,8 @@ export interface UpdateDeploymentGroupCommandOutput extends UpdateDeploymentGrou
|
|
|
122
122
|
* },
|
|
123
123
|
* ],
|
|
124
124
|
* },
|
|
125
|
-
* ec2TagSet: {
|
|
126
|
-
* ec2TagSetList: [
|
|
125
|
+
* ec2TagSet: { // EC2TagSet
|
|
126
|
+
* ec2TagSetList: [ // EC2TagSetList
|
|
127
127
|
* [
|
|
128
128
|
* {
|
|
129
129
|
* Key: "STRING_VALUE",
|
|
@@ -133,14 +133,14 @@ export interface UpdateDeploymentGroupCommandOutput extends UpdateDeploymentGrou
|
|
|
133
133
|
* ],
|
|
134
134
|
* ],
|
|
135
135
|
* },
|
|
136
|
-
* ecsServices: [
|
|
137
|
-
* {
|
|
136
|
+
* ecsServices: [ // ECSServiceList
|
|
137
|
+
* { // ECSService
|
|
138
138
|
* serviceName: "STRING_VALUE",
|
|
139
139
|
* clusterName: "STRING_VALUE",
|
|
140
140
|
* },
|
|
141
141
|
* ],
|
|
142
|
-
* onPremisesTagSet: {
|
|
143
|
-
* onPremisesTagSetList: [
|
|
142
|
+
* onPremisesTagSet: { // OnPremisesTagSet
|
|
143
|
+
* onPremisesTagSetList: [ // OnPremisesTagSetList
|
|
144
144
|
* [
|
|
145
145
|
* {
|
|
146
146
|
* Key: "STRING_VALUE",
|
|
@@ -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.301.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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.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",
|
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // GetRoleCredentialsRequest
|
|
31
31
|
* roleName: "STRING_VALUE", // required
|
|
32
32
|
* accountId: "STRING_VALUE", // required
|
|
33
33
|
* accessToken: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListAccountRolesRequest
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* accessToken: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ 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 = {
|
|
31
|
+
* const input = { // ListAccountsRequest
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
33
33
|
* maxResults: Number("int"),
|
|
34
34
|
* accessToken: "STRING_VALUE", // required
|
|
@@ -41,7 +41,7 @@ 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 = {
|
|
44
|
+
* const input = { // LogoutRequest
|
|
45
45
|
* accessToken: "STRING_VALUE", // required
|
|
46
46
|
* };
|
|
47
47
|
* const command = new LogoutCommand(input);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.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",
|