@aws-sdk/client-ssm-guiconnect 3.968.0 → 3.970.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 +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -236,19 +236,19 @@ const n0 = "com.amazonaws.ssmguiconnect";
|
|
|
236
236
|
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
237
237
|
{ [_e]: _c, [_hE]: 403 },
|
|
238
238
|
[_m],
|
|
239
|
-
[0]
|
|
239
|
+
[0], 1
|
|
240
240
|
];
|
|
241
241
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
242
242
|
var ConflictException$ = [-3, n0, _CE,
|
|
243
243
|
{ [_e]: _c, [_hE]: 409 },
|
|
244
244
|
[_m],
|
|
245
|
-
[0]
|
|
245
|
+
[0], 1
|
|
246
246
|
];
|
|
247
247
|
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
248
248
|
var ConnectionRecordingPreferences$ = [3, n0, _CRP,
|
|
249
249
|
0,
|
|
250
250
|
[_RD, _KMSKA],
|
|
251
|
-
[() => RecordingDestinations$, 0]
|
|
251
|
+
[() => RecordingDestinations$, 0], 2
|
|
252
252
|
];
|
|
253
253
|
var DeleteConnectionRecordingPreferencesRequest$ = [3, n0, _DCRPR,
|
|
254
254
|
0,
|
|
@@ -268,41 +268,41 @@ var GetConnectionRecordingPreferencesResponse$ = [3, n0, _GCRPR,
|
|
|
268
268
|
var InternalServerException$ = [-3, n0, _ISE,
|
|
269
269
|
{ [_e]: _s, [_hE]: 500 },
|
|
270
270
|
[_m],
|
|
271
|
-
[0]
|
|
271
|
+
[0], 1
|
|
272
272
|
];
|
|
273
273
|
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
274
274
|
var RecordingDestinations$ = [3, n0, _RD,
|
|
275
275
|
0,
|
|
276
276
|
[_SB],
|
|
277
|
-
[() => S3Buckets]
|
|
277
|
+
[() => S3Buckets], 1
|
|
278
278
|
];
|
|
279
279
|
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
280
280
|
{ [_e]: _c, [_hE]: 404 },
|
|
281
281
|
[_m],
|
|
282
|
-
[0]
|
|
282
|
+
[0], 1
|
|
283
283
|
];
|
|
284
284
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
285
285
|
var S3Bucket$ = [3, n0, _SBu,
|
|
286
286
|
0,
|
|
287
287
|
[_BO, _BN],
|
|
288
|
-
[0, 0]
|
|
288
|
+
[0, 0], 2
|
|
289
289
|
];
|
|
290
290
|
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
291
291
|
{ [_e]: _c, [_hE]: 402 },
|
|
292
292
|
[_m],
|
|
293
|
-
[0]
|
|
293
|
+
[0], 1
|
|
294
294
|
];
|
|
295
295
|
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
296
296
|
var ThrottlingException$ = [-3, n0, _TE,
|
|
297
297
|
{ [_e]: _c, [_hE]: 429 },
|
|
298
298
|
[_m],
|
|
299
|
-
[0]
|
|
299
|
+
[0], 1
|
|
300
300
|
];
|
|
301
301
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
302
302
|
var UpdateConnectionRecordingPreferencesRequest$ = [3, n0, _UCRPR,
|
|
303
303
|
0,
|
|
304
304
|
[_CRP, _CT],
|
|
305
|
-
[() => ConnectionRecordingPreferences$, [0, 4]]
|
|
305
|
+
[() => ConnectionRecordingPreferences$, [0, 4]], 1
|
|
306
306
|
];
|
|
307
307
|
var UpdateConnectionRecordingPreferencesResponse$ = [3, n0, _UCRPRp,
|
|
308
308
|
0,
|
|
@@ -312,7 +312,7 @@ var UpdateConnectionRecordingPreferencesResponse$ = [3, n0, _UCRPRp,
|
|
|
312
312
|
var ValidationException$ = [-3, n0, _VE,
|
|
313
313
|
{ [_e]: _c, [_hE]: 400 },
|
|
314
314
|
[_m],
|
|
315
|
-
[0]
|
|
315
|
+
[0], 1
|
|
316
316
|
];
|
|
317
317
|
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
318
318
|
var __Unit = "unit";
|
|
@@ -35,19 +35,19 @@ import { SSMGuiConnectServiceException } from "../models/SSMGuiConnectServiceExc
|
|
|
35
35
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
36
36
|
{ [_e]: _c, [_hE]: 403 },
|
|
37
37
|
[_m],
|
|
38
|
-
[0]
|
|
38
|
+
[0], 1
|
|
39
39
|
];
|
|
40
40
|
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
41
41
|
export var ConflictException$ = [-3, n0, _CE,
|
|
42
42
|
{ [_e]: _c, [_hE]: 409 },
|
|
43
43
|
[_m],
|
|
44
|
-
[0]
|
|
44
|
+
[0], 1
|
|
45
45
|
];
|
|
46
46
|
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
47
47
|
export var ConnectionRecordingPreferences$ = [3, n0, _CRP,
|
|
48
48
|
0,
|
|
49
49
|
[_RD, _KMSKA],
|
|
50
|
-
[() => RecordingDestinations$, 0]
|
|
50
|
+
[() => RecordingDestinations$, 0], 2
|
|
51
51
|
];
|
|
52
52
|
export var DeleteConnectionRecordingPreferencesRequest$ = [3, n0, _DCRPR,
|
|
53
53
|
0,
|
|
@@ -67,41 +67,41 @@ export var GetConnectionRecordingPreferencesResponse$ = [3, n0, _GCRPR,
|
|
|
67
67
|
export var InternalServerException$ = [-3, n0, _ISE,
|
|
68
68
|
{ [_e]: _s, [_hE]: 500 },
|
|
69
69
|
[_m],
|
|
70
|
-
[0]
|
|
70
|
+
[0], 1
|
|
71
71
|
];
|
|
72
72
|
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
73
73
|
export var RecordingDestinations$ = [3, n0, _RD,
|
|
74
74
|
0,
|
|
75
75
|
[_SB],
|
|
76
|
-
[() => S3Buckets]
|
|
76
|
+
[() => S3Buckets], 1
|
|
77
77
|
];
|
|
78
78
|
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
79
79
|
{ [_e]: _c, [_hE]: 404 },
|
|
80
80
|
[_m],
|
|
81
|
-
[0]
|
|
81
|
+
[0], 1
|
|
82
82
|
];
|
|
83
83
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
84
84
|
export var S3Bucket$ = [3, n0, _SBu,
|
|
85
85
|
0,
|
|
86
86
|
[_BO, _BN],
|
|
87
|
-
[0, 0]
|
|
87
|
+
[0, 0], 2
|
|
88
88
|
];
|
|
89
89
|
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
90
90
|
{ [_e]: _c, [_hE]: 402 },
|
|
91
91
|
[_m],
|
|
92
|
-
[0]
|
|
92
|
+
[0], 1
|
|
93
93
|
];
|
|
94
94
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
95
95
|
export var ThrottlingException$ = [-3, n0, _TE,
|
|
96
96
|
{ [_e]: _c, [_hE]: 429 },
|
|
97
97
|
[_m],
|
|
98
|
-
[0]
|
|
98
|
+
[0], 1
|
|
99
99
|
];
|
|
100
100
|
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
101
101
|
export var UpdateConnectionRecordingPreferencesRequest$ = [3, n0, _UCRPR,
|
|
102
102
|
0,
|
|
103
103
|
[_CRP, _CT],
|
|
104
|
-
[() => ConnectionRecordingPreferences$, [0, 4]]
|
|
104
|
+
[() => ConnectionRecordingPreferences$, [0, 4]], 1
|
|
105
105
|
];
|
|
106
106
|
export var UpdateConnectionRecordingPreferencesResponse$ = [3, n0, _UCRPRp,
|
|
107
107
|
0,
|
|
@@ -111,7 +111,7 @@ export var UpdateConnectionRecordingPreferencesResponse$ = [3, n0, _UCRPRp,
|
|
|
111
111
|
export var ValidationException$ = [-3, n0, _VE,
|
|
112
112
|
{ [_e]: _c, [_hE]: 400 },
|
|
113
113
|
[_m],
|
|
114
|
-
[0]
|
|
114
|
+
[0], 1
|
|
115
115
|
];
|
|
116
116
|
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
117
117
|
var __Unit = "unit";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm-guiconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Guiconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.970.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-ssm-guiconnect",
|
|
@@ -21,41 +21,41 @@
|
|
|
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.970.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.970.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.970.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.969.0",
|
|
31
|
+
"@aws-sdk/types": "3.969.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.970.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.969.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.970.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
+
"@smithy/core": "^3.20.6",
|
|
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.7",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.23",
|
|
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.8",
|
|
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.22",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.25",
|
|
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
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|