@aws-sdk/client-cloudcontrol 3.968.0 → 3.969.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/dist-cjs/index.js +11 -11
- package/dist-es/schemas/schemas_0.js +11 -11
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -513,7 +513,7 @@ schema.TypeRegistry.for(n0).registerError(AlreadyExistsException$, AlreadyExists
|
|
|
513
513
|
var CancelResourceRequestInput$ = [3, n0, _CRRI,
|
|
514
514
|
0,
|
|
515
515
|
[_RT],
|
|
516
|
-
[0]
|
|
516
|
+
[0], 1
|
|
517
517
|
];
|
|
518
518
|
var CancelResourceRequestOutput$ = [3, n0, _CRRO,
|
|
519
519
|
0,
|
|
@@ -540,8 +540,8 @@ var ConcurrentOperationException$ = [-3, n0, _COE,
|
|
|
540
540
|
schema.TypeRegistry.for(n0).registerError(ConcurrentOperationException$, ConcurrentOperationException);
|
|
541
541
|
var CreateResourceInput$ = [3, n0, _CRI,
|
|
542
542
|
0,
|
|
543
|
-
[_TN, _TVI, _RA, _CT
|
|
544
|
-
[0,
|
|
543
|
+
[_TN, _DS, _TVI, _RA, _CT],
|
|
544
|
+
[0, [() => Properties, 0], 0, 0, [0, 4]], 2
|
|
545
545
|
];
|
|
546
546
|
var CreateResourceOutput$ = [3, n0, _CRO,
|
|
547
547
|
0,
|
|
@@ -550,8 +550,8 @@ var CreateResourceOutput$ = [3, n0, _CRO,
|
|
|
550
550
|
];
|
|
551
551
|
var DeleteResourceInput$ = [3, n0, _DRI,
|
|
552
552
|
0,
|
|
553
|
-
[_TN, _TVI, _RA, _CT
|
|
554
|
-
[0, 0, 0, [0, 4],
|
|
553
|
+
[_TN, _I, _TVI, _RA, _CT],
|
|
554
|
+
[0, 0, 0, 0, [0, 4]], 2
|
|
555
555
|
];
|
|
556
556
|
var DeleteResourceOutput$ = [3, n0, _DRO,
|
|
557
557
|
0,
|
|
@@ -566,8 +566,8 @@ var GeneralServiceException$ = [-3, n0, _GSE,
|
|
|
566
566
|
schema.TypeRegistry.for(n0).registerError(GeneralServiceException$, GeneralServiceException);
|
|
567
567
|
var GetResourceInput$ = [3, n0, _GRI,
|
|
568
568
|
0,
|
|
569
|
-
[_TN, _TVI, _RA
|
|
570
|
-
[0, 0, 0, 0]
|
|
569
|
+
[_TN, _I, _TVI, _RA],
|
|
570
|
+
[0, 0, 0, 0], 2
|
|
571
571
|
];
|
|
572
572
|
var GetResourceOutput$ = [3, n0, _GRO,
|
|
573
573
|
0,
|
|
@@ -577,7 +577,7 @@ var GetResourceOutput$ = [3, n0, _GRO,
|
|
|
577
577
|
var GetResourceRequestStatusInput$ = [3, n0, _GRRSI,
|
|
578
578
|
0,
|
|
579
579
|
[_RT],
|
|
580
|
-
[0]
|
|
580
|
+
[0], 1
|
|
581
581
|
];
|
|
582
582
|
var GetResourceRequestStatusOutput$ = [3, n0, _GRRSO,
|
|
583
583
|
0,
|
|
@@ -626,7 +626,7 @@ var ListResourceRequestsOutput$ = [3, n0, _LRRO,
|
|
|
626
626
|
var ListResourcesInput$ = [3, n0, _LRI,
|
|
627
627
|
0,
|
|
628
628
|
[_TN, _TVI, _RA, _NT, _MR, _RM],
|
|
629
|
-
[0, 0, 0, 0, 1, [() => Properties, 0]]
|
|
629
|
+
[0, 0, 0, 0, 1, [() => Properties, 0]], 1
|
|
630
630
|
];
|
|
631
631
|
var ListResourcesOutput$ = [3, n0, _LRO,
|
|
632
632
|
0,
|
|
@@ -722,8 +722,8 @@ var UnsupportedActionException$ = [-3, n0, _UAE,
|
|
|
722
722
|
schema.TypeRegistry.for(n0).registerError(UnsupportedActionException$, UnsupportedActionException);
|
|
723
723
|
var UpdateResourceInput$ = [3, n0, _URI,
|
|
724
724
|
0,
|
|
725
|
-
[_TN,
|
|
726
|
-
[0, 0,
|
|
725
|
+
[_TN, _I, _PD, _TVI, _RA, _CT],
|
|
726
|
+
[0, 0, [() => PatchDocument, 0], 0, 0, [0, 4]], 3
|
|
727
727
|
];
|
|
728
728
|
var UpdateResourceOutput$ = [3, n0, _URO,
|
|
729
729
|
0,
|
|
@@ -101,7 +101,7 @@ TypeRegistry.for(n0).registerError(AlreadyExistsException$, AlreadyExistsExcepti
|
|
|
101
101
|
export var CancelResourceRequestInput$ = [3, n0, _CRRI,
|
|
102
102
|
0,
|
|
103
103
|
[_RT],
|
|
104
|
-
[0]
|
|
104
|
+
[0], 1
|
|
105
105
|
];
|
|
106
106
|
export var CancelResourceRequestOutput$ = [3, n0, _CRRO,
|
|
107
107
|
0,
|
|
@@ -128,8 +128,8 @@ export var ConcurrentOperationException$ = [-3, n0, _COE,
|
|
|
128
128
|
TypeRegistry.for(n0).registerError(ConcurrentOperationException$, ConcurrentOperationException);
|
|
129
129
|
export var CreateResourceInput$ = [3, n0, _CRI,
|
|
130
130
|
0,
|
|
131
|
-
[_TN, _TVI, _RA, _CT
|
|
132
|
-
[0,
|
|
131
|
+
[_TN, _DS, _TVI, _RA, _CT],
|
|
132
|
+
[0, [() => Properties, 0], 0, 0, [0, 4]], 2
|
|
133
133
|
];
|
|
134
134
|
export var CreateResourceOutput$ = [3, n0, _CRO,
|
|
135
135
|
0,
|
|
@@ -138,8 +138,8 @@ export var CreateResourceOutput$ = [3, n0, _CRO,
|
|
|
138
138
|
];
|
|
139
139
|
export var DeleteResourceInput$ = [3, n0, _DRI,
|
|
140
140
|
0,
|
|
141
|
-
[_TN, _TVI, _RA, _CT
|
|
142
|
-
[0, 0, 0, [0, 4],
|
|
141
|
+
[_TN, _I, _TVI, _RA, _CT],
|
|
142
|
+
[0, 0, 0, 0, [0, 4]], 2
|
|
143
143
|
];
|
|
144
144
|
export var DeleteResourceOutput$ = [3, n0, _DRO,
|
|
145
145
|
0,
|
|
@@ -154,8 +154,8 @@ export var GeneralServiceException$ = [-3, n0, _GSE,
|
|
|
154
154
|
TypeRegistry.for(n0).registerError(GeneralServiceException$, GeneralServiceException);
|
|
155
155
|
export var GetResourceInput$ = [3, n0, _GRI,
|
|
156
156
|
0,
|
|
157
|
-
[_TN, _TVI, _RA
|
|
158
|
-
[0, 0, 0, 0]
|
|
157
|
+
[_TN, _I, _TVI, _RA],
|
|
158
|
+
[0, 0, 0, 0], 2
|
|
159
159
|
];
|
|
160
160
|
export var GetResourceOutput$ = [3, n0, _GRO,
|
|
161
161
|
0,
|
|
@@ -165,7 +165,7 @@ export var GetResourceOutput$ = [3, n0, _GRO,
|
|
|
165
165
|
export var GetResourceRequestStatusInput$ = [3, n0, _GRRSI,
|
|
166
166
|
0,
|
|
167
167
|
[_RT],
|
|
168
|
-
[0]
|
|
168
|
+
[0], 1
|
|
169
169
|
];
|
|
170
170
|
export var GetResourceRequestStatusOutput$ = [3, n0, _GRRSO,
|
|
171
171
|
0,
|
|
@@ -214,7 +214,7 @@ export var ListResourceRequestsOutput$ = [3, n0, _LRRO,
|
|
|
214
214
|
export var ListResourcesInput$ = [3, n0, _LRI,
|
|
215
215
|
0,
|
|
216
216
|
[_TN, _TVI, _RA, _NT, _MR, _RM],
|
|
217
|
-
[0, 0, 0, 0, 1, [() => Properties, 0]]
|
|
217
|
+
[0, 0, 0, 0, 1, [() => Properties, 0]], 1
|
|
218
218
|
];
|
|
219
219
|
export var ListResourcesOutput$ = [3, n0, _LRO,
|
|
220
220
|
0,
|
|
@@ -310,8 +310,8 @@ export var UnsupportedActionException$ = [-3, n0, _UAE,
|
|
|
310
310
|
TypeRegistry.for(n0).registerError(UnsupportedActionException$, UnsupportedActionException);
|
|
311
311
|
export var UpdateResourceInput$ = [3, n0, _URI,
|
|
312
312
|
0,
|
|
313
|
-
[_TN,
|
|
314
|
-
[0, 0,
|
|
313
|
+
[_TN, _I, _PD, _TVI, _RA, _CT],
|
|
314
|
+
[0, 0, [() => PatchDocument, 0], 0, 0, [0, 4]], 3
|
|
315
315
|
];
|
|
316
316
|
export var UpdateResourceOutput$ = [3, n0, _URO,
|
|
317
317
|
0,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudcontrol",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudcontrol Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.969.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-cloudcontrol",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.20.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.969.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.969.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.969.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.969.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.969.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.969.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.969.0",
|
|
31
|
+
"@aws-sdk/types": "3.969.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.969.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.969.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.969.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
+
"@smithy/core": "^3.20.5",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
|
+
"@smithy/hash-node": "^4.2.8",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.6",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.22",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.7",
|
|
49
|
+
"@smithy/types": "^4.12.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.21",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.24",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
58
|
+
"@smithy/util-retry": "^4.2.8",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
|
-
"@smithy/util-waiter": "^4.2.
|
|
60
|
+
"@smithy/util-waiter": "^4.2.8",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|