@effect-aws/client-cloudformation 1.10.6
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/CloudFormationClientInstance/package.json +6 -0
- package/CloudFormationService/package.json +6 -0
- package/CloudFormationServiceConfig/package.json +6 -0
- package/Errors/package.json +6 -0
- package/LICENSE +19 -0
- package/README.md +58 -0
- package/dist/cjs/CloudFormationClientInstance.d.ts +24 -0
- package/dist/cjs/CloudFormationClientInstance.d.ts.map +1 -0
- package/dist/cjs/CloudFormationClientInstance.js +50 -0
- package/dist/cjs/CloudFormationClientInstance.js.map +1 -0
- package/dist/cjs/CloudFormationService.d.ts +406 -0
- package/dist/cjs/CloudFormationService.d.ts.map +1 -0
- package/dist/cjs/CloudFormationService.js +149 -0
- package/dist/cjs/CloudFormationService.js.map +1 -0
- package/dist/cjs/CloudFormationServiceConfig.d.ts +25 -0
- package/dist/cjs/CloudFormationServiceConfig.d.ts.map +1 -0
- package/dist/cjs/CloudFormationServiceConfig.js +35 -0
- package/dist/cjs/CloudFormationServiceConfig.js.map +1 -0
- package/dist/cjs/Errors.d.ts +36 -0
- package/dist/cjs/Errors.d.ts.map +1 -0
- package/dist/cjs/Errors.js +35 -0
- package/dist/cjs/Errors.js.map +1 -0
- package/dist/cjs/index.d.ts +44 -0
- package/dist/cjs/index.d.ts.map +1 -0
- package/dist/cjs/index.js +56 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/dts/CloudFormationClientInstance.d.ts +24 -0
- package/dist/dts/CloudFormationClientInstance.d.ts.map +1 -0
- package/dist/dts/CloudFormationService.d.ts +406 -0
- package/dist/dts/CloudFormationService.d.ts.map +1 -0
- package/dist/dts/CloudFormationServiceConfig.d.ts +25 -0
- package/dist/dts/CloudFormationServiceConfig.d.ts.map +1 -0
- package/dist/dts/Errors.d.ts +36 -0
- package/dist/dts/Errors.d.ts.map +1 -0
- package/dist/dts/index.d.ts +44 -0
- package/dist/dts/index.d.ts.map +1 -0
- package/dist/esm/CloudFormationClientInstance.js +23 -0
- package/dist/esm/CloudFormationClientInstance.js.map +1 -0
- package/dist/esm/CloudFormationService.js +122 -0
- package/dist/esm/CloudFormationService.js.map +1 -0
- package/dist/esm/CloudFormationServiceConfig.js +31 -0
- package/dist/esm/CloudFormationServiceConfig.js.map +1 -0
- package/dist/esm/Errors.js +32 -0
- package/dist/esm/Errors.js.map +1 -0
- package/dist/esm/index.js +27 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/package.json +4 -0
- package/package.json +71 -0
- package/src/CloudFormationClientInstance.ts +33 -0
- package/src/CloudFormationService.ts +1509 -0
- package/src/CloudFormationServiceConfig.ts +52 -0
- package/src/Errors.ts +95 -0
- package/src/index.ts +50 -0
|
@@ -0,0 +1,406 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @since 1.0.0
|
|
3
|
+
*/
|
|
4
|
+
import { type ActivateOrganizationsAccessCommandInput, type ActivateOrganizationsAccessCommandOutput, type ActivateTypeCommandInput, type ActivateTypeCommandOutput, type BatchDescribeTypeConfigurationsCommandInput, type BatchDescribeTypeConfigurationsCommandOutput, type CancelUpdateStackCommandInput, type CancelUpdateStackCommandOutput, type CloudFormationClient, type CloudFormationClientConfig, type ContinueUpdateRollbackCommandInput, type ContinueUpdateRollbackCommandOutput, type CreateChangeSetCommandInput, type CreateChangeSetCommandOutput, type CreateGeneratedTemplateCommandInput, type CreateGeneratedTemplateCommandOutput, type CreateStackCommandInput, type CreateStackCommandOutput, type CreateStackInstancesCommandInput, type CreateStackInstancesCommandOutput, type CreateStackRefactorCommandInput, type CreateStackRefactorCommandOutput, type CreateStackSetCommandInput, type CreateStackSetCommandOutput, type DeactivateOrganizationsAccessCommandInput, type DeactivateOrganizationsAccessCommandOutput, type DeactivateTypeCommandInput, type DeactivateTypeCommandOutput, type DeleteChangeSetCommandInput, type DeleteChangeSetCommandOutput, type DeleteGeneratedTemplateCommandInput, type DeleteGeneratedTemplateCommandOutput, type DeleteStackCommandInput, type DeleteStackCommandOutput, type DeleteStackInstancesCommandInput, type DeleteStackInstancesCommandOutput, type DeleteStackSetCommandInput, type DeleteStackSetCommandOutput, type DeregisterTypeCommandInput, type DeregisterTypeCommandOutput, type DescribeAccountLimitsCommandInput, type DescribeAccountLimitsCommandOutput, type DescribeChangeSetCommandInput, type DescribeChangeSetCommandOutput, type DescribeChangeSetHooksCommandInput, type DescribeChangeSetHooksCommandOutput, type DescribeEventsCommandInput, type DescribeEventsCommandOutput, type DescribeGeneratedTemplateCommandInput, type DescribeGeneratedTemplateCommandOutput, type DescribeOrganizationsAccessCommandInput, type DescribeOrganizationsAccessCommandOutput, type DescribePublisherCommandInput, type DescribePublisherCommandOutput, type DescribeResourceScanCommandInput, type DescribeResourceScanCommandOutput, type DescribeStackDriftDetectionStatusCommandInput, type DescribeStackDriftDetectionStatusCommandOutput, type DescribeStackEventsCommandInput, type DescribeStackEventsCommandOutput, type DescribeStackInstanceCommandInput, type DescribeStackInstanceCommandOutput, type DescribeStackRefactorCommandInput, type DescribeStackRefactorCommandOutput, type DescribeStackResourceCommandInput, type DescribeStackResourceCommandOutput, type DescribeStackResourceDriftsCommandInput, type DescribeStackResourceDriftsCommandOutput, type DescribeStackResourcesCommandInput, type DescribeStackResourcesCommandOutput, type DescribeStacksCommandInput, type DescribeStacksCommandOutput, type DescribeStackSetCommandInput, type DescribeStackSetCommandOutput, type DescribeStackSetOperationCommandInput, type DescribeStackSetOperationCommandOutput, type DescribeTypeCommandInput, type DescribeTypeCommandOutput, type DescribeTypeRegistrationCommandInput, type DescribeTypeRegistrationCommandOutput, type DetectStackDriftCommandInput, type DetectStackDriftCommandOutput, type DetectStackResourceDriftCommandInput, type DetectStackResourceDriftCommandOutput, type DetectStackSetDriftCommandInput, type DetectStackSetDriftCommandOutput, type EstimateTemplateCostCommandInput, type EstimateTemplateCostCommandOutput, type ExecuteChangeSetCommandInput, type ExecuteChangeSetCommandOutput, type ExecuteStackRefactorCommandInput, type ExecuteStackRefactorCommandOutput, type GetGeneratedTemplateCommandInput, type GetGeneratedTemplateCommandOutput, type GetHookResultCommandInput, type GetHookResultCommandOutput, type GetStackPolicyCommandInput, type GetStackPolicyCommandOutput, type GetTemplateCommandInput, type GetTemplateCommandOutput, type GetTemplateSummaryCommandInput, type GetTemplateSummaryCommandOutput, type ImportStacksToStackSetCommandInput, type ImportStacksToStackSetCommandOutput, type ListChangeSetsCommandInput, type ListChangeSetsCommandOutput, type ListExportsCommandInput, type ListExportsCommandOutput, type ListGeneratedTemplatesCommandInput, type ListGeneratedTemplatesCommandOutput, type ListHookResultsCommandInput, type ListHookResultsCommandOutput, type ListImportsCommandInput, type ListImportsCommandOutput, type ListResourceScanRelatedResourcesCommandInput, type ListResourceScanRelatedResourcesCommandOutput, type ListResourceScanResourcesCommandInput, type ListResourceScanResourcesCommandOutput, type ListResourceScansCommandInput, type ListResourceScansCommandOutput, type ListStackInstanceResourceDriftsCommandInput, type ListStackInstanceResourceDriftsCommandOutput, type ListStackInstancesCommandInput, type ListStackInstancesCommandOutput, type ListStackRefactorActionsCommandInput, type ListStackRefactorActionsCommandOutput, type ListStackRefactorsCommandInput, type ListStackRefactorsCommandOutput, type ListStackResourcesCommandInput, type ListStackResourcesCommandOutput, type ListStacksCommandInput, type ListStacksCommandOutput, type ListStackSetAutoDeploymentTargetsCommandInput, type ListStackSetAutoDeploymentTargetsCommandOutput, type ListStackSetOperationResultsCommandInput, type ListStackSetOperationResultsCommandOutput, type ListStackSetOperationsCommandInput, type ListStackSetOperationsCommandOutput, type ListStackSetsCommandInput, type ListStackSetsCommandOutput, type ListTypeRegistrationsCommandInput, type ListTypeRegistrationsCommandOutput, type ListTypesCommandInput, type ListTypesCommandOutput, type ListTypeVersionsCommandInput, type ListTypeVersionsCommandOutput, type PublishTypeCommandInput, type PublishTypeCommandOutput, type RecordHandlerProgressCommandInput, type RecordHandlerProgressCommandOutput, type RegisterPublisherCommandInput, type RegisterPublisherCommandOutput, type RegisterTypeCommandInput, type RegisterTypeCommandOutput, type RollbackStackCommandInput, type RollbackStackCommandOutput, type SetStackPolicyCommandInput, type SetStackPolicyCommandOutput, type SetTypeConfigurationCommandInput, type SetTypeConfigurationCommandOutput, type SetTypeDefaultVersionCommandInput, type SetTypeDefaultVersionCommandOutput, type SignalResourceCommandInput, type SignalResourceCommandOutput, type StartResourceScanCommandInput, type StartResourceScanCommandOutput, type StopStackSetOperationCommandInput, type StopStackSetOperationCommandOutput, type TestTypeCommandInput, type TestTypeCommandOutput, type UpdateGeneratedTemplateCommandInput, type UpdateGeneratedTemplateCommandOutput, type UpdateStackCommandInput, type UpdateStackCommandOutput, type UpdateStackInstancesCommandInput, type UpdateStackInstancesCommandOutput, type UpdateStackSetCommandInput, type UpdateStackSetCommandOutput, type UpdateTerminationProtectionCommandInput, type UpdateTerminationProtectionCommandOutput, type ValidateTemplateCommandInput, type ValidateTemplateCommandOutput } from "@aws-sdk/client-cloudformation";
|
|
5
|
+
import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
|
|
6
|
+
import type { Cause } from "effect";
|
|
7
|
+
import { Effect, Layer } from "effect";
|
|
8
|
+
import * as Instance from "./CloudFormationClientInstance.js";
|
|
9
|
+
import type { AlreadyExistsError, CFNRegistryError, ChangeSetNotFoundError, ConcurrentResourcesLimitExceededError, CreatedButModifiedError, GeneratedTemplateNotFoundError, HookResultNotFoundError, InsufficientCapabilitiesError, InvalidChangeSetStatusError, InvalidOperationError, InvalidStateTransitionError, LimitExceededError, NameAlreadyExistsError, OperationIdAlreadyExistsError, OperationInProgressError, OperationNotFoundError, OperationStatusCheckFailedError, ResourceScanInProgressError, ResourceScanLimitExceededError, ResourceScanNotFoundError, SdkError, StackInstanceNotFoundError, StackNotFoundError, StackRefactorNotFoundError, StackSetNotEmptyError, StackSetNotFoundError, StaleRequestError, TokenAlreadyExistsError, TypeConfigurationNotFoundError, TypeNotFoundError } from "./Errors.js";
|
|
10
|
+
interface CloudFormationService$ {
|
|
11
|
+
readonly _: unique symbol;
|
|
12
|
+
/**
|
|
13
|
+
* @see {@link ActivateOrganizationsAccessCommand}
|
|
14
|
+
*/
|
|
15
|
+
activateOrganizationsAccess(args: ActivateOrganizationsAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<ActivateOrganizationsAccessCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | OperationNotFoundError>;
|
|
16
|
+
/**
|
|
17
|
+
* @see {@link ActivateTypeCommand}
|
|
18
|
+
*/
|
|
19
|
+
activateType(args: ActivateTypeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ActivateTypeCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError | TypeNotFoundError>;
|
|
20
|
+
/**
|
|
21
|
+
* @see {@link BatchDescribeTypeConfigurationsCommand}
|
|
22
|
+
*/
|
|
23
|
+
batchDescribeTypeConfigurations(args: BatchDescribeTypeConfigurationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<BatchDescribeTypeConfigurationsCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError | TypeConfigurationNotFoundError>;
|
|
24
|
+
/**
|
|
25
|
+
* @see {@link CancelUpdateStackCommand}
|
|
26
|
+
*/
|
|
27
|
+
cancelUpdateStack(args: CancelUpdateStackCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelUpdateStackCommandOutput, Cause.TimeoutException | SdkError | TokenAlreadyExistsError>;
|
|
28
|
+
/**
|
|
29
|
+
* @see {@link ContinueUpdateRollbackCommand}
|
|
30
|
+
*/
|
|
31
|
+
continueUpdateRollback(args: ContinueUpdateRollbackCommandInput, options?: HttpHandlerOptions): Effect.Effect<ContinueUpdateRollbackCommandOutput, Cause.TimeoutException | SdkError | TokenAlreadyExistsError>;
|
|
32
|
+
/**
|
|
33
|
+
* @see {@link CreateChangeSetCommand}
|
|
34
|
+
*/
|
|
35
|
+
createChangeSet(args: CreateChangeSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateChangeSetCommandOutput, Cause.TimeoutException | SdkError | AlreadyExistsError | InsufficientCapabilitiesError | LimitExceededError>;
|
|
36
|
+
/**
|
|
37
|
+
* @see {@link CreateGeneratedTemplateCommand}
|
|
38
|
+
*/
|
|
39
|
+
createGeneratedTemplate(args: CreateGeneratedTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateGeneratedTemplateCommandOutput, Cause.TimeoutException | SdkError | AlreadyExistsError | ConcurrentResourcesLimitExceededError | LimitExceededError>;
|
|
40
|
+
/**
|
|
41
|
+
* @see {@link CreateStackCommand}
|
|
42
|
+
*/
|
|
43
|
+
createStack(args: CreateStackCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateStackCommandOutput, Cause.TimeoutException | SdkError | AlreadyExistsError | InsufficientCapabilitiesError | LimitExceededError | TokenAlreadyExistsError>;
|
|
44
|
+
/**
|
|
45
|
+
* @see {@link CreateStackInstancesCommand}
|
|
46
|
+
*/
|
|
47
|
+
createStackInstances(args: CreateStackInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateStackInstancesCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | LimitExceededError | OperationIdAlreadyExistsError | OperationInProgressError | StackSetNotFoundError | StaleRequestError>;
|
|
48
|
+
/**
|
|
49
|
+
* @see {@link CreateStackRefactorCommand}
|
|
50
|
+
*/
|
|
51
|
+
createStackRefactor(args: CreateStackRefactorCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateStackRefactorCommandOutput, Cause.TimeoutException | SdkError>;
|
|
52
|
+
/**
|
|
53
|
+
* @see {@link CreateStackSetCommand}
|
|
54
|
+
*/
|
|
55
|
+
createStackSet(args: CreateStackSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateStackSetCommandOutput, Cause.TimeoutException | SdkError | CreatedButModifiedError | LimitExceededError | NameAlreadyExistsError>;
|
|
56
|
+
/**
|
|
57
|
+
* @see {@link DeactivateOrganizationsAccessCommand}
|
|
58
|
+
*/
|
|
59
|
+
deactivateOrganizationsAccess(args: DeactivateOrganizationsAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeactivateOrganizationsAccessCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | OperationNotFoundError>;
|
|
60
|
+
/**
|
|
61
|
+
* @see {@link DeactivateTypeCommand}
|
|
62
|
+
*/
|
|
63
|
+
deactivateType(args: DeactivateTypeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeactivateTypeCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError | TypeNotFoundError>;
|
|
64
|
+
/**
|
|
65
|
+
* @see {@link DeleteChangeSetCommand}
|
|
66
|
+
*/
|
|
67
|
+
deleteChangeSet(args: DeleteChangeSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteChangeSetCommandOutput, Cause.TimeoutException | SdkError | InvalidChangeSetStatusError>;
|
|
68
|
+
/**
|
|
69
|
+
* @see {@link DeleteGeneratedTemplateCommand}
|
|
70
|
+
*/
|
|
71
|
+
deleteGeneratedTemplate(args: DeleteGeneratedTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteGeneratedTemplateCommandOutput, Cause.TimeoutException | SdkError | ConcurrentResourcesLimitExceededError | GeneratedTemplateNotFoundError>;
|
|
72
|
+
/**
|
|
73
|
+
* @see {@link DeleteStackCommand}
|
|
74
|
+
*/
|
|
75
|
+
deleteStack(args: DeleteStackCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteStackCommandOutput, Cause.TimeoutException | SdkError | TokenAlreadyExistsError>;
|
|
76
|
+
/**
|
|
77
|
+
* @see {@link DeleteStackInstancesCommand}
|
|
78
|
+
*/
|
|
79
|
+
deleteStackInstances(args: DeleteStackInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteStackInstancesCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | OperationIdAlreadyExistsError | OperationInProgressError | StackSetNotFoundError | StaleRequestError>;
|
|
80
|
+
/**
|
|
81
|
+
* @see {@link DeleteStackSetCommand}
|
|
82
|
+
*/
|
|
83
|
+
deleteStackSet(args: DeleteStackSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteStackSetCommandOutput, Cause.TimeoutException | SdkError | OperationInProgressError | StackSetNotEmptyError>;
|
|
84
|
+
/**
|
|
85
|
+
* @see {@link DeregisterTypeCommand}
|
|
86
|
+
*/
|
|
87
|
+
deregisterType(args: DeregisterTypeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeregisterTypeCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError | TypeNotFoundError>;
|
|
88
|
+
/**
|
|
89
|
+
* @see {@link DescribeAccountLimitsCommand}
|
|
90
|
+
*/
|
|
91
|
+
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAccountLimitsCommandOutput, Cause.TimeoutException | SdkError>;
|
|
92
|
+
/**
|
|
93
|
+
* @see {@link DescribeChangeSetCommand}
|
|
94
|
+
*/
|
|
95
|
+
describeChangeSet(args: DescribeChangeSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeChangeSetCommandOutput, Cause.TimeoutException | SdkError | ChangeSetNotFoundError>;
|
|
96
|
+
/**
|
|
97
|
+
* @see {@link DescribeChangeSetHooksCommand}
|
|
98
|
+
*/
|
|
99
|
+
describeChangeSetHooks(args: DescribeChangeSetHooksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeChangeSetHooksCommandOutput, Cause.TimeoutException | SdkError | ChangeSetNotFoundError>;
|
|
100
|
+
/**
|
|
101
|
+
* @see {@link DescribeEventsCommand}
|
|
102
|
+
*/
|
|
103
|
+
describeEvents(args: DescribeEventsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeEventsCommandOutput, Cause.TimeoutException | SdkError>;
|
|
104
|
+
/**
|
|
105
|
+
* @see {@link DescribeGeneratedTemplateCommand}
|
|
106
|
+
*/
|
|
107
|
+
describeGeneratedTemplate(args: DescribeGeneratedTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeGeneratedTemplateCommandOutput, Cause.TimeoutException | SdkError | GeneratedTemplateNotFoundError>;
|
|
108
|
+
/**
|
|
109
|
+
* @see {@link DescribeOrganizationsAccessCommand}
|
|
110
|
+
*/
|
|
111
|
+
describeOrganizationsAccess(args: DescribeOrganizationsAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeOrganizationsAccessCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | OperationNotFoundError>;
|
|
112
|
+
/**
|
|
113
|
+
* @see {@link DescribePublisherCommand}
|
|
114
|
+
*/
|
|
115
|
+
describePublisher(args: DescribePublisherCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePublisherCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError>;
|
|
116
|
+
/**
|
|
117
|
+
* @see {@link DescribeResourceScanCommand}
|
|
118
|
+
*/
|
|
119
|
+
describeResourceScan(args: DescribeResourceScanCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeResourceScanCommandOutput, Cause.TimeoutException | SdkError | ResourceScanNotFoundError>;
|
|
120
|
+
/**
|
|
121
|
+
* @see {@link DescribeStackDriftDetectionStatusCommand}
|
|
122
|
+
*/
|
|
123
|
+
describeStackDriftDetectionStatus(args: DescribeStackDriftDetectionStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStackDriftDetectionStatusCommandOutput, Cause.TimeoutException | SdkError>;
|
|
124
|
+
/**
|
|
125
|
+
* @see {@link DescribeStackEventsCommand}
|
|
126
|
+
*/
|
|
127
|
+
describeStackEvents(args: DescribeStackEventsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStackEventsCommandOutput, Cause.TimeoutException | SdkError>;
|
|
128
|
+
/**
|
|
129
|
+
* @see {@link DescribeStackInstanceCommand}
|
|
130
|
+
*/
|
|
131
|
+
describeStackInstance(args: DescribeStackInstanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStackInstanceCommandOutput, Cause.TimeoutException | SdkError | StackInstanceNotFoundError | StackSetNotFoundError>;
|
|
132
|
+
/**
|
|
133
|
+
* @see {@link DescribeStackRefactorCommand}
|
|
134
|
+
*/
|
|
135
|
+
describeStackRefactor(args: DescribeStackRefactorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStackRefactorCommandOutput, Cause.TimeoutException | SdkError | StackRefactorNotFoundError>;
|
|
136
|
+
/**
|
|
137
|
+
* @see {@link DescribeStackResourceCommand}
|
|
138
|
+
*/
|
|
139
|
+
describeStackResource(args: DescribeStackResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStackResourceCommandOutput, Cause.TimeoutException | SdkError>;
|
|
140
|
+
/**
|
|
141
|
+
* @see {@link DescribeStackResourceDriftsCommand}
|
|
142
|
+
*/
|
|
143
|
+
describeStackResourceDrifts(args: DescribeStackResourceDriftsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStackResourceDriftsCommandOutput, Cause.TimeoutException | SdkError>;
|
|
144
|
+
/**
|
|
145
|
+
* @see {@link DescribeStackResourcesCommand}
|
|
146
|
+
*/
|
|
147
|
+
describeStackResources(args: DescribeStackResourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStackResourcesCommandOutput, Cause.TimeoutException | SdkError>;
|
|
148
|
+
/**
|
|
149
|
+
* @see {@link DescribeStackSetCommand}
|
|
150
|
+
*/
|
|
151
|
+
describeStackSet(args: DescribeStackSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStackSetCommandOutput, Cause.TimeoutException | SdkError | StackSetNotFoundError>;
|
|
152
|
+
/**
|
|
153
|
+
* @see {@link DescribeStackSetOperationCommand}
|
|
154
|
+
*/
|
|
155
|
+
describeStackSetOperation(args: DescribeStackSetOperationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStackSetOperationCommandOutput, Cause.TimeoutException | SdkError | OperationNotFoundError | StackSetNotFoundError>;
|
|
156
|
+
/**
|
|
157
|
+
* @see {@link DescribeStacksCommand}
|
|
158
|
+
*/
|
|
159
|
+
describeStacks(args: DescribeStacksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeStacksCommandOutput, Cause.TimeoutException | SdkError>;
|
|
160
|
+
/**
|
|
161
|
+
* @see {@link DescribeTypeCommand}
|
|
162
|
+
*/
|
|
163
|
+
describeType(args: DescribeTypeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTypeCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError | TypeNotFoundError>;
|
|
164
|
+
/**
|
|
165
|
+
* @see {@link DescribeTypeRegistrationCommand}
|
|
166
|
+
*/
|
|
167
|
+
describeTypeRegistration(args: DescribeTypeRegistrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTypeRegistrationCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError>;
|
|
168
|
+
/**
|
|
169
|
+
* @see {@link DetectStackDriftCommand}
|
|
170
|
+
*/
|
|
171
|
+
detectStackDrift(args: DetectStackDriftCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetectStackDriftCommandOutput, Cause.TimeoutException | SdkError>;
|
|
172
|
+
/**
|
|
173
|
+
* @see {@link DetectStackResourceDriftCommand}
|
|
174
|
+
*/
|
|
175
|
+
detectStackResourceDrift(args: DetectStackResourceDriftCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetectStackResourceDriftCommandOutput, Cause.TimeoutException | SdkError>;
|
|
176
|
+
/**
|
|
177
|
+
* @see {@link DetectStackSetDriftCommand}
|
|
178
|
+
*/
|
|
179
|
+
detectStackSetDrift(args: DetectStackSetDriftCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetectStackSetDriftCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | OperationInProgressError | StackSetNotFoundError>;
|
|
180
|
+
/**
|
|
181
|
+
* @see {@link EstimateTemplateCostCommand}
|
|
182
|
+
*/
|
|
183
|
+
estimateTemplateCost(args: EstimateTemplateCostCommandInput, options?: HttpHandlerOptions): Effect.Effect<EstimateTemplateCostCommandOutput, Cause.TimeoutException | SdkError>;
|
|
184
|
+
/**
|
|
185
|
+
* @see {@link ExecuteChangeSetCommand}
|
|
186
|
+
*/
|
|
187
|
+
executeChangeSet(args: ExecuteChangeSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExecuteChangeSetCommandOutput, Cause.TimeoutException | SdkError | ChangeSetNotFoundError | InsufficientCapabilitiesError | InvalidChangeSetStatusError | TokenAlreadyExistsError>;
|
|
188
|
+
/**
|
|
189
|
+
* @see {@link ExecuteStackRefactorCommand}
|
|
190
|
+
*/
|
|
191
|
+
executeStackRefactor(args: ExecuteStackRefactorCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExecuteStackRefactorCommandOutput, Cause.TimeoutException | SdkError>;
|
|
192
|
+
/**
|
|
193
|
+
* @see {@link GetGeneratedTemplateCommand}
|
|
194
|
+
*/
|
|
195
|
+
getGeneratedTemplate(args: GetGeneratedTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGeneratedTemplateCommandOutput, Cause.TimeoutException | SdkError | GeneratedTemplateNotFoundError>;
|
|
196
|
+
/**
|
|
197
|
+
* @see {@link GetHookResultCommand}
|
|
198
|
+
*/
|
|
199
|
+
getHookResult(args: GetHookResultCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetHookResultCommandOutput, Cause.TimeoutException | SdkError | HookResultNotFoundError>;
|
|
200
|
+
/**
|
|
201
|
+
* @see {@link GetStackPolicyCommand}
|
|
202
|
+
*/
|
|
203
|
+
getStackPolicy(args: GetStackPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetStackPolicyCommandOutput, Cause.TimeoutException | SdkError>;
|
|
204
|
+
/**
|
|
205
|
+
* @see {@link GetTemplateCommand}
|
|
206
|
+
*/
|
|
207
|
+
getTemplate(args: GetTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTemplateCommandOutput, Cause.TimeoutException | SdkError | ChangeSetNotFoundError>;
|
|
208
|
+
/**
|
|
209
|
+
* @see {@link GetTemplateSummaryCommand}
|
|
210
|
+
*/
|
|
211
|
+
getTemplateSummary(args: GetTemplateSummaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTemplateSummaryCommandOutput, Cause.TimeoutException | SdkError | StackSetNotFoundError>;
|
|
212
|
+
/**
|
|
213
|
+
* @see {@link ImportStacksToStackSetCommand}
|
|
214
|
+
*/
|
|
215
|
+
importStacksToStackSet(args: ImportStacksToStackSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportStacksToStackSetCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | LimitExceededError | OperationIdAlreadyExistsError | OperationInProgressError | StackNotFoundError | StackSetNotFoundError | StaleRequestError>;
|
|
216
|
+
/**
|
|
217
|
+
* @see {@link ListChangeSetsCommand}
|
|
218
|
+
*/
|
|
219
|
+
listChangeSets(args: ListChangeSetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListChangeSetsCommandOutput, Cause.TimeoutException | SdkError>;
|
|
220
|
+
/**
|
|
221
|
+
* @see {@link ListExportsCommand}
|
|
222
|
+
*/
|
|
223
|
+
listExports(args: ListExportsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListExportsCommandOutput, Cause.TimeoutException | SdkError>;
|
|
224
|
+
/**
|
|
225
|
+
* @see {@link ListGeneratedTemplatesCommand}
|
|
226
|
+
*/
|
|
227
|
+
listGeneratedTemplates(args: ListGeneratedTemplatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGeneratedTemplatesCommandOutput, Cause.TimeoutException | SdkError>;
|
|
228
|
+
/**
|
|
229
|
+
* @see {@link ListHookResultsCommand}
|
|
230
|
+
*/
|
|
231
|
+
listHookResults(args: ListHookResultsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListHookResultsCommandOutput, Cause.TimeoutException | SdkError | HookResultNotFoundError>;
|
|
232
|
+
/**
|
|
233
|
+
* @see {@link ListImportsCommand}
|
|
234
|
+
*/
|
|
235
|
+
listImports(args: ListImportsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListImportsCommandOutput, Cause.TimeoutException | SdkError>;
|
|
236
|
+
/**
|
|
237
|
+
* @see {@link ListResourceScanRelatedResourcesCommand}
|
|
238
|
+
*/
|
|
239
|
+
listResourceScanRelatedResources(args: ListResourceScanRelatedResourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListResourceScanRelatedResourcesCommandOutput, Cause.TimeoutException | SdkError | ResourceScanInProgressError | ResourceScanNotFoundError>;
|
|
240
|
+
/**
|
|
241
|
+
* @see {@link ListResourceScanResourcesCommand}
|
|
242
|
+
*/
|
|
243
|
+
listResourceScanResources(args: ListResourceScanResourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListResourceScanResourcesCommandOutput, Cause.TimeoutException | SdkError | ResourceScanInProgressError | ResourceScanNotFoundError>;
|
|
244
|
+
/**
|
|
245
|
+
* @see {@link ListResourceScansCommand}
|
|
246
|
+
*/
|
|
247
|
+
listResourceScans(args: ListResourceScansCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListResourceScansCommandOutput, Cause.TimeoutException | SdkError>;
|
|
248
|
+
/**
|
|
249
|
+
* @see {@link ListStackInstanceResourceDriftsCommand}
|
|
250
|
+
*/
|
|
251
|
+
listStackInstanceResourceDrifts(args: ListStackInstanceResourceDriftsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListStackInstanceResourceDriftsCommandOutput, Cause.TimeoutException | SdkError | OperationNotFoundError | StackInstanceNotFoundError | StackSetNotFoundError>;
|
|
252
|
+
/**
|
|
253
|
+
* @see {@link ListStackInstancesCommand}
|
|
254
|
+
*/
|
|
255
|
+
listStackInstances(args: ListStackInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListStackInstancesCommandOutput, Cause.TimeoutException | SdkError | StackSetNotFoundError>;
|
|
256
|
+
/**
|
|
257
|
+
* @see {@link ListStackRefactorActionsCommand}
|
|
258
|
+
*/
|
|
259
|
+
listStackRefactorActions(args: ListStackRefactorActionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListStackRefactorActionsCommandOutput, Cause.TimeoutException | SdkError>;
|
|
260
|
+
/**
|
|
261
|
+
* @see {@link ListStackRefactorsCommand}
|
|
262
|
+
*/
|
|
263
|
+
listStackRefactors(args: ListStackRefactorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListStackRefactorsCommandOutput, Cause.TimeoutException | SdkError>;
|
|
264
|
+
/**
|
|
265
|
+
* @see {@link ListStackResourcesCommand}
|
|
266
|
+
*/
|
|
267
|
+
listStackResources(args: ListStackResourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListStackResourcesCommandOutput, Cause.TimeoutException | SdkError>;
|
|
268
|
+
/**
|
|
269
|
+
* @see {@link ListStackSetAutoDeploymentTargetsCommand}
|
|
270
|
+
*/
|
|
271
|
+
listStackSetAutoDeploymentTargets(args: ListStackSetAutoDeploymentTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListStackSetAutoDeploymentTargetsCommandOutput, Cause.TimeoutException | SdkError | StackSetNotFoundError>;
|
|
272
|
+
/**
|
|
273
|
+
* @see {@link ListStackSetOperationResultsCommand}
|
|
274
|
+
*/
|
|
275
|
+
listStackSetOperationResults(args: ListStackSetOperationResultsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListStackSetOperationResultsCommandOutput, Cause.TimeoutException | SdkError | OperationNotFoundError | StackSetNotFoundError>;
|
|
276
|
+
/**
|
|
277
|
+
* @see {@link ListStackSetOperationsCommand}
|
|
278
|
+
*/
|
|
279
|
+
listStackSetOperations(args: ListStackSetOperationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListStackSetOperationsCommandOutput, Cause.TimeoutException | SdkError | StackSetNotFoundError>;
|
|
280
|
+
/**
|
|
281
|
+
* @see {@link ListStackSetsCommand}
|
|
282
|
+
*/
|
|
283
|
+
listStackSets(args: ListStackSetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListStackSetsCommandOutput, Cause.TimeoutException | SdkError>;
|
|
284
|
+
/**
|
|
285
|
+
* @see {@link ListStacksCommand}
|
|
286
|
+
*/
|
|
287
|
+
listStacks(args: ListStacksCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListStacksCommandOutput, Cause.TimeoutException | SdkError>;
|
|
288
|
+
/**
|
|
289
|
+
* @see {@link ListTypeRegistrationsCommand}
|
|
290
|
+
*/
|
|
291
|
+
listTypeRegistrations(args: ListTypeRegistrationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTypeRegistrationsCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError>;
|
|
292
|
+
/**
|
|
293
|
+
* @see {@link ListTypeVersionsCommand}
|
|
294
|
+
*/
|
|
295
|
+
listTypeVersions(args: ListTypeVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTypeVersionsCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError>;
|
|
296
|
+
/**
|
|
297
|
+
* @see {@link ListTypesCommand}
|
|
298
|
+
*/
|
|
299
|
+
listTypes(args: ListTypesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTypesCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError>;
|
|
300
|
+
/**
|
|
301
|
+
* @see {@link PublishTypeCommand}
|
|
302
|
+
*/
|
|
303
|
+
publishType(args: PublishTypeCommandInput, options?: HttpHandlerOptions): Effect.Effect<PublishTypeCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError | TypeNotFoundError>;
|
|
304
|
+
/**
|
|
305
|
+
* @see {@link RecordHandlerProgressCommand}
|
|
306
|
+
*/
|
|
307
|
+
recordHandlerProgress(args: RecordHandlerProgressCommandInput, options?: HttpHandlerOptions): Effect.Effect<RecordHandlerProgressCommandOutput, Cause.TimeoutException | SdkError | InvalidStateTransitionError | OperationStatusCheckFailedError>;
|
|
308
|
+
/**
|
|
309
|
+
* @see {@link RegisterPublisherCommand}
|
|
310
|
+
*/
|
|
311
|
+
registerPublisher(args: RegisterPublisherCommandInput, options?: HttpHandlerOptions): Effect.Effect<RegisterPublisherCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError>;
|
|
312
|
+
/**
|
|
313
|
+
* @see {@link RegisterTypeCommand}
|
|
314
|
+
*/
|
|
315
|
+
registerType(args: RegisterTypeCommandInput, options?: HttpHandlerOptions): Effect.Effect<RegisterTypeCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError>;
|
|
316
|
+
/**
|
|
317
|
+
* @see {@link RollbackStackCommand}
|
|
318
|
+
*/
|
|
319
|
+
rollbackStack(args: RollbackStackCommandInput, options?: HttpHandlerOptions): Effect.Effect<RollbackStackCommandOutput, Cause.TimeoutException | SdkError | TokenAlreadyExistsError>;
|
|
320
|
+
/**
|
|
321
|
+
* @see {@link SetStackPolicyCommand}
|
|
322
|
+
*/
|
|
323
|
+
setStackPolicy(args: SetStackPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetStackPolicyCommandOutput, Cause.TimeoutException | SdkError>;
|
|
324
|
+
/**
|
|
325
|
+
* @see {@link SetTypeConfigurationCommand}
|
|
326
|
+
*/
|
|
327
|
+
setTypeConfiguration(args: SetTypeConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetTypeConfigurationCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError | TypeNotFoundError>;
|
|
328
|
+
/**
|
|
329
|
+
* @see {@link SetTypeDefaultVersionCommand}
|
|
330
|
+
*/
|
|
331
|
+
setTypeDefaultVersion(args: SetTypeDefaultVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetTypeDefaultVersionCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError | TypeNotFoundError>;
|
|
332
|
+
/**
|
|
333
|
+
* @see {@link SignalResourceCommand}
|
|
334
|
+
*/
|
|
335
|
+
signalResource(args: SignalResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<SignalResourceCommandOutput, Cause.TimeoutException | SdkError>;
|
|
336
|
+
/**
|
|
337
|
+
* @see {@link StartResourceScanCommand}
|
|
338
|
+
*/
|
|
339
|
+
startResourceScan(args: StartResourceScanCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartResourceScanCommandOutput, Cause.TimeoutException | SdkError | ResourceScanInProgressError | ResourceScanLimitExceededError>;
|
|
340
|
+
/**
|
|
341
|
+
* @see {@link StopStackSetOperationCommand}
|
|
342
|
+
*/
|
|
343
|
+
stopStackSetOperation(args: StopStackSetOperationCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopStackSetOperationCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | OperationNotFoundError | StackSetNotFoundError>;
|
|
344
|
+
/**
|
|
345
|
+
* @see {@link TestTypeCommand}
|
|
346
|
+
*/
|
|
347
|
+
testType(args: TestTypeCommandInput, options?: HttpHandlerOptions): Effect.Effect<TestTypeCommandOutput, Cause.TimeoutException | SdkError | CFNRegistryError | TypeNotFoundError>;
|
|
348
|
+
/**
|
|
349
|
+
* @see {@link UpdateGeneratedTemplateCommand}
|
|
350
|
+
*/
|
|
351
|
+
updateGeneratedTemplate(args: UpdateGeneratedTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateGeneratedTemplateCommandOutput, Cause.TimeoutException | SdkError | AlreadyExistsError | GeneratedTemplateNotFoundError | LimitExceededError>;
|
|
352
|
+
/**
|
|
353
|
+
* @see {@link UpdateStackCommand}
|
|
354
|
+
*/
|
|
355
|
+
updateStack(args: UpdateStackCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateStackCommandOutput, Cause.TimeoutException | SdkError | InsufficientCapabilitiesError | TokenAlreadyExistsError>;
|
|
356
|
+
/**
|
|
357
|
+
* @see {@link UpdateStackInstancesCommand}
|
|
358
|
+
*/
|
|
359
|
+
updateStackInstances(args: UpdateStackInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateStackInstancesCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | OperationIdAlreadyExistsError | OperationInProgressError | StackInstanceNotFoundError | StackSetNotFoundError | StaleRequestError>;
|
|
360
|
+
/**
|
|
361
|
+
* @see {@link UpdateStackSetCommand}
|
|
362
|
+
*/
|
|
363
|
+
updateStackSet(args: UpdateStackSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateStackSetCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | OperationIdAlreadyExistsError | OperationInProgressError | StackInstanceNotFoundError | StackSetNotFoundError | StaleRequestError>;
|
|
364
|
+
/**
|
|
365
|
+
* @see {@link UpdateTerminationProtectionCommand}
|
|
366
|
+
*/
|
|
367
|
+
updateTerminationProtection(args: UpdateTerminationProtectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateTerminationProtectionCommandOutput, Cause.TimeoutException | SdkError>;
|
|
368
|
+
/**
|
|
369
|
+
* @see {@link ValidateTemplateCommand}
|
|
370
|
+
*/
|
|
371
|
+
validateTemplate(args: ValidateTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<ValidateTemplateCommandOutput, Cause.TimeoutException | SdkError>;
|
|
372
|
+
}
|
|
373
|
+
/**
|
|
374
|
+
* @since 1.0.0
|
|
375
|
+
* @category constructors
|
|
376
|
+
*/
|
|
377
|
+
export declare const makeCloudFormationService: Effect.Effect<CloudFormationService$, never, Instance.CloudFormationClientInstance>;
|
|
378
|
+
declare const CloudFormationService_base: import("effect/Context").TagClass<CloudFormationService, "@effect-aws/client-cloudformation/CloudFormationService", CloudFormationService$> & Effect.Tag.Proxy<CloudFormationService, CloudFormationService$> & {
|
|
379
|
+
use: <X>(body: (_: CloudFormationService$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, CloudFormationService | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, Cause.UnknownException, CloudFormationService> : Effect.Effect<X, never, CloudFormationService>;
|
|
380
|
+
};
|
|
381
|
+
/**
|
|
382
|
+
* @since 1.0.0
|
|
383
|
+
* @category models
|
|
384
|
+
*/
|
|
385
|
+
export declare class CloudFormationService extends CloudFormationService_base {
|
|
386
|
+
static readonly defaultLayer: Layer.Layer<CloudFormationService, never, never>;
|
|
387
|
+
static readonly layer: (config: CloudFormationService.Config) => Layer.Layer<CloudFormationService, never, never>;
|
|
388
|
+
static readonly baseLayer: (evaluate: (defaultConfig: CloudFormationClientConfig) => CloudFormationClient) => Layer.Layer<CloudFormationService, never, never>;
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* @since 1.0.0
|
|
392
|
+
*/
|
|
393
|
+
export declare namespace CloudFormationService {
|
|
394
|
+
/**
|
|
395
|
+
* @since 1.0.0
|
|
396
|
+
*/
|
|
397
|
+
interface Config extends Omit<CloudFormationClientConfig, "logger"> {
|
|
398
|
+
readonly logger?: ServiceLogger.ServiceLoggerConstructorProps | true;
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* @since 1.0.0
|
|
402
|
+
*/
|
|
403
|
+
type Type = CloudFormationService$;
|
|
404
|
+
}
|
|
405
|
+
export {};
|
|
406
|
+
//# sourceMappingURL=CloudFormationService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CloudFormationService.d.ts","sourceRoot":"","sources":["../../src/CloudFormationService.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @since 1.0.0
|
|
3
|
+
*/
|
|
4
|
+
import type { CloudFormationClientConfig } from "@aws-sdk/client-cloudformation";
|
|
5
|
+
import { Effect, Layer } from "effect";
|
|
6
|
+
import type { CloudFormationService } from "./CloudFormationService.js";
|
|
7
|
+
/**
|
|
8
|
+
* @since 1.0.0
|
|
9
|
+
* @category cloudformation service config
|
|
10
|
+
*/
|
|
11
|
+
export declare const withCloudFormationServiceConfig: {
|
|
12
|
+
(config: CloudFormationService.Config): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>;
|
|
13
|
+
<A, E, R>(effect: Effect.Effect<A, E, R>, config: CloudFormationService.Config): Effect.Effect<A, E, R>;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* @since 1.0.0
|
|
17
|
+
* @category cloudformation service config
|
|
18
|
+
*/
|
|
19
|
+
export declare const setCloudFormationServiceConfig: (config: CloudFormationService.Config) => Layer.Layer<never, never, never>;
|
|
20
|
+
/**
|
|
21
|
+
* @since 1.0.0
|
|
22
|
+
* @category adapters
|
|
23
|
+
*/
|
|
24
|
+
export declare const toCloudFormationClientConfig: Effect.Effect<CloudFormationClientConfig>;
|
|
25
|
+
//# sourceMappingURL=CloudFormationServiceConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CloudFormationServiceConfig.d.ts","sourceRoot":"","sources":["../../src/CloudFormationServiceConfig.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAEjF,OAAO,EAAE,MAAM,EAAY,KAAK,EAAE,MAAM,QAAQ,CAAC;AAGjD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAWxE;;;GAGG;AACH,eAAO,MAAM,+BAA+B,EAAE;IAC5C,CAAC,MAAM,EAAE,qBAAqB,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAC5G,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,qBAAqB,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;CAKzG,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B,WAAY,sBAAsB,MAAM,qCAClB,CAAC;AAElE;;;GAGG;AACH,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAAC,MAAM,CAAC,0BAA0B,CAQjF,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { AlreadyExistsException, CFNRegistryException, ChangeSetNotFoundException, ConcurrentResourcesLimitExceededException, CreatedButModifiedException, GeneratedTemplateNotFoundException, HookResultNotFoundException, InsufficientCapabilitiesException, InvalidChangeSetStatusException, InvalidOperationException, InvalidStateTransitionException, LimitExceededException, NameAlreadyExistsException, OperationIdAlreadyExistsException, OperationInProgressException, OperationNotFoundException, OperationStatusCheckFailedException, ResourceScanInProgressException, ResourceScanLimitExceededException, ResourceScanNotFoundException, StackInstanceNotFoundException, StackNotFoundException, StackRefactorNotFoundException, StackSetNotEmptyException, StackSetNotFoundException, StaleRequestException, TokenAlreadyExistsException, TypeConfigurationNotFoundException, TypeNotFoundException } from "@aws-sdk/client-cloudformation";
|
|
2
|
+
import type { TaggedException } from "@effect-aws/commons";
|
|
3
|
+
export declare const AllServiceErrors: readonly ["AlreadyExistsException", "CFNRegistryException", "ChangeSetNotFoundException", "ConcurrentResourcesLimitExceededException", "CreatedButModifiedException", "GeneratedTemplateNotFoundException", "HookResultNotFoundException", "InsufficientCapabilitiesException", "InvalidChangeSetStatusException", "InvalidOperationException", "InvalidStateTransitionException", "LimitExceededException", "NameAlreadyExistsException", "OperationIdAlreadyExistsException", "OperationInProgressException", "OperationNotFoundException", "OperationStatusCheckFailedException", "ResourceScanInProgressException", "ResourceScanLimitExceededException", "ResourceScanNotFoundException", "StackInstanceNotFoundException", "StackNotFoundException", "StackRefactorNotFoundException", "StackSetNotEmptyException", "StackSetNotFoundException", "StaleRequestException", "TokenAlreadyExistsException", "TypeConfigurationNotFoundException", "TypeNotFoundException"];
|
|
4
|
+
export type AlreadyExistsError = TaggedException<AlreadyExistsException>;
|
|
5
|
+
export type CFNRegistryError = TaggedException<CFNRegistryException>;
|
|
6
|
+
export type ChangeSetNotFoundError = TaggedException<ChangeSetNotFoundException>;
|
|
7
|
+
export type ConcurrentResourcesLimitExceededError = TaggedException<ConcurrentResourcesLimitExceededException>;
|
|
8
|
+
export type CreatedButModifiedError = TaggedException<CreatedButModifiedException>;
|
|
9
|
+
export type GeneratedTemplateNotFoundError = TaggedException<GeneratedTemplateNotFoundException>;
|
|
10
|
+
export type HookResultNotFoundError = TaggedException<HookResultNotFoundException>;
|
|
11
|
+
export type InsufficientCapabilitiesError = TaggedException<InsufficientCapabilitiesException>;
|
|
12
|
+
export type InvalidChangeSetStatusError = TaggedException<InvalidChangeSetStatusException>;
|
|
13
|
+
export type InvalidOperationError = TaggedException<InvalidOperationException>;
|
|
14
|
+
export type InvalidStateTransitionError = TaggedException<InvalidStateTransitionException>;
|
|
15
|
+
export type LimitExceededError = TaggedException<LimitExceededException>;
|
|
16
|
+
export type NameAlreadyExistsError = TaggedException<NameAlreadyExistsException>;
|
|
17
|
+
export type OperationIdAlreadyExistsError = TaggedException<OperationIdAlreadyExistsException>;
|
|
18
|
+
export type OperationInProgressError = TaggedException<OperationInProgressException>;
|
|
19
|
+
export type OperationNotFoundError = TaggedException<OperationNotFoundException>;
|
|
20
|
+
export type OperationStatusCheckFailedError = TaggedException<OperationStatusCheckFailedException>;
|
|
21
|
+
export type ResourceScanInProgressError = TaggedException<ResourceScanInProgressException>;
|
|
22
|
+
export type ResourceScanLimitExceededError = TaggedException<ResourceScanLimitExceededException>;
|
|
23
|
+
export type ResourceScanNotFoundError = TaggedException<ResourceScanNotFoundException>;
|
|
24
|
+
export type StackInstanceNotFoundError = TaggedException<StackInstanceNotFoundException>;
|
|
25
|
+
export type StackNotFoundError = TaggedException<StackNotFoundException>;
|
|
26
|
+
export type StackRefactorNotFoundError = TaggedException<StackRefactorNotFoundException>;
|
|
27
|
+
export type StackSetNotEmptyError = TaggedException<StackSetNotEmptyException>;
|
|
28
|
+
export type StackSetNotFoundError = TaggedException<StackSetNotFoundException>;
|
|
29
|
+
export type StaleRequestError = TaggedException<StaleRequestException>;
|
|
30
|
+
export type TokenAlreadyExistsError = TaggedException<TokenAlreadyExistsException>;
|
|
31
|
+
export type TypeConfigurationNotFoundError = TaggedException<TypeConfigurationNotFoundException>;
|
|
32
|
+
export type TypeNotFoundError = TaggedException<TypeNotFoundException>;
|
|
33
|
+
export type SdkError = TaggedException<Error & {
|
|
34
|
+
name: "SdkError";
|
|
35
|
+
}>;
|
|
36
|
+
//# sourceMappingURL=Errors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Errors.d.ts","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @since 1.0.0
|
|
3
|
+
*/
|
|
4
|
+
import { CloudFormationService } from "./CloudFormationService.js";
|
|
5
|
+
/**
|
|
6
|
+
* @since 1.0.0
|
|
7
|
+
*/
|
|
8
|
+
export * from "./Errors.js";
|
|
9
|
+
/**
|
|
10
|
+
* @since 1.0.0
|
|
11
|
+
*/
|
|
12
|
+
export * as CloudFormationClientInstance from "./CloudFormationClientInstance.js";
|
|
13
|
+
/**
|
|
14
|
+
* @since 1.0.0
|
|
15
|
+
*/
|
|
16
|
+
export * as CloudFormationServiceConfig from "./CloudFormationServiceConfig.js";
|
|
17
|
+
/**
|
|
18
|
+
* @since 1.0.0
|
|
19
|
+
*/
|
|
20
|
+
export * from "./CloudFormationService.js";
|
|
21
|
+
/**
|
|
22
|
+
* @since 1.0.0
|
|
23
|
+
* @category exports
|
|
24
|
+
* @alias CloudFormationService
|
|
25
|
+
*/
|
|
26
|
+
export declare namespace CloudFormation {
|
|
27
|
+
/**
|
|
28
|
+
* @since 1.0.0
|
|
29
|
+
* @alias CloudFormationService.Config
|
|
30
|
+
*/
|
|
31
|
+
type Config = CloudFormationService.Config;
|
|
32
|
+
/**
|
|
33
|
+
* @since 1.0.0
|
|
34
|
+
* @alias CloudFormationService.Type
|
|
35
|
+
*/
|
|
36
|
+
type Type = CloudFormationService.Type;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @since 1.0.0
|
|
40
|
+
* @category exports
|
|
41
|
+
* @alias CloudFormationService
|
|
42
|
+
*/
|
|
43
|
+
export declare const CloudFormation: typeof CloudFormationService;
|
|
44
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE;;GAEG;AACH,cAAc,aAAa,CAAC;AAE5B;;GAEG;AACH,OAAO,KAAK,4BAA4B,MAAM,mCAAmC,CAAC;AAElF;;GAEG;AACH,OAAO,KAAK,2BAA2B,MAAM,kCAAkC,CAAC;AAEhF;;GAEG;AACH,cAAc,4BAA4B,CAAC;AAE3C;;;;GAIG;AACH,MAAM,CAAC,OAAO,WAAW,cAAc,CAAC;IACtC;;;OAGG;IACH,KAAY,MAAM,GAAG,qBAAqB,CAAC,MAAM,CAAC;IAElD;;;OAGG;IACH,KAAY,IAAI,GAAG,qBAAqB,CAAC,IAAI,CAAC;CAC/C;AAED;;;;GAIG;AACH,eAAO,MAAM,cAAc,8BAAwB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @since 1.0.0
|
|
3
|
+
*/
|
|
4
|
+
import { CloudFormationClient } from "@aws-sdk/client-cloudformation";
|
|
5
|
+
import { Context, Effect, Layer } from "effect";
|
|
6
|
+
import * as CloudFormationServiceConfig from "./CloudFormationServiceConfig.js";
|
|
7
|
+
/**
|
|
8
|
+
* @since 1.0.0
|
|
9
|
+
* @category tags
|
|
10
|
+
*/
|
|
11
|
+
export class CloudFormationClientInstance extends Context.Tag("@effect-aws/client-cloudformation/CloudFormationClientInstance")() {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @since 1.0.0
|
|
15
|
+
* @category constructors
|
|
16
|
+
*/
|
|
17
|
+
export const make = Effect.flatMap(CloudFormationServiceConfig.toCloudFormationClientConfig, (config) => Effect.acquireRelease(Effect.sync(() => new CloudFormationClient(config)), (client) => Effect.sync(() => client.destroy())));
|
|
18
|
+
/**
|
|
19
|
+
* @since 1.0.0
|
|
20
|
+
* @category layers
|
|
21
|
+
*/
|
|
22
|
+
export const layer = Layer.scoped(CloudFormationClientInstance, make);
|
|
23
|
+
//# sourceMappingURL=CloudFormationClientInstance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CloudFormationClientInstance.js","sourceRoot":"","sources":["../../src/CloudFormationClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAChD,OAAO,KAAK,2BAA2B,MAAM,kCAAkC,CAAC;AAEhF;;;GAGG;AACH,MAAM,OAAO,4BAA6B,SAAQ,OAAO,CAAC,GAAG,CAC3D,gEAAgE,CACjE,EAAsD;CAAG;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAChC,2BAA2B,CAAC,4BAA4B,EACxD,CAAC,MAAM,EAAE,EAAE,CACT,MAAM,CAAC,cAAc,CACnB,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,oBAAoB,CAAC,MAAM,CAAC,CAAC,EACnD,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAChD,CACJ,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,4BAA4B,EAAE,IAAI,CAAC,CAAC"}
|