@jjrawlins/cdk-diff-pr-github-action 1.4.2 → 1.4.3
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/CdkDiffIamTemplate.js +2 -2
- package/lib/CdkDiffIamTemplateStackSet.js +2 -2
- package/lib/CdkDiffStackWorkflow.js +1 -1
- package/lib/CdkDriftDetectionWorkflow.js +1 -1
- package/lib/CdkDriftIamTemplate.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +109 -3610
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/errors.js +439 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/schemas/schemas_0.js +2741 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +182 -176
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +37 -30
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -30
- package/node_modules/@aws-sdk/client-cloudformation/package.json +13 -13
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +23 -234
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/errors.js +56 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +161 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +32 -26
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +12 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
- package/node_modules/@aws-sdk/client-sso/package.json +12 -12
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +20 -198
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +20 -347
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +21 -308
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
- package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- 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 +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
|
@@ -1,34 +1,61 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var CloudFormationServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
9
|
+
export declare var CFNRegistryException$: StaticErrorSchema;
|
|
10
|
+
export declare var ChangeSetNotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var ConcurrentResourcesLimitExceededException$: StaticErrorSchema;
|
|
12
|
+
export declare var CreatedButModifiedException$: StaticErrorSchema;
|
|
13
|
+
export declare var GeneratedTemplateNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var HookResultNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var InsufficientCapabilitiesException$: StaticErrorSchema;
|
|
16
|
+
export declare var InvalidChangeSetStatusException$: StaticErrorSchema;
|
|
17
|
+
export declare var InvalidOperationException$: StaticErrorSchema;
|
|
18
|
+
export declare var InvalidStateTransitionException$: StaticErrorSchema;
|
|
19
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
20
|
+
export declare var NameAlreadyExistsException$: StaticErrorSchema;
|
|
21
|
+
export declare var OperationIdAlreadyExistsException$: StaticErrorSchema;
|
|
22
|
+
export declare var OperationInProgressException$: StaticErrorSchema;
|
|
23
|
+
export declare var OperationNotFoundException$: StaticErrorSchema;
|
|
24
|
+
export declare var OperationStatusCheckFailedException$: StaticErrorSchema;
|
|
25
|
+
export declare var ResourceScanInProgressException$: StaticErrorSchema;
|
|
26
|
+
export declare var ResourceScanLimitExceededException$: StaticErrorSchema;
|
|
27
|
+
export declare var ResourceScanNotFoundException$: StaticErrorSchema;
|
|
28
|
+
export declare var StackInstanceNotFoundException$: StaticErrorSchema;
|
|
29
|
+
export declare var StackNotFoundException$: StaticErrorSchema;
|
|
30
|
+
export declare var StackRefactorNotFoundException$: StaticErrorSchema;
|
|
31
|
+
export declare var StackSetNotEmptyException$: StaticErrorSchema;
|
|
32
|
+
export declare var StackSetNotFoundException$: StaticErrorSchema;
|
|
33
|
+
export declare var StaleRequestException$: StaticErrorSchema;
|
|
34
|
+
export declare var TokenAlreadyExistsException$: StaticErrorSchema;
|
|
35
|
+
export declare var TypeConfigurationNotFoundException$: StaticErrorSchema;
|
|
36
|
+
export declare var TypeNotFoundException$: StaticErrorSchema;
|
|
37
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
38
|
export declare var AccountGateResult$: StaticStructureSchema;
|
|
7
39
|
export declare var AccountLimit$: StaticStructureSchema;
|
|
8
40
|
export declare var ActivateOrganizationsAccessInput$: StaticStructureSchema;
|
|
9
41
|
export declare var ActivateOrganizationsAccessOutput$: StaticStructureSchema;
|
|
10
42
|
export declare var ActivateTypeInput$: StaticStructureSchema;
|
|
11
43
|
export declare var ActivateTypeOutput$: StaticStructureSchema;
|
|
12
|
-
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
13
44
|
export declare var Annotation$: StaticStructureSchema;
|
|
14
45
|
export declare var AutoDeployment$: StaticStructureSchema;
|
|
15
46
|
export declare var BatchDescribeTypeConfigurationsError$: StaticStructureSchema;
|
|
16
47
|
export declare var BatchDescribeTypeConfigurationsInput$: StaticStructureSchema;
|
|
17
48
|
export declare var BatchDescribeTypeConfigurationsOutput$: StaticStructureSchema;
|
|
18
49
|
export declare var CancelUpdateStackInput$: StaticStructureSchema;
|
|
19
|
-
export declare var CFNRegistryException$: StaticErrorSchema;
|
|
20
50
|
export declare var Change$: StaticStructureSchema;
|
|
21
51
|
export declare var ChangeSetHook$: StaticStructureSchema;
|
|
22
52
|
export declare var ChangeSetHookResourceTargetDetails$: StaticStructureSchema;
|
|
23
53
|
export declare var ChangeSetHookTargetDetails$: StaticStructureSchema;
|
|
24
|
-
export declare var ChangeSetNotFoundException$: StaticErrorSchema;
|
|
25
54
|
export declare var ChangeSetSummary$: StaticStructureSchema;
|
|
26
|
-
export declare var ConcurrentResourcesLimitExceededException$: StaticErrorSchema;
|
|
27
55
|
export declare var ContinueUpdateRollbackInput$: StaticStructureSchema;
|
|
28
56
|
export declare var ContinueUpdateRollbackOutput$: StaticStructureSchema;
|
|
29
57
|
export declare var CreateChangeSetInput$: StaticStructureSchema;
|
|
30
58
|
export declare var CreateChangeSetOutput$: StaticStructureSchema;
|
|
31
|
-
export declare var CreatedButModifiedException$: StaticErrorSchema;
|
|
32
59
|
export declare var CreateGeneratedTemplateInput$: StaticStructureSchema;
|
|
33
60
|
export declare var CreateGeneratedTemplateOutput$: StaticStructureSchema;
|
|
34
61
|
export declare var CreateStackInput$: StaticStructureSchema;
|
|
@@ -107,7 +134,6 @@ export declare var ExecuteChangeSetInput$: StaticStructureSchema;
|
|
|
107
134
|
export declare var ExecuteChangeSetOutput$: StaticStructureSchema;
|
|
108
135
|
export declare var ExecuteStackRefactorInput$: StaticStructureSchema;
|
|
109
136
|
export declare var Export$: StaticStructureSchema;
|
|
110
|
-
export declare var GeneratedTemplateNotFoundException$: StaticErrorSchema;
|
|
111
137
|
export declare var GetGeneratedTemplateInput$: StaticStructureSchema;
|
|
112
138
|
export declare var GetGeneratedTemplateOutput$: StaticStructureSchema;
|
|
113
139
|
export declare var GetHookResultInput$: StaticStructureSchema;
|
|
@@ -118,16 +144,10 @@ export declare var GetTemplateInput$: StaticStructureSchema;
|
|
|
118
144
|
export declare var GetTemplateOutput$: StaticStructureSchema;
|
|
119
145
|
export declare var GetTemplateSummaryInput$: StaticStructureSchema;
|
|
120
146
|
export declare var GetTemplateSummaryOutput$: StaticStructureSchema;
|
|
121
|
-
export declare var HookResultNotFoundException$: StaticErrorSchema;
|
|
122
147
|
export declare var HookResultSummary$: StaticStructureSchema;
|
|
123
148
|
export declare var HookTarget$: StaticStructureSchema;
|
|
124
149
|
export declare var ImportStacksToStackSetInput$: StaticStructureSchema;
|
|
125
150
|
export declare var ImportStacksToStackSetOutput$: StaticStructureSchema;
|
|
126
|
-
export declare var InsufficientCapabilitiesException$: StaticErrorSchema;
|
|
127
|
-
export declare var InvalidChangeSetStatusException$: StaticErrorSchema;
|
|
128
|
-
export declare var InvalidOperationException$: StaticErrorSchema;
|
|
129
|
-
export declare var InvalidStateTransitionException$: StaticErrorSchema;
|
|
130
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
131
151
|
export declare var ListChangeSetsInput$: StaticStructureSchema;
|
|
132
152
|
export declare var ListChangeSetsOutput$: StaticStructureSchema;
|
|
133
153
|
export declare var ListExportsInput$: StaticStructureSchema;
|
|
@@ -174,14 +194,9 @@ export declare var LiveResourceDrift$: StaticStructureSchema;
|
|
|
174
194
|
export declare var LoggingConfig$: StaticStructureSchema;
|
|
175
195
|
export declare var ManagedExecution$: StaticStructureSchema;
|
|
176
196
|
export declare var ModuleInfo$: StaticStructureSchema;
|
|
177
|
-
export declare var NameAlreadyExistsException$: StaticErrorSchema;
|
|
178
197
|
export declare var OperationEntry$: StaticStructureSchema;
|
|
179
198
|
export declare var OperationEvent$: StaticStructureSchema;
|
|
180
|
-
export declare var OperationIdAlreadyExistsException$: StaticErrorSchema;
|
|
181
|
-
export declare var OperationInProgressException$: StaticErrorSchema;
|
|
182
|
-
export declare var OperationNotFoundException$: StaticErrorSchema;
|
|
183
199
|
export declare var OperationResultFilter$: StaticStructureSchema;
|
|
184
|
-
export declare var OperationStatusCheckFailedException$: StaticErrorSchema;
|
|
185
200
|
export declare var Output$: StaticStructureSchema;
|
|
186
201
|
export declare var Parameter$: StaticStructureSchema;
|
|
187
202
|
export declare var ParameterConstraints$: StaticStructureSchema;
|
|
@@ -205,9 +220,6 @@ export declare var ResourceDriftIgnoredAttribute$: StaticStructureSchema;
|
|
|
205
220
|
export declare var ResourceIdentifierSummary$: StaticStructureSchema;
|
|
206
221
|
export declare var ResourceLocation$: StaticStructureSchema;
|
|
207
222
|
export declare var ResourceMapping$: StaticStructureSchema;
|
|
208
|
-
export declare var ResourceScanInProgressException$: StaticErrorSchema;
|
|
209
|
-
export declare var ResourceScanLimitExceededException$: StaticErrorSchema;
|
|
210
|
-
export declare var ResourceScanNotFoundException$: StaticErrorSchema;
|
|
211
223
|
export declare var ResourceScanSummary$: StaticStructureSchema;
|
|
212
224
|
export declare var ResourceTargetDefinition$: StaticStructureSchema;
|
|
213
225
|
export declare var ResourceToImport$: StaticStructureSchema;
|
|
@@ -232,12 +244,9 @@ export declare var StackEvent$: StaticStructureSchema;
|
|
|
232
244
|
export declare var StackInstance$: StaticStructureSchema;
|
|
233
245
|
export declare var StackInstanceComprehensiveStatus$: StaticStructureSchema;
|
|
234
246
|
export declare var StackInstanceFilter$: StaticStructureSchema;
|
|
235
|
-
export declare var StackInstanceNotFoundException$: StaticErrorSchema;
|
|
236
247
|
export declare var StackInstanceResourceDriftsSummary$: StaticStructureSchema;
|
|
237
248
|
export declare var StackInstanceSummary$: StaticStructureSchema;
|
|
238
|
-
export declare var StackNotFoundException$: StaticErrorSchema;
|
|
239
249
|
export declare var StackRefactorAction$: StaticStructureSchema;
|
|
240
|
-
export declare var StackRefactorNotFoundException$: StaticErrorSchema;
|
|
241
250
|
export declare var StackRefactorSummary$: StaticStructureSchema;
|
|
242
251
|
export declare var StackResource$: StaticStructureSchema;
|
|
243
252
|
export declare var StackResourceDetail$: StaticStructureSchema;
|
|
@@ -248,8 +257,6 @@ export declare var StackResourceSummary$: StaticStructureSchema;
|
|
|
248
257
|
export declare var StackSet$: StaticStructureSchema;
|
|
249
258
|
export declare var StackSetAutoDeploymentTargetSummary$: StaticStructureSchema;
|
|
250
259
|
export declare var StackSetDriftDetectionDetails$: StaticStructureSchema;
|
|
251
|
-
export declare var StackSetNotEmptyException$: StaticErrorSchema;
|
|
252
|
-
export declare var StackSetNotFoundException$: StaticErrorSchema;
|
|
253
260
|
export declare var StackSetOperation$: StaticStructureSchema;
|
|
254
261
|
export declare var StackSetOperationPreferences$: StaticStructureSchema;
|
|
255
262
|
export declare var StackSetOperationResultSummary$: StaticStructureSchema;
|
|
@@ -257,7 +264,6 @@ export declare var StackSetOperationStatusDetails$: StaticStructureSchema;
|
|
|
257
264
|
export declare var StackSetOperationSummary$: StaticStructureSchema;
|
|
258
265
|
export declare var StackSetSummary$: StaticStructureSchema;
|
|
259
266
|
export declare var StackSummary$: StaticStructureSchema;
|
|
260
|
-
export declare var StaleRequestException$: StaticErrorSchema;
|
|
261
267
|
export declare var StartResourceScanInput$: StaticStructureSchema;
|
|
262
268
|
export declare var StartResourceScanOutput$: StaticStructureSchema;
|
|
263
269
|
export declare var StopStackSetOperationInput$: StaticStructureSchema;
|
|
@@ -270,12 +276,9 @@ export declare var TemplateSummary$: StaticStructureSchema;
|
|
|
270
276
|
export declare var TemplateSummaryConfig$: StaticStructureSchema;
|
|
271
277
|
export declare var TestTypeInput$: StaticStructureSchema;
|
|
272
278
|
export declare var TestTypeOutput$: StaticStructureSchema;
|
|
273
|
-
export declare var TokenAlreadyExistsException$: StaticErrorSchema;
|
|
274
279
|
export declare var TypeConfigurationDetails$: StaticStructureSchema;
|
|
275
280
|
export declare var TypeConfigurationIdentifier$: StaticStructureSchema;
|
|
276
|
-
export declare var TypeConfigurationNotFoundException$: StaticErrorSchema;
|
|
277
281
|
export declare var TypeFilters$: StaticStructureSchema;
|
|
278
|
-
export declare var TypeNotFoundException$: StaticErrorSchema;
|
|
279
282
|
export declare var TypeSummary$: StaticStructureSchema;
|
|
280
283
|
export declare var TypeVersionSummary$: StaticStructureSchema;
|
|
281
284
|
export declare var UpdateGeneratedTemplateInput$: StaticStructureSchema;
|
|
@@ -293,7 +296,6 @@ export declare var ValidateTemplateOutput$: StaticStructureSchema;
|
|
|
293
296
|
export declare var WarningDetail$: StaticStructureSchema;
|
|
294
297
|
export declare var WarningProperty$: StaticStructureSchema;
|
|
295
298
|
export declare var Warnings$: StaticStructureSchema;
|
|
296
|
-
export declare var CloudFormationServiceException$: StaticErrorSchema;
|
|
297
299
|
export declare var ActivateOrganizationsAccess$: StaticOperationSchema;
|
|
298
300
|
export declare var ActivateType$: StaticOperationSchema;
|
|
299
301
|
export declare var BatchDescribeTypeConfigurations$: StaticOperationSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.8",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.11.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var SSOServiceException = require('./models/SSOServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,212 +113,6 @@ class SSOClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class SSOServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, SSOServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class InvalidRequestException extends SSOServiceException {
|
|
121
|
-
name = "InvalidRequestException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
constructor(opts) {
|
|
124
|
-
super({
|
|
125
|
-
name: "InvalidRequestException",
|
|
126
|
-
$fault: "client",
|
|
127
|
-
...opts,
|
|
128
|
-
});
|
|
129
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
class ResourceNotFoundException extends SSOServiceException {
|
|
133
|
-
name = "ResourceNotFoundException";
|
|
134
|
-
$fault = "client";
|
|
135
|
-
constructor(opts) {
|
|
136
|
-
super({
|
|
137
|
-
name: "ResourceNotFoundException",
|
|
138
|
-
$fault: "client",
|
|
139
|
-
...opts,
|
|
140
|
-
});
|
|
141
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
class TooManyRequestsException extends SSOServiceException {
|
|
145
|
-
name = "TooManyRequestsException";
|
|
146
|
-
$fault = "client";
|
|
147
|
-
constructor(opts) {
|
|
148
|
-
super({
|
|
149
|
-
name: "TooManyRequestsException",
|
|
150
|
-
$fault: "client",
|
|
151
|
-
...opts,
|
|
152
|
-
});
|
|
153
|
-
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
class UnauthorizedException extends SSOServiceException {
|
|
157
|
-
name = "UnauthorizedException";
|
|
158
|
-
$fault = "client";
|
|
159
|
-
constructor(opts) {
|
|
160
|
-
super({
|
|
161
|
-
name: "UnauthorizedException",
|
|
162
|
-
$fault: "client",
|
|
163
|
-
...opts,
|
|
164
|
-
});
|
|
165
|
-
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
const _AI = "AccountInfo";
|
|
170
|
-
const _ALT = "AccountListType";
|
|
171
|
-
const _ATT = "AccessTokenType";
|
|
172
|
-
const _GRC = "GetRoleCredentials";
|
|
173
|
-
const _GRCR = "GetRoleCredentialsRequest";
|
|
174
|
-
const _GRCRe = "GetRoleCredentialsResponse";
|
|
175
|
-
const _IRE = "InvalidRequestException";
|
|
176
|
-
const _L = "Logout";
|
|
177
|
-
const _LA = "ListAccounts";
|
|
178
|
-
const _LAR = "ListAccountsRequest";
|
|
179
|
-
const _LARR = "ListAccountRolesRequest";
|
|
180
|
-
const _LARRi = "ListAccountRolesResponse";
|
|
181
|
-
const _LARi = "ListAccountsResponse";
|
|
182
|
-
const _LARis = "ListAccountRoles";
|
|
183
|
-
const _LR = "LogoutRequest";
|
|
184
|
-
const _RC = "RoleCredentials";
|
|
185
|
-
const _RI = "RoleInfo";
|
|
186
|
-
const _RLT = "RoleListType";
|
|
187
|
-
const _RNFE = "ResourceNotFoundException";
|
|
188
|
-
const _SAKT = "SecretAccessKeyType";
|
|
189
|
-
const _STT = "SessionTokenType";
|
|
190
|
-
const _TMRE = "TooManyRequestsException";
|
|
191
|
-
const _UE = "UnauthorizedException";
|
|
192
|
-
const _aI = "accountId";
|
|
193
|
-
const _aKI = "accessKeyId";
|
|
194
|
-
const _aL = "accountList";
|
|
195
|
-
const _aN = "accountName";
|
|
196
|
-
const _aT = "accessToken";
|
|
197
|
-
const _ai = "account_id";
|
|
198
|
-
const _c = "client";
|
|
199
|
-
const _e = "error";
|
|
200
|
-
const _eA = "emailAddress";
|
|
201
|
-
const _ex = "expiration";
|
|
202
|
-
const _h = "http";
|
|
203
|
-
const _hE = "httpError";
|
|
204
|
-
const _hH = "httpHeader";
|
|
205
|
-
const _hQ = "httpQuery";
|
|
206
|
-
const _m = "message";
|
|
207
|
-
const _mR = "maxResults";
|
|
208
|
-
const _mr = "max_result";
|
|
209
|
-
const _nT = "nextToken";
|
|
210
|
-
const _nt = "next_token";
|
|
211
|
-
const _rC = "roleCredentials";
|
|
212
|
-
const _rL = "roleList";
|
|
213
|
-
const _rN = "roleName";
|
|
214
|
-
const _rn = "role_name";
|
|
215
|
-
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sso";
|
|
216
|
-
const _sAK = "secretAccessKey";
|
|
217
|
-
const _sT = "sessionToken";
|
|
218
|
-
const _xasbt = "x-amz-sso_bearer_token";
|
|
219
|
-
const n0 = "com.amazonaws.sso";
|
|
220
|
-
var AccessTokenType = [0, n0, _ATT, 8, 0];
|
|
221
|
-
var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
|
|
222
|
-
var SessionTokenType = [0, n0, _STT, 8, 0];
|
|
223
|
-
var AccountInfo$ = [3, n0, _AI,
|
|
224
|
-
0,
|
|
225
|
-
[_aI, _aN, _eA],
|
|
226
|
-
[0, 0, 0]
|
|
227
|
-
];
|
|
228
|
-
var GetRoleCredentialsRequest$ = [3, n0, _GRCR,
|
|
229
|
-
0,
|
|
230
|
-
[_rN, _aI, _aT],
|
|
231
|
-
[[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]], 3
|
|
232
|
-
];
|
|
233
|
-
var GetRoleCredentialsResponse$ = [3, n0, _GRCRe,
|
|
234
|
-
0,
|
|
235
|
-
[_rC],
|
|
236
|
-
[[() => RoleCredentials$, 0]]
|
|
237
|
-
];
|
|
238
|
-
var InvalidRequestException$ = [-3, n0, _IRE,
|
|
239
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
240
|
-
[_m],
|
|
241
|
-
[0]
|
|
242
|
-
];
|
|
243
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
244
|
-
var ListAccountRolesRequest$ = [3, n0, _LARR,
|
|
245
|
-
0,
|
|
246
|
-
[_aT, _aI, _nT, _mR],
|
|
247
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _ai }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 2
|
|
248
|
-
];
|
|
249
|
-
var ListAccountRolesResponse$ = [3, n0, _LARRi,
|
|
250
|
-
0,
|
|
251
|
-
[_nT, _rL],
|
|
252
|
-
[0, () => RoleListType]
|
|
253
|
-
];
|
|
254
|
-
var ListAccountsRequest$ = [3, n0, _LAR,
|
|
255
|
-
0,
|
|
256
|
-
[_aT, _nT, _mR],
|
|
257
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
258
|
-
];
|
|
259
|
-
var ListAccountsResponse$ = [3, n0, _LARi,
|
|
260
|
-
0,
|
|
261
|
-
[_nT, _aL],
|
|
262
|
-
[0, () => AccountListType]
|
|
263
|
-
];
|
|
264
|
-
var LogoutRequest$ = [3, n0, _LR,
|
|
265
|
-
0,
|
|
266
|
-
[_aT],
|
|
267
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }]], 1
|
|
268
|
-
];
|
|
269
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
270
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
271
|
-
[_m],
|
|
272
|
-
[0]
|
|
273
|
-
];
|
|
274
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
275
|
-
var RoleCredentials$ = [3, n0, _RC,
|
|
276
|
-
0,
|
|
277
|
-
[_aKI, _sAK, _sT, _ex],
|
|
278
|
-
[0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1]
|
|
279
|
-
];
|
|
280
|
-
var RoleInfo$ = [3, n0, _RI,
|
|
281
|
-
0,
|
|
282
|
-
[_rN, _aI],
|
|
283
|
-
[0, 0]
|
|
284
|
-
];
|
|
285
|
-
var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
286
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
287
|
-
[_m],
|
|
288
|
-
[0]
|
|
289
|
-
];
|
|
290
|
-
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
291
|
-
var UnauthorizedException$ = [-3, n0, _UE,
|
|
292
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
293
|
-
[_m],
|
|
294
|
-
[0]
|
|
295
|
-
];
|
|
296
|
-
schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
297
|
-
var __Unit = "unit";
|
|
298
|
-
var SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []];
|
|
299
|
-
schema.TypeRegistry.for(_s).registerError(SSOServiceException$, SSOServiceException);
|
|
300
|
-
var AccountListType = [1, n0, _ALT,
|
|
301
|
-
0, () => AccountInfo$
|
|
302
|
-
];
|
|
303
|
-
var RoleListType = [1, n0, _RLT,
|
|
304
|
-
0, () => RoleInfo$
|
|
305
|
-
];
|
|
306
|
-
var GetRoleCredentials$ = [9, n0, _GRC,
|
|
307
|
-
{ [_h]: ["GET", "/federation/credentials", 200] }, () => GetRoleCredentialsRequest$, () => GetRoleCredentialsResponse$
|
|
308
|
-
];
|
|
309
|
-
var ListAccountRoles$ = [9, n0, _LARis,
|
|
310
|
-
{ [_h]: ["GET", "/assignment/roles", 200] }, () => ListAccountRolesRequest$, () => ListAccountRolesResponse$
|
|
311
|
-
];
|
|
312
|
-
var ListAccounts$ = [9, n0, _LA,
|
|
313
|
-
{ [_h]: ["GET", "/assignment/accounts", 200] }, () => ListAccountsRequest$, () => ListAccountsResponse$
|
|
314
|
-
];
|
|
315
|
-
var Logout$ = [9, n0, _L,
|
|
316
|
-
{ [_h]: ["POST", "/logout", 200] }, () => LogoutRequest$, () => __Unit
|
|
317
|
-
];
|
|
318
|
-
|
|
319
116
|
class GetRoleCredentialsCommand extends smithyClient.Command
|
|
320
117
|
.classBuilder()
|
|
321
118
|
.ep(commonParams)
|
|
@@ -324,7 +121,7 @@ class GetRoleCredentialsCommand extends smithyClient.Command
|
|
|
324
121
|
})
|
|
325
122
|
.s("SWBPortalService", "GetRoleCredentials", {})
|
|
326
123
|
.n("SSOClient", "GetRoleCredentialsCommand")
|
|
327
|
-
.sc(GetRoleCredentials$)
|
|
124
|
+
.sc(schemas_0.GetRoleCredentials$)
|
|
328
125
|
.build() {
|
|
329
126
|
}
|
|
330
127
|
|
|
@@ -336,7 +133,7 @@ class ListAccountRolesCommand extends smithyClient.Command
|
|
|
336
133
|
})
|
|
337
134
|
.s("SWBPortalService", "ListAccountRoles", {})
|
|
338
135
|
.n("SSOClient", "ListAccountRolesCommand")
|
|
339
|
-
.sc(ListAccountRoles$)
|
|
136
|
+
.sc(schemas_0.ListAccountRoles$)
|
|
340
137
|
.build() {
|
|
341
138
|
}
|
|
342
139
|
|
|
@@ -348,7 +145,7 @@ class ListAccountsCommand extends smithyClient.Command
|
|
|
348
145
|
})
|
|
349
146
|
.s("SWBPortalService", "ListAccounts", {})
|
|
350
147
|
.n("SSOClient", "ListAccountsCommand")
|
|
351
|
-
.sc(ListAccounts$)
|
|
148
|
+
.sc(schemas_0.ListAccounts$)
|
|
352
149
|
.build() {
|
|
353
150
|
}
|
|
354
151
|
|
|
@@ -360,7 +157,7 @@ class LogoutCommand extends smithyClient.Command
|
|
|
360
157
|
})
|
|
361
158
|
.s("SWBPortalService", "Logout", {})
|
|
362
159
|
.n("SSOClient", "LogoutCommand")
|
|
363
|
-
.sc(Logout$)
|
|
160
|
+
.sc(schemas_0.Logout$)
|
|
364
161
|
.build() {
|
|
365
162
|
}
|
|
366
163
|
|
|
@@ -390,35 +187,27 @@ Object.defineProperty(exports, "__Client", {
|
|
|
390
187
|
enumerable: true,
|
|
391
188
|
get: function () { return smithyClient.Client; }
|
|
392
189
|
});
|
|
393
|
-
exports
|
|
394
|
-
|
|
190
|
+
Object.defineProperty(exports, "SSOServiceException", {
|
|
191
|
+
enumerable: true,
|
|
192
|
+
get: function () { return SSOServiceException.SSOServiceException; }
|
|
193
|
+
});
|
|
395
194
|
exports.GetRoleCredentialsCommand = GetRoleCredentialsCommand;
|
|
396
|
-
exports.GetRoleCredentialsRequest$ = GetRoleCredentialsRequest$;
|
|
397
|
-
exports.GetRoleCredentialsResponse$ = GetRoleCredentialsResponse$;
|
|
398
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
399
|
-
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
400
|
-
exports.ListAccountRoles$ = ListAccountRoles$;
|
|
401
195
|
exports.ListAccountRolesCommand = ListAccountRolesCommand;
|
|
402
|
-
exports.ListAccountRolesRequest$ = ListAccountRolesRequest$;
|
|
403
|
-
exports.ListAccountRolesResponse$ = ListAccountRolesResponse$;
|
|
404
|
-
exports.ListAccounts$ = ListAccounts$;
|
|
405
196
|
exports.ListAccountsCommand = ListAccountsCommand;
|
|
406
|
-
exports.ListAccountsRequest$ = ListAccountsRequest$;
|
|
407
|
-
exports.ListAccountsResponse$ = ListAccountsResponse$;
|
|
408
|
-
exports.Logout$ = Logout$;
|
|
409
197
|
exports.LogoutCommand = LogoutCommand;
|
|
410
|
-
exports.LogoutRequest$ = LogoutRequest$;
|
|
411
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
412
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
413
|
-
exports.RoleCredentials$ = RoleCredentials$;
|
|
414
|
-
exports.RoleInfo$ = RoleInfo$;
|
|
415
198
|
exports.SSO = SSO;
|
|
416
199
|
exports.SSOClient = SSOClient;
|
|
417
|
-
exports.SSOServiceException = SSOServiceException;
|
|
418
|
-
exports.SSOServiceException$ = SSOServiceException$;
|
|
419
|
-
exports.TooManyRequestsException = TooManyRequestsException;
|
|
420
|
-
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
421
|
-
exports.UnauthorizedException = UnauthorizedException;
|
|
422
|
-
exports.UnauthorizedException$ = UnauthorizedException$;
|
|
423
200
|
exports.paginateListAccountRoles = paginateListAccountRoles;
|
|
424
201
|
exports.paginateListAccounts = paginateListAccounts;
|
|
202
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
203
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
204
|
+
enumerable: true,
|
|
205
|
+
get: function () { return schemas_0[k]; }
|
|
206
|
+
});
|
|
207
|
+
});
|
|
208
|
+
Object.keys(errors).forEach(function (k) {
|
|
209
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
210
|
+
enumerable: true,
|
|
211
|
+
get: function () { return errors[k]; }
|
|
212
|
+
});
|
|
213
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SSOServiceException = exports.__ServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
+
class SSOServiceException extends smithy_client_1.ServiceException {
|
|
7
|
+
constructor(options) {
|
|
8
|
+
super(options);
|
|
9
|
+
Object.setPrototypeOf(this, SSOServiceException.prototype);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.SSOServiceException = SSOServiceException;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UnauthorizedException = exports.TooManyRequestsException = exports.ResourceNotFoundException = exports.InvalidRequestException = void 0;
|
|
4
|
+
const SSOServiceException_1 = require("./SSOServiceException");
|
|
5
|
+
class InvalidRequestException extends SSOServiceException_1.SSOServiceException {
|
|
6
|
+
name = "InvalidRequestException";
|
|
7
|
+
$fault = "client";
|
|
8
|
+
constructor(opts) {
|
|
9
|
+
super({
|
|
10
|
+
name: "InvalidRequestException",
|
|
11
|
+
$fault: "client",
|
|
12
|
+
...opts,
|
|
13
|
+
});
|
|
14
|
+
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
exports.InvalidRequestException = InvalidRequestException;
|
|
18
|
+
class ResourceNotFoundException extends SSOServiceException_1.SSOServiceException {
|
|
19
|
+
name = "ResourceNotFoundException";
|
|
20
|
+
$fault = "client";
|
|
21
|
+
constructor(opts) {
|
|
22
|
+
super({
|
|
23
|
+
name: "ResourceNotFoundException",
|
|
24
|
+
$fault: "client",
|
|
25
|
+
...opts,
|
|
26
|
+
});
|
|
27
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
31
|
+
class TooManyRequestsException extends SSOServiceException_1.SSOServiceException {
|
|
32
|
+
name = "TooManyRequestsException";
|
|
33
|
+
$fault = "client";
|
|
34
|
+
constructor(opts) {
|
|
35
|
+
super({
|
|
36
|
+
name: "TooManyRequestsException",
|
|
37
|
+
$fault: "client",
|
|
38
|
+
...opts,
|
|
39
|
+
});
|
|
40
|
+
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
exports.TooManyRequestsException = TooManyRequestsException;
|
|
44
|
+
class UnauthorizedException extends SSOServiceException_1.SSOServiceException {
|
|
45
|
+
name = "UnauthorizedException";
|
|
46
|
+
$fault = "client";
|
|
47
|
+
constructor(opts) {
|
|
48
|
+
super({
|
|
49
|
+
name: "UnauthorizedException",
|
|
50
|
+
$fault: "client",
|
|
51
|
+
...opts,
|
|
52
|
+
});
|
|
53
|
+
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
exports.UnauthorizedException = UnauthorizedException;
|
|
@@ -10,6 +10,7 @@ const util_base64_1 = require("@smithy/util-base64");
|
|
|
10
10
|
const util_utf8_1 = require("@smithy/util-utf8");
|
|
11
11
|
const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
|
|
12
12
|
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
13
|
+
const schemas_0_1 = require("./schemas/schemas_0");
|
|
13
14
|
const getRuntimeConfig = (config) => {
|
|
14
15
|
return {
|
|
15
16
|
apiVersion: "2019-06-10",
|
|
@@ -35,6 +36,7 @@ const getRuntimeConfig = (config) => {
|
|
|
35
36
|
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
36
37
|
protocolSettings: config?.protocolSettings ?? {
|
|
37
38
|
defaultNamespace: "com.amazonaws.sso",
|
|
39
|
+
errorTypeRegistries: schemas_0_1.errorTypeRegistries,
|
|
38
40
|
version: "2019-06-10",
|
|
39
41
|
serviceTarget: "SWBPortalService",
|
|
40
42
|
},
|