@cdklabs/cdk-ecs-codedeploy 0.0.383 → 0.0.385
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/.jsii.tabl.json +1 -1
- 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-cjs/index.js +56 -56
- package/node_modules/@aws-sdk/client-codedeploy/package.json +13 -13
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +12 -12
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +6 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -7
- package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +8 -8
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
20
|
|
21
21
|
// src/index.ts
|
22
|
-
var
|
23
|
-
__export(
|
22
|
+
var index_exports = {};
|
23
|
+
__export(index_exports, {
|
24
24
|
AddTagsToOnPremisesInstancesCommand: () => AddTagsToOnPremisesInstancesCommand,
|
25
25
|
AlarmsLimitExceededException: () => AlarmsLimitExceededException,
|
26
26
|
ApplicationAlreadyExistsException: () => ApplicationAlreadyExistsException,
|
@@ -225,7 +225,7 @@ __export(src_exports, {
|
|
225
225
|
waitForDeploymentSuccessful: () => waitForDeploymentSuccessful,
|
226
226
|
waitUntilDeploymentSuccessful: () => waitUntilDeploymentSuccessful
|
227
227
|
});
|
228
|
-
module.exports = __toCommonJS(
|
228
|
+
module.exports = __toCommonJS(index_exports);
|
229
229
|
|
230
230
|
// src/CodeDeployClient.ts
|
231
231
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
@@ -352,9 +352,9 @@ var CodeDeployClient = class extends import_smithy_client.Client {
|
|
352
352
|
this.middlewareStack.use(
|
353
353
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
354
354
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCodeDeployHttpAuthSchemeParametersProvider,
|
355
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
355
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
356
356
|
"aws.auth#sigv4": config.credentials
|
357
|
-
})
|
357
|
+
}), "identityProviderConfigProvider")
|
358
358
|
})
|
359
359
|
);
|
360
360
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
@@ -4803,7 +4803,7 @@ var de_UnsupportedActionForDeploymentTypeExceptionRes = /* @__PURE__ */ __name(a
|
|
4803
4803
|
var se_ListDeploymentsInput = /* @__PURE__ */ __name((input, context) => {
|
4804
4804
|
return (0, import_smithy_client.take)(input, {
|
4805
4805
|
applicationName: [],
|
4806
|
-
createTimeRange: (_) => se_TimeRange(_, context),
|
4806
|
+
createTimeRange: /* @__PURE__ */ __name((_) => se_TimeRange(_, context), "createTimeRange"),
|
4807
4807
|
deploymentGroupName: [],
|
4808
4808
|
externalId: [],
|
4809
4809
|
includeOnlyStatuses: import_smithy_client._json,
|
@@ -4812,8 +4812,8 @@ var se_ListDeploymentsInput = /* @__PURE__ */ __name((input, context) => {
|
|
4812
4812
|
}, "se_ListDeploymentsInput");
|
4813
4813
|
var se_TimeRange = /* @__PURE__ */ __name((input, context) => {
|
4814
4814
|
return (0, import_smithy_client.take)(input, {
|
4815
|
-
end: (_) => _.getTime() / 1e3,
|
4816
|
-
start: (_) => _.getTime() / 1e3
|
4815
|
+
end: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "end"),
|
4816
|
+
start: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "start")
|
4817
4817
|
});
|
4818
4818
|
}, "se_TimeRange");
|
4819
4819
|
var de_ApplicationInfo = /* @__PURE__ */ __name((output, context) => {
|
@@ -4821,7 +4821,7 @@ var de_ApplicationInfo = /* @__PURE__ */ __name((output, context) => {
|
|
4821
4821
|
applicationId: import_smithy_client.expectString,
|
4822
4822
|
applicationName: import_smithy_client.expectString,
|
4823
4823
|
computePlatform: import_smithy_client.expectString,
|
4824
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
4824
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
4825
4825
|
gitHubAccountName: import_smithy_client.expectString,
|
4826
4826
|
linkedToGitHub: import_smithy_client.expectBoolean
|
4827
4827
|
});
|
@@ -4836,46 +4836,46 @@ var de_BatchGetApplicationRevisionsOutput = /* @__PURE__ */ __name((output, cont
|
|
4836
4836
|
return (0, import_smithy_client.take)(output, {
|
4837
4837
|
applicationName: import_smithy_client.expectString,
|
4838
4838
|
errorMessage: import_smithy_client.expectString,
|
4839
|
-
revisions: (_) => de_RevisionInfoList(_, context)
|
4839
|
+
revisions: /* @__PURE__ */ __name((_) => de_RevisionInfoList(_, context), "revisions")
|
4840
4840
|
});
|
4841
4841
|
}, "de_BatchGetApplicationRevisionsOutput");
|
4842
4842
|
var de_BatchGetApplicationsOutput = /* @__PURE__ */ __name((output, context) => {
|
4843
4843
|
return (0, import_smithy_client.take)(output, {
|
4844
|
-
applicationsInfo: (_) => de_ApplicationsInfoList(_, context)
|
4844
|
+
applicationsInfo: /* @__PURE__ */ __name((_) => de_ApplicationsInfoList(_, context), "applicationsInfo")
|
4845
4845
|
});
|
4846
4846
|
}, "de_BatchGetApplicationsOutput");
|
4847
4847
|
var de_BatchGetDeploymentGroupsOutput = /* @__PURE__ */ __name((output, context) => {
|
4848
4848
|
return (0, import_smithy_client.take)(output, {
|
4849
|
-
deploymentGroupsInfo: (_) => de_DeploymentGroupInfoList(_, context),
|
4849
|
+
deploymentGroupsInfo: /* @__PURE__ */ __name((_) => de_DeploymentGroupInfoList(_, context), "deploymentGroupsInfo"),
|
4850
4850
|
errorMessage: import_smithy_client.expectString
|
4851
4851
|
});
|
4852
4852
|
}, "de_BatchGetDeploymentGroupsOutput");
|
4853
4853
|
var de_BatchGetDeploymentInstancesOutput = /* @__PURE__ */ __name((output, context) => {
|
4854
4854
|
return (0, import_smithy_client.take)(output, {
|
4855
4855
|
errorMessage: import_smithy_client.expectString,
|
4856
|
-
instancesSummary: (_) => de_InstanceSummaryList(_, context)
|
4856
|
+
instancesSummary: /* @__PURE__ */ __name((_) => de_InstanceSummaryList(_, context), "instancesSummary")
|
4857
4857
|
});
|
4858
4858
|
}, "de_BatchGetDeploymentInstancesOutput");
|
4859
4859
|
var de_BatchGetDeploymentsOutput = /* @__PURE__ */ __name((output, context) => {
|
4860
4860
|
return (0, import_smithy_client.take)(output, {
|
4861
|
-
deploymentsInfo: (_) => de_DeploymentsInfoList(_, context)
|
4861
|
+
deploymentsInfo: /* @__PURE__ */ __name((_) => de_DeploymentsInfoList(_, context), "deploymentsInfo")
|
4862
4862
|
});
|
4863
4863
|
}, "de_BatchGetDeploymentsOutput");
|
4864
4864
|
var de_BatchGetDeploymentTargetsOutput = /* @__PURE__ */ __name((output, context) => {
|
4865
4865
|
return (0, import_smithy_client.take)(output, {
|
4866
|
-
deploymentTargets: (_) => de_DeploymentTargetList(_, context)
|
4866
|
+
deploymentTargets: /* @__PURE__ */ __name((_) => de_DeploymentTargetList(_, context), "deploymentTargets")
|
4867
4867
|
});
|
4868
4868
|
}, "de_BatchGetDeploymentTargetsOutput");
|
4869
4869
|
var de_BatchGetOnPremisesInstancesOutput = /* @__PURE__ */ __name((output, context) => {
|
4870
4870
|
return (0, import_smithy_client.take)(output, {
|
4871
|
-
instanceInfos: (_) => de_InstanceInfoList(_, context)
|
4871
|
+
instanceInfos: /* @__PURE__ */ __name((_) => de_InstanceInfoList(_, context), "instanceInfos")
|
4872
4872
|
});
|
4873
4873
|
}, "de_BatchGetOnPremisesInstancesOutput");
|
4874
4874
|
var de_CloudFormationTarget = /* @__PURE__ */ __name((output, context) => {
|
4875
4875
|
return (0, import_smithy_client.take)(output, {
|
4876
4876
|
deploymentId: import_smithy_client.expectString,
|
4877
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
4878
|
-
lifecycleEvents: (_) => de_LifecycleEventList(_, context),
|
4877
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
4878
|
+
lifecycleEvents: /* @__PURE__ */ __name((_) => de_LifecycleEventList(_, context), "lifecycleEvents"),
|
4879
4879
|
resourceType: import_smithy_client.expectString,
|
4880
4880
|
status: import_smithy_client.expectString,
|
4881
4881
|
targetId: import_smithy_client.expectString,
|
@@ -4885,7 +4885,7 @@ var de_CloudFormationTarget = /* @__PURE__ */ __name((output, context) => {
|
|
4885
4885
|
var de_DeploymentConfigInfo = /* @__PURE__ */ __name((output, context) => {
|
4886
4886
|
return (0, import_smithy_client.take)(output, {
|
4887
4887
|
computePlatform: import_smithy_client.expectString,
|
4888
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
4888
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
4889
4889
|
deploymentConfigId: import_smithy_client.expectString,
|
4890
4890
|
deploymentConfigName: import_smithy_client.expectString,
|
4891
4891
|
minimumHealthyHosts: import_smithy_client._json,
|
@@ -4908,8 +4908,8 @@ var de_DeploymentGroupInfo = /* @__PURE__ */ __name((output, context) => {
|
|
4908
4908
|
ec2TagFilters: import_smithy_client._json,
|
4909
4909
|
ec2TagSet: import_smithy_client._json,
|
4910
4910
|
ecsServices: import_smithy_client._json,
|
4911
|
-
lastAttemptedDeployment: (_) => de_LastDeploymentInfo(_, context),
|
4912
|
-
lastSuccessfulDeployment: (_) => de_LastDeploymentInfo(_, context),
|
4911
|
+
lastAttemptedDeployment: /* @__PURE__ */ __name((_) => de_LastDeploymentInfo(_, context), "lastAttemptedDeployment"),
|
4912
|
+
lastSuccessfulDeployment: /* @__PURE__ */ __name((_) => de_LastDeploymentInfo(_, context), "lastSuccessfulDeployment"),
|
4913
4913
|
loadBalancerInfo: import_smithy_client._json,
|
4914
4914
|
onPremisesInstanceTagFilters: import_smithy_client._json,
|
4915
4915
|
onPremisesTagSet: import_smithy_client._json,
|
@@ -4932,9 +4932,9 @@ var de_DeploymentInfo = /* @__PURE__ */ __name((output, context) => {
|
|
4932
4932
|
applicationName: import_smithy_client.expectString,
|
4933
4933
|
autoRollbackConfiguration: import_smithy_client._json,
|
4934
4934
|
blueGreenDeploymentConfiguration: import_smithy_client._json,
|
4935
|
-
completeTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
4935
|
+
completeTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completeTime"),
|
4936
4936
|
computePlatform: import_smithy_client.expectString,
|
4937
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
4937
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
4938
4938
|
creator: import_smithy_client.expectString,
|
4939
4939
|
deploymentConfigName: import_smithy_client.expectString,
|
4940
4940
|
deploymentGroupName: import_smithy_client.expectString,
|
@@ -4954,7 +4954,7 @@ var de_DeploymentInfo = /* @__PURE__ */ __name((output, context) => {
|
|
4954
4954
|
relatedDeployments: import_smithy_client._json,
|
4955
4955
|
revision: import_smithy_client._json,
|
4956
4956
|
rollbackInfo: import_smithy_client._json,
|
4957
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
4957
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
4958
4958
|
status: import_smithy_client.expectString,
|
4959
4959
|
targetInstances: import_smithy_client._json,
|
4960
4960
|
updateOutdatedInstancesOnly: import_smithy_client.expectBoolean
|
@@ -4968,11 +4968,11 @@ var de_DeploymentsInfoList = /* @__PURE__ */ __name((output, context) => {
|
|
4968
4968
|
}, "de_DeploymentsInfoList");
|
4969
4969
|
var de_DeploymentTarget = /* @__PURE__ */ __name((output, context) => {
|
4970
4970
|
return (0, import_smithy_client.take)(output, {
|
4971
|
-
cloudFormationTarget: (_) => de_CloudFormationTarget(_, context),
|
4971
|
+
cloudFormationTarget: /* @__PURE__ */ __name((_) => de_CloudFormationTarget(_, context), "cloudFormationTarget"),
|
4972
4972
|
deploymentTargetType: import_smithy_client.expectString,
|
4973
|
-
ecsTarget: (_) => de_ECSTarget(_, context),
|
4974
|
-
instanceTarget: (_) => de_InstanceTarget(_, context),
|
4975
|
-
lambdaTarget: (_) => de_LambdaTarget(_, context)
|
4973
|
+
ecsTarget: /* @__PURE__ */ __name((_) => de_ECSTarget(_, context), "ecsTarget"),
|
4974
|
+
instanceTarget: /* @__PURE__ */ __name((_) => de_InstanceTarget(_, context), "instanceTarget"),
|
4975
|
+
lambdaTarget: /* @__PURE__ */ __name((_) => de_LambdaTarget(_, context), "lambdaTarget")
|
4976
4976
|
});
|
4977
4977
|
}, "de_DeploymentTarget");
|
4978
4978
|
var de_DeploymentTargetList = /* @__PURE__ */ __name((output, context) => {
|
@@ -4984,12 +4984,12 @@ var de_DeploymentTargetList = /* @__PURE__ */ __name((output, context) => {
|
|
4984
4984
|
var de_ECSTarget = /* @__PURE__ */ __name((output, context) => {
|
4985
4985
|
return (0, import_smithy_client.take)(output, {
|
4986
4986
|
deploymentId: import_smithy_client.expectString,
|
4987
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
4988
|
-
lifecycleEvents: (_) => de_LifecycleEventList(_, context),
|
4987
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
4988
|
+
lifecycleEvents: /* @__PURE__ */ __name((_) => de_LifecycleEventList(_, context), "lifecycleEvents"),
|
4989
4989
|
status: import_smithy_client.expectString,
|
4990
4990
|
targetArn: import_smithy_client.expectString,
|
4991
4991
|
targetId: import_smithy_client.expectString,
|
4992
|
-
taskSetsInfo: (_) => de_ECSTaskSetList(_, context)
|
4992
|
+
taskSetsInfo: /* @__PURE__ */ __name((_) => de_ECSTaskSetList(_, context), "taskSetsInfo")
|
4993
4993
|
});
|
4994
4994
|
}, "de_ECSTarget");
|
4995
4995
|
var de_ECSTaskSet = /* @__PURE__ */ __name((output, context) => {
|
@@ -5014,61 +5014,61 @@ var de_GenericRevisionInfo = /* @__PURE__ */ __name((output, context) => {
|
|
5014
5014
|
return (0, import_smithy_client.take)(output, {
|
5015
5015
|
deploymentGroups: import_smithy_client._json,
|
5016
5016
|
description: import_smithy_client.expectString,
|
5017
|
-
firstUsedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
5018
|
-
lastUsedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
5019
|
-
registerTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
5017
|
+
firstUsedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstUsedTime"),
|
5018
|
+
lastUsedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUsedTime"),
|
5019
|
+
registerTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "registerTime")
|
5020
5020
|
});
|
5021
5021
|
}, "de_GenericRevisionInfo");
|
5022
5022
|
var de_GetApplicationOutput = /* @__PURE__ */ __name((output, context) => {
|
5023
5023
|
return (0, import_smithy_client.take)(output, {
|
5024
|
-
application: (_) => de_ApplicationInfo(_, context)
|
5024
|
+
application: /* @__PURE__ */ __name((_) => de_ApplicationInfo(_, context), "application")
|
5025
5025
|
});
|
5026
5026
|
}, "de_GetApplicationOutput");
|
5027
5027
|
var de_GetApplicationRevisionOutput = /* @__PURE__ */ __name((output, context) => {
|
5028
5028
|
return (0, import_smithy_client.take)(output, {
|
5029
5029
|
applicationName: import_smithy_client.expectString,
|
5030
5030
|
revision: import_smithy_client._json,
|
5031
|
-
revisionInfo: (_) => de_GenericRevisionInfo(_, context)
|
5031
|
+
revisionInfo: /* @__PURE__ */ __name((_) => de_GenericRevisionInfo(_, context), "revisionInfo")
|
5032
5032
|
});
|
5033
5033
|
}, "de_GetApplicationRevisionOutput");
|
5034
5034
|
var de_GetDeploymentConfigOutput = /* @__PURE__ */ __name((output, context) => {
|
5035
5035
|
return (0, import_smithy_client.take)(output, {
|
5036
|
-
deploymentConfigInfo: (_) => de_DeploymentConfigInfo(_, context)
|
5036
|
+
deploymentConfigInfo: /* @__PURE__ */ __name((_) => de_DeploymentConfigInfo(_, context), "deploymentConfigInfo")
|
5037
5037
|
});
|
5038
5038
|
}, "de_GetDeploymentConfigOutput");
|
5039
5039
|
var de_GetDeploymentGroupOutput = /* @__PURE__ */ __name((output, context) => {
|
5040
5040
|
return (0, import_smithy_client.take)(output, {
|
5041
|
-
deploymentGroupInfo: (_) => de_DeploymentGroupInfo(_, context)
|
5041
|
+
deploymentGroupInfo: /* @__PURE__ */ __name((_) => de_DeploymentGroupInfo(_, context), "deploymentGroupInfo")
|
5042
5042
|
});
|
5043
5043
|
}, "de_GetDeploymentGroupOutput");
|
5044
5044
|
var de_GetDeploymentInstanceOutput = /* @__PURE__ */ __name((output, context) => {
|
5045
5045
|
return (0, import_smithy_client.take)(output, {
|
5046
|
-
instanceSummary: (_) => de_InstanceSummary(_, context)
|
5046
|
+
instanceSummary: /* @__PURE__ */ __name((_) => de_InstanceSummary(_, context), "instanceSummary")
|
5047
5047
|
});
|
5048
5048
|
}, "de_GetDeploymentInstanceOutput");
|
5049
5049
|
var de_GetDeploymentOutput = /* @__PURE__ */ __name((output, context) => {
|
5050
5050
|
return (0, import_smithy_client.take)(output, {
|
5051
|
-
deploymentInfo: (_) => de_DeploymentInfo(_, context)
|
5051
|
+
deploymentInfo: /* @__PURE__ */ __name((_) => de_DeploymentInfo(_, context), "deploymentInfo")
|
5052
5052
|
});
|
5053
5053
|
}, "de_GetDeploymentOutput");
|
5054
5054
|
var de_GetDeploymentTargetOutput = /* @__PURE__ */ __name((output, context) => {
|
5055
5055
|
return (0, import_smithy_client.take)(output, {
|
5056
|
-
deploymentTarget: (_) => de_DeploymentTarget(_, context)
|
5056
|
+
deploymentTarget: /* @__PURE__ */ __name((_) => de_DeploymentTarget(_, context), "deploymentTarget")
|
5057
5057
|
});
|
5058
5058
|
}, "de_GetDeploymentTargetOutput");
|
5059
5059
|
var de_GetOnPremisesInstanceOutput = /* @__PURE__ */ __name((output, context) => {
|
5060
5060
|
return (0, import_smithy_client.take)(output, {
|
5061
|
-
instanceInfo: (_) => de_InstanceInfo(_, context)
|
5061
|
+
instanceInfo: /* @__PURE__ */ __name((_) => de_InstanceInfo(_, context), "instanceInfo")
|
5062
5062
|
});
|
5063
5063
|
}, "de_GetOnPremisesInstanceOutput");
|
5064
5064
|
var de_InstanceInfo = /* @__PURE__ */ __name((output, context) => {
|
5065
5065
|
return (0, import_smithy_client.take)(output, {
|
5066
|
-
deregisterTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
5066
|
+
deregisterTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "deregisterTime"),
|
5067
5067
|
iamSessionArn: import_smithy_client.expectString,
|
5068
5068
|
iamUserArn: import_smithy_client.expectString,
|
5069
5069
|
instanceArn: import_smithy_client.expectString,
|
5070
5070
|
instanceName: import_smithy_client.expectString,
|
5071
|
-
registerTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
5071
|
+
registerTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "registerTime"),
|
5072
5072
|
tags: import_smithy_client._json
|
5073
5073
|
});
|
5074
5074
|
}, "de_InstanceInfo");
|
@@ -5083,8 +5083,8 @@ var de_InstanceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5083
5083
|
deploymentId: import_smithy_client.expectString,
|
5084
5084
|
instanceId: import_smithy_client.expectString,
|
5085
5085
|
instanceType: import_smithy_client.expectString,
|
5086
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
5087
|
-
lifecycleEvents: (_) => de_LifecycleEventList(_, context),
|
5086
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
5087
|
+
lifecycleEvents: /* @__PURE__ */ __name((_) => de_LifecycleEventList(_, context), "lifecycleEvents"),
|
5088
5088
|
status: import_smithy_client.expectString
|
5089
5089
|
});
|
5090
5090
|
}, "de_InstanceSummary");
|
@@ -5098,8 +5098,8 @@ var de_InstanceTarget = /* @__PURE__ */ __name((output, context) => {
|
|
5098
5098
|
return (0, import_smithy_client.take)(output, {
|
5099
5099
|
deploymentId: import_smithy_client.expectString,
|
5100
5100
|
instanceLabel: import_smithy_client.expectString,
|
5101
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
5102
|
-
lifecycleEvents: (_) => de_LifecycleEventList(_, context),
|
5101
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
5102
|
+
lifecycleEvents: /* @__PURE__ */ __name((_) => de_LifecycleEventList(_, context), "lifecycleEvents"),
|
5103
5103
|
status: import_smithy_client.expectString,
|
5104
5104
|
targetArn: import_smithy_client.expectString,
|
5105
5105
|
targetId: import_smithy_client.expectString
|
@@ -5117,9 +5117,9 @@ var de_LambdaFunctionInfo = /* @__PURE__ */ __name((output, context) => {
|
|
5117
5117
|
var de_LambdaTarget = /* @__PURE__ */ __name((output, context) => {
|
5118
5118
|
return (0, import_smithy_client.take)(output, {
|
5119
5119
|
deploymentId: import_smithy_client.expectString,
|
5120
|
-
lambdaFunctionInfo: (_) => de_LambdaFunctionInfo(_, context),
|
5121
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
5122
|
-
lifecycleEvents: (_) => de_LifecycleEventList(_, context),
|
5120
|
+
lambdaFunctionInfo: /* @__PURE__ */ __name((_) => de_LambdaFunctionInfo(_, context), "lambdaFunctionInfo"),
|
5121
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
5122
|
+
lifecycleEvents: /* @__PURE__ */ __name((_) => de_LifecycleEventList(_, context), "lifecycleEvents"),
|
5123
5123
|
status: import_smithy_client.expectString,
|
5124
5124
|
targetArn: import_smithy_client.expectString,
|
5125
5125
|
targetId: import_smithy_client.expectString
|
@@ -5127,18 +5127,18 @@ var de_LambdaTarget = /* @__PURE__ */ __name((output, context) => {
|
|
5127
5127
|
}, "de_LambdaTarget");
|
5128
5128
|
var de_LastDeploymentInfo = /* @__PURE__ */ __name((output, context) => {
|
5129
5129
|
return (0, import_smithy_client.take)(output, {
|
5130
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
5130
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createTime"),
|
5131
5131
|
deploymentId: import_smithy_client.expectString,
|
5132
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
5132
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
5133
5133
|
status: import_smithy_client.expectString
|
5134
5134
|
});
|
5135
5135
|
}, "de_LastDeploymentInfo");
|
5136
5136
|
var de_LifecycleEvent = /* @__PURE__ */ __name((output, context) => {
|
5137
5137
|
return (0, import_smithy_client.take)(output, {
|
5138
5138
|
diagnostics: import_smithy_client._json,
|
5139
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
5139
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
5140
5140
|
lifecycleEventName: import_smithy_client.expectString,
|
5141
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
5141
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
5142
5142
|
status: import_smithy_client.expectString
|
5143
5143
|
});
|
5144
5144
|
}, "de_LifecycleEvent");
|
@@ -5150,7 +5150,7 @@ var de_LifecycleEventList = /* @__PURE__ */ __name((output, context) => {
|
|
5150
5150
|
}, "de_LifecycleEventList");
|
5151
5151
|
var de_RevisionInfo = /* @__PURE__ */ __name((output, context) => {
|
5152
5152
|
return (0, import_smithy_client.take)(output, {
|
5153
|
-
genericRevisionInfo: (_) => de_GenericRevisionInfo(_, context),
|
5153
|
+
genericRevisionInfo: /* @__PURE__ */ __name((_) => de_GenericRevisionInfo(_, context), "genericRevisionInfo"),
|
5154
5154
|
revisionLocation: import_smithy_client._json
|
5155
5155
|
});
|
5156
5156
|
}, "de_RevisionInfo");
|
@@ -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.772.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,38 +20,38 @@
|
|
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.
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
35
|
-
"@smithy/core": "^3.1.
|
35
|
+
"@smithy/core": "^3.1.5",
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
48
48
|
"@smithy/types": "^4.1.0",
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
20
|
|
21
21
|
// src/index.ts
|
22
|
-
var
|
23
|
-
__export(
|
22
|
+
var index_exports = {};
|
23
|
+
__export(index_exports, {
|
24
24
|
GetRoleCredentialsCommand: () => GetRoleCredentialsCommand,
|
25
25
|
GetRoleCredentialsRequestFilterSensitiveLog: () => GetRoleCredentialsRequestFilterSensitiveLog,
|
26
26
|
GetRoleCredentialsResponseFilterSensitiveLog: () => GetRoleCredentialsResponseFilterSensitiveLog,
|
@@ -42,7 +42,7 @@ __export(src_exports, {
|
|
42
42
|
paginateListAccountRoles: () => paginateListAccountRoles,
|
43
43
|
paginateListAccounts: () => paginateListAccounts
|
44
44
|
});
|
45
|
-
module.exports = __toCommonJS(
|
45
|
+
module.exports = __toCommonJS(index_exports);
|
46
46
|
|
47
47
|
// src/SSOClient.ts
|
48
48
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
@@ -169,9 +169,9 @@ var SSOClient = class extends import_smithy_client.Client {
|
|
169
169
|
this.middlewareStack.use(
|
170
170
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
171
171
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSSOHttpAuthSchemeParametersProvider,
|
172
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
172
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
173
173
|
"aws.auth#sigv4": config.credentials
|
174
|
-
})
|
174
|
+
}), "identityProviderConfigProvider")
|
175
175
|
})
|
176
176
|
);
|
177
177
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
@@ -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.772.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-sso",
|
@@ -20,37 +20,37 @@
|
|
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.
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
24
24
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
25
25
|
"@aws-sdk/middleware-logger": "3.734.0",
|
26
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
28
28
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
29
29
|
"@aws-sdk/types": "3.734.0",
|
30
30
|
"@aws-sdk/util-endpoints": "3.743.0",
|
31
31
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
32
|
-
"@aws-sdk/util-user-agent-node": "3.
|
32
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
33
33
|
"@smithy/config-resolver": "^4.0.1",
|
34
|
-
"@smithy/core": "^3.1.
|
34
|
+
"@smithy/core": "^3.1.5",
|
35
35
|
"@smithy/fetch-http-handler": "^5.0.1",
|
36
36
|
"@smithy/hash-node": "^4.0.1",
|
37
37
|
"@smithy/invalid-dependency": "^4.0.1",
|
38
38
|
"@smithy/middleware-content-length": "^4.0.1",
|
39
|
-
"@smithy/middleware-endpoint": "^4.0.
|
40
|
-
"@smithy/middleware-retry": "^4.0.
|
39
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
40
|
+
"@smithy/middleware-retry": "^4.0.7",
|
41
41
|
"@smithy/middleware-serde": "^4.0.2",
|
42
42
|
"@smithy/middleware-stack": "^4.0.1",
|
43
43
|
"@smithy/node-config-provider": "^4.0.1",
|
44
|
-
"@smithy/node-http-handler": "^4.0.
|
44
|
+
"@smithy/node-http-handler": "^4.0.3",
|
45
45
|
"@smithy/protocol-http": "^5.0.1",
|
46
|
-
"@smithy/smithy-client": "^4.1.
|
46
|
+
"@smithy/smithy-client": "^4.1.6",
|
47
47
|
"@smithy/types": "^4.1.0",
|
48
48
|
"@smithy/url-parser": "^4.0.1",
|
49
49
|
"@smithy/util-base64": "^4.0.0",
|
50
50
|
"@smithy/util-body-length-browser": "^4.0.0",
|
51
51
|
"@smithy/util-body-length-node": "^4.0.0",
|
52
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
53
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
52
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
53
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
54
54
|
"@smithy/util-endpoints": "^3.0.1",
|
55
55
|
"@smithy/util-middleware": "^4.0.1",
|
56
56
|
"@smithy/util-retry": "^4.0.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/core",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.758.0",
|
4
4
|
"description": "Core functions & classes shared by multiple AWS SDK clients.",
|
5
5
|
"scripts": {
|
6
6
|
"build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
@@ -82,12 +82,12 @@
|
|
82
82
|
"license": "Apache-2.0",
|
83
83
|
"dependencies": {
|
84
84
|
"@aws-sdk/types": "3.734.0",
|
85
|
-
"@smithy/core": "^3.1.
|
85
|
+
"@smithy/core": "^3.1.5",
|
86
86
|
"@smithy/node-config-provider": "^4.0.1",
|
87
87
|
"@smithy/property-provider": "^4.0.1",
|
88
88
|
"@smithy/protocol-http": "^5.0.1",
|
89
89
|
"@smithy/signature-v4": "^5.0.1",
|
90
|
-
"@smithy/smithy-client": "^4.1.
|
90
|
+
"@smithy/smithy-client": "^4.1.6",
|
91
91
|
"@smithy/types": "^4.1.0",
|
92
92
|
"@smithy/util-middleware": "^4.0.1",
|
93
93
|
"fast-xml-parser": "4.4.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.758.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
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/core": "3.
|
28
|
+
"@aws-sdk/core": "3.758.0",
|
29
29
|
"@aws-sdk/types": "3.734.0",
|
30
30
|
"@smithy/property-provider": "^4.0.1",
|
31
31
|
"@smithy/types": "^4.1.0",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.758.0",
|
4
4
|
"description": "AWS credential provider for containers and HTTP sources",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -27,15 +27,15 @@
|
|
27
27
|
},
|
28
28
|
"license": "Apache-2.0",
|
29
29
|
"dependencies": {
|
30
|
-
"@aws-sdk/core": "3.
|
30
|
+
"@aws-sdk/core": "3.758.0",
|
31
31
|
"@aws-sdk/types": "3.734.0",
|
32
32
|
"@smithy/fetch-http-handler": "^5.0.1",
|
33
|
-
"@smithy/node-http-handler": "^4.0.
|
33
|
+
"@smithy/node-http-handler": "^4.0.3",
|
34
34
|
"@smithy/property-provider": "^4.0.1",
|
35
35
|
"@smithy/protocol-http": "^5.0.1",
|
36
|
-
"@smithy/smithy-client": "^4.1.
|
36
|
+
"@smithy/smithy-client": "^4.1.6",
|
37
37
|
"@smithy/types": "^4.1.0",
|
38
|
-
"@smithy/util-stream": "^4.1.
|
38
|
+
"@smithy/util-stream": "^4.1.2",
|
39
39
|
"tslib": "^2.6.2"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
@@ -29,11 +29,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
29
29
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
30
30
|
|
31
31
|
// src/index.ts
|
32
|
-
var
|
33
|
-
__export(
|
32
|
+
var index_exports = {};
|
33
|
+
__export(index_exports, {
|
34
34
|
fromIni: () => fromIni
|
35
35
|
});
|
36
|
-
module.exports = __toCommonJS(
|
36
|
+
module.exports = __toCommonJS(index_exports);
|
37
37
|
|
38
38
|
// src/fromIni.ts
|
39
39
|
|
@@ -51,22 +51,22 @@ var import_client = require("@aws-sdk/core/client");
|
|
51
51
|
var import_property_provider = require("@smithy/property-provider");
|
52
52
|
var resolveCredentialSource = /* @__PURE__ */ __name((credentialSource, profileName, logger) => {
|
53
53
|
const sourceProvidersMap = {
|
54
|
-
EcsContainer: async (options) => {
|
54
|
+
EcsContainer: /* @__PURE__ */ __name(async (options) => {
|
55
55
|
const { fromHttp } = await Promise.resolve().then(() => __toESM(require("@aws-sdk/credential-provider-http")));
|
56
56
|
const { fromContainerMetadata } = await Promise.resolve().then(() => __toESM(require("@smithy/credential-provider-imds")));
|
57
57
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
|
58
58
|
return async () => (0, import_property_provider.chain)(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
|
59
|
-
},
|
60
|
-
Ec2InstanceMetadata: async (options) => {
|
59
|
+
}, "EcsContainer"),
|
60
|
+
Ec2InstanceMetadata: /* @__PURE__ */ __name(async (options) => {
|
61
61
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
|
62
62
|
const { fromInstanceMetadata } = await Promise.resolve().then(() => __toESM(require("@smithy/credential-provider-imds")));
|
63
63
|
return async () => fromInstanceMetadata(options)().then(setNamedProvider);
|
64
|
-
},
|
65
|
-
Environment: async (options) => {
|
64
|
+
}, "Ec2InstanceMetadata"),
|
65
|
+
Environment: /* @__PURE__ */ __name(async (options) => {
|
66
66
|
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
|
67
67
|
const { fromEnv } = await Promise.resolve().then(() => __toESM(require("@aws-sdk/credential-provider-env")));
|
68
68
|
return async () => fromEnv(options)().then(setNamedProvider);
|
69
|
-
}
|
69
|
+
}, "Environment")
|
70
70
|
};
|
71
71
|
if (credentialSource in sourceProvidersMap) {
|
72
72
|
return sourceProvidersMap[credentialSource];
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.772.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,13 +27,13 @@
|
|
27
27
|
},
|
28
28
|
"license": "Apache-2.0",
|
29
29
|
"dependencies": {
|
30
|
-
"@aws-sdk/core": "3.
|
31
|
-
"@aws-sdk/credential-provider-env": "3.
|
32
|
-
"@aws-sdk/credential-provider-http": "3.
|
33
|
-
"@aws-sdk/credential-provider-process": "3.
|
34
|
-
"@aws-sdk/credential-provider-sso": "3.
|
35
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
36
|
-
"@aws-sdk/nested-clients": "3.
|
30
|
+
"@aws-sdk/core": "3.758.0",
|
31
|
+
"@aws-sdk/credential-provider-env": "3.758.0",
|
32
|
+
"@aws-sdk/credential-provider-http": "3.758.0",
|
33
|
+
"@aws-sdk/credential-provider-process": "3.758.0",
|
34
|
+
"@aws-sdk/credential-provider-sso": "3.772.0",
|
35
|
+
"@aws-sdk/credential-provider-web-identity": "3.772.0",
|
36
|
+
"@aws-sdk/nested-clients": "3.772.0",
|
37
37
|
"@aws-sdk/types": "3.734.0",
|
38
38
|
"@smithy/credential-provider-imds": "^4.0.1",
|
39
39
|
"@smithy/property-provider": "^4.0.1",
|