@aws-sdk/client-cloudcontrol 3.933.0 → 3.935.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.
@@ -0,0 +1,176 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { CloudControlServiceException as __BaseException } from "./CloudControlServiceException";
3
+ export declare class AlreadyExistsException extends __BaseException {
4
+ readonly name: "AlreadyExistsException";
5
+ readonly $fault: "client";
6
+ Message?: string | undefined;
7
+ constructor(
8
+ opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
9
+ );
10
+ }
11
+ export declare class ConcurrentModificationException extends __BaseException {
12
+ readonly name: "ConcurrentModificationException";
13
+ readonly $fault: "server";
14
+ Message?: string | undefined;
15
+ constructor(
16
+ opts: __ExceptionOptionType<
17
+ ConcurrentModificationException,
18
+ __BaseException
19
+ >
20
+ );
21
+ }
22
+ export declare class RequestTokenNotFoundException extends __BaseException {
23
+ readonly name: "RequestTokenNotFoundException";
24
+ readonly $fault: "client";
25
+ Message?: string | undefined;
26
+ constructor(
27
+ opts: __ExceptionOptionType<RequestTokenNotFoundException, __BaseException>
28
+ );
29
+ }
30
+ export declare class ClientTokenConflictException extends __BaseException {
31
+ readonly name: "ClientTokenConflictException";
32
+ readonly $fault: "client";
33
+ Message?: string | undefined;
34
+ constructor(
35
+ opts: __ExceptionOptionType<ClientTokenConflictException, __BaseException>
36
+ );
37
+ }
38
+ export declare class ConcurrentOperationException extends __BaseException {
39
+ readonly name: "ConcurrentOperationException";
40
+ readonly $fault: "client";
41
+ Message?: string | undefined;
42
+ constructor(
43
+ opts: __ExceptionOptionType<ConcurrentOperationException, __BaseException>
44
+ );
45
+ }
46
+ export declare class GeneralServiceException extends __BaseException {
47
+ readonly name: "GeneralServiceException";
48
+ readonly $fault: "client";
49
+ Message?: string | undefined;
50
+ constructor(
51
+ opts: __ExceptionOptionType<GeneralServiceException, __BaseException>
52
+ );
53
+ }
54
+ export declare class HandlerFailureException extends __BaseException {
55
+ readonly name: "HandlerFailureException";
56
+ readonly $fault: "server";
57
+ Message?: string | undefined;
58
+ constructor(
59
+ opts: __ExceptionOptionType<HandlerFailureException, __BaseException>
60
+ );
61
+ }
62
+ export declare class HandlerInternalFailureException extends __BaseException {
63
+ readonly name: "HandlerInternalFailureException";
64
+ readonly $fault: "server";
65
+ Message?: string | undefined;
66
+ constructor(
67
+ opts: __ExceptionOptionType<
68
+ HandlerInternalFailureException,
69
+ __BaseException
70
+ >
71
+ );
72
+ }
73
+ export declare class InvalidCredentialsException extends __BaseException {
74
+ readonly name: "InvalidCredentialsException";
75
+ readonly $fault: "client";
76
+ Message?: string | undefined;
77
+ constructor(
78
+ opts: __ExceptionOptionType<InvalidCredentialsException, __BaseException>
79
+ );
80
+ }
81
+ export declare class InvalidRequestException extends __BaseException {
82
+ readonly name: "InvalidRequestException";
83
+ readonly $fault: "client";
84
+ Message?: string | undefined;
85
+ constructor(
86
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
87
+ );
88
+ }
89
+ export declare class NetworkFailureException extends __BaseException {
90
+ readonly name: "NetworkFailureException";
91
+ readonly $fault: "server";
92
+ Message?: string | undefined;
93
+ constructor(
94
+ opts: __ExceptionOptionType<NetworkFailureException, __BaseException>
95
+ );
96
+ }
97
+ export declare class NotStabilizedException extends __BaseException {
98
+ readonly name: "NotStabilizedException";
99
+ readonly $fault: "client";
100
+ Message?: string | undefined;
101
+ constructor(
102
+ opts: __ExceptionOptionType<NotStabilizedException, __BaseException>
103
+ );
104
+ }
105
+ export declare class NotUpdatableException extends __BaseException {
106
+ readonly name: "NotUpdatableException";
107
+ readonly $fault: "client";
108
+ Message?: string | undefined;
109
+ constructor(
110
+ opts: __ExceptionOptionType<NotUpdatableException, __BaseException>
111
+ );
112
+ }
113
+ export declare class PrivateTypeException extends __BaseException {
114
+ readonly name: "PrivateTypeException";
115
+ readonly $fault: "client";
116
+ Message?: string | undefined;
117
+ constructor(
118
+ opts: __ExceptionOptionType<PrivateTypeException, __BaseException>
119
+ );
120
+ }
121
+ export declare class ResourceConflictException extends __BaseException {
122
+ readonly name: "ResourceConflictException";
123
+ readonly $fault: "client";
124
+ Message?: string | undefined;
125
+ constructor(
126
+ opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
127
+ );
128
+ }
129
+ export declare class ResourceNotFoundException extends __BaseException {
130
+ readonly name: "ResourceNotFoundException";
131
+ readonly $fault: "client";
132
+ Message?: string | undefined;
133
+ constructor(
134
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
135
+ );
136
+ }
137
+ export declare class ServiceInternalErrorException extends __BaseException {
138
+ readonly name: "ServiceInternalErrorException";
139
+ readonly $fault: "server";
140
+ Message?: string | undefined;
141
+ constructor(
142
+ opts: __ExceptionOptionType<ServiceInternalErrorException, __BaseException>
143
+ );
144
+ }
145
+ export declare class ServiceLimitExceededException extends __BaseException {
146
+ readonly name: "ServiceLimitExceededException";
147
+ readonly $fault: "client";
148
+ Message?: string | undefined;
149
+ constructor(
150
+ opts: __ExceptionOptionType<ServiceLimitExceededException, __BaseException>
151
+ );
152
+ }
153
+ export declare class ThrottlingException extends __BaseException {
154
+ readonly name: "ThrottlingException";
155
+ readonly $fault: "client";
156
+ Message?: string | undefined;
157
+ constructor(
158
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
159
+ );
160
+ }
161
+ export declare class TypeNotFoundException extends __BaseException {
162
+ readonly name: "TypeNotFoundException";
163
+ readonly $fault: "client";
164
+ Message?: string | undefined;
165
+ constructor(
166
+ opts: __ExceptionOptionType<TypeNotFoundException, __BaseException>
167
+ );
168
+ }
169
+ export declare class UnsupportedActionException extends __BaseException {
170
+ readonly name: "UnsupportedActionException";
171
+ readonly $fault: "client";
172
+ Message?: string | undefined;
173
+ constructor(
174
+ opts: __ExceptionOptionType<UnsupportedActionException, __BaseException>
175
+ );
176
+ }
@@ -1,13 +1,3 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { CloudControlServiceException as __BaseException } from "./CloudControlServiceException";
3
- export declare class AlreadyExistsException extends __BaseException {
4
- readonly name: "AlreadyExistsException";
5
- readonly $fault: "client";
6
- Message?: string | undefined;
7
- constructor(
8
- opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
9
- );
10
- }
11
1
  export interface CancelResourceRequestInput {
12
2
  RequestToken: string | undefined;
13
3
  }
