@cdk8s/awscdk-resolver 0.0.241 → 0.0.243
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +40 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +782 -33
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +51 -55
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +55 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorActionsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +514 -24
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +43 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +52 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +36 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +7 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +69 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +968 -1147
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +770 -32
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorActionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +45 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +86 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +30 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackRefactorCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackRefactorCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteStackRefactorCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorActionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +130 -151
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +158 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorActionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +6 -6
@@ -8,7 +8,7 @@ import {
|
|
8
8
|
import {
|
9
9
|
ListTypeVersionsInput,
|
10
10
|
ListTypeVersionsOutput,
|
11
|
-
} from "../models/
|
11
|
+
} from "../models/models_1";
|
12
12
|
export { __MetadataBearer };
|
13
13
|
export { $Command };
|
14
14
|
export interface ListTypeVersionsCommandInput extends ListTypeVersionsInput {}
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts
CHANGED
@@ -5,7 +5,7 @@ import {
|
|
5
5
|
ServiceInputTypes,
|
6
6
|
ServiceOutputTypes,
|
7
7
|
} from "../CloudFormationClient";
|
8
|
-
import { ListTypesInput, ListTypesOutput } from "../models/
|
8
|
+
import { ListTypesInput, ListTypesOutput } from "../models/models_1";
|
9
9
|
export { __MetadataBearer };
|
10
10
|
export { $Command };
|
11
11
|
export interface ListTypesCommandInput extends ListTypesInput {}
|
@@ -5,7 +5,7 @@ import {
|
|
5
5
|
ServiceInputTypes,
|
6
6
|
ServiceOutputTypes,
|
7
7
|
} from "../CloudFormationClient";
|
8
|
-
import { PublishTypeInput, PublishTypeOutput } from "../models/
|
8
|
+
import { PublishTypeInput, PublishTypeOutput } from "../models/models_1";
|
9
9
|
export { __MetadataBearer };
|
10
10
|
export { $Command };
|
11
11
|
export interface PublishTypeCommandInput extends PublishTypeInput {}
|
@@ -8,7 +8,7 @@ import {
|
|
8
8
|
import {
|
9
9
|
RegisterPublisherInput,
|
10
10
|
RegisterPublisherOutput,
|
11
|
-
} from "../models/
|
11
|
+
} from "../models/models_1";
|
12
12
|
export { __MetadataBearer };
|
13
13
|
export { $Command };
|
14
14
|
export interface RegisterPublisherCommandInput extends RegisterPublisherInput {}
|
@@ -7,6 +7,7 @@ export * from "./CreateChangeSetCommand";
|
|
7
7
|
export * from "./CreateGeneratedTemplateCommand";
|
8
8
|
export * from "./CreateStackCommand";
|
9
9
|
export * from "./CreateStackInstancesCommand";
|
10
|
+
export * from "./CreateStackRefactorCommand";
|
10
11
|
export * from "./CreateStackSetCommand";
|
11
12
|
export * from "./DeactivateOrganizationsAccessCommand";
|
12
13
|
export * from "./DeactivateTypeCommand";
|
@@ -26,6 +27,7 @@ export * from "./DescribeResourceScanCommand";
|
|
26
27
|
export * from "./DescribeStackDriftDetectionStatusCommand";
|
27
28
|
export * from "./DescribeStackEventsCommand";
|
28
29
|
export * from "./DescribeStackInstanceCommand";
|
30
|
+
export * from "./DescribeStackRefactorCommand";
|
29
31
|
export * from "./DescribeStackResourceCommand";
|
30
32
|
export * from "./DescribeStackResourceDriftsCommand";
|
31
33
|
export * from "./DescribeStackResourcesCommand";
|
@@ -39,6 +41,7 @@ export * from "./DetectStackResourceDriftCommand";
|
|
39
41
|
export * from "./DetectStackSetDriftCommand";
|
40
42
|
export * from "./EstimateTemplateCostCommand";
|
41
43
|
export * from "./ExecuteChangeSetCommand";
|
44
|
+
export * from "./ExecuteStackRefactorCommand";
|
42
45
|
export * from "./GetGeneratedTemplateCommand";
|
43
46
|
export * from "./GetStackPolicyCommand";
|
44
47
|
export * from "./GetTemplateCommand";
|
@@ -54,6 +57,8 @@ export * from "./ListResourceScanResourcesCommand";
|
|
54
57
|
export * from "./ListResourceScansCommand";
|
55
58
|
export * from "./ListStackInstanceResourceDriftsCommand";
|
56
59
|
export * from "./ListStackInstancesCommand";
|
60
|
+
export * from "./ListStackRefactorActionsCommand";
|
61
|
+
export * from "./ListStackRefactorsCommand";
|
57
62
|
export * from "./ListStackResourcesCommand";
|
58
63
|
export * from "./ListStackSetAutoDeploymentTargetsCommand";
|
59
64
|
export * from "./ListStackSetOperationResultsCommand";
|
@@ -591,6 +591,28 @@ export declare class StaleRequestException extends __BaseException {
|
|
591
591
|
opts: __ExceptionOptionType<StaleRequestException, __BaseException>
|
592
592
|
);
|
593
593
|
}
|
594
|
+
export interface ResourceLocation {
|
595
|
+
StackName: string | undefined;
|
596
|
+
LogicalResourceId: string | undefined;
|
597
|
+
}
|
598
|
+
export interface ResourceMapping {
|
599
|
+
Source: ResourceLocation | undefined;
|
600
|
+
Destination: ResourceLocation | undefined;
|
601
|
+
}
|
602
|
+
export interface StackDefinition {
|
603
|
+
StackName?: string | undefined;
|
604
|
+
TemplateBody?: string | undefined;
|
605
|
+
TemplateURL?: string | undefined;
|
606
|
+
}
|
607
|
+
export interface CreateStackRefactorInput {
|
608
|
+
Description?: string | undefined;
|
609
|
+
EnableStackCreation?: boolean | undefined;
|
610
|
+
ResourceMappings?: ResourceMapping[] | undefined;
|
611
|
+
StackDefinitions: StackDefinition[] | undefined;
|
612
|
+
}
|
613
|
+
export interface CreateStackRefactorOutput {
|
614
|
+
StackRefactorId: string | undefined;
|
615
|
+
}
|
594
616
|
export declare class CreatedButModifiedException extends __BaseException {
|
595
617
|
readonly name: "CreatedButModifiedException";
|
596
618
|
readonly $fault: "client";
|
@@ -958,6 +980,12 @@ export declare const ResourceStatus: {
|
|
958
980
|
readonly DELETE_FAILED: "DELETE_FAILED";
|
959
981
|
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
960
982
|
readonly DELETE_SKIPPED: "DELETE_SKIPPED";
|
983
|
+
readonly EXPORT_COMPLETE: "EXPORT_COMPLETE";
|
984
|
+
readonly EXPORT_FAILED: "EXPORT_FAILED";
|
985
|
+
readonly EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS";
|
986
|
+
readonly EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE";
|
987
|
+
readonly EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED";
|
988
|
+
readonly EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS";
|
961
989
|
readonly IMPORT_COMPLETE: "IMPORT_COMPLETE";
|
962
990
|
readonly IMPORT_FAILED: "IMPORT_FAILED";
|
963
991
|
readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
|
@@ -1052,6 +1080,49 @@ export declare class StackInstanceNotFoundException extends __BaseException {
|
|
1052
1080
|
opts: __ExceptionOptionType<StackInstanceNotFoundException, __BaseException>
|
1053
1081
|
);
|
1054
1082
|
}
|
1083
|
+
export interface DescribeStackRefactorInput {
|
1084
|
+
StackRefactorId: string | undefined;
|
1085
|
+
}
|
1086
|
+
export declare const StackRefactorExecutionStatus: {
|
1087
|
+
readonly AVAILABLE: "AVAILABLE";
|
1088
|
+
readonly EXECUTE_COMPLETE: "EXECUTE_COMPLETE";
|
1089
|
+
readonly EXECUTE_FAILED: "EXECUTE_FAILED";
|
1090
|
+
readonly EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS";
|
1091
|
+
readonly OBSOLETE: "OBSOLETE";
|
1092
|
+
readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
|
1093
|
+
readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
|
1094
|
+
readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
|
1095
|
+
readonly UNAVAILABLE: "UNAVAILABLE";
|
1096
|
+
};
|
1097
|
+
export type StackRefactorExecutionStatus =
|
1098
|
+
(typeof StackRefactorExecutionStatus)[keyof typeof StackRefactorExecutionStatus];
|
1099
|
+
export declare const StackRefactorStatus: {
|
1100
|
+
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
1101
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
1102
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
1103
|
+
readonly DELETE_COMPLETE: "DELETE_COMPLETE";
|
1104
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
1105
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
1106
|
+
};
|
1107
|
+
export type StackRefactorStatus =
|
1108
|
+
(typeof StackRefactorStatus)[keyof typeof StackRefactorStatus];
|
1109
|
+
export interface DescribeStackRefactorOutput {
|
1110
|
+
Description?: string | undefined;
|
1111
|
+
StackRefactorId?: string | undefined;
|
1112
|
+
StackIds?: string[] | undefined;
|
1113
|
+
ExecutionStatus?: StackRefactorExecutionStatus | undefined;
|
1114
|
+
ExecutionStatusReason?: string | undefined;
|
1115
|
+
Status?: StackRefactorStatus | undefined;
|
1116
|
+
StatusReason?: string | undefined;
|
1117
|
+
}
|
1118
|
+
export declare class StackRefactorNotFoundException extends __BaseException {
|
1119
|
+
readonly name: "StackRefactorNotFoundException";
|
1120
|
+
readonly $fault: "client";
|
1121
|
+
Message?: string | undefined;
|
1122
|
+
constructor(
|
1123
|
+
opts: __ExceptionOptionType<StackRefactorNotFoundException, __BaseException>
|
1124
|
+
);
|
1125
|
+
}
|
1055
1126
|
export interface DescribeStackResourceInput {
|
1056
1127
|
StackName: string | undefined;
|
1057
1128
|
LogicalResourceId: string | undefined;
|
@@ -1446,6 +1517,9 @@ export interface ExecuteChangeSetInput {
|
|
1446
1517
|
RetainExceptOnCreate?: boolean | undefined;
|
1447
1518
|
}
|
1448
1519
|
export interface ExecuteChangeSetOutput {}
|
1520
|
+
export interface ExecuteStackRefactorInput {
|
1521
|
+
StackRefactorId: string | undefined;
|
1522
|
+
}
|
1449
1523
|
export declare const TemplateFormat: {
|
1450
1524
|
readonly JSON: "JSON";
|
1451
1525
|
readonly YAML: "YAML";
|
@@ -1745,6 +1819,62 @@ export interface ListStackInstancesOutput {
|
|
1745
1819
|
Summaries?: StackInstanceSummary[] | undefined;
|
1746
1820
|
NextToken?: string | undefined;
|
1747
1821
|
}
|
1822
|
+
export interface ListStackRefactorActionsInput {
|
1823
|
+
StackRefactorId: string | undefined;
|
1824
|
+
NextToken?: string | undefined;
|
1825
|
+
MaxResults?: number | undefined;
|
1826
|
+
}
|
1827
|
+
export declare const StackRefactorActionType: {
|
1828
|
+
readonly CREATE: "CREATE";
|
1829
|
+
readonly MOVE: "MOVE";
|
1830
|
+
};
|
1831
|
+
export type StackRefactorActionType =
|
1832
|
+
(typeof StackRefactorActionType)[keyof typeof StackRefactorActionType];
|
1833
|
+
export declare const StackRefactorDetection: {
|
1834
|
+
readonly AUTO: "AUTO";
|
1835
|
+
readonly MANUAL: "MANUAL";
|
1836
|
+
};
|
1837
|
+
export type StackRefactorDetection =
|
1838
|
+
(typeof StackRefactorDetection)[keyof typeof StackRefactorDetection];
|
1839
|
+
export declare const StackRefactorActionEntity: {
|
1840
|
+
readonly RESOURCE: "RESOURCE";
|
1841
|
+
readonly STACK: "STACK";
|
1842
|
+
};
|
1843
|
+
export type StackRefactorActionEntity =
|
1844
|
+
(typeof StackRefactorActionEntity)[keyof typeof StackRefactorActionEntity];
|
1845
|
+
export interface StackRefactorAction {
|
1846
|
+
Action?: StackRefactorActionType | undefined;
|
1847
|
+
Entity?: StackRefactorActionEntity | undefined;
|
1848
|
+
PhysicalResourceId?: string | undefined;
|
1849
|
+
ResourceIdentifier?: string | undefined;
|
1850
|
+
Description?: string | undefined;
|
1851
|
+
Detection?: StackRefactorDetection | undefined;
|
1852
|
+
DetectionReason?: string | undefined;
|
1853
|
+
TagResources?: Tag[] | undefined;
|
1854
|
+
UntagResources?: string[] | undefined;
|
1855
|
+
ResourceMapping?: ResourceMapping | undefined;
|
1856
|
+
}
|
1857
|
+
export interface ListStackRefactorActionsOutput {
|
1858
|
+
StackRefactorActions: StackRefactorAction[] | undefined;
|
1859
|
+
NextToken?: string | undefined;
|
1860
|
+
}
|
1861
|
+
export interface ListStackRefactorsInput {
|
1862
|
+
ExecutionStatusFilter?: StackRefactorExecutionStatus[] | undefined;
|
1863
|
+
NextToken?: string | undefined;
|
1864
|
+
MaxResults?: number | undefined;
|
1865
|
+
}
|
1866
|
+
export interface StackRefactorSummary {
|
1867
|
+
StackRefactorId?: string | undefined;
|
1868
|
+
Description?: string | undefined;
|
1869
|
+
ExecutionStatus?: StackRefactorExecutionStatus | undefined;
|
1870
|
+
ExecutionStatusReason?: string | undefined;
|
1871
|
+
Status?: StackRefactorStatus | undefined;
|
1872
|
+
StatusReason?: string | undefined;
|
1873
|
+
}
|
1874
|
+
export interface ListStackRefactorsOutput {
|
1875
|
+
StackRefactorSummaries: StackRefactorSummary[] | undefined;
|
1876
|
+
NextToken?: string | undefined;
|
1877
|
+
}
|
1748
1878
|
export interface ListStackResourcesInput {
|
1749
1879
|
StackName: string | undefined;
|
1750
1880
|
NextToken?: string | undefined;
|
@@ -1881,154 +2011,3 @@ export interface StackSetSummary {
|
|
1881
2011
|
LastDriftCheckTimestamp?: Date | undefined;
|
1882
2012
|
ManagedExecution?: ManagedExecution | undefined;
|
1883
2013
|
}
|
1884
|
-
export interface ListStackSetsOutput {
|
1885
|
-
Summaries?: StackSetSummary[] | undefined;
|
1886
|
-
NextToken?: string | undefined;
|
1887
|
-
}
|
1888
|
-
export interface ListTypeRegistrationsInput {
|
1889
|
-
Type?: RegistryType | undefined;
|
1890
|
-
TypeName?: string | undefined;
|
1891
|
-
TypeArn?: string | undefined;
|
1892
|
-
RegistrationStatusFilter?: RegistrationStatus | undefined;
|
1893
|
-
MaxResults?: number | undefined;
|
1894
|
-
NextToken?: string | undefined;
|
1895
|
-
}
|
1896
|
-
export interface ListTypeRegistrationsOutput {
|
1897
|
-
RegistrationTokenList?: string[] | undefined;
|
1898
|
-
NextToken?: string | undefined;
|
1899
|
-
}
|
1900
|
-
export interface TypeFilters {
|
1901
|
-
Category?: Category | undefined;
|
1902
|
-
PublisherId?: string | undefined;
|
1903
|
-
TypeNamePrefix?: string | undefined;
|
1904
|
-
}
|
1905
|
-
export interface ListTypesInput {
|
1906
|
-
Visibility?: Visibility | undefined;
|
1907
|
-
ProvisioningType?: ProvisioningType | undefined;
|
1908
|
-
DeprecatedStatus?: DeprecatedStatus | undefined;
|
1909
|
-
Type?: RegistryType | undefined;
|
1910
|
-
Filters?: TypeFilters | undefined;
|
1911
|
-
MaxResults?: number | undefined;
|
1912
|
-
NextToken?: string | undefined;
|
1913
|
-
}
|
1914
|
-
export interface TypeSummary {
|
1915
|
-
Type?: RegistryType | undefined;
|
1916
|
-
TypeName?: string | undefined;
|
1917
|
-
DefaultVersionId?: string | undefined;
|
1918
|
-
TypeArn?: string | undefined;
|
1919
|
-
LastUpdated?: Date | undefined;
|
1920
|
-
Description?: string | undefined;
|
1921
|
-
PublisherId?: string | undefined;
|
1922
|
-
OriginalTypeName?: string | undefined;
|
1923
|
-
PublicVersionNumber?: string | undefined;
|
1924
|
-
LatestPublicVersion?: string | undefined;
|
1925
|
-
PublisherIdentity?: IdentityProvider | undefined;
|
1926
|
-
PublisherName?: string | undefined;
|
1927
|
-
IsActivated?: boolean | undefined;
|
1928
|
-
}
|
1929
|
-
export interface ListTypesOutput {
|
1930
|
-
TypeSummaries?: TypeSummary[] | undefined;
|
1931
|
-
NextToken?: string | undefined;
|
1932
|
-
}
|
1933
|
-
export interface ListTypeVersionsInput {
|
1934
|
-
Type?: RegistryType | undefined;
|
1935
|
-
TypeName?: string | undefined;
|
1936
|
-
Arn?: string | undefined;
|
1937
|
-
MaxResults?: number | undefined;
|
1938
|
-
NextToken?: string | undefined;
|
1939
|
-
DeprecatedStatus?: DeprecatedStatus | undefined;
|
1940
|
-
PublisherId?: string | undefined;
|
1941
|
-
}
|
1942
|
-
export interface TypeVersionSummary {
|
1943
|
-
Type?: RegistryType | undefined;
|
1944
|
-
TypeName?: string | undefined;
|
1945
|
-
VersionId?: string | undefined;
|
1946
|
-
IsDefaultVersion?: boolean | undefined;
|
1947
|
-
Arn?: string | undefined;
|
1948
|
-
TimeCreated?: Date | undefined;
|
1949
|
-
Description?: string | undefined;
|
1950
|
-
PublicVersionNumber?: string | undefined;
|
1951
|
-
}
|
1952
|
-
export interface ListTypeVersionsOutput {
|
1953
|
-
TypeVersionSummaries?: TypeVersionSummary[] | undefined;
|
1954
|
-
NextToken?: string | undefined;
|
1955
|
-
}
|
1956
|
-
export interface PublishTypeInput {
|
1957
|
-
Type?: ThirdPartyType | undefined;
|
1958
|
-
Arn?: string | undefined;
|
1959
|
-
TypeName?: string | undefined;
|
1960
|
-
PublicVersionNumber?: string | undefined;
|
1961
|
-
}
|
1962
|
-
export interface PublishTypeOutput {
|
1963
|
-
PublicTypeArn?: string | undefined;
|
1964
|
-
}
|
1965
|
-
export declare class InvalidStateTransitionException extends __BaseException {
|
1966
|
-
readonly name: "InvalidStateTransitionException";
|
1967
|
-
readonly $fault: "client";
|
1968
|
-
Message?: string | undefined;
|
1969
|
-
constructor(
|
1970
|
-
opts: __ExceptionOptionType<
|
1971
|
-
InvalidStateTransitionException,
|
1972
|
-
__BaseException
|
1973
|
-
>
|
1974
|
-
);
|
1975
|
-
}
|
1976
|
-
export declare class OperationStatusCheckFailedException extends __BaseException {
|
1977
|
-
readonly name: "OperationStatusCheckFailedException";
|
1978
|
-
readonly $fault: "client";
|
1979
|
-
Message?: string | undefined;
|
1980
|
-
constructor(
|
1981
|
-
opts: __ExceptionOptionType<
|
1982
|
-
OperationStatusCheckFailedException,
|
1983
|
-
__BaseException
|
1984
|
-
>
|
1985
|
-
);
|
1986
|
-
}
|
1987
|
-
export declare const OperationStatus: {
|
1988
|
-
readonly FAILED: "FAILED";
|
1989
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
1990
|
-
readonly PENDING: "PENDING";
|
1991
|
-
readonly SUCCESS: "SUCCESS";
|
1992
|
-
};
|
1993
|
-
export type OperationStatus =
|
1994
|
-
(typeof OperationStatus)[keyof typeof OperationStatus];
|
1995
|
-
export declare const HandlerErrorCode: {
|
1996
|
-
readonly AccessDenied: "AccessDenied";
|
1997
|
-
readonly AlreadyExists: "AlreadyExists";
|
1998
|
-
readonly GeneralServiceException: "GeneralServiceException";
|
1999
|
-
readonly HandlerInternalFailure: "HandlerInternalFailure";
|
2000
|
-
readonly InternalFailure: "InternalFailure";
|
2001
|
-
readonly InvalidCredentials: "InvalidCredentials";
|
2002
|
-
readonly InvalidRequest: "InvalidRequest";
|
2003
|
-
readonly InvalidTypeConfiguration: "InvalidTypeConfiguration";
|
2004
|
-
readonly NetworkFailure: "NetworkFailure";
|
2005
|
-
readonly NonCompliant: "NonCompliant";
|
2006
|
-
readonly NotFound: "NotFound";
|
2007
|
-
readonly NotUpdatable: "NotUpdatable";
|
2008
|
-
readonly ResourceConflict: "ResourceConflict";
|
2009
|
-
readonly ServiceInternalError: "ServiceInternalError";
|
2010
|
-
readonly ServiceLimitExceeded: "ServiceLimitExceeded";
|
2011
|
-
readonly ServiceTimeout: "NotStabilized";
|
2012
|
-
readonly Throttling: "Throttling";
|
2013
|
-
readonly Unknown: "Unknown";
|
2014
|
-
readonly UnsupportedTarget: "UnsupportedTarget";
|
2015
|
-
};
|
2016
|
-
export type HandlerErrorCode =
|
2017
|
-
(typeof HandlerErrorCode)[keyof typeof HandlerErrorCode];
|
2018
|
-
export interface RecordHandlerProgressInput {
|
2019
|
-
BearerToken: string | undefined;
|
2020
|
-
OperationStatus: OperationStatus | undefined;
|
2021
|
-
CurrentOperationStatus?: OperationStatus | undefined;
|
2022
|
-
StatusMessage?: string | undefined;
|
2023
|
-
ErrorCode?: HandlerErrorCode | undefined;
|
2024
|
-
ResourceModel?: string | undefined;
|
2025
|
-
ClientRequestToken?: string | undefined;
|
2026
|
-
}
|
2027
|
-
export interface RecordHandlerProgressOutput {}
|
2028
|
-
export interface RegisterPublisherInput {
|
2029
|
-
AcceptTermsAndConditions?: boolean | undefined;
|
2030
|
-
ConnectionArn?: string | undefined;
|
2031
|
-
}
|
2032
|
-
export interface RegisterPublisherOutput {
|
2033
|
-
PublisherId?: string | undefined;
|
2034
|
-
}
|
@@ -4,19 +4,177 @@ import {
|
|
4
4
|
AutoDeployment,
|
5
5
|
CallAs,
|
6
6
|
Capability,
|
7
|
+
Category,
|
7
8
|
DeploymentTargets,
|
9
|
+
DeprecatedStatus,
|
10
|
+
IdentityProvider,
|
8
11
|
LoggingConfig,
|
9
12
|
ManagedExecution,
|
10
13
|
Parameter,
|
11
14
|
PermissionModels,
|
15
|
+
ProvisioningType,
|
16
|
+
RegistrationStatus,
|
12
17
|
RegistryType,
|
13
18
|
ResourceDefinition,
|
14
19
|
RollbackConfiguration,
|
15
20
|
StackSetOperationPreferences,
|
21
|
+
StackSetSummary,
|
16
22
|
Tag,
|
17
23
|
TemplateConfiguration,
|
18
24
|
ThirdPartyType,
|
25
|
+
Visibility,
|
19
26
|
} from "./models_0";
|
27
|
+
export interface ListStackSetsOutput {
|
28
|
+
Summaries?: StackSetSummary[] | undefined;
|
29
|
+
NextToken?: string | undefined;
|
30
|
+
}
|
31
|
+
export interface ListTypeRegistrationsInput {
|
32
|
+
Type?: RegistryType | undefined;
|
33
|
+
TypeName?: string | undefined;
|
34
|
+
TypeArn?: string | undefined;
|
35
|
+
RegistrationStatusFilter?: RegistrationStatus | undefined;
|
36
|
+
MaxResults?: number | undefined;
|
37
|
+
NextToken?: string | undefined;
|
38
|
+
}
|
39
|
+
export interface ListTypeRegistrationsOutput {
|
40
|
+
RegistrationTokenList?: string[] | undefined;
|
41
|
+
NextToken?: string | undefined;
|
42
|
+
}
|
43
|
+
export interface TypeFilters {
|
44
|
+
Category?: Category | undefined;
|
45
|
+
PublisherId?: string | undefined;
|
46
|
+
TypeNamePrefix?: string | undefined;
|
47
|
+
}
|
48
|
+
export interface ListTypesInput {
|
49
|
+
Visibility?: Visibility | undefined;
|
50
|
+
ProvisioningType?: ProvisioningType | undefined;
|
51
|
+
DeprecatedStatus?: DeprecatedStatus | undefined;
|
52
|
+
Type?: RegistryType | undefined;
|
53
|
+
Filters?: TypeFilters | undefined;
|
54
|
+
MaxResults?: number | undefined;
|
55
|
+
NextToken?: string | undefined;
|
56
|
+
}
|
57
|
+
export interface TypeSummary {
|
58
|
+
Type?: RegistryType | undefined;
|
59
|
+
TypeName?: string | undefined;
|
60
|
+
DefaultVersionId?: string | undefined;
|
61
|
+
TypeArn?: string | undefined;
|
62
|
+
LastUpdated?: Date | undefined;
|
63
|
+
Description?: string | undefined;
|
64
|
+
PublisherId?: string | undefined;
|
65
|
+
OriginalTypeName?: string | undefined;
|
66
|
+
PublicVersionNumber?: string | undefined;
|
67
|
+
LatestPublicVersion?: string | undefined;
|
68
|
+
PublisherIdentity?: IdentityProvider | undefined;
|
69
|
+
PublisherName?: string | undefined;
|
70
|
+
IsActivated?: boolean | undefined;
|
71
|
+
}
|
72
|
+
export interface ListTypesOutput {
|
73
|
+
TypeSummaries?: TypeSummary[] | undefined;
|
74
|
+
NextToken?: string | undefined;
|
75
|
+
}
|
76
|
+
export interface ListTypeVersionsInput {
|
77
|
+
Type?: RegistryType | undefined;
|
78
|
+
TypeName?: string | undefined;
|
79
|
+
Arn?: string | undefined;
|
80
|
+
MaxResults?: number | undefined;
|
81
|
+
NextToken?: string | undefined;
|
82
|
+
DeprecatedStatus?: DeprecatedStatus | undefined;
|
83
|
+
PublisherId?: string | undefined;
|
84
|
+
}
|
85
|
+
export interface TypeVersionSummary {
|
86
|
+
Type?: RegistryType | undefined;
|
87
|
+
TypeName?: string | undefined;
|
88
|
+
VersionId?: string | undefined;
|
89
|
+
IsDefaultVersion?: boolean | undefined;
|
90
|
+
Arn?: string | undefined;
|
91
|
+
TimeCreated?: Date | undefined;
|
92
|
+
Description?: string | undefined;
|
93
|
+
PublicVersionNumber?: string | undefined;
|
94
|
+
}
|
95
|
+
export interface ListTypeVersionsOutput {
|
96
|
+
TypeVersionSummaries?: TypeVersionSummary[] | undefined;
|
97
|
+
NextToken?: string | undefined;
|
98
|
+
}
|
99
|
+
export interface PublishTypeInput {
|
100
|
+
Type?: ThirdPartyType | undefined;
|
101
|
+
Arn?: string | undefined;
|
102
|
+
TypeName?: string | undefined;
|
103
|
+
PublicVersionNumber?: string | undefined;
|
104
|
+
}
|
105
|
+
export interface PublishTypeOutput {
|
106
|
+
PublicTypeArn?: string | undefined;
|
107
|
+
}
|
108
|
+
export declare class InvalidStateTransitionException extends __BaseException {
|
109
|
+
readonly name: "InvalidStateTransitionException";
|
110
|
+
readonly $fault: "client";
|
111
|
+
Message?: string | undefined;
|
112
|
+
constructor(
|
113
|
+
opts: __ExceptionOptionType<
|
114
|
+
InvalidStateTransitionException,
|
115
|
+
__BaseException
|
116
|
+
>
|
117
|
+
);
|
118
|
+
}
|
119
|
+
export declare class OperationStatusCheckFailedException extends __BaseException {
|
120
|
+
readonly name: "OperationStatusCheckFailedException";
|
121
|
+
readonly $fault: "client";
|
122
|
+
Message?: string | undefined;
|
123
|
+
constructor(
|
124
|
+
opts: __ExceptionOptionType<
|
125
|
+
OperationStatusCheckFailedException,
|
126
|
+
__BaseException
|
127
|
+
>
|
128
|
+
);
|
129
|
+
}
|
130
|
+
export declare const OperationStatus: {
|
131
|
+
readonly FAILED: "FAILED";
|
132
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
133
|
+
readonly PENDING: "PENDING";
|
134
|
+
readonly SUCCESS: "SUCCESS";
|
135
|
+
};
|
136
|
+
export type OperationStatus =
|
137
|
+
(typeof OperationStatus)[keyof typeof OperationStatus];
|
138
|
+
export declare const HandlerErrorCode: {
|
139
|
+
readonly AccessDenied: "AccessDenied";
|
140
|
+
readonly AlreadyExists: "AlreadyExists";
|
141
|
+
readonly GeneralServiceException: "GeneralServiceException";
|
142
|
+
readonly HandlerInternalFailure: "HandlerInternalFailure";
|
143
|
+
readonly InternalFailure: "InternalFailure";
|
144
|
+
readonly InvalidCredentials: "InvalidCredentials";
|
145
|
+
readonly InvalidRequest: "InvalidRequest";
|
146
|
+
readonly InvalidTypeConfiguration: "InvalidTypeConfiguration";
|
147
|
+
readonly NetworkFailure: "NetworkFailure";
|
148
|
+
readonly NonCompliant: "NonCompliant";
|
149
|
+
readonly NotFound: "NotFound";
|
150
|
+
readonly NotUpdatable: "NotUpdatable";
|
151
|
+
readonly ResourceConflict: "ResourceConflict";
|
152
|
+
readonly ServiceInternalError: "ServiceInternalError";
|
153
|
+
readonly ServiceLimitExceeded: "ServiceLimitExceeded";
|
154
|
+
readonly ServiceTimeout: "NotStabilized";
|
155
|
+
readonly Throttling: "Throttling";
|
156
|
+
readonly Unknown: "Unknown";
|
157
|
+
readonly UnsupportedTarget: "UnsupportedTarget";
|
158
|
+
};
|
159
|
+
export type HandlerErrorCode =
|
160
|
+
(typeof HandlerErrorCode)[keyof typeof HandlerErrorCode];
|
161
|
+
export interface RecordHandlerProgressInput {
|
162
|
+
BearerToken: string | undefined;
|
163
|
+
OperationStatus: OperationStatus | undefined;
|
164
|
+
CurrentOperationStatus?: OperationStatus | undefined;
|
165
|
+
StatusMessage?: string | undefined;
|
166
|
+
ErrorCode?: HandlerErrorCode | undefined;
|
167
|
+
ResourceModel?: string | undefined;
|
168
|
+
ClientRequestToken?: string | undefined;
|
169
|
+
}
|
170
|
+
export interface RecordHandlerProgressOutput {}
|
171
|
+
export interface RegisterPublisherInput {
|
172
|
+
AcceptTermsAndConditions?: boolean | undefined;
|
173
|
+
ConnectionArn?: string | undefined;
|
174
|
+
}
|
175
|
+
export interface RegisterPublisherOutput {
|
176
|
+
PublisherId?: string | undefined;
|
177
|
+
}
|
20
178
|
export interface RegisterTypeInput {
|
21
179
|
Type?: RegistryType | undefined;
|
22
180
|
TypeName: string | undefined;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
2
|
+
import {
|
3
|
+
ListStackRefactorActionsCommandInput,
|
4
|
+
ListStackRefactorActionsCommandOutput,
|
5
|
+
} from "../commands/ListStackRefactorActionsCommand";
|
6
|
+
import { CloudFormationPaginationConfiguration } from "./Interfaces";
|
7
|
+
export declare const paginateListStackRefactorActions: (
|
8
|
+
config: CloudFormationPaginationConfiguration,
|
9
|
+
input: ListStackRefactorActionsCommandInput,
|
10
|
+
...rest: any[]
|
11
|
+
) => Paginator<ListStackRefactorActionsCommandOutput>;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
2
|
+
import {
|
3
|
+
ListStackRefactorsCommandInput,
|
4
|
+
ListStackRefactorsCommandOutput,
|
5
|
+
} from "../commands/ListStackRefactorsCommand";
|
6
|
+
import { CloudFormationPaginationConfiguration } from "./Interfaces";
|
7
|
+
export declare const paginateListStackRefactors: (
|
8
|
+
config: CloudFormationPaginationConfiguration,
|
9
|
+
input: ListStackRefactorsCommandInput,
|
10
|
+
...rest: any[]
|
11
|
+
) => Paginator<ListStackRefactorsCommandOutput>;
|
@@ -11,6 +11,8 @@ export * from "./ListResourceScanRelatedResourcesPaginator";
|
|
11
11
|
export * from "./ListResourceScanResourcesPaginator";
|
12
12
|
export * from "./ListResourceScansPaginator";
|
13
13
|
export * from "./ListStackInstancesPaginator";
|
14
|
+
export * from "./ListStackRefactorActionsPaginator";
|
15
|
+
export * from "./ListStackRefactorsPaginator";
|
14
16
|
export * from "./ListStackResourcesPaginator";
|
15
17
|
export * from "./ListStackSetOperationResultsPaginator";
|
16
18
|
export * from "./ListStackSetOperationsPaginator";
|