@aws-sdk/client-cloudformation 3.345.0 → 3.347.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 +39 -20
- package/dist-cjs/CloudFormation.js +6 -0
- package/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +46 -0
- package/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +46 -0
- package/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +46 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +35 -30
- package/dist-cjs/protocols/Aws_query.js +174 -3
- package/dist-es/CloudFormation.js +6 -0
- package/dist-es/commands/ActivateOrganizationsAccessCommand.js +42 -0
- package/dist-es/commands/DeactivateOrganizationsAccessCommand.js +42 -0
- package/dist-es/commands/DescribeOrganizationsAccessCommand.js +42 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +31 -26
- package/dist-es/protocols/Aws_query.js +165 -0
- package/dist-types/CloudFormation.d.ts +29 -13
- package/dist-types/CloudFormationClient.d.ts +13 -15
- package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +77 -0
- package/dist-types/commands/ActivateTypeCommand.d.ts +6 -6
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -3
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +8 -9
- package/dist-types/commands/CreateChangeSetCommand.d.ts +19 -22
- package/dist-types/commands/CreateStackCommand.d.ts +4 -5
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +9 -10
- package/dist-types/commands/CreateStackSetCommand.d.ts +2 -2
- package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +77 -0
- package/dist-types/commands/DeactivateTypeCommand.d.ts +4 -4
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +8 -9
- package/dist-types/commands/DeleteStackCommand.d.ts +2 -2
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +3 -4
- package/dist-types/commands/DeleteStackSetCommand.d.ts +6 -7
- package/dist-types/commands/DeregisterTypeCommand.d.ts +9 -9
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +4 -3
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +82 -0
- package/dist-types/commands/DescribePublisherCommand.d.ts +5 -4
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +10 -11
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +3 -2
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +9 -8
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +10 -11
- package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTypeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +3 -3
- package/dist-types/commands/DetectStackDriftCommand.d.ts +17 -17
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +10 -9
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +21 -28
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -2
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +13 -15
- package/dist-types/commands/GetStackPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +5 -5
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +7 -8
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +9 -17
- package/dist-types/commands/ListChangeSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListExportsCommand.d.ts +4 -4
- package/dist-types/commands/ListImportsCommand.d.ts +2 -2
- package/dist-types/commands/ListStackInstancesCommand.d.ts +3 -2
- package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetsCommand.d.ts +8 -10
- package/dist-types/commands/ListStacksCommand.d.ts +3 -4
- package/dist-types/commands/PublishTypeCommand.d.ts +3 -2
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +4 -4
- package/dist-types/commands/RegisterPublisherCommand.d.ts +5 -5
- package/dist-types/commands/RegisterTypeCommand.d.ts +11 -11
- package/dist-types/commands/RollbackStackCommand.d.ts +6 -6
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +7 -8
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/dist-types/commands/SignalResourceCommand.d.ts +6 -6
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -3
- package/dist-types/commands/TestTypeCommand.d.ts +11 -10
- package/dist-types/commands/UpdateStackCommand.d.ts +4 -5
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +15 -18
- package/dist-types/commands/UpdateStackSetCommand.d.ts +6 -10
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -6
- package/dist-types/commands/ValidateTemplateCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +8 -13
- package/dist-types/models/models_0.d.ts +2198 -2448
- package/dist-types/protocols/Aws_query.d.ts +27 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +51 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +33 -16
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +36 -0
- package/package.json +29 -29
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { ActivateOrganizationsAccessCommandInput, ActivateOrganizationsAccessCommandOutput } from "../commands/ActivateOrganizationsAccessCommand";
|
|
3
4
|
import { ActivateTypeCommandInput, ActivateTypeCommandOutput } from "../commands/ActivateTypeCommand";
|
|
4
5
|
import { BatchDescribeTypeConfigurationsCommandInput, BatchDescribeTypeConfigurationsCommandOutput } from "../commands/BatchDescribeTypeConfigurationsCommand";
|
|
5
6
|
import { CancelUpdateStackCommandInput, CancelUpdateStackCommandOutput } from "../commands/CancelUpdateStackCommand";
|
|
@@ -8,6 +9,7 @@ import { CreateChangeSetCommandInput, CreateChangeSetCommandOutput } from "../co
|
|
|
8
9
|
import { CreateStackCommandInput, CreateStackCommandOutput } from "../commands/CreateStackCommand";
|
|
9
10
|
import { CreateStackInstancesCommandInput, CreateStackInstancesCommandOutput } from "../commands/CreateStackInstancesCommand";
|
|
10
11
|
import { CreateStackSetCommandInput, CreateStackSetCommandOutput } from "../commands/CreateStackSetCommand";
|
|
12
|
+
import { DeactivateOrganizationsAccessCommandInput, DeactivateOrganizationsAccessCommandOutput } from "../commands/DeactivateOrganizationsAccessCommand";
|
|
11
13
|
import { DeactivateTypeCommandInput, DeactivateTypeCommandOutput } from "../commands/DeactivateTypeCommand";
|
|
12
14
|
import { DeleteChangeSetCommandInput, DeleteChangeSetCommandOutput } from "../commands/DeleteChangeSetCommand";
|
|
13
15
|
import { DeleteStackCommandInput, DeleteStackCommandOutput } from "../commands/DeleteStackCommand";
|
|
@@ -17,6 +19,7 @@ import { DeregisterTypeCommandInput, DeregisterTypeCommandOutput } from "../comm
|
|
|
17
19
|
import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "../commands/DescribeAccountLimitsCommand";
|
|
18
20
|
import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "../commands/DescribeChangeSetCommand";
|
|
19
21
|
import { DescribeChangeSetHooksCommandInput, DescribeChangeSetHooksCommandOutput } from "../commands/DescribeChangeSetHooksCommand";
|
|
22
|
+
import { DescribeOrganizationsAccessCommandInput, DescribeOrganizationsAccessCommandOutput } from "../commands/DescribeOrganizationsAccessCommand";
|
|
20
23
|
import { DescribePublisherCommandInput, DescribePublisherCommandOutput } from "../commands/DescribePublisherCommand";
|
|
21
24
|
import { DescribeStackDriftDetectionStatusCommandInput, DescribeStackDriftDetectionStatusCommandOutput } from "../commands/DescribeStackDriftDetectionStatusCommand";
|
|
22
25
|
import { DescribeStackEventsCommandInput, DescribeStackEventsCommandOutput } from "../commands/DescribeStackEventsCommand";
|
|
@@ -66,6 +69,10 @@ import { UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput } f
|
|
|
66
69
|
import { UpdateStackSetCommandInput, UpdateStackSetCommandOutput } from "../commands/UpdateStackSetCommand";
|
|
67
70
|
import { UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput } from "../commands/UpdateTerminationProtectionCommand";
|
|
68
71
|
import { ValidateTemplateCommandInput, ValidateTemplateCommandOutput } from "../commands/ValidateTemplateCommand";
|
|
72
|
+
/**
|
|
73
|
+
* serializeAws_queryActivateOrganizationsAccessCommand
|
|
74
|
+
*/
|
|
75
|
+
export declare const se_ActivateOrganizationsAccessCommand: (input: ActivateOrganizationsAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
76
|
/**
|
|
70
77
|
* serializeAws_queryActivateTypeCommand
|
|
71
78
|
*/
|
|
@@ -98,6 +105,10 @@ export declare const se_CreateStackInstancesCommand: (input: CreateStackInstance
|
|
|
98
105
|
* serializeAws_queryCreateStackSetCommand
|
|
99
106
|
*/
|
|
100
107
|
export declare const se_CreateStackSetCommand: (input: CreateStackSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
/**
|
|
109
|
+
* serializeAws_queryDeactivateOrganizationsAccessCommand
|
|
110
|
+
*/
|
|
111
|
+
export declare const se_DeactivateOrganizationsAccessCommand: (input: DeactivateOrganizationsAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
112
|
/**
|
|
102
113
|
* serializeAws_queryDeactivateTypeCommand
|
|
103
114
|
*/
|
|
@@ -134,6 +145,10 @@ export declare const se_DescribeChangeSetCommand: (input: DescribeChangeSetComma
|
|
|
134
145
|
* serializeAws_queryDescribeChangeSetHooksCommand
|
|
135
146
|
*/
|
|
136
147
|
export declare const se_DescribeChangeSetHooksCommand: (input: DescribeChangeSetHooksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
+
/**
|
|
149
|
+
* serializeAws_queryDescribeOrganizationsAccessCommand
|
|
150
|
+
*/
|
|
151
|
+
export declare const se_DescribeOrganizationsAccessCommand: (input: DescribeOrganizationsAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
152
|
/**
|
|
138
153
|
* serializeAws_queryDescribePublisherCommand
|
|
139
154
|
*/
|
|
@@ -330,6 +345,10 @@ export declare const se_UpdateTerminationProtectionCommand: (input: UpdateTermin
|
|
|
330
345
|
* serializeAws_queryValidateTemplateCommand
|
|
331
346
|
*/
|
|
332
347
|
export declare const se_ValidateTemplateCommand: (input: ValidateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
348
|
+
/**
|
|
349
|
+
* deserializeAws_queryActivateOrganizationsAccessCommand
|
|
350
|
+
*/
|
|
351
|
+
export declare const de_ActivateOrganizationsAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateOrganizationsAccessCommandOutput>;
|
|
333
352
|
/**
|
|
334
353
|
* deserializeAws_queryActivateTypeCommand
|
|
335
354
|
*/
|
|
@@ -362,6 +381,10 @@ export declare const de_CreateStackInstancesCommand: (output: __HttpResponse, co
|
|
|
362
381
|
* deserializeAws_queryCreateStackSetCommand
|
|
363
382
|
*/
|
|
364
383
|
export declare const de_CreateStackSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStackSetCommandOutput>;
|
|
384
|
+
/**
|
|
385
|
+
* deserializeAws_queryDeactivateOrganizationsAccessCommand
|
|
386
|
+
*/
|
|
387
|
+
export declare const de_DeactivateOrganizationsAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeactivateOrganizationsAccessCommandOutput>;
|
|
365
388
|
/**
|
|
366
389
|
* deserializeAws_queryDeactivateTypeCommand
|
|
367
390
|
*/
|
|
@@ -398,6 +421,10 @@ export declare const de_DescribeChangeSetCommand: (output: __HttpResponse, conte
|
|
|
398
421
|
* deserializeAws_queryDescribeChangeSetHooksCommand
|
|
399
422
|
*/
|
|
400
423
|
export declare const de_DescribeChangeSetHooksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChangeSetHooksCommandOutput>;
|
|
424
|
+
/**
|
|
425
|
+
* deserializeAws_queryDescribeOrganizationsAccessCommand
|
|
426
|
+
*/
|
|
427
|
+
export declare const de_DescribeOrganizationsAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationsAccessCommandOutput>;
|
|
401
428
|
/**
|
|
402
429
|
* deserializeAws_queryDescribePublisherCommand
|
|
403
430
|
*/
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
2
|
import { CloudFormationClient } from "./CloudFormationClient";
|
|
3
|
+
import {
|
|
4
|
+
ActivateOrganizationsAccessCommandInput,
|
|
5
|
+
ActivateOrganizationsAccessCommandOutput,
|
|
6
|
+
} from "./commands/ActivateOrganizationsAccessCommand";
|
|
3
7
|
import {
|
|
4
8
|
ActivateTypeCommandInput,
|
|
5
9
|
ActivateTypeCommandOutput,
|
|
@@ -32,6 +36,10 @@ import {
|
|
|
32
36
|
CreateStackSetCommandInput,
|
|
33
37
|
CreateStackSetCommandOutput,
|
|
34
38
|
} from "./commands/CreateStackSetCommand";
|
|
39
|
+
import {
|
|
40
|
+
DeactivateOrganizationsAccessCommandInput,
|
|
41
|
+
DeactivateOrganizationsAccessCommandOutput,
|
|
42
|
+
} from "./commands/DeactivateOrganizationsAccessCommand";
|
|
35
43
|
import {
|
|
36
44
|
DeactivateTypeCommandInput,
|
|
37
45
|
DeactivateTypeCommandOutput,
|
|
@@ -68,6 +76,10 @@ import {
|
|
|
68
76
|
DescribeChangeSetHooksCommandInput,
|
|
69
77
|
DescribeChangeSetHooksCommandOutput,
|
|
70
78
|
} from "./commands/DescribeChangeSetHooksCommand";
|
|
79
|
+
import {
|
|
80
|
+
DescribeOrganizationsAccessCommandInput,
|
|
81
|
+
DescribeOrganizationsAccessCommandOutput,
|
|
82
|
+
} from "./commands/DescribeOrganizationsAccessCommand";
|
|
71
83
|
import {
|
|
72
84
|
DescribePublisherCommandInput,
|
|
73
85
|
DescribePublisherCommandOutput,
|
|
@@ -265,6 +277,19 @@ import {
|
|
|
265
277
|
ValidateTemplateCommandOutput,
|
|
266
278
|
} from "./commands/ValidateTemplateCommand";
|
|
267
279
|
export interface CloudFormation {
|
|
280
|
+
activateOrganizationsAccess(
|
|
281
|
+
args: ActivateOrganizationsAccessCommandInput,
|
|
282
|
+
options?: __HttpHandlerOptions
|
|
283
|
+
): Promise<ActivateOrganizationsAccessCommandOutput>;
|
|
284
|
+
activateOrganizationsAccess(
|
|
285
|
+
args: ActivateOrganizationsAccessCommandInput,
|
|
286
|
+
cb: (err: any, data?: ActivateOrganizationsAccessCommandOutput) => void
|
|
287
|
+
): void;
|
|
288
|
+
activateOrganizationsAccess(
|
|
289
|
+
args: ActivateOrganizationsAccessCommandInput,
|
|
290
|
+
options: __HttpHandlerOptions,
|
|
291
|
+
cb: (err: any, data?: ActivateOrganizationsAccessCommandOutput) => void
|
|
292
|
+
): void;
|
|
268
293
|
activateType(
|
|
269
294
|
args: ActivateTypeCommandInput,
|
|
270
295
|
options?: __HttpHandlerOptions
|
|
@@ -369,6 +394,19 @@ export interface CloudFormation {
|
|
|
369
394
|
options: __HttpHandlerOptions,
|
|
370
395
|
cb: (err: any, data?: CreateStackSetCommandOutput) => void
|
|
371
396
|
): void;
|
|
397
|
+
deactivateOrganizationsAccess(
|
|
398
|
+
args: DeactivateOrganizationsAccessCommandInput,
|
|
399
|
+
options?: __HttpHandlerOptions
|
|
400
|
+
): Promise<DeactivateOrganizationsAccessCommandOutput>;
|
|
401
|
+
deactivateOrganizationsAccess(
|
|
402
|
+
args: DeactivateOrganizationsAccessCommandInput,
|
|
403
|
+
cb: (err: any, data?: DeactivateOrganizationsAccessCommandOutput) => void
|
|
404
|
+
): void;
|
|
405
|
+
deactivateOrganizationsAccess(
|
|
406
|
+
args: DeactivateOrganizationsAccessCommandInput,
|
|
407
|
+
options: __HttpHandlerOptions,
|
|
408
|
+
cb: (err: any, data?: DeactivateOrganizationsAccessCommandOutput) => void
|
|
409
|
+
): void;
|
|
372
410
|
deactivateType(
|
|
373
411
|
args: DeactivateTypeCommandInput,
|
|
374
412
|
options?: __HttpHandlerOptions
|
|
@@ -486,6 +524,19 @@ export interface CloudFormation {
|
|
|
486
524
|
options: __HttpHandlerOptions,
|
|
487
525
|
cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void
|
|
488
526
|
): void;
|
|
527
|
+
describeOrganizationsAccess(
|
|
528
|
+
args: DescribeOrganizationsAccessCommandInput,
|
|
529
|
+
options?: __HttpHandlerOptions
|
|
530
|
+
): Promise<DescribeOrganizationsAccessCommandOutput>;
|
|
531
|
+
describeOrganizationsAccess(
|
|
532
|
+
args: DescribeOrganizationsAccessCommandInput,
|
|
533
|
+
cb: (err: any, data?: DescribeOrganizationsAccessCommandOutput) => void
|
|
534
|
+
): void;
|
|
535
|
+
describeOrganizationsAccess(
|
|
536
|
+
args: DescribeOrganizationsAccessCommandInput,
|
|
537
|
+
options: __HttpHandlerOptions,
|
|
538
|
+
cb: (err: any, data?: DescribeOrganizationsAccessCommandOutput) => void
|
|
539
|
+
): void;
|
|
489
540
|
describePublisher(
|
|
490
541
|
args: DescribePublisherCommandInput,
|
|
491
542
|
options?: __HttpHandlerOptions
|
|
@@ -46,6 +46,10 @@ import {
|
|
|
46
46
|
Provider as __Provider,
|
|
47
47
|
StreamCollector as __StreamCollector,
|
|
48
48
|
} from "@smithy/types";
|
|
49
|
+
import {
|
|
50
|
+
ActivateOrganizationsAccessCommandInput,
|
|
51
|
+
ActivateOrganizationsAccessCommandOutput,
|
|
52
|
+
} from "./commands/ActivateOrganizationsAccessCommand";
|
|
49
53
|
import {
|
|
50
54
|
ActivateTypeCommandInput,
|
|
51
55
|
ActivateTypeCommandOutput,
|
|
@@ -78,6 +82,10 @@ import {
|
|
|
78
82
|
CreateStackSetCommandInput,
|
|
79
83
|
CreateStackSetCommandOutput,
|
|
80
84
|
} from "./commands/CreateStackSetCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeactivateOrganizationsAccessCommandInput,
|
|
87
|
+
DeactivateOrganizationsAccessCommandOutput,
|
|
88
|
+
} from "./commands/DeactivateOrganizationsAccessCommand";
|
|
81
89
|
import {
|
|
82
90
|
DeactivateTypeCommandInput,
|
|
83
91
|
DeactivateTypeCommandOutput,
|
|
@@ -114,6 +122,10 @@ import {
|
|
|
114
122
|
DescribeChangeSetHooksCommandInput,
|
|
115
123
|
DescribeChangeSetHooksCommandOutput,
|
|
116
124
|
} from "./commands/DescribeChangeSetHooksCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribeOrganizationsAccessCommandInput,
|
|
127
|
+
DescribeOrganizationsAccessCommandOutput,
|
|
128
|
+
} from "./commands/DescribeOrganizationsAccessCommand";
|
|
117
129
|
import {
|
|
118
130
|
DescribePublisherCommandInput,
|
|
119
131
|
DescribePublisherCommandOutput,
|
|
@@ -317,6 +329,7 @@ import {
|
|
|
317
329
|
} from "./endpoint/EndpointParameters";
|
|
318
330
|
export { __Client };
|
|
319
331
|
export type ServiceInputTypes =
|
|
332
|
+
| ActivateOrganizationsAccessCommandInput
|
|
320
333
|
| ActivateTypeCommandInput
|
|
321
334
|
| BatchDescribeTypeConfigurationsCommandInput
|
|
322
335
|
| CancelUpdateStackCommandInput
|
|
@@ -325,6 +338,7 @@ export type ServiceInputTypes =
|
|
|
325
338
|
| CreateStackCommandInput
|
|
326
339
|
| CreateStackInstancesCommandInput
|
|
327
340
|
| CreateStackSetCommandInput
|
|
341
|
+
| DeactivateOrganizationsAccessCommandInput
|
|
328
342
|
| DeactivateTypeCommandInput
|
|
329
343
|
| DeleteChangeSetCommandInput
|
|
330
344
|
| DeleteStackCommandInput
|
|
@@ -334,6 +348,7 @@ export type ServiceInputTypes =
|
|
|
334
348
|
| DescribeAccountLimitsCommandInput
|
|
335
349
|
| DescribeChangeSetCommandInput
|
|
336
350
|
| DescribeChangeSetHooksCommandInput
|
|
351
|
+
| DescribeOrganizationsAccessCommandInput
|
|
337
352
|
| DescribePublisherCommandInput
|
|
338
353
|
| DescribeStackDriftDetectionStatusCommandInput
|
|
339
354
|
| DescribeStackEventsCommandInput
|
|
@@ -384,6 +399,7 @@ export type ServiceInputTypes =
|
|
|
384
399
|
| UpdateTerminationProtectionCommandInput
|
|
385
400
|
| ValidateTemplateCommandInput;
|
|
386
401
|
export type ServiceOutputTypes =
|
|
402
|
+
| ActivateOrganizationsAccessCommandOutput
|
|
387
403
|
| ActivateTypeCommandOutput
|
|
388
404
|
| BatchDescribeTypeConfigurationsCommandOutput
|
|
389
405
|
| CancelUpdateStackCommandOutput
|
|
@@ -392,6 +408,7 @@ export type ServiceOutputTypes =
|
|
|
392
408
|
| CreateStackCommandOutput
|
|
393
409
|
| CreateStackInstancesCommandOutput
|
|
394
410
|
| CreateStackSetCommandOutput
|
|
411
|
+
| DeactivateOrganizationsAccessCommandOutput
|
|
395
412
|
| DeactivateTypeCommandOutput
|
|
396
413
|
| DeleteChangeSetCommandOutput
|
|
397
414
|
| DeleteStackCommandOutput
|
|
@@ -401,6 +418,7 @@ export type ServiceOutputTypes =
|
|
|
401
418
|
| DescribeAccountLimitsCommandOutput
|
|
402
419
|
| DescribeChangeSetCommandOutput
|
|
403
420
|
| DescribeChangeSetHooksCommandOutput
|
|
421
|
+
| DescribeOrganizationsAccessCommandOutput
|
|
404
422
|
| DescribePublisherCommandOutput
|
|
405
423
|
| DescribeStackDriftDetectionStatusCommandOutput
|
|
406
424
|
| DescribeStackEventsCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CloudFormationClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CloudFormationClient";
|
|
14
|
+
import {
|
|
15
|
+
ActivateOrganizationsAccessInput,
|
|
16
|
+
ActivateOrganizationsAccessOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ActivateOrganizationsAccessCommandInput
|
|
20
|
+
extends ActivateOrganizationsAccessInput {}
|
|
21
|
+
export interface ActivateOrganizationsAccessCommandOutput
|
|
22
|
+
extends ActivateOrganizationsAccessOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ActivateOrganizationsAccessCommand extends $Command<
|
|
25
|
+
ActivateOrganizationsAccessCommandInput,
|
|
26
|
+
ActivateOrganizationsAccessCommandOutput,
|
|
27
|
+
CloudFormationClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ActivateOrganizationsAccessCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ActivateOrganizationsAccessCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CloudFormationClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ActivateOrganizationsAccessCommandInput,
|
|
38
|
+
ActivateOrganizationsAccessCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CloudFormationClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CloudFormationClient";
|
|
14
|
+
import {
|
|
15
|
+
DeactivateOrganizationsAccessInput,
|
|
16
|
+
DeactivateOrganizationsAccessOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeactivateOrganizationsAccessCommandInput
|
|
20
|
+
extends DeactivateOrganizationsAccessInput {}
|
|
21
|
+
export interface DeactivateOrganizationsAccessCommandOutput
|
|
22
|
+
extends DeactivateOrganizationsAccessOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeactivateOrganizationsAccessCommand extends $Command<
|
|
25
|
+
DeactivateOrganizationsAccessCommandInput,
|
|
26
|
+
DeactivateOrganizationsAccessCommandOutput,
|
|
27
|
+
CloudFormationClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeactivateOrganizationsAccessCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeactivateOrganizationsAccessCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CloudFormationClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeactivateOrganizationsAccessCommandInput,
|
|
38
|
+
DeactivateOrganizationsAccessCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CloudFormationClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CloudFormationClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeOrganizationsAccessInput,
|
|
16
|
+
DescribeOrganizationsAccessOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeOrganizationsAccessCommandInput
|
|
20
|
+
extends DescribeOrganizationsAccessInput {}
|
|
21
|
+
export interface DescribeOrganizationsAccessCommandOutput
|
|
22
|
+
extends DescribeOrganizationsAccessOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeOrganizationsAccessCommand extends $Command<
|
|
25
|
+
DescribeOrganizationsAccessCommandInput,
|
|
26
|
+
DescribeOrganizationsAccessCommandOutput,
|
|
27
|
+
CloudFormationClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeOrganizationsAccessCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeOrganizationsAccessCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CloudFormationClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeOrganizationsAccessCommandInput,
|
|
38
|
+
DescribeOrganizationsAccessCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./ActivateOrganizationsAccessCommand";
|
|
1
2
|
export * from "./ActivateTypeCommand";
|
|
2
3
|
export * from "./BatchDescribeTypeConfigurationsCommand";
|
|
3
4
|
export * from "./CancelUpdateStackCommand";
|
|
@@ -6,6 +7,7 @@ export * from "./CreateChangeSetCommand";
|
|
|
6
7
|
export * from "./CreateStackCommand";
|
|
7
8
|
export * from "./CreateStackInstancesCommand";
|
|
8
9
|
export * from "./CreateStackSetCommand";
|
|
10
|
+
export * from "./DeactivateOrganizationsAccessCommand";
|
|
9
11
|
export * from "./DeactivateTypeCommand";
|
|
10
12
|
export * from "./DeleteChangeSetCommand";
|
|
11
13
|
export * from "./DeleteStackCommand";
|
|
@@ -15,6 +17,7 @@ export * from "./DeregisterTypeCommand";
|
|
|
15
17
|
export * from "./DescribeAccountLimitsCommand";
|
|
16
18
|
export * from "./DescribeChangeSetCommand";
|
|
17
19
|
export * from "./DescribeChangeSetHooksCommand";
|
|
20
|
+
export * from "./DescribeOrganizationsAccessCommand";
|
|
18
21
|
export * from "./DescribePublisherCommand";
|
|
19
22
|
export * from "./DescribeStackDriftDetectionStatusCommand";
|
|
20
23
|
export * from "./DescribeStackEventsCommand";
|
|
@@ -23,6 +23,24 @@ export interface AccountLimit {
|
|
|
23
23
|
Name?: string;
|
|
24
24
|
Value?: number;
|
|
25
25
|
}
|
|
26
|
+
export interface ActivateOrganizationsAccessInput {}
|
|
27
|
+
export interface ActivateOrganizationsAccessOutput {}
|
|
28
|
+
export declare class InvalidOperationException extends __BaseException {
|
|
29
|
+
readonly name: "InvalidOperationException";
|
|
30
|
+
readonly $fault: "client";
|
|
31
|
+
Message?: string;
|
|
32
|
+
constructor(
|
|
33
|
+
opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
export declare class OperationNotFoundException extends __BaseException {
|
|
37
|
+
readonly name: "OperationNotFoundException";
|
|
38
|
+
readonly $fault: "client";
|
|
39
|
+
Message?: string;
|
|
40
|
+
constructor(
|
|
41
|
+
opts: __ExceptionOptionType<OperationNotFoundException, __BaseException>
|
|
42
|
+
);
|
|
43
|
+
}
|
|
26
44
|
export interface LoggingConfig {
|
|
27
45
|
LogRoleArn: string | undefined;
|
|
28
46
|
LogGroupName: string | undefined;
|
|
@@ -455,14 +473,6 @@ export interface CreateStackInstancesInput {
|
|
|
455
473
|
export interface CreateStackInstancesOutput {
|
|
456
474
|
OperationId?: string;
|
|
457
475
|
}
|
|
458
|
-
export declare class InvalidOperationException extends __BaseException {
|
|
459
|
-
readonly name: "InvalidOperationException";
|
|
460
|
-
readonly $fault: "client";
|
|
461
|
-
Message?: string;
|
|
462
|
-
constructor(
|
|
463
|
-
opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
|
|
464
|
-
);
|
|
465
|
-
}
|
|
466
476
|
export declare class OperationIdAlreadyExistsException extends __BaseException {
|
|
467
477
|
readonly name: "OperationIdAlreadyExistsException";
|
|
468
478
|
readonly $fault: "client";
|
|
@@ -543,6 +553,8 @@ export declare class NameAlreadyExistsException extends __BaseException {
|
|
|
543
553
|
opts: __ExceptionOptionType<NameAlreadyExistsException, __BaseException>
|
|
544
554
|
);
|
|
545
555
|
}
|
|
556
|
+
export interface DeactivateOrganizationsAccessInput {}
|
|
557
|
+
export interface DeactivateOrganizationsAccessOutput {}
|
|
546
558
|
export interface DeactivateTypeInput {
|
|
547
559
|
TypeName?: string;
|
|
548
560
|
Type?: ThirdPartyType | string;
|
|
@@ -658,6 +670,19 @@ export interface DescribeChangeSetHooksOutput {
|
|
|
658
670
|
StackId?: string;
|
|
659
671
|
StackName?: string;
|
|
660
672
|
}
|
|
673
|
+
export interface DescribeOrganizationsAccessInput {
|
|
674
|
+
CallAs?: CallAs | string;
|
|
675
|
+
}
|
|
676
|
+
export declare const OrganizationStatus: {
|
|
677
|
+
readonly DISABLED: "DISABLED";
|
|
678
|
+
readonly DISABLED_PERMANENTLY: "DISABLED_PERMANENTLY";
|
|
679
|
+
readonly ENABLED: "ENABLED";
|
|
680
|
+
};
|
|
681
|
+
export type OrganizationStatus =
|
|
682
|
+
(typeof OrganizationStatus)[keyof typeof OrganizationStatus];
|
|
683
|
+
export interface DescribeOrganizationsAccessOutput {
|
|
684
|
+
Status?: OrganizationStatus | string;
|
|
685
|
+
}
|
|
661
686
|
export interface DescribePublisherInput {
|
|
662
687
|
PublisherId?: string;
|
|
663
688
|
}
|
|
@@ -1082,14 +1107,6 @@ export interface StackSetOperation {
|
|
|
1082
1107
|
export interface DescribeStackSetOperationOutput {
|
|
1083
1108
|
StackSetOperation?: StackSetOperation;
|
|
1084
1109
|
}
|
|
1085
|
-
export declare class OperationNotFoundException extends __BaseException {
|
|
1086
|
-
readonly name: "OperationNotFoundException";
|
|
1087
|
-
readonly $fault: "client";
|
|
1088
|
-
Message?: string;
|
|
1089
|
-
constructor(
|
|
1090
|
-
opts: __ExceptionOptionType<OperationNotFoundException, __BaseException>
|
|
1091
|
-
);
|
|
1092
|
-
}
|
|
1093
1110
|
export interface DescribeTypeInput {
|
|
1094
1111
|
Type?: RegistryType | string;
|
|
1095
1112
|
TypeName?: string;
|
|
@@ -3,6 +3,10 @@ import {
|
|
|
3
3
|
HttpResponse as __HttpResponse,
|
|
4
4
|
} from "@smithy/protocol-http";
|
|
5
5
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
ActivateOrganizationsAccessCommandInput,
|
|
8
|
+
ActivateOrganizationsAccessCommandOutput,
|
|
9
|
+
} from "../commands/ActivateOrganizationsAccessCommand";
|
|
6
10
|
import {
|
|
7
11
|
ActivateTypeCommandInput,
|
|
8
12
|
ActivateTypeCommandOutput,
|
|
@@ -35,6 +39,10 @@ import {
|
|
|
35
39
|
CreateStackSetCommandInput,
|
|
36
40
|
CreateStackSetCommandOutput,
|
|
37
41
|
} from "../commands/CreateStackSetCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeactivateOrganizationsAccessCommandInput,
|
|
44
|
+
DeactivateOrganizationsAccessCommandOutput,
|
|
45
|
+
} from "../commands/DeactivateOrganizationsAccessCommand";
|
|
38
46
|
import {
|
|
39
47
|
DeactivateTypeCommandInput,
|
|
40
48
|
DeactivateTypeCommandOutput,
|
|
@@ -71,6 +79,10 @@ import {
|
|
|
71
79
|
DescribeChangeSetHooksCommandInput,
|
|
72
80
|
DescribeChangeSetHooksCommandOutput,
|
|
73
81
|
} from "../commands/DescribeChangeSetHooksCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeOrganizationsAccessCommandInput,
|
|
84
|
+
DescribeOrganizationsAccessCommandOutput,
|
|
85
|
+
} from "../commands/DescribeOrganizationsAccessCommand";
|
|
74
86
|
import {
|
|
75
87
|
DescribePublisherCommandInput,
|
|
76
88
|
DescribePublisherCommandOutput,
|
|
@@ -267,6 +279,10 @@ import {
|
|
|
267
279
|
ValidateTemplateCommandInput,
|
|
268
280
|
ValidateTemplateCommandOutput,
|
|
269
281
|
} from "../commands/ValidateTemplateCommand";
|
|
282
|
+
export declare const se_ActivateOrganizationsAccessCommand: (
|
|
283
|
+
input: ActivateOrganizationsAccessCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
270
286
|
export declare const se_ActivateTypeCommand: (
|
|
271
287
|
input: ActivateTypeCommandInput,
|
|
272
288
|
context: __SerdeContext
|
|
@@ -299,6 +315,10 @@ export declare const se_CreateStackSetCommand: (
|
|
|
299
315
|
input: CreateStackSetCommandInput,
|
|
300
316
|
context: __SerdeContext
|
|
301
317
|
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const se_DeactivateOrganizationsAccessCommand: (
|
|
319
|
+
input: DeactivateOrganizationsAccessCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
302
322
|
export declare const se_DeactivateTypeCommand: (
|
|
303
323
|
input: DeactivateTypeCommandInput,
|
|
304
324
|
context: __SerdeContext
|
|
@@ -335,6 +355,10 @@ export declare const se_DescribeChangeSetHooksCommand: (
|
|
|
335
355
|
input: DescribeChangeSetHooksCommandInput,
|
|
336
356
|
context: __SerdeContext
|
|
337
357
|
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const se_DescribeOrganizationsAccessCommand: (
|
|
359
|
+
input: DescribeOrganizationsAccessCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
338
362
|
export declare const se_DescribePublisherCommand: (
|
|
339
363
|
input: DescribePublisherCommandInput,
|
|
340
364
|
context: __SerdeContext
|
|
@@ -531,6 +555,10 @@ export declare const se_ValidateTemplateCommand: (
|
|
|
531
555
|
input: ValidateTemplateCommandInput,
|
|
532
556
|
context: __SerdeContext
|
|
533
557
|
) => Promise<__HttpRequest>;
|
|
558
|
+
export declare const de_ActivateOrganizationsAccessCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<ActivateOrganizationsAccessCommandOutput>;
|
|
534
562
|
export declare const de_ActivateTypeCommand: (
|
|
535
563
|
output: __HttpResponse,
|
|
536
564
|
context: __SerdeContext
|
|
@@ -563,6 +591,10 @@ export declare const de_CreateStackSetCommand: (
|
|
|
563
591
|
output: __HttpResponse,
|
|
564
592
|
context: __SerdeContext
|
|
565
593
|
) => Promise<CreateStackSetCommandOutput>;
|
|
594
|
+
export declare const de_DeactivateOrganizationsAccessCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<DeactivateOrganizationsAccessCommandOutput>;
|
|
566
598
|
export declare const de_DeactivateTypeCommand: (
|
|
567
599
|
output: __HttpResponse,
|
|
568
600
|
context: __SerdeContext
|
|
@@ -599,6 +631,10 @@ export declare const de_DescribeChangeSetHooksCommand: (
|
|
|
599
631
|
output: __HttpResponse,
|
|
600
632
|
context: __SerdeContext
|
|
601
633
|
) => Promise<DescribeChangeSetHooksCommandOutput>;
|
|
634
|
+
export declare const de_DescribeOrganizationsAccessCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<DescribeOrganizationsAccessCommandOutput>;
|
|
602
638
|
export declare const de_DescribePublisherCommand: (
|
|
603
639
|
output: __HttpResponse,
|
|
604
640
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -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.347.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.347.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.347.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.347.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.347.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.347.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.347.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.347.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.347.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.347.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.347.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.347.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.347.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.347.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.347.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.347.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.347.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.347.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.347.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.347.0",
|
|
43
|
+
"@aws-sdk/types": "3.347.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.347.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.347.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.347.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.347.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.347.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.347.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.347.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.347.0",
|
|
56
56
|
"@smithy/protocol-http": "^1.0.1",
|
|
57
57
|
"@smithy/types": "^1.0.0",
|
|
58
58
|
"fast-xml-parser": "4.1.2",
|