@@ -63,41 +53,6 @@ export interface ProgressEvent {
63
53
  export interface CancelResourceRequestOutput {
64
54
  ProgressEvent?: ProgressEvent | undefined;
65
55
  }
66
- export declare class ConcurrentModificationException extends __BaseException {
67
- readonly name: "ConcurrentModificationException";
68
- readonly $fault: "server";
69
- Message?: string | undefined;
70
- constructor(
71
- opts: __ExceptionOptionType<
72
- ConcurrentModificationException,
73
- __BaseException
74
- >
75
- );
76
- }
77
- export declare class RequestTokenNotFoundException extends __BaseException {
78
- readonly name: "RequestTokenNotFoundException";
79
- readonly $fault: "client";
80
- Message?: string | undefined;
81
- constructor(
82
- opts: __ExceptionOptionType<RequestTokenNotFoundException, __BaseException>
83
- );
84
- }
85
- export declare class ClientTokenConflictException extends __BaseException {
86
- readonly name: "ClientTokenConflictException";
87
- readonly $fault: "client";
88
- Message?: string | undefined;
89
- constructor(
90
- opts: __ExceptionOptionType<ClientTokenConflictException, __BaseException>
91
- );
92
- }
93
- export declare class ConcurrentOperationException extends __BaseException {
94
- readonly name: "ConcurrentOperationException";
95
- readonly $fault: "client";
96
- Message?: string | undefined;
97
- constructor(
98
- opts: __ExceptionOptionType<ConcurrentOperationException, __BaseException>
99
- );
100
- }
101
56
  export interface CreateResourceInput {
102
57
  TypeName: string | undefined;
103
58
  TypeVersionId?: string | undefined;
@@ -108,137 +63,6 @@ export interface CreateResourceInput {
108
63
  export interface CreateResourceOutput {
109
64
  ProgressEvent?: ProgressEvent | undefined;
110
65
  }
111
- export declare class GeneralServiceException extends __BaseException {
112
- readonly name: "GeneralServiceException";
113
- readonly $fault: "client";
114
- Message?: string | undefined;
115
- constructor(
116
- opts: __ExceptionOptionType<GeneralServiceException, __BaseException>
117
- );
118
- }
119
- export declare class HandlerFailureException extends __BaseException {
120
- readonly name: "HandlerFailureException";
121
- readonly $fault: "server";
122
- Message?: string | undefined;
123
- constructor(
124
- opts: __ExceptionOptionType<HandlerFailureException, __BaseException>
125
- );
126
- }
127
- export declare class HandlerInternalFailureException extends __BaseException {
128
- readonly name: "HandlerInternalFailureException";
129
- readonly $fault: "server";
130
- Message?: string | undefined;
131
- constructor(
132
- opts: __ExceptionOptionType<
133
- HandlerInternalFailureException,
134
- __BaseException
135
- >
136
- );
137
- }
138
- export declare class InvalidCredentialsException extends __BaseException {
139
- readonly name: "InvalidCredentialsException";
140
- readonly $fault: "client";
141
- Message?: string | undefined;
142
- constructor(
143
- opts: __ExceptionOptionType<InvalidCredentialsException, __BaseException>
144
- );
145
- }
146
- export declare class InvalidRequestException extends __BaseException {
147
- readonly name: "InvalidRequestException";
148
- readonly $fault: "client";
149
- Message?: string | undefined;
150
- constructor(
151
- opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
152
- );
153
- }
154
- export declare class NetworkFailureException extends __BaseException {
155
- readonly name: "NetworkFailureException";
156
- readonly $fault: "server";
157
- Message?: string | undefined;
158
- constructor(
159
- opts: __ExceptionOptionType<NetworkFailureException, __BaseException>
160
- );
161
- }
162
- export declare class NotStabilizedException extends __BaseException {
163
- readonly name: "NotStabilizedException";
164
- readonly $fault: "client";
165
- Message?: string | undefined;
166
- constructor(
167
- opts: __ExceptionOptionType<NotStabilizedException, __BaseException>
168
- );
169
- }
170
- export declare class NotUpdatableException extends __BaseException {
171
- readonly name: "NotUpdatableException";
172
- readonly $fault: "client";
173
- Message?: string | undefined;
174
- constructor(
175
- opts: __ExceptionOptionType<NotUpdatableException, __BaseException>
176
- );
177
- }
178
- export declare class PrivateTypeException extends __BaseException {
179
- readonly name: "PrivateTypeException";
180
- readonly $fault: "client";
181
- Message?: string | undefined;
182
- constructor(
183
- opts: __ExceptionOptionType<PrivateTypeException, __BaseException>
184
- );
185
- }
186
- export declare class ResourceConflictException extends __BaseException {
187
- readonly name: "ResourceConflictException";
188
- readonly $fault: "client";
189
- Message?: string | undefined;
190
- constructor(
191
- opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
192
- );
193
- }
194
- export declare class ResourceNotFoundException extends __BaseException {
195
- readonly name: "ResourceNotFoundException";
196
- readonly $fault: "client";
197
- Message?: string | undefined;
198
- constructor(
199
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
200
- );
201
- }
202
- export declare class ServiceInternalErrorException extends __BaseException {
203
- readonly name: "ServiceInternalErrorException";
204
- readonly $fault: "server";
205
- Message?: string | undefined;
206
- constructor(
207
- opts: __ExceptionOptionType<ServiceInternalErrorException, __BaseException>
208
- );
209
- }
210
- export declare class ServiceLimitExceededException extends __BaseException {
211
- readonly name: "ServiceLimitExceededException";
212
- readonly $fault: "client";
213
- Message?: string | undefined;
214
- constructor(
215
- opts: __ExceptionOptionType<ServiceLimitExceededException, __BaseException>
216
- );
217
- }
218
- export declare class ThrottlingException extends __BaseException {
219
- readonly name: "ThrottlingException";
220
- readonly $fault: "client";
221
- Message?: string | undefined;
222
- constructor(
223
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
224
- );
225
- }
226
- export declare class TypeNotFoundException extends __BaseException {
227
- readonly name: "TypeNotFoundException";
228
- readonly $fault: "client";
229
- Message?: string | undefined;
230
- constructor(
231
- opts: __ExceptionOptionType<TypeNotFoundException, __BaseException>
232
- );
233
- }
234
- export declare class UnsupportedActionException extends __BaseException {
235
- readonly name: "UnsupportedActionException";
236
- readonly $fault: "client";
237
- Message?: string | undefined;
238
- constructor(
239
- opts: __ExceptionOptionType<UnsupportedActionException, __BaseException>
240
- );
241
- }
242
66
  export interface DeleteResourceInput {
243
67
  TypeName: string | undefined;
244
68
  TypeVersionId?: string | undefined;
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.933.0",
4
+ "version": "3.935.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-cloudcontrol",
@@ -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.932.0",
24
- "@aws-sdk/credential-provider-node": "3.933.0",
23
+ "@aws-sdk/core": "3.935.0",
24
+ "@aws-sdk/credential-provider-node": "3.935.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.932.0",
28
+ "@aws-sdk/middleware-user-agent": "3.935.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.932.0",
33
+ "@aws-sdk/util-user-agent-node": "3.935.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";