@aws-sdk/client-cloudformation 3.929.0 → 3.931.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/README.md +10 -2
- package/dist-cjs/index.js +3126 -9437
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CloudFormation.js +2 -0
- package/dist-es/CloudFormationClient.js +2 -0
- package/dist-es/commands/ActivateOrganizationsAccessCommand.js +3 -9
- package/dist-es/commands/ActivateTypeCommand.js +3 -9
- package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +3 -9
- package/dist-es/commands/CancelUpdateStackCommand.js +3 -9
- package/dist-es/commands/ContinueUpdateRollbackCommand.js +3 -9
- package/dist-es/commands/CreateChangeSetCommand.js +3 -9
- package/dist-es/commands/CreateGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/CreateStackCommand.js +3 -9
- package/dist-es/commands/CreateStackInstancesCommand.js +3 -9
- package/dist-es/commands/CreateStackRefactorCommand.js +3 -9
- package/dist-es/commands/CreateStackSetCommand.js +3 -9
- package/dist-es/commands/DeactivateOrganizationsAccessCommand.js +3 -9
- package/dist-es/commands/DeactivateTypeCommand.js +3 -9
- package/dist-es/commands/DeleteChangeSetCommand.js +3 -9
- package/dist-es/commands/DeleteGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteStackCommand.js +3 -9
- package/dist-es/commands/DeleteStackInstancesCommand.js +3 -9
- package/dist-es/commands/DeleteStackSetCommand.js +3 -9
- package/dist-es/commands/DeregisterTypeCommand.js +3 -9
- package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
- package/dist-es/commands/DescribeChangeSetCommand.js +3 -9
- package/dist-es/commands/DescribeChangeSetHooksCommand.js +3 -9
- package/dist-es/commands/DescribeGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/DescribeOrganizationsAccessCommand.js +3 -9
- package/dist-es/commands/DescribePublisherCommand.js +3 -9
- package/dist-es/commands/DescribeResourceScanCommand.js +3 -9
- package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +3 -9
- package/dist-es/commands/DescribeStackEventsCommand.js +3 -9
- package/dist-es/commands/DescribeStackInstanceCommand.js +3 -9
- package/dist-es/commands/DescribeStackRefactorCommand.js +3 -9
- package/dist-es/commands/DescribeStackResourceCommand.js +3 -9
- package/dist-es/commands/DescribeStackResourceDriftsCommand.js +3 -9
- package/dist-es/commands/DescribeStackResourcesCommand.js +3 -9
- package/dist-es/commands/DescribeStackSetCommand.js +3 -9
- package/dist-es/commands/DescribeStackSetOperationCommand.js +3 -9
- package/dist-es/commands/DescribeStacksCommand.js +3 -9
- package/dist-es/commands/DescribeTypeCommand.js +3 -9
- package/dist-es/commands/DescribeTypeRegistrationCommand.js +3 -9
- package/dist-es/commands/DetectStackDriftCommand.js +3 -9
- package/dist-es/commands/DetectStackResourceDriftCommand.js +3 -9
- package/dist-es/commands/DetectStackSetDriftCommand.js +3 -9
- package/dist-es/commands/EstimateTemplateCostCommand.js +3 -9
- package/dist-es/commands/ExecuteChangeSetCommand.js +3 -9
- package/dist-es/commands/ExecuteStackRefactorCommand.js +3 -9
- package/dist-es/commands/GetGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/GetHookResultCommand.js +16 -0
- package/dist-es/commands/GetStackPolicyCommand.js +3 -9
- package/dist-es/commands/GetTemplateCommand.js +3 -9
- package/dist-es/commands/GetTemplateSummaryCommand.js +3 -9
- package/dist-es/commands/ImportStacksToStackSetCommand.js +3 -9
- package/dist-es/commands/ListChangeSetsCommand.js +3 -9
- package/dist-es/commands/ListExportsCommand.js +3 -9
- package/dist-es/commands/ListGeneratedTemplatesCommand.js +3 -9
- package/dist-es/commands/ListHookResultsCommand.js +3 -9
- package/dist-es/commands/ListImportsCommand.js +3 -9
- package/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +3 -9
- package/dist-es/commands/ListResourceScanResourcesCommand.js +3 -9
- package/dist-es/commands/ListResourceScansCommand.js +3 -9
- package/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +3 -9
- package/dist-es/commands/ListStackInstancesCommand.js +3 -9
- package/dist-es/commands/ListStackRefactorActionsCommand.js +3 -9
- package/dist-es/commands/ListStackRefactorsCommand.js +3 -9
- package/dist-es/commands/ListStackResourcesCommand.js +3 -9
- package/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +3 -9
- package/dist-es/commands/ListStackSetOperationResultsCommand.js +3 -9
- package/dist-es/commands/ListStackSetOperationsCommand.js +3 -9
- package/dist-es/commands/ListStackSetsCommand.js +3 -9
- package/dist-es/commands/ListStacksCommand.js +3 -9
- package/dist-es/commands/ListTypeRegistrationsCommand.js +3 -9
- package/dist-es/commands/ListTypeVersionsCommand.js +3 -9
- package/dist-es/commands/ListTypesCommand.js +3 -9
- package/dist-es/commands/PublishTypeCommand.js +3 -9
- package/dist-es/commands/RecordHandlerProgressCommand.js +3 -9
- package/dist-es/commands/RegisterPublisherCommand.js +3 -9
- package/dist-es/commands/RegisterTypeCommand.js +3 -9
- package/dist-es/commands/RollbackStackCommand.js +3 -9
- package/dist-es/commands/SetStackPolicyCommand.js +3 -9
- package/dist-es/commands/SetTypeConfigurationCommand.js +3 -9
- package/dist-es/commands/SetTypeDefaultVersionCommand.js +3 -9
- package/dist-es/commands/SignalResourceCommand.js +3 -9
- package/dist-es/commands/StartResourceScanCommand.js +3 -9
- package/dist-es/commands/StopStackSetOperationCommand.js +3 -9
- package/dist-es/commands/TestTypeCommand.js +3 -9
- package/dist-es/commands/UpdateGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/UpdateStackCommand.js +3 -9
- package/dist-es/commands/UpdateStackInstancesCommand.js +3 -9
- package/dist-es/commands/UpdateStackSetCommand.js +3 -9
- package/dist-es/commands/UpdateTerminationProtectionCommand.js +3 -9
- package/dist-es/commands/ValidateTemplateCommand.js +3 -9
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +29 -18
- package/dist-es/models/models_1.js +7 -0
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +3052 -0
- package/dist-types/CloudFormation.d.ts +15 -8
- package/dist-types/CloudFormationClient.d.ts +20 -10
- package/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -2
- package/dist-types/commands/GetHookResultCommand.d.ts +104 -0
- package/dist-types/commands/ListHookResultsCommand.d.ts +2 -2
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +7 -7
- package/dist-types/models/models_0.d.ts +319 -434
- package/dist-types/models/models_1.d.ts +328 -27
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +456 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +18 -1
- package/dist-types/ts3.4/CloudFormationClient.d.ts +10 -0
- package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +65 -58
- package/dist-types/ts3.4/models/models_1.d.ts +54 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +461 -0
- package/package.json +34 -35
- package/dist-es/protocols/Aws_query.js +0 -8938
- package/dist-types/protocols/Aws_query.d.ts +0 -794
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -1061
|
@@ -96,6 +96,30 @@ export declare class AlreadyExistsException extends __BaseException {
|
|
|
96
96
|
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
97
97
|
);
|
|
98
98
|
}
|
|
99
|
+
export declare const AnnotationSeverityLevel: {
|
|
100
|
+
readonly CRITICAL: "CRITICAL";
|
|
101
|
+
readonly HIGH: "HIGH";
|
|
102
|
+
readonly INFORMATIONAL: "INFORMATIONAL";
|
|
103
|
+
readonly LOW: "LOW";
|
|
104
|
+
readonly MEDIUM: "MEDIUM";
|
|
105
|
+
};
|
|
106
|
+
export type AnnotationSeverityLevel =
|
|
107
|
+
(typeof AnnotationSeverityLevel)[keyof typeof AnnotationSeverityLevel];
|
|
108
|
+
export declare const AnnotationStatus: {
|
|
109
|
+
readonly FAILED: "FAILED";
|
|
110
|
+
readonly PASSED: "PASSED";
|
|
111
|
+
readonly SKIPPED: "SKIPPED";
|
|
112
|
+
};
|
|
113
|
+
export type AnnotationStatus =
|
|
114
|
+
(typeof AnnotationStatus)[keyof typeof AnnotationStatus];
|
|
115
|
+
export interface Annotation {
|
|
116
|
+
AnnotationName?: string | undefined;
|
|
117
|
+
Status?: AnnotationStatus | undefined;
|
|
118
|
+
StatusMessage?: string | undefined;
|
|
119
|
+
RemediationMessage?: string | undefined;
|
|
120
|
+
RemediationLink?: string | undefined;
|
|
121
|
+
SeverityLevel?: AnnotationSeverityLevel | undefined;
|
|
122
|
+
}
|
|
99
123
|
export declare const AttributeChangeType: {
|
|
100
124
|
readonly Add: "Add";
|
|
101
125
|
readonly Modify: "Modify";
|
|
@@ -962,7 +986,7 @@ export interface DescribeStackDriftDetectionStatusOutput {
|
|
|
962
986
|
Timestamp: Date | undefined;
|
|
963
987
|
}
|
|
964
988
|
export interface DescribeStackEventsInput {
|
|
965
|
-
StackName
|
|
989
|
+
StackName: string | undefined;
|
|
966
990
|
NextToken?: string | undefined;
|
|
967
991
|
}
|
|
968
992
|
export declare const DetailedStatus: {
|
|
@@ -1543,6 +1567,46 @@ export interface GetGeneratedTemplateOutput {
|
|
|
1543
1567
|
Status?: GeneratedTemplateStatus | undefined;
|
|
1544
1568
|
TemplateBody?: string | undefined;
|
|
1545
1569
|
}
|
|
1570
|
+
export interface GetHookResultInput {
|
|
1571
|
+
HookResultId?: string | undefined;
|
|
1572
|
+
}
|
|
1573
|
+
export declare const HookTargetAction: {
|
|
1574
|
+
readonly CREATE: "CREATE";
|
|
1575
|
+
readonly DELETE: "DELETE";
|
|
1576
|
+
readonly IMPORT: "IMPORT";
|
|
1577
|
+
readonly UPDATE: "UPDATE";
|
|
1578
|
+
};
|
|
1579
|
+
export type HookTargetAction =
|
|
1580
|
+
(typeof HookTargetAction)[keyof typeof HookTargetAction];
|
|
1581
|
+
export interface HookTarget {
|
|
1582
|
+
TargetType: HookTargetType | undefined;
|
|
1583
|
+
TargetTypeName: string | undefined;
|
|
1584
|
+
TargetId: string | undefined;
|
|
1585
|
+
Action: HookTargetAction | undefined;
|
|
1586
|
+
}
|
|
1587
|
+
export interface GetHookResultOutput {
|
|
1588
|
+
HookResultId?: string | undefined;
|
|
1589
|
+
InvocationPoint?: HookInvocationPoint | undefined;
|
|
1590
|
+
FailureMode?: HookFailureMode | undefined;
|
|
1591
|
+
TypeName?: string | undefined;
|
|
1592
|
+
OriginalTypeName?: string | undefined;
|
|
1593
|
+
TypeVersionId?: string | undefined;
|
|
1594
|
+
TypeConfigurationVersionId?: string | undefined;
|
|
1595
|
+
TypeArn?: string | undefined;
|
|
1596
|
+
Status?: HookStatus | undefined;
|
|
1597
|
+
HookStatusReason?: string | undefined;
|
|
1598
|
+
InvokedAt?: Date | undefined;
|
|
1599
|
+
Target?: HookTarget | undefined;
|
|
1600
|
+
Annotations?: Annotation[] | undefined;
|
|
1601
|
+
}
|
|
1602
|
+
export declare class HookResultNotFoundException extends __BaseException {
|
|
1603
|
+
readonly name: "HookResultNotFoundException";
|
|
1604
|
+
readonly $fault: "client";
|
|
1605
|
+
Message?: string | undefined;
|
|
1606
|
+
constructor(
|
|
1607
|
+
opts: __ExceptionOptionType<HookResultNotFoundException, __BaseException>
|
|
1608
|
+
);
|
|
1609
|
+
}
|
|
1546
1610
|
export interface GetStackPolicyInput {
|
|
1547
1611
|
StackName: string | undefined;
|
|
1548
1612
|
}
|
|
@@ -1662,14 +1726,6 @@ export interface ListGeneratedTemplatesOutput {
|
|
|
1662
1726
|
Summaries?: TemplateSummary[] | undefined;
|
|
1663
1727
|
NextToken?: string | undefined;
|
|
1664
1728
|
}
|
|
1665
|
-
export declare class HookResultNotFoundException extends __BaseException {
|
|
1666
|
-
readonly name: "HookResultNotFoundException";
|
|
1667
|
-
readonly $fault: "client";
|
|
1668
|
-
Message?: string | undefined;
|
|
1669
|
-
constructor(
|
|
1670
|
-
opts: __ExceptionOptionType<HookResultNotFoundException, __BaseException>
|
|
1671
|
-
);
|
|
1672
|
-
}
|
|
1673
1729
|
export declare const ListHookResultsTargetType: {
|
|
1674
1730
|
readonly CHANGE_SET: "CHANGE_SET";
|
|
1675
1731
|
readonly CLOUD_CONTROL: "CLOUD_CONTROL";
|
|
@@ -1969,52 +2025,3 @@ export interface OperationResultFilter {
|
|
|
1969
2025
|
Name?: OperationResultFilterName | undefined;
|
|
1970
2026
|
Values?: string | undefined;
|
|
1971
2027
|
}
|
|
1972
|
-
export interface ListStackSetOperationResultsInput {
|
|
1973
|
-
StackSetName: string | undefined;
|
|
1974
|
-
OperationId: string | undefined;
|
|
1975
|
-
NextToken?: string | undefined;
|
|
1976
|
-
MaxResults?: number | undefined;
|
|
1977
|
-
CallAs?: CallAs | undefined;
|
|
1978
|
-
Filters?: OperationResultFilter[] | undefined;
|
|
1979
|
-
}
|
|
1980
|
-
export declare const StackSetOperationResultStatus: {
|
|
1981
|
-
readonly CANCELLED: "CANCELLED";
|
|
1982
|
-
readonly FAILED: "FAILED";
|
|
1983
|
-
readonly PENDING: "PENDING";
|
|
1984
|
-
readonly RUNNING: "RUNNING";
|
|
1985
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1986
|
-
};
|
|
1987
|
-
export type StackSetOperationResultStatus =
|
|
1988
|
-
(typeof StackSetOperationResultStatus)[keyof typeof StackSetOperationResultStatus];
|
|
1989
|
-
export interface StackSetOperationResultSummary {
|
|
1990
|
-
Account?: string | undefined;
|
|
1991
|
-
Region?: string | undefined;
|
|
1992
|
-
Status?: StackSetOperationResultStatus | undefined;
|
|
1993
|
-
StatusReason?: string | undefined;
|
|
1994
|
-
AccountGateResult?: AccountGateResult | undefined;
|
|
1995
|
-
OrganizationalUnitId?: string | undefined;
|
|
1996
|
-
}
|
|
1997
|
-
export interface ListStackSetOperationResultsOutput {
|
|
1998
|
-
Summaries?: StackSetOperationResultSummary[] | undefined;
|
|
1999
|
-
NextToken?: string | undefined;
|
|
2000
|
-
}
|
|
2001
|
-
export interface ListStackSetOperationsInput {
|
|
2002
|
-
StackSetName: string | undefined;
|
|
2003
|
-
NextToken?: string | undefined;
|
|
2004
|
-
MaxResults?: number | undefined;
|
|
2005
|
-
CallAs?: CallAs | undefined;
|
|
2006
|
-
}
|
|
2007
|
-
export interface StackSetOperationSummary {
|
|
2008
|
-
OperationId?: string | undefined;
|
|
2009
|
-
Action?: StackSetOperationAction | undefined;
|
|
2010
|
-
Status?: StackSetOperationStatus | undefined;
|
|
2011
|
-
CreationTimestamp?: Date | undefined;
|
|
2012
|
-
EndTimestamp?: Date | undefined;
|
|
2013
|
-
StatusReason?: string | undefined;
|
|
2014
|
-
StatusDetails?: StackSetOperationStatusDetails | undefined;
|
|
2015
|
-
OperationPreferences?: StackSetOperationPreferences | undefined;
|
|
2016
|
-
}
|
|
2017
|
-
export interface ListStackSetOperationsOutput {
|
|
2018
|
-
Summaries?: StackSetOperationSummary[] | undefined;
|
|
2019
|
-
NextToken?: string | undefined;
|
|
2020
|
-
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
|
|
3
3
|
import {
|
|
4
|
+
AccountGateResult,
|
|
4
5
|
AutoDeployment,
|
|
5
6
|
CallAs,
|
|
6
7
|
Capability,
|
|
@@ -10,6 +11,7 @@ import {
|
|
|
10
11
|
IdentityProvider,
|
|
11
12
|
LoggingConfig,
|
|
12
13
|
ManagedExecution,
|
|
14
|
+
OperationResultFilter,
|
|
13
15
|
Parameter,
|
|
14
16
|
PermissionModels,
|
|
15
17
|
ProvisioningType,
|
|
@@ -19,13 +21,65 @@ import {
|
|
|
19
21
|
RollbackConfiguration,
|
|
20
22
|
ScanFilter,
|
|
21
23
|
StackDriftStatus,
|
|
24
|
+
StackSetOperationAction,
|
|
22
25
|
StackSetOperationPreferences,
|
|
26
|
+
StackSetOperationStatus,
|
|
27
|
+
StackSetOperationStatusDetails,
|
|
23
28
|
StackSetStatus,
|
|
24
29
|
Tag,
|
|
25
30
|
TemplateConfiguration,
|
|
26
31
|
ThirdPartyType,
|
|
27
32
|
Visibility,
|
|
28
33
|
} from "./models_0";
|
|
34
|
+
export interface ListStackSetOperationResultsInput {
|
|
35
|
+
StackSetName: string | undefined;
|
|
36
|
+
OperationId: string | undefined;
|
|
37
|
+
NextToken?: string | undefined;
|
|
38
|
+
MaxResults?: number | undefined;
|
|
39
|
+
CallAs?: CallAs | undefined;
|
|
40
|
+
Filters?: OperationResultFilter[] | undefined;
|
|
41
|
+
}
|
|
42
|
+
export declare const StackSetOperationResultStatus: {
|
|
43
|
+
readonly CANCELLED: "CANCELLED";
|
|
44
|
+
readonly FAILED: "FAILED";
|
|
45
|
+
readonly PENDING: "PENDING";
|
|
46
|
+
readonly RUNNING: "RUNNING";
|
|
47
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
48
|
+
};
|
|
49
|
+
export type StackSetOperationResultStatus =
|
|
50
|
+
(typeof StackSetOperationResultStatus)[keyof typeof StackSetOperationResultStatus];
|
|
51
|
+
export interface StackSetOperationResultSummary {
|
|
52
|
+
Account?: string | undefined;
|
|
53
|
+
Region?: string | undefined;
|
|
54
|
+
Status?: StackSetOperationResultStatus | undefined;
|
|
55
|
+
StatusReason?: string | undefined;
|
|
56
|
+
AccountGateResult?: AccountGateResult | undefined;
|
|
57
|
+
OrganizationalUnitId?: string | undefined;
|
|
58
|
+
}
|
|
59
|
+
export interface ListStackSetOperationResultsOutput {
|
|
60
|
+
Summaries?: StackSetOperationResultSummary[] | undefined;
|
|
61
|
+
NextToken?: string | undefined;
|
|
62
|
+
}
|
|
63
|
+
export interface ListStackSetOperationsInput {
|
|
64
|
+
StackSetName: string | undefined;
|
|
65
|
+
NextToken?: string | undefined;
|
|
66
|
+
MaxResults?: number | undefined;
|
|
67
|
+
CallAs?: CallAs | undefined;
|
|
68
|
+
}
|
|
69
|
+
export interface StackSetOperationSummary {
|
|
70
|
+
OperationId?: string | undefined;
|
|
71
|
+
Action?: StackSetOperationAction | undefined;
|
|
72
|
+
Status?: StackSetOperationStatus | undefined;
|
|
73
|
+
CreationTimestamp?: Date | undefined;
|
|
74
|
+
EndTimestamp?: Date | undefined;
|
|
75
|
+
StatusReason?: string | undefined;
|
|
76
|
+
StatusDetails?: StackSetOperationStatusDetails | undefined;
|
|
77
|
+
OperationPreferences?: StackSetOperationPreferences | undefined;
|
|
78
|
+
}
|
|
79
|
+
export interface ListStackSetOperationsOutput {
|
|
80
|
+
Summaries?: StackSetOperationSummary[] | undefined;
|
|
81
|
+
NextToken?: string | undefined;
|
|
82
|
+
}
|
|
29
83
|
export interface ListStackSetsInput {
|
|
30
84
|
NextToken?: string | undefined;
|
|
31
85
|
MaxResults?: number | undefined;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudFormationHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|