@aws-sdk/client-ssm-guiconnect 3.934.0 → 3.936.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-es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export * from "./SSMGuiConnectClient";
2
2
  export * from "./SSMGuiConnect";
3
3
  export * from "./commands";
4
- export * from "./models";
4
+ export * from "./models/errors";
5
5
  export { SSMGuiConnectServiceException } from "./models/SSMGuiConnectServiceException";
@@ -0,0 +1,85 @@
1
+ import { SSMGuiConnectServiceException as __BaseException } from "./SSMGuiConnectServiceException";
2
+ export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ constructor(opts) {
6
+ super({
7
+ name: "AccessDeniedException",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
+ }
13
+ }
14
+ export class ConflictException extends __BaseException {
15
+ name = "ConflictException";
16
+ $fault = "client";
17
+ constructor(opts) {
18
+ super({
19
+ name: "ConflictException",
20
+ $fault: "client",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, ConflictException.prototype);
24
+ }
25
+ }
26
+ export class InternalServerException extends __BaseException {
27
+ name = "InternalServerException";
28
+ $fault = "server";
29
+ constructor(opts) {
30
+ super({
31
+ name: "InternalServerException",
32
+ $fault: "server",
33
+ ...opts,
34
+ });
35
+ Object.setPrototypeOf(this, InternalServerException.prototype);
36
+ }
37
+ }
38
+ export class ResourceNotFoundException extends __BaseException {
39
+ name = "ResourceNotFoundException";
40
+ $fault = "client";
41
+ constructor(opts) {
42
+ super({
43
+ name: "ResourceNotFoundException",
44
+ $fault: "client",
45
+ ...opts,
46
+ });
47
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
48
+ }
49
+ }
50
+ export class ServiceQuotaExceededException extends __BaseException {
51
+ name = "ServiceQuotaExceededException";
52
+ $fault = "client";
53
+ constructor(opts) {
54
+ super({
55
+ name: "ServiceQuotaExceededException",
56
+ $fault: "client",
57
+ ...opts,
58
+ });
59
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
60
+ }
61
+ }
62
+ export class ThrottlingException extends __BaseException {
63
+ name = "ThrottlingException";
64
+ $fault = "client";
65
+ constructor(opts) {
66
+ super({
67
+ name: "ThrottlingException",
68
+ $fault: "client",
69
+ ...opts,
70
+ });
71
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
72
+ }
73
+ }
74
+ export class ValidationException extends __BaseException {
75
+ name = "ValidationException";
76
+ $fault = "client";
77
+ constructor(opts) {
78
+ super({
79
+ name: "ValidationException",
80
+ $fault: "client",
81
+ ...opts,
82
+ });
83
+ Object.setPrototypeOf(this, ValidationException.prototype);
84
+ }
85
+ }
@@ -1,85 +1 @@
1
- import { SSMGuiConnectServiceException as __BaseException } from "./SSMGuiConnectServiceException";
2
- export class AccessDeniedException extends __BaseException {
3
- name = "AccessDeniedException";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "AccessDeniedException",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
- }
13
- }
14
- export class ConflictException extends __BaseException {
15
- name = "ConflictException";
16
- $fault = "client";
17
- constructor(opts) {
18
- super({
19
- name: "ConflictException",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, ConflictException.prototype);
24
- }
25
- }
26
- export class InternalServerException extends __BaseException {
27
- name = "InternalServerException";
28
- $fault = "server";
29
- constructor(opts) {
30
- super({
31
- name: "InternalServerException",
32
- $fault: "server",
33
- ...opts,
34
- });
35
- Object.setPrototypeOf(this, InternalServerException.prototype);
36
- }
37
- }
38
- export class ResourceNotFoundException extends __BaseException {
39
- name = "ResourceNotFoundException";
40
- $fault = "client";
41
- constructor(opts) {
42
- super({
43
- name: "ResourceNotFoundException",
44
- $fault: "client",
45
- ...opts,
46
- });
47
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
48
- }
49
- }
50
- export class ServiceQuotaExceededException extends __BaseException {
51
- name = "ServiceQuotaExceededException";
52
- $fault = "client";
53
- constructor(opts) {
54
- super({
55
- name: "ServiceQuotaExceededException",
56
- $fault: "client",
57
- ...opts,
58
- });
59
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
60
- }
61
- }
62
- export class ThrottlingException extends __BaseException {
63
- name = "ThrottlingException";
64
- $fault = "client";
65
- constructor(opts) {
66
- super({
67
- name: "ThrottlingException",
68
- $fault: "client",
69
- ...opts,
70
- });
71
- Object.setPrototypeOf(this, ThrottlingException.prototype);
72
- }
73
- }
74
- export class ValidationException extends __BaseException {
75
- name = "ValidationException";
76
- $fault = "client";
77
- constructor(opts) {
78
- super({
79
- name: "ValidationException",
80
- $fault: "client",
81
- ...opts,
82
- });
83
- Object.setPrototypeOf(this, ValidationException.prototype);
84
- }
85
- }
1
+ export {};
@@ -30,7 +30,7 @@ const _s = "server";
30
30
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ssmguiconnect";
31
31
  const n0 = "com.amazonaws.ssmguiconnect";
32
32
  import { TypeRegistry } from "@smithy/core/schema";
33
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
33
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
34
34
  import { SSMGuiConnectServiceException as __SSMGuiConnectServiceException } from "../models/SSMGuiConnectServiceException";
35
35
  export var AccessDeniedException = [
36
36
  -3,
@@ -32,5 +32,6 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
32
32
  export type { RuntimeExtension } from "./runtimeExtensions";
33
33
  export type { SSMGuiConnectExtensionConfiguration } from "./extensionConfiguration";
34
34
  export * from "./commands";
35
- export * from "./models";
35
+ export * from "./models/errors";
36
+ export type * from "./models/models_0";
36
37
  export { SSMGuiConnectServiceException } from "./models/SSMGuiConnectServiceException";
@@ -0,0 +1,86 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { SSMGuiConnectServiceException as __BaseException } from "./SSMGuiConnectServiceException";
3
+ /**
4
+ * <p>You do not have sufficient access to perform this action.</p>
5
+ * @public
6
+ */
7
+ export declare class AccessDeniedException extends __BaseException {
8
+ readonly name: "AccessDeniedException";
9
+ readonly $fault: "client";
10
+ /**
11
+ * @internal
12
+ */
13
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
+ }
15
+ /**
16
+ * <p>An error occurred due to a conflict.</p>
17
+ * @public
18
+ */
19
+ export declare class ConflictException extends __BaseException {
20
+ readonly name: "ConflictException";
21
+ readonly $fault: "client";
22
+ /**
23
+ * @internal
24
+ */
25
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
26
+ }
27
+ /**
28
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
29
+ * @public
30
+ */
31
+ export declare class InternalServerException extends __BaseException {
32
+ readonly name: "InternalServerException";
33
+ readonly $fault: "server";
34
+ /**
35
+ * @internal
36
+ */
37
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
38
+ }
39
+ /**
40
+ * <p>The resource could not be found.</p>
41
+ * @public
42
+ */
43
+ export declare class ResourceNotFoundException extends __BaseException {
44
+ readonly name: "ResourceNotFoundException";
45
+ readonly $fault: "client";
46
+ /**
47
+ * @internal
48
+ */
49
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
50
+ }
51
+ /**
52
+ * <p>Your request exceeds a service quota.</p>
53
+ * @public
54
+ */
55
+ export declare class ServiceQuotaExceededException extends __BaseException {
56
+ readonly name: "ServiceQuotaExceededException";
57
+ readonly $fault: "client";
58
+ /**
59
+ * @internal
60
+ */
61
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
62
+ }
63
+ /**
64
+ * <p>The request was denied due to request throttling.</p>
65
+ * @public
66
+ */
67
+ export declare class ThrottlingException extends __BaseException {
68
+ readonly name: "ThrottlingException";
69
+ readonly $fault: "client";
70
+ /**
71
+ * @internal
72
+ */
73
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
74
+ }
75
+ /**
76
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
77
+ * @public
78
+ */
79
+ export declare class ValidationException extends __BaseException {
80
+ readonly name: "ValidationException";
81
+ readonly $fault: "client";
82
+ /**
83
+ * @internal
84
+ */
85
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
86
+ }
@@ -1,29 +1,3 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { SSMGuiConnectServiceException as __BaseException } from "./SSMGuiConnectServiceException";
3
- /**
4
- * <p>You do not have sufficient access to perform this action.</p>
5
- * @public
6
- */
7
- export declare class AccessDeniedException extends __BaseException {
8
- readonly name: "AccessDeniedException";
9
- readonly $fault: "client";
10
- /**
11
- * @internal
12
- */
13
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
- }
15
- /**
16
- * <p>An error occurred due to a conflict.</p>
17
- * @public
18
- */
19
- export declare class ConflictException extends __BaseException {
20
- readonly name: "ConflictException";
21
- readonly $fault: "client";
22
- /**
23
- * @internal
24
- */
25
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
26
- }
27
1
  /**
28
2
  * <p>The S3 bucket where RDP connection recordings are stored.</p>
29
3
  * @public
@@ -87,66 +61,6 @@ export interface DeleteConnectionRecordingPreferencesResponse {
87
61
  */
88
62
  ClientToken?: string | undefined;
89
63
  }
90
- /**
91
- * <p>The request processing has failed because of an unknown error, exception or failure.</p>
92
- * @public
93
- */
94
- export declare class InternalServerException extends __BaseException {
95
- readonly name: "InternalServerException";
96
- readonly $fault: "server";
97
- /**
98
- * @internal
99
- */
100
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
101
- }
102
- /**
103
- * <p>The resource could not be found.</p>
104
- * @public
105
- */
106
- export declare class ResourceNotFoundException extends __BaseException {
107
- readonly name: "ResourceNotFoundException";
108
- readonly $fault: "client";
109
- /**
110
- * @internal
111
- */
112
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
113
- }
114
- /**
115
- * <p>Your request exceeds a service quota.</p>
116
- * @public
117
- */
118
- export declare class ServiceQuotaExceededException extends __BaseException {
119
- readonly name: "ServiceQuotaExceededException";
120
- readonly $fault: "client";
121
- /**
122
- * @internal
123
- */
124
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
125
- }
126
- /**
127
- * <p>The request was denied due to request throttling.</p>
128
- * @public
129
- */
130
- export declare class ThrottlingException extends __BaseException {
131
- readonly name: "ThrottlingException";
132
- readonly $fault: "client";
133
- /**
134
- * @internal
135
- */
136
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
137
- }
138
- /**
139
- * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
140
- * @public
141
- */
142
- export declare class ValidationException extends __BaseException {
143
- readonly name: "ValidationException";
144
- readonly $fault: "client";
145
- /**
146
- * @internal
147
- */
148
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
149
- }
150
64
  /**
151
65
  * @public
152
66
  */
@@ -4,5 +4,6 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { SSMGuiConnectExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
- export * from "./models";
7
+ export * from "./models/errors";
8
+ export * from "./models/models_0";
8
9
  export { SSMGuiConnectServiceException } from "./models/SSMGuiConnectServiceException";
@@ -0,0 +1,49 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { SSMGuiConnectServiceException as __BaseException } from "./SSMGuiConnectServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
+ );
9
+ }
10
+ export declare class ConflictException extends __BaseException {
11
+ readonly name: "ConflictException";
12
+ readonly $fault: "client";
13
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
14
+ }
15
+ export declare class InternalServerException extends __BaseException {
16
+ readonly name: "InternalServerException";
17
+ readonly $fault: "server";
18
+ constructor(
19
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
20
+ );
21
+ }
22
+ export declare class ResourceNotFoundException extends __BaseException {
23
+ readonly name: "ResourceNotFoundException";
24
+ readonly $fault: "client";
25
+ constructor(
26
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
27
+ );
28
+ }
29
+ export declare class ServiceQuotaExceededException extends __BaseException {
30
+ readonly name: "ServiceQuotaExceededException";
31
+ readonly $fault: "client";
32
+ constructor(
33
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
34
+ );
35
+ }
36
+ export declare class ThrottlingException extends __BaseException {
37
+ readonly name: "ThrottlingException";
38
+ readonly $fault: "client";
39
+ constructor(
40
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
41
+ );
42
+ }
43
+ export declare class ValidationException extends __BaseException {
44
+ readonly name: "ValidationException";
45
+ readonly $fault: "client";
46
+ constructor(
47
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
48
+ );
49
+ }
@@ -1,17 +1,3 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { SSMGuiConnectServiceException as __BaseException } from "./SSMGuiConnectServiceException";
3
- export declare class AccessDeniedException extends __BaseException {
4
- readonly name: "AccessDeniedException";
5
- readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
- );
9
- }
10
- export declare class ConflictException extends __BaseException {
11
- readonly name: "ConflictException";
12
- readonly $fault: "client";
13
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
14
- }
15
1
  export interface S3Bucket {
16
2
  BucketOwner: string | undefined;
17
3
  BucketName: string | undefined;
@@ -29,41 +15,6 @@ export interface DeleteConnectionRecordingPreferencesRequest {
29
15
  export interface DeleteConnectionRecordingPreferencesResponse {
30
16
  ClientToken?: string | undefined;
31
17
  }
32
- export declare class InternalServerException extends __BaseException {
33
- readonly name: "InternalServerException";
34
- readonly $fault: "server";
35
- constructor(
36
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
37
- );
38
- }
39
- export declare class ResourceNotFoundException extends __BaseException {
40
- readonly name: "ResourceNotFoundException";
41
- readonly $fault: "client";
42
- constructor(
43
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
44
- );
45
- }
46
- export declare class ServiceQuotaExceededException extends __BaseException {
47
- readonly name: "ServiceQuotaExceededException";
48
- readonly $fault: "client";
49
- constructor(
50
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
51
- );
52
- }
53
- export declare class ThrottlingException extends __BaseException {
54
- readonly name: "ThrottlingException";
55
- readonly $fault: "client";
56
- constructor(
57
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
58
- );
59
- }
60
- export declare class ValidationException extends __BaseException {
61
- readonly name: "ValidationException";
62
- readonly $fault: "client";
63
- constructor(
64
- opts: __ExceptionOptionType<ValidationException, __BaseException>
65
- );
66
- }
67
18
  export interface GetConnectionRecordingPreferencesResponse {
68
19
  ClientToken?: string | undefined;
69
20
  ConnectionRecordingPreferences?: ConnectionRecordingPreferences | undefined;
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.934.0",
4
+ "version": "3.936.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm-guiconnect",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.934.0",
24
- "@aws-sdk/credential-provider-node": "3.934.0",
25
- "@aws-sdk/middleware-host-header": "3.930.0",
26
- "@aws-sdk/middleware-logger": "3.930.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.934.0",
29
- "@aws-sdk/region-config-resolver": "3.930.0",
30
- "@aws-sdk/types": "3.930.0",
31
- "@aws-sdk/util-endpoints": "3.930.0",
32
- "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.934.0",
23
+ "@aws-sdk/core": "3.936.0",
24
+ "@aws-sdk/credential-provider-node": "3.936.0",
25
+ "@aws-sdk/middleware-host-header": "3.936.0",
26
+ "@aws-sdk/middleware-logger": "3.936.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
+ "@aws-sdk/middleware-user-agent": "3.936.0",
29
+ "@aws-sdk/region-config-resolver": "3.936.0",
30
+ "@aws-sdk/types": "3.936.0",
31
+ "@aws-sdk/util-endpoints": "3.936.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.936.0",
33
+ "@aws-sdk/util-user-agent-node": "3.936.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";