@aws-sdk/client-cloudformation 3.36.0 → 3.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/CloudFormation.js +0 -19
- package/dist-cjs/CloudFormationClient.js +0 -24
- package/dist-cjs/commands/ActivateTypeCommand.js +0 -30
- package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +0 -27
- package/dist-cjs/commands/CancelUpdateStackCommand.js +0 -28
- package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +0 -34
- package/dist-cjs/commands/CreateChangeSetCommand.js +0 -44
- package/dist-cjs/commands/CreateStackCommand.js +0 -25
- package/dist-cjs/commands/CreateStackInstancesCommand.js +0 -25
- package/dist-cjs/commands/CreateStackSetCommand.js +0 -24
- package/dist-cjs/commands/DeactivateTypeCommand.js +0 -29
- package/dist-cjs/commands/DeleteChangeSetCommand.js +0 -31
- package/dist-cjs/commands/DeleteStackCommand.js +0 -26
- package/dist-cjs/commands/DeleteStackInstancesCommand.js +0 -24
- package/dist-cjs/commands/DeleteStackSetCommand.js +0 -25
- package/dist-cjs/commands/DeregisterTypeCommand.js +0 -33
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +0 -27
- package/dist-cjs/commands/DescribeChangeSetCommand.js +0 -26
- package/dist-cjs/commands/DescribePublisherCommand.js +0 -42
- package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +0 -36
- package/dist-cjs/commands/DescribeStackEventsCommand.js +0 -29
- package/dist-cjs/commands/DescribeStackInstanceCommand.js +0 -26
- package/dist-cjs/commands/DescribeStackResourceCommand.js +0 -26
- package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +0 -33
- package/dist-cjs/commands/DescribeStackResourcesCommand.js +0 -43
- package/dist-cjs/commands/DescribeStackSetCommand.js +0 -24
- package/dist-cjs/commands/DescribeStackSetOperationCommand.js +0 -24
- package/dist-cjs/commands/DescribeStacksCommand.js +0 -29
- package/dist-cjs/commands/DescribeTypeCommand.js +0 -27
- package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +0 -34
- package/dist-cjs/commands/DetectStackDriftCommand.js +0 -44
- package/dist-cjs/commands/DetectStackResourceDriftCommand.js +0 -35
- package/dist-cjs/commands/DetectStackSetDriftCommand.js +0 -67
- package/dist-cjs/commands/EstimateTemplateCostCommand.js +0 -26
- package/dist-cjs/commands/ExecuteChangeSetCommand.js +0 -34
- package/dist-cjs/commands/GetStackPolicyCommand.js +0 -25
- package/dist-cjs/commands/GetTemplateCommand.js +0 -30
- package/dist-cjs/commands/GetTemplateSummaryCommand.js +0 -32
- package/dist-cjs/commands/ImportStacksToStackSetCommand.js +0 -31
- package/dist-cjs/commands/ListChangeSetsCommand.js +0 -26
- package/dist-cjs/commands/ListExportsCommand.js +0 -30
- package/dist-cjs/commands/ListImportsCommand.js +0 -29
- package/dist-cjs/commands/ListStackInstancesCommand.js +0 -26
- package/dist-cjs/commands/ListStackResourcesCommand.js +0 -26
- package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +0 -24
- package/dist-cjs/commands/ListStackSetOperationsCommand.js +0 -24
- package/dist-cjs/commands/ListStackSetsCommand.js +0 -44
- package/dist-cjs/commands/ListStacksCommand.js +0 -28
- package/dist-cjs/commands/ListTypeRegistrationsCommand.js +0 -24
- package/dist-cjs/commands/ListTypeVersionsCommand.js +0 -24
- package/dist-cjs/commands/ListTypesCommand.js +0 -24
- package/dist-cjs/commands/PublishTypeCommand.js +0 -29
- package/dist-cjs/commands/RecordHandlerProgressCommand.js +0 -25
- package/dist-cjs/commands/RegisterPublisherCommand.js +0 -30
- package/dist-cjs/commands/RegisterTypeCommand.js +0 -51
- package/dist-cjs/commands/RollbackStackCommand.js +0 -53
- package/dist-cjs/commands/SetStackPolicyCommand.js +0 -24
- package/dist-cjs/commands/SetTypeConfigurationCommand.js +0 -36
- package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +0 -25
- package/dist-cjs/commands/SignalResourceCommand.js +0 -29
- package/dist-cjs/commands/StopStackSetOperationCommand.js +0 -24
- package/dist-cjs/commands/TestTypeCommand.js +0 -47
- package/dist-cjs/commands/UpdateStackCommand.js +0 -29
- package/dist-cjs/commands/UpdateStackInstancesCommand.js +0 -36
- package/dist-cjs/commands/UpdateStackSetCommand.js +0 -29
- package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +0 -30
- package/dist-cjs/commands/ValidateTemplateCommand.js +0 -26
- package/dist-cjs/commands/index.js +68 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -92
- package/dist-cjs/models/models_0.js +0 -603
- package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeStackEventsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeStacksPaginator.js +0 -10
- package/dist-cjs/pagination/ListChangeSetsPaginator.js +0 -10
- package/dist-cjs/pagination/ListExportsPaginator.js +0 -10
- package/dist-cjs/pagination/ListImportsPaginator.js +0 -10
- package/dist-cjs/pagination/ListStackInstancesPaginator.js +0 -10
- package/dist-cjs/pagination/ListStackResourcesPaginator.js +0 -10
- package/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +0 -10
- package/dist-cjs/pagination/ListStackSetOperationsPaginator.js +0 -10
- package/dist-cjs/pagination/ListStackSetsPaginator.js +0 -10
- package/dist-cjs/pagination/ListStacksPaginator.js +0 -10
- package/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTypeVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTypesPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +20 -0
- package/dist-cjs/protocols/Aws_query.js +0 -2
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +11 -0
- package/dist-cjs/waiters/waitForChangeSetCreateComplete.js +0 -9
- package/dist-cjs/waiters/waitForStackCreateComplete.js +0 -9
- package/dist-cjs/waiters/waitForStackDeleteComplete.js +0 -9
- package/dist-cjs/waiters/waitForStackExists.js +0 -9
- package/dist-cjs/waiters/waitForStackImportComplete.js +0 -9
- package/dist-cjs/waiters/waitForStackRollbackComplete.js +0 -9
- package/dist-cjs/waiters/waitForStackUpdateComplete.js +0 -9
- package/dist-cjs/waiters/waitForTypeRegistrationComplete.js +0 -9
- package/dist-es/commands/index.js +65 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -92
- package/dist-es/pagination/index.js +17 -0
- package/dist-es/waiters/index.js +8 -0
- package/dist-types/commands/index.d.ts +65 -0
- package/dist-types/index.d.ts +5 -92
- package/dist-types/pagination/index.d.ts +17 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +66 -661
- package/dist-types/ts3.4/CloudFormationClient.d.ts +24 -105
- package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +2 -38
- package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +2 -39
- package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +2 -63
- package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +2 -49
- package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/index.d.ts +65 -0
- package/dist-types/ts3.4/index.d.ts +5 -92
- package/dist-types/ts3.4/models/models_0.d.ts +1066 -6563
- package/dist-types/ts3.4/pagination/index.d.ts +17 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +8 -0
- package/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForStackExists.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +8 -0
- package/package.json +33 -33
|
@@ -4,22 +4,13 @@ exports.paginateDescribeAccountLimits = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const DescribeAccountLimitsCommand_1 = require("../commands/DescribeAccountLimitsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeAccountLimitsCommand_1.DescribeAccountLimitsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeAccountLimits(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeAccountLimits(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,7 +29,6 @@ async function* paginateDescribeAccountLimits(config, input, ...additionalArgume
|
|
|
38
29
|
token = page.NextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateDescribeAccountLimits = paginateDescribeAccountLimits;
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeStackEvents = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const DescribeStackEventsCommand_1 = require("../commands/DescribeStackEventsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeStackEventsCommand_1.DescribeStackEventsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeStackEvents(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeStackEvents(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,7 +29,6 @@ async function* paginateDescribeStackEvents(config, input, ...additionalArgument
|
|
|
38
29
|
token = page.NextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateDescribeStackEvents = paginateDescribeStackEvents;
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeStackResourceDrifts = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const DescribeStackResourceDriftsCommand_1 = require("../commands/DescribeStackResourceDriftsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeStackResourceDriftsCommand_1.DescribeStackResourceDriftsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeStackResourceDrifts(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeStackResourceDrifts(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateDescribeStackResourceDrifts(config, input, ...additional
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeStackResourceDrifts = paginateDescribeStackResourceDrifts;
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeStacks = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const DescribeStacksCommand_1 = require("../commands/DescribeStacksCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeStacksCommand_1.DescribeStacksCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeStacks(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeStacks(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,7 +29,6 @@ async function* paginateDescribeStacks(config, input, ...additionalArguments) {
|
|
|
38
29
|
token = page.NextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateDescribeStacks = paginateDescribeStacks;
|
|
@@ -4,22 +4,13 @@ exports.paginateListChangeSets = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const ListChangeSetsCommand_1 = require("../commands/ListChangeSetsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListChangeSetsCommand_1.ListChangeSetsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listChangeSets(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListChangeSets(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,7 +29,6 @@ async function* paginateListChangeSets(config, input, ...additionalArguments) {
|
|
|
38
29
|
token = page.NextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateListChangeSets = paginateListChangeSets;
|
|
@@ -4,22 +4,13 @@ exports.paginateListExports = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const ListExportsCommand_1 = require("../commands/ListExportsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListExportsCommand_1.ListExportsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listExports(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListExports(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,7 +29,6 @@ async function* paginateListExports(config, input, ...additionalArguments) {
|
|
|
38
29
|
token = page.NextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateListExports = paginateListExports;
|
|
@@ -4,22 +4,13 @@ exports.paginateListImports = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const ListImportsCommand_1 = require("../commands/ListImportsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListImportsCommand_1.ListImportsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listImports(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListImports(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,7 +29,6 @@ async function* paginateListImports(config, input, ...additionalArguments) {
|
|
|
38
29
|
token = page.NextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateListImports = paginateListImports;
|
|
@@ -4,22 +4,13 @@ exports.paginateListStackInstances = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const ListStackInstancesCommand_1 = require("../commands/ListStackInstancesCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListStackInstancesCommand_1.ListStackInstancesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listStackInstances(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListStackInstances(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListStackInstances(config, input, ...additionalArguments
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListStackInstances = paginateListStackInstances;
|
|
@@ -4,22 +4,13 @@ exports.paginateListStackResources = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const ListStackResourcesCommand_1 = require("../commands/ListStackResourcesCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListStackResourcesCommand_1.ListStackResourcesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listStackResources(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListStackResources(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,7 +29,6 @@ async function* paginateListStackResources(config, input, ...additionalArguments
|
|
|
38
29
|
token = page.NextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateListStackResources = paginateListStackResources;
|
|
@@ -4,22 +4,13 @@ exports.paginateListStackSetOperationResults = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const ListStackSetOperationResultsCommand_1 = require("../commands/ListStackSetOperationResultsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListStackSetOperationResultsCommand_1.ListStackSetOperationResultsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listStackSetOperationResults(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListStackSetOperationResults(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListStackSetOperationResults(config, input, ...additiona
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListStackSetOperationResults = paginateListStackSetOperationResults;
|
|
@@ -4,22 +4,13 @@ exports.paginateListStackSetOperations = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const ListStackSetOperationsCommand_1 = require("../commands/ListStackSetOperationsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListStackSetOperationsCommand_1.ListStackSetOperationsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listStackSetOperations(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListStackSetOperations(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListStackSetOperations(config, input, ...additionalArgum
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListStackSetOperations = paginateListStackSetOperations;
|
|
@@ -4,22 +4,13 @@ exports.paginateListStackSets = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const ListStackSetsCommand_1 = require("../commands/ListStackSetsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListStackSetsCommand_1.ListStackSetsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listStackSets(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListStackSets(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListStackSets(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListStackSets = paginateListStackSets;
|
|
@@ -4,22 +4,13 @@ exports.paginateListStacks = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const ListStacksCommand_1 = require("../commands/ListStacksCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListStacksCommand_1.ListStacksCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listStacks(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListStacks(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,7 +29,6 @@ async function* paginateListStacks(config, input, ...additionalArguments) {
|
|
|
38
29
|
token = page.NextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateListStacks = paginateListStacks;
|
|
@@ -4,22 +4,13 @@ exports.paginateListTypeRegistrations = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const ListTypeRegistrationsCommand_1 = require("../commands/ListTypeRegistrationsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListTypeRegistrationsCommand_1.ListTypeRegistrationsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listTypeRegistrations(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListTypeRegistrations(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListTypeRegistrations(config, input, ...additionalArgume
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListTypeRegistrations = paginateListTypeRegistrations;
|
|
@@ -4,22 +4,13 @@ exports.paginateListTypeVersions = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const ListTypeVersionsCommand_1 = require("../commands/ListTypeVersionsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListTypeVersionsCommand_1.ListTypeVersionsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listTypeVersions(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListTypeVersions(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListTypeVersions(config, input, ...additionalArguments)
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListTypeVersions = paginateListTypeVersions;
|
|
@@ -4,22 +4,13 @@ exports.paginateListTypes = void 0;
|
|
|
4
4
|
const CloudFormation_1 = require("../CloudFormation");
|
|
5
5
|
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
6
|
const ListTypesCommand_1 = require("../commands/ListTypesCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListTypesCommand_1.ListTypesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listTypes(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListTypes(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListTypes(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListTypes = paginateListTypes;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./DescribeAccountLimitsPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./DescribeStackEventsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./DescribeStackResourceDriftsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DescribeStacksPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListChangeSetsPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListExportsPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListImportsPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListStackInstancesPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListStackResourcesPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListStackSetOperationResultsPaginator"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ListStackSetOperationsPaginator"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./ListStackSetsPaginator"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./ListStacksPaginator"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./ListTypeRegistrationsPaginator"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./ListTypeVersionsPaginator"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./ListTypesPaginator"), exports);
|
|
@@ -9368,14 +9368,12 @@ const deserializeMetadata = (output) => {
|
|
|
9368
9368
|
cfId: output.headers["x-amz-cf-id"],
|
|
9369
9369
|
});
|
|
9370
9370
|
};
|
|
9371
|
-
// Collect low-level response body stream to Uint8Array.
|
|
9372
9371
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
9373
9372
|
if (streamBody instanceof Uint8Array) {
|
|
9374
9373
|
return Promise.resolve(streamBody);
|
|
9375
9374
|
}
|
|
9376
9375
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
9377
9376
|
};
|
|
9378
|
-
// Encode Uint8Array data into string with utf-8.
|
|
9379
9377
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
9380
9378
|
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
9381
9379
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
6
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
7
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
8
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
9
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -13,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
13
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
14
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
15
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
15
|
const getRuntimeConfig = (config) => {
|
|
20
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
21
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
6
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
7
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
8
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
9
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -17,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
17
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
18
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
19
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
19
|
const getRuntimeConfig = (config) => {
|
|
24
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
25
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
5
|
const endpoints_1 = require("./endpoints");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./waitForChangeSetCreateComplete"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./waitForStackCreateComplete"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./waitForStackDeleteComplete"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./waitForStackExists"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./waitForStackImportComplete"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./waitForStackRollbackComplete"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./waitForStackUpdateComplete"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./waitForTypeRegistrationComplete"), exports);
|
|
@@ -35,20 +35,11 @@ const checkState = async (client, input) => {
|
|
|
35
35
|
}
|
|
36
36
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
37
37
|
};
|
|
38
|
-
/**
|
|
39
|
-
* Wait until change set status is CREATE_COMPLETE.
|
|
40
|
-
* @deprecated Use waitUntilChangeSetCreateComplete instead. waitForChangeSetCreateComplete does not throw error in non-success cases.
|
|
41
|
-
*/
|
|
42
38
|
const waitForChangeSetCreateComplete = async (params, input) => {
|
|
43
39
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
44
40
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
45
41
|
};
|
|
46
42
|
exports.waitForChangeSetCreateComplete = waitForChangeSetCreateComplete;
|
|
47
|
-
/**
|
|
48
|
-
* Wait until change set status is CREATE_COMPLETE.
|
|
49
|
-
* @param params - Waiter configuration options.
|
|
50
|
-
* @param input - The input to DescribeChangeSetCommand for polling.
|
|
51
|
-
*/
|
|
52
43
|
const waitUntilChangeSetCreateComplete = async (params, input) => {
|
|
53
44
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
54
45
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
@@ -109,20 +109,11 @@ const checkState = async (client, input) => {
|
|
|
109
109
|
}
|
|
110
110
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
111
111
|
};
|
|
112
|
-
/**
|
|
113
|
-
* Wait until stack status is CREATE_COMPLETE.
|
|
114
|
-
* @deprecated Use waitUntilStackCreateComplete instead. waitForStackCreateComplete does not throw error in non-success cases.
|
|
115
|
-
*/
|
|
116
112
|
const waitForStackCreateComplete = async (params, input) => {
|
|
117
113
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
118
114
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
119
115
|
};
|
|
120
116
|
exports.waitForStackCreateComplete = waitForStackCreateComplete;
|
|
121
|
-
/**
|
|
122
|
-
* Wait until stack status is CREATE_COMPLETE.
|
|
123
|
-
* @param params - Waiter configuration options.
|
|
124
|
-
* @param input - The input to DescribeStacksCommand for polling.
|
|
125
|
-
*/
|
|
126
117
|
const waitUntilStackCreateComplete = async (params, input) => {
|
|
127
118
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
128
119
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|