@cdklabs/cdk-ecs-codedeploy 0.0.109 → 0.0.111
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 +17 -16
- package/API.md +13 -13
- 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.d.ts +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +11 -6
- 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,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",
|
|
@@ -28,14 +28,14 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
|
|
|
28
28
|
* import { SSOOIDCClient, CreateTokenCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
|
|
29
29
|
* // const { SSOOIDCClient, CreateTokenCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
|
|
30
30
|
* const client = new SSOOIDCClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateTokenRequest
|
|
32
32
|
* clientId: "STRING_VALUE", // required
|
|
33
33
|
* clientSecret: "STRING_VALUE", // required
|
|
34
34
|
* grantType: "STRING_VALUE", // required
|
|
35
35
|
* deviceCode: "STRING_VALUE",
|
|
36
36
|
* code: "STRING_VALUE",
|
|
37
37
|
* refreshToken: "STRING_VALUE",
|
|
38
|
-
* scope: [
|
|
38
|
+
* scope: [ // Scopes
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* redirectUri: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts
CHANGED
|
@@ -27,10 +27,10 @@ export interface RegisterClientCommandOutput extends RegisterClientResponse, __M
|
|
|
27
27
|
* import { SSOOIDCClient, RegisterClientCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
|
|
28
28
|
* // const { SSOOIDCClient, RegisterClientCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
|
|
29
29
|
* const client = new SSOOIDCClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // RegisterClientRequest
|
|
31
31
|
* clientName: "STRING_VALUE", // required
|
|
32
32
|
* clientType: "STRING_VALUE", // required
|
|
33
|
-
* scopes: [
|
|
33
|
+
* scopes: [ // Scopes
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|
|
@@ -27,7 +27,7 @@ export interface StartDeviceAuthorizationCommandOutput extends StartDeviceAuthor
|
|
|
27
27
|
* import { SSOOIDCClient, StartDeviceAuthorizationCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import
|
|
28
28
|
* // const { SSOOIDCClient, StartDeviceAuthorizationCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import
|
|
29
29
|
* const client = new SSOOIDCClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // StartDeviceAuthorizationRequest
|
|
31
31
|
* clientId: "STRING_VALUE", // required
|
|
32
32
|
* clientSecret: "STRING_VALUE", // required
|
|
33
33
|
* startUrl: "STRING_VALUE", // required
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso-oidc",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso Oidc 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",
|
|
@@ -113,23 +113,23 @@ export interface AssumeRoleCommandOutput extends AssumeRoleResponse, __MetadataB
|
|
|
113
113
|
* import { STSClient, AssumeRoleCommand } from "@aws-sdk/client-sts"; // ES Modules import
|
|
114
114
|
* // const { STSClient, AssumeRoleCommand } = require("@aws-sdk/client-sts"); // CommonJS import
|
|
115
115
|
* const client = new STSClient(config);
|
|
116
|
-
* const input = {
|
|
116
|
+
* const input = { // AssumeRoleRequest
|
|
117
117
|
* RoleArn: "STRING_VALUE", // required
|
|
118
118
|
* RoleSessionName: "STRING_VALUE", // required
|
|
119
|
-
* PolicyArns: [
|
|
120
|
-
* {
|
|
119
|
+
* PolicyArns: [ // policyDescriptorListType
|
|
120
|
+
* { // PolicyDescriptorType
|
|
121
121
|
* arn: "STRING_VALUE",
|
|
122
122
|
* },
|
|
123
123
|
* ],
|
|
124
124
|
* Policy: "STRING_VALUE",
|
|
125
125
|
* DurationSeconds: Number("int"),
|
|
126
|
-
* Tags: [
|
|
127
|
-
* {
|
|
126
|
+
* Tags: [ // tagListType
|
|
127
|
+
* { // Tag
|
|
128
128
|
* Key: "STRING_VALUE", // required
|
|
129
129
|
* Value: "STRING_VALUE", // required
|
|
130
130
|
* },
|
|
131
131
|
* ],
|
|
132
|
-
* TransitiveTagKeys: [
|
|
132
|
+
* TransitiveTagKeys: [ // tagKeyListType
|
|
133
133
|
* "STRING_VALUE",
|
|
134
134
|
* ],
|
|
135
135
|
* ExternalId: "STRING_VALUE",
|
|
@@ -154,12 +154,12 @@ export interface AssumeRoleWithSAMLCommandOutput extends AssumeRoleWithSAMLRespo
|
|
|
154
154
|
* import { STSClient, AssumeRoleWithSAMLCommand } from "@aws-sdk/client-sts"; // ES Modules import
|
|
155
155
|
* // const { STSClient, AssumeRoleWithSAMLCommand } = require("@aws-sdk/client-sts"); // CommonJS import
|
|
156
156
|
* const client = new STSClient(config);
|
|
157
|
-
* const input = {
|
|
157
|
+
* const input = { // AssumeRoleWithSAMLRequest
|
|
158
158
|
* RoleArn: "STRING_VALUE", // required
|
|
159
159
|
* PrincipalArn: "STRING_VALUE", // required
|
|
160
160
|
* SAMLAssertion: "STRING_VALUE", // required
|
|
161
|
-
* PolicyArns: [
|
|
162
|
-
* {
|
|
161
|
+
* PolicyArns: [ // policyDescriptorListType
|
|
162
|
+
* { // PolicyDescriptorType
|
|
163
163
|
* arn: "STRING_VALUE",
|
|
164
164
|
* },
|
|
165
165
|
* ],
|
package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts
CHANGED
|
@@ -158,13 +158,13 @@ export interface AssumeRoleWithWebIdentityCommandOutput extends AssumeRoleWithWe
|
|
|
158
158
|
* import { STSClient, AssumeRoleWithWebIdentityCommand } from "@aws-sdk/client-sts"; // ES Modules import
|
|
159
159
|
* // const { STSClient, AssumeRoleWithWebIdentityCommand } = require("@aws-sdk/client-sts"); // CommonJS import
|
|
160
160
|
* const client = new STSClient(config);
|
|
161
|
-
* const input = {
|
|
161
|
+
* const input = { // AssumeRoleWithWebIdentityRequest
|
|
162
162
|
* RoleArn: "STRING_VALUE", // required
|
|
163
163
|
* RoleSessionName: "STRING_VALUE", // required
|
|
164
164
|
* WebIdentityToken: "STRING_VALUE", // required
|
|
165
165
|
* ProviderId: "STRING_VALUE",
|
|
166
|
-
* PolicyArns: [
|
|
167
|
-
* {
|
|
166
|
+
* PolicyArns: [ // policyDescriptorListType
|
|
167
|
+
* { // PolicyDescriptorType
|
|
168
168
|
* arn: "STRING_VALUE",
|
|
169
169
|
* },
|
|
170
170
|
* ],
|
package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts
CHANGED
|
@@ -61,7 +61,7 @@ export interface DecodeAuthorizationMessageCommandOutput extends DecodeAuthoriza
|
|
|
61
61
|
* import { STSClient, DecodeAuthorizationMessageCommand } from "@aws-sdk/client-sts"; // ES Modules import
|
|
62
62
|
* // const { STSClient, DecodeAuthorizationMessageCommand } = require("@aws-sdk/client-sts"); // CommonJS import
|
|
63
63
|
* const client = new STSClient(config);
|
|
64
|
-
* const input = {
|
|
64
|
+
* const input = { // DecodeAuthorizationMessageRequest
|
|
65
65
|
* EncodedMessage: "STRING_VALUE", // required
|
|
66
66
|
* };
|
|
67
67
|
* const command = new DecodeAuthorizationMessageCommand(input);
|
|
@@ -43,7 +43,7 @@ export interface GetAccessKeyInfoCommandOutput extends GetAccessKeyInfoResponse,
|
|
|
43
43
|
* import { STSClient, GetAccessKeyInfoCommand } from "@aws-sdk/client-sts"; // ES Modules import
|
|
44
44
|
* // const { STSClient, GetAccessKeyInfoCommand } = require("@aws-sdk/client-sts"); // CommonJS import
|
|
45
45
|
* const client = new STSClient(config);
|
|
46
|
-
* const input = {
|
|
46
|
+
* const input = { // GetAccessKeyInfoRequest
|
|
47
47
|
* AccessKeyId: "STRING_VALUE", // required
|
|
48
48
|
* };
|
|
49
49
|
* const command = new GetAccessKeyInfoCommand(input);
|
|
@@ -112,17 +112,17 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
|
|
|
112
112
|
* import { STSClient, GetFederationTokenCommand } from "@aws-sdk/client-sts"; // ES Modules import
|
|
113
113
|
* // const { STSClient, GetFederationTokenCommand } = require("@aws-sdk/client-sts"); // CommonJS import
|
|
114
114
|
* const client = new STSClient(config);
|
|
115
|
-
* const input = {
|
|
115
|
+
* const input = { // GetFederationTokenRequest
|
|
116
116
|
* Name: "STRING_VALUE", // required
|
|
117
117
|
* Policy: "STRING_VALUE",
|
|
118
|
-
* PolicyArns: [
|
|
119
|
-
* {
|
|
118
|
+
* PolicyArns: [ // policyDescriptorListType
|
|
119
|
+
* { // PolicyDescriptorType
|
|
120
120
|
* arn: "STRING_VALUE",
|
|
121
121
|
* },
|
|
122
122
|
* ],
|
|
123
123
|
* DurationSeconds: Number("int"),
|
|
124
|
-
* Tags: [
|
|
125
|
-
* {
|
|
124
|
+
* Tags: [ // tagListType
|
|
125
|
+
* { // Tag
|
|
126
126
|
* Key: "STRING_VALUE", // required
|
|
127
127
|
* Value: "STRING_VALUE", // required
|
|
128
128
|
* },
|
|
@@ -84,7 +84,7 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
|
|
|
84
84
|
* import { STSClient, GetSessionTokenCommand } from "@aws-sdk/client-sts"; // ES Modules import
|
|
85
85
|
* // const { STSClient, GetSessionTokenCommand } = require("@aws-sdk/client-sts"); // CommonJS import
|
|
86
86
|
* const client = new STSClient(config);
|
|
87
|
-
* const input = {
|
|
87
|
+
* const input = { // GetSessionTokenRequest
|
|
88
88
|
* DurationSeconds: Number("int"),
|
|
89
89
|
* SerialNumber: "STRING_VALUE",
|
|
90
90
|
* TokenCode: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sts 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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
26
26
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
28
28
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
29
29
|
"@aws-sdk/hash-node": "3.296.0",
|
|
30
30
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.301.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@aws-sdk/credential-provider-env": "3.296.0",
|
|
28
28
|
"@aws-sdk/credential-provider-imds": "3.300.0",
|
|
29
29
|
"@aws-sdk/credential-provider-process": "3.300.0",
|
|
30
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
30
|
+
"@aws-sdk/credential-provider-sso": "3.301.0",
|
|
31
31
|
"@aws-sdk/credential-provider-web-identity": "3.296.0",
|
|
32
32
|
"@aws-sdk/property-provider": "3.296.0",
|
|
33
33
|
"@aws-sdk/shared-ini-file-loader": "3.300.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.301.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=14.0.0"
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@aws-sdk/credential-provider-env": "3.296.0",
|
|
31
31
|
"@aws-sdk/credential-provider-imds": "3.300.0",
|
|
32
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
32
|
+
"@aws-sdk/credential-provider-ini": "3.301.0",
|
|
33
33
|
"@aws-sdk/credential-provider-process": "3.300.0",
|
|
34
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
34
|
+
"@aws-sdk/credential-provider-sso": "3.301.0",
|
|
35
35
|
"@aws-sdk/credential-provider-web-identity": "3.296.0",
|
|
36
36
|
"@aws-sdk/property-provider": "3.296.0",
|
|
37
37
|
"@aws-sdk/shared-ini-file-loader": "3.300.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.301.0",
|
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/client-sso": "3.
|
|
27
|
+
"@aws-sdk/client-sso": "3.301.0",
|
|
28
28
|
"@aws-sdk/property-provider": "3.296.0",
|
|
29
29
|
"@aws-sdk/shared-ini-file-loader": "3.300.0",
|
|
30
|
-
"@aws-sdk/token-providers": "3.
|
|
30
|
+
"@aws-sdk/token-providers": "3.301.0",
|
|
31
31
|
"@aws-sdk/types": "3.296.0",
|
|
32
32
|
"tslib": "^2.5.0"
|
|
33
33
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.301.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
28
|
+
"@aws-sdk/client-sso-oidc": "3.301.0",
|
|
29
29
|
"@aws-sdk/property-provider": "3.296.0",
|
|
30
30
|
"@aws-sdk/shared-ini-file-loader": "3.300.0",
|
|
31
31
|
"@aws-sdk/types": "3.296.0",
|
package/package.json
CHANGED
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"aws-cdk-lib": "2.70.0",
|
|
74
74
|
"aws-sdk-client-mock": "^2.1.1",
|
|
75
75
|
"aws-sdk-client-mock-jest": "^2.1.1",
|
|
76
|
-
"cdk-nag": "^2.24.
|
|
76
|
+
"cdk-nag": "^2.24.1",
|
|
77
77
|
"constructs": "10.0.5",
|
|
78
78
|
"esbuild": "^0.17.14",
|
|
79
79
|
"eslint": "^8",
|
|
@@ -84,11 +84,11 @@
|
|
|
84
84
|
"jest-junit": "^15",
|
|
85
85
|
"jsii": "1.x",
|
|
86
86
|
"jsii-diff": "^1.79.0",
|
|
87
|
-
"jsii-docgen": "^7.1.
|
|
87
|
+
"jsii-docgen": "^7.1.39",
|
|
88
88
|
"jsii-pacmak": "^1.79.0",
|
|
89
89
|
"lambda-tester": "^4.0.1",
|
|
90
90
|
"npm-check-updates": "^16",
|
|
91
|
-
"projen": "0.69.
|
|
91
|
+
"projen": "0.69.15",
|
|
92
92
|
"standard-version": "^9",
|
|
93
93
|
"ts-jest": "^27",
|
|
94
94
|
"ts-node": "^10.9.1",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"constructs": "^10.0.5"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@aws-sdk/client-codedeploy": "^3.
|
|
103
|
+
"@aws-sdk/client-codedeploy": "^3.301.0",
|
|
104
104
|
"jmespath": "^0.16.0"
|
|
105
105
|
},
|
|
106
106
|
"bundledDependencies": [
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"publishConfig": {
|
|
119
119
|
"access": "public"
|
|
120
120
|
},
|
|
121
|
-
"version": "0.0.
|
|
121
|
+
"version": "0.0.111",
|
|
122
122
|
"jest": {
|
|
123
123
|
"testMatch": [
|
|
124
124
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|