@aws-sdk/client-route53profiles 3.987.0 → 3.989.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.
@@ -106,12 +106,74 @@ const n0 = "com.amazonaws.route53profiles";
106
106
  import { TypeRegistry } from "@smithy/core/schema";
107
107
  import { AccessDeniedException, ConflictException, InternalServiceErrorException, InvalidNextTokenException, InvalidParameterException, LimitExceededException, ResourceExistsException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
108
108
  import { Route53ProfilesServiceException } from "../models/Route53ProfilesServiceException";
109
+ const _s_registry = TypeRegistry.for(_s);
110
+ export var Route53ProfilesServiceException$ = [-3, _s, "Route53ProfilesServiceException", 0, [], []];
111
+ _s_registry.registerError(Route53ProfilesServiceException$, Route53ProfilesServiceException);
112
+ const n0_registry = TypeRegistry.for(n0);
109
113
  export var AccessDeniedException$ = [-3, n0, _ADE,
110
114
  { [_e]: _c },
111
115
  [_M],
112
116
  [0]
113
117
  ];
114
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
118
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
119
+ export var ConflictException$ = [-3, n0, _CE,
120
+ { [_e]: _c },
121
+ [_M],
122
+ [0]
123
+ ];
124
+ n0_registry.registerError(ConflictException$, ConflictException);
125
+ export var InternalServiceErrorException$ = [-3, n0, _ISEE,
126
+ { [_e]: _c },
127
+ [_M],
128
+ [0]
129
+ ];
130
+ n0_registry.registerError(InternalServiceErrorException$, InternalServiceErrorException);
131
+ export var InvalidNextTokenException$ = [-3, n0, _INTE,
132
+ { [_e]: _c },
133
+ [_M],
134
+ [0]
135
+ ];
136
+ n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
137
+ export var InvalidParameterException$ = [-3, n0, _IPE,
138
+ { [_e]: _c },
139
+ [_M, _FN],
140
+ [0, 0], 1
141
+ ];
142
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
143
+ export var LimitExceededException$ = [-3, n0, _LEE,
144
+ { [_e]: _c },
145
+ [_M, _RT],
146
+ [0, 0]
147
+ ];
148
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
149
+ export var ResourceExistsException$ = [-3, n0, _REE,
150
+ { [_e]: _c },
151
+ [_M, _RT],
152
+ [0, 0]
153
+ ];
154
+ n0_registry.registerError(ResourceExistsException$, ResourceExistsException);
155
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
156
+ { [_e]: _c },
157
+ [_M, _RT],
158
+ [0, 0]
159
+ ];
160
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
161
+ export var ThrottlingException$ = [-3, n0, _TE,
162
+ { [_e]: _c },
163
+ [_M],
164
+ [0]
165
+ ];
166
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
167
+ export var ValidationException$ = [-3, n0, _VE,
168
+ { [_e]: _c },
169
+ [_M],
170
+ [0]
171
+ ];
172
+ n0_registry.registerError(ValidationException$, ValidationException);
173
+ export const errorTypeRegistries = [
174
+ _s_registry,
175
+ n0_registry,
176
+ ];
115
177
  export var AssociateProfileRequest$ = [3, n0, _APR,
116
178
  0,
117
179
  [_PI, _RI, _N, _T],
@@ -132,12 +194,6 @@ export var AssociateResourceToProfileResponse$ = [3, n0, _ARTPRs,
132
194
  [_PRA],
133
195
  [() => ProfileResourceAssociation$]
134
196
  ];
135
- export var ConflictException$ = [-3, n0, _CE,
136
- { [_e]: _c },
137
- [_M],
138
- [0]
139
- ];
140
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
141
197
  export var CreateProfileRequest$ = [3, n0, _CPR,
142
198
  0,
143
199
  [_N, _CT, _T],
@@ -208,30 +264,6 @@ export var GetProfileResponse$ = [3, n0, _GPRe,
208
264
  [_P],
209
265
  [() => Profile$]
210
266
  ];
211
- export var InternalServiceErrorException$ = [-3, n0, _ISEE,
212
- { [_e]: _c },
213
- [_M],
214
- [0]
215
- ];
216
- TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
217
- export var InvalidNextTokenException$ = [-3, n0, _INTE,
218
- { [_e]: _c },
219
- [_M],
220
- [0]
221
- ];
222
- TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
223
- export var InvalidParameterException$ = [-3, n0, _IPE,
224
- { [_e]: _c },
225
- [_M, _FN],
226
- [0, 0], 1
227
- ];
228
- TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
229
- export var LimitExceededException$ = [-3, n0, _LEE,
230
- { [_e]: _c },
231
- [_M, _RT],
232
- [0, 0]
233
- ];
234
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
235
267
  export var ListProfileAssociationsRequest$ = [3, n0, _LPAR,
236
268
  0,
237
269
  [_RI, _PI, _MR, _NT],
@@ -292,18 +324,6 @@ export var ProfileSummary$ = [3, n0, _PSr,
292
324
  [_I, _A, _N, _SS],
293
325
  [0, 0, 0, 0]
294
326
  ];
295
- export var ResourceExistsException$ = [-3, n0, _REE,
296
- { [_e]: _c },
297
- [_M, _RT],
298
- [0, 0]
299
- ];
300
- TypeRegistry.for(n0).registerError(ResourceExistsException$, ResourceExistsException);
301
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
302
- { [_e]: _c },
303
- [_M, _RT],
304
- [0, 0]
305
- ];
306
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
307
327
  export var Tag$ = [3, n0, _Ta,
308
328
  0,
309
329
  [_K, _V],
@@ -319,12 +339,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
319
339
  [],
320
340
  []
321
341
  ];
322
- export var ThrottlingException$ = [-3, n0, _TE,
323
- { [_e]: _c },
324
- [_M],
325
- [0]
326
- ];
327
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
328
342
  export var UntagResourceRequest$ = [3, n0, _URR,
329
343
  0,
330
344
  [_RA, _TK],
@@ -345,14 +359,6 @@ export var UpdateProfileResourceAssociationResponse$ = [3, n0, _UPRARp,
345
359
  [_PRA],
346
360
  [() => ProfileResourceAssociation$]
347
361
  ];
348
- export var ValidationException$ = [-3, n0, _VE,
349
- { [_e]: _c },
350
- [_M],
351
- [0]
352
- ];
353
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
354
- export var Route53ProfilesServiceException$ = [-3, _s, "Route53ProfilesServiceException", 0, [], []];
355
- TypeRegistry.for(_s).registerError(Route53ProfilesServiceException$, Route53ProfilesServiceException);
356
362
  var ProfileAssociations = [1, n0, _PAr,
357
363
  0, () => ProfileAssociation$
358
364
  ];
@@ -1,10 +1,26 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var Route53ProfilesServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServiceErrorException$: StaticErrorSchema;
7
+ export declare var InvalidNextTokenException$: StaticErrorSchema;
8
+ export declare var InvalidParameterException$: StaticErrorSchema;
9
+ export declare var LimitExceededException$: StaticErrorSchema;
10
+ export declare var ResourceExistsException$: StaticErrorSchema;
11
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
12
+ export declare var ThrottlingException$: StaticErrorSchema;
13
+ export declare var ValidationException$: StaticErrorSchema;
14
+ /**
15
+ * TypeRegistry instances containing modeled errors.
16
+ * @internal
17
+ *
18
+ */
19
+ export declare const errorTypeRegistries: TypeRegistry[];
3
20
  export declare var AssociateProfileRequest$: StaticStructureSchema;
4
21
  export declare var AssociateProfileResponse$: StaticStructureSchema;
5
22
  export declare var AssociateResourceToProfileRequest$: StaticStructureSchema;
6
23
  export declare var AssociateResourceToProfileResponse$: StaticStructureSchema;
7
- export declare var ConflictException$: StaticErrorSchema;
8
24
  export declare var CreateProfileRequest$: StaticStructureSchema;
9
25
  export declare var CreateProfileResponse$: StaticStructureSchema;
10
26
  export declare var DeleteProfileRequest$: StaticStructureSchema;
@@ -19,10 +35,6 @@ export declare var GetProfileRequest$: StaticStructureSchema;
19
35
  export declare var GetProfileResourceAssociationRequest$: StaticStructureSchema;
20
36
  export declare var GetProfileResourceAssociationResponse$: StaticStructureSchema;
21
37
  export declare var GetProfileResponse$: StaticStructureSchema;
22
- export declare var InternalServiceErrorException$: StaticErrorSchema;
23
- export declare var InvalidNextTokenException$: StaticErrorSchema;
24
- export declare var InvalidParameterException$: StaticErrorSchema;
25
- export declare var LimitExceededException$: StaticErrorSchema;
26
38
  export declare var ListProfileAssociationsRequest$: StaticStructureSchema;
27
39
  export declare var ListProfileAssociationsResponse$: StaticStructureSchema;
28
40
  export declare var ListProfileResourceAssociationsRequest$: StaticStructureSchema;
@@ -35,18 +47,13 @@ export declare var Profile$: StaticStructureSchema;
35
47
  export declare var ProfileAssociation$: StaticStructureSchema;
36
48
  export declare var ProfileResourceAssociation$: StaticStructureSchema;
37
49
  export declare var ProfileSummary$: StaticStructureSchema;
38
- export declare var ResourceExistsException$: StaticErrorSchema;
39
- export declare var ResourceNotFoundException$: StaticErrorSchema;
40
50
  export declare var Tag$: StaticStructureSchema;
41
51
  export declare var TagResourceRequest$: StaticStructureSchema;
42
52
  export declare var TagResourceResponse$: StaticStructureSchema;
43
- export declare var ThrottlingException$: StaticErrorSchema;
44
53
  export declare var UntagResourceRequest$: StaticStructureSchema;
45
54
  export declare var UntagResourceResponse$: StaticStructureSchema;
46
55
  export declare var UpdateProfileResourceAssociationRequest$: StaticStructureSchema;
47
56
  export declare var UpdateProfileResourceAssociationResponse$: StaticStructureSchema;
48
- export declare var ValidationException$: StaticErrorSchema;
49
- export declare var Route53ProfilesServiceException$: StaticErrorSchema;
50
57
  export declare var AssociateProfile$: StaticOperationSchema;
51
58
  export declare var AssociateResourceToProfile$: StaticOperationSchema;
52
59
  export declare var CreateProfile$: StaticOperationSchema;
@@ -1,14 +1,25 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var Route53ProfilesServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalServiceErrorException$: StaticErrorSchema;
11
+ export declare var InvalidNextTokenException$: StaticErrorSchema;
12
+ export declare var InvalidParameterException$: StaticErrorSchema;
13
+ export declare var LimitExceededException$: StaticErrorSchema;
14
+ export declare var ResourceExistsException$: StaticErrorSchema;
15
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
16
+ export declare var ThrottlingException$: StaticErrorSchema;
17
+ export declare var ValidationException$: StaticErrorSchema;
18
+ export declare const errorTypeRegistries: TypeRegistry[];
7
19
  export declare var AssociateProfileRequest$: StaticStructureSchema;
8
20
  export declare var AssociateProfileResponse$: StaticStructureSchema;
9
21
  export declare var AssociateResourceToProfileRequest$: StaticStructureSchema;
10
22
  export declare var AssociateResourceToProfileResponse$: StaticStructureSchema;
11
- export declare var ConflictException$: StaticErrorSchema;
12
23
  export declare var CreateProfileRequest$: StaticStructureSchema;
13
24
  export declare var CreateProfileResponse$: StaticStructureSchema;
14
25
  export declare var DeleteProfileRequest$: StaticStructureSchema;
@@ -23,10 +34,6 @@ export declare var GetProfileRequest$: StaticStructureSchema;
23
34
  export declare var GetProfileResourceAssociationRequest$: StaticStructureSchema;
24
35
  export declare var GetProfileResourceAssociationResponse$: StaticStructureSchema;
25
36
  export declare var GetProfileResponse$: StaticStructureSchema;
26
- export declare var InternalServiceErrorException$: StaticErrorSchema;
27
- export declare var InvalidNextTokenException$: StaticErrorSchema;
28
- export declare var InvalidParameterException$: StaticErrorSchema;
29
- export declare var LimitExceededException$: StaticErrorSchema;
30
37
  export declare var ListProfileAssociationsRequest$: StaticStructureSchema;
31
38
  export declare var ListProfileAssociationsResponse$: StaticStructureSchema;
32
39
  export declare var ListProfileResourceAssociationsRequest$: StaticStructureSchema;
@@ -39,18 +46,13 @@ export declare var Profile$: StaticStructureSchema;
39
46
  export declare var ProfileAssociation$: StaticStructureSchema;
40
47
  export declare var ProfileResourceAssociation$: StaticStructureSchema;
41
48
  export declare var ProfileSummary$: StaticStructureSchema;
42
- export declare var ResourceExistsException$: StaticErrorSchema;
43
- export declare var ResourceNotFoundException$: StaticErrorSchema;
44
49
  export declare var Tag$: StaticStructureSchema;
45
50
  export declare var TagResourceRequest$: StaticStructureSchema;
46
51
  export declare var TagResourceResponse$: StaticStructureSchema;
47
- export declare var ThrottlingException$: StaticErrorSchema;
48
52
  export declare var UntagResourceRequest$: StaticStructureSchema;
49
53
  export declare var UntagResourceResponse$: StaticStructureSchema;
50
54
  export declare var UpdateProfileResourceAssociationRequest$: StaticStructureSchema;
51
55
  export declare var UpdateProfileResourceAssociationResponse$: StaticStructureSchema;
52
- export declare var ValidationException$: StaticErrorSchema;
53
- export declare var Route53ProfilesServiceException$: StaticErrorSchema;
54
56
  export declare var AssociateProfile$: StaticOperationSchema;
55
57
  export declare var AssociateResourceToProfile$: StaticOperationSchema;
56
58
  export declare var CreateProfile$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route53profiles",
3
3
  "description": "AWS SDK for JavaScript Route53profiles Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.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-route53profiles",
@@ -21,38 +21,38 @@
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.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
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.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",