@aws-sdk/client-route53profiles 3.716.0 → 3.723.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/Route53ProfilesClient.js +1 -0
- package/dist-cjs/models/models_0.js +34 -20
- package/dist-es/Route53ProfilesClient.js +1 -0
- package/dist-es/models/models_0.js +34 -20
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
|
@@ -17,6 +17,7 @@ const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
|
17
17
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
18
18
|
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
19
19
|
class Route53ProfilesClient extends smithy_client_1.Client {
|
|
20
|
+
config;
|
|
20
21
|
constructor(...[configuration]) {
|
|
21
22
|
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
22
23
|
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
@@ -3,14 +3,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.InvalidNextTokenException = exports.ShareStatus = exports.InternalServiceErrorException = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.ResourceExistsException = exports.LimitExceededException = exports.InvalidParameterException = exports.ConflictException = exports.ProfileStatus = exports.AccessDeniedException = void 0;
|
|
4
4
|
const Route53ProfilesServiceException_1 = require("./Route53ProfilesServiceException");
|
|
5
5
|
class AccessDeniedException extends Route53ProfilesServiceException_1.Route53ProfilesServiceException {
|
|
6
|
+
name = "AccessDeniedException";
|
|
7
|
+
$fault = "client";
|
|
8
|
+
Message;
|
|
6
9
|
constructor(opts) {
|
|
7
10
|
super({
|
|
8
11
|
name: "AccessDeniedException",
|
|
9
12
|
$fault: "client",
|
|
10
13
|
...opts,
|
|
11
14
|
});
|
|
12
|
-
this.name = "AccessDeniedException";
|
|
13
|
-
this.$fault = "client";
|
|
14
15
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
15
16
|
this.Message = opts.Message;
|
|
16
17
|
}
|
|
@@ -25,28 +26,31 @@ exports.ProfileStatus = {
|
|
|
25
26
|
UPDATING: "UPDATING",
|
|
26
27
|
};
|
|
27
28
|
class ConflictException extends Route53ProfilesServiceException_1.Route53ProfilesServiceException {
|
|
29
|
+
name = "ConflictException";
|
|
30
|
+
$fault = "client";
|
|
31
|
+
Message;
|
|
28
32
|
constructor(opts) {
|
|
29
33
|
super({
|
|
30
34
|
name: "ConflictException",
|
|
31
35
|
$fault: "client",
|
|
32
36
|
...opts,
|
|
33
37
|
});
|
|
34
|
-
this.name = "ConflictException";
|
|
35
|
-
this.$fault = "client";
|
|
36
38
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
37
39
|
this.Message = opts.Message;
|
|
38
40
|
}
|
|
39
41
|
}
|
|
40
42
|
exports.ConflictException = ConflictException;
|
|
41
43
|
class InvalidParameterException extends Route53ProfilesServiceException_1.Route53ProfilesServiceException {
|
|
44
|
+
name = "InvalidParameterException";
|
|
45
|
+
$fault = "client";
|
|
46
|
+
Message;
|
|
47
|
+
FieldName;
|
|
42
48
|
constructor(opts) {
|
|
43
49
|
super({
|
|
44
50
|
name: "InvalidParameterException",
|
|
45
51
|
$fault: "client",
|
|
46
52
|
...opts,
|
|
47
53
|
});
|
|
48
|
-
this.name = "InvalidParameterException";
|
|
49
|
-
this.$fault = "client";
|
|
50
54
|
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
51
55
|
this.Message = opts.Message;
|
|
52
56
|
this.FieldName = opts.FieldName;
|
|
@@ -54,14 +58,16 @@ class InvalidParameterException extends Route53ProfilesServiceException_1.Route5
|
|
|
54
58
|
}
|
|
55
59
|
exports.InvalidParameterException = InvalidParameterException;
|
|
56
60
|
class LimitExceededException extends Route53ProfilesServiceException_1.Route53ProfilesServiceException {
|
|
61
|
+
name = "LimitExceededException";
|
|
62
|
+
$fault = "client";
|
|
63
|
+
Message;
|
|
64
|
+
ResourceType;
|
|
57
65
|
constructor(opts) {
|
|
58
66
|
super({
|
|
59
67
|
name: "LimitExceededException",
|
|
60
68
|
$fault: "client",
|
|
61
69
|
...opts,
|
|
62
70
|
});
|
|
63
|
-
this.name = "LimitExceededException";
|
|
64
|
-
this.$fault = "client";
|
|
65
71
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
66
72
|
this.Message = opts.Message;
|
|
67
73
|
this.ResourceType = opts.ResourceType;
|
|
@@ -69,14 +75,16 @@ class LimitExceededException extends Route53ProfilesServiceException_1.Route53Pr
|
|
|
69
75
|
}
|
|
70
76
|
exports.LimitExceededException = LimitExceededException;
|
|
71
77
|
class ResourceExistsException extends Route53ProfilesServiceException_1.Route53ProfilesServiceException {
|
|
78
|
+
name = "ResourceExistsException";
|
|
79
|
+
$fault = "client";
|
|
80
|
+
Message;
|
|
81
|
+
ResourceType;
|
|
72
82
|
constructor(opts) {
|
|
73
83
|
super({
|
|
74
84
|
name: "ResourceExistsException",
|
|
75
85
|
$fault: "client",
|
|
76
86
|
...opts,
|
|
77
87
|
});
|
|
78
|
-
this.name = "ResourceExistsException";
|
|
79
|
-
this.$fault = "client";
|
|
80
88
|
Object.setPrototypeOf(this, ResourceExistsException.prototype);
|
|
81
89
|
this.Message = opts.Message;
|
|
82
90
|
this.ResourceType = opts.ResourceType;
|
|
@@ -84,14 +92,16 @@ class ResourceExistsException extends Route53ProfilesServiceException_1.Route53P
|
|
|
84
92
|
}
|
|
85
93
|
exports.ResourceExistsException = ResourceExistsException;
|
|
86
94
|
class ResourceNotFoundException extends Route53ProfilesServiceException_1.Route53ProfilesServiceException {
|
|
95
|
+
name = "ResourceNotFoundException";
|
|
96
|
+
$fault = "client";
|
|
97
|
+
Message;
|
|
98
|
+
ResourceType;
|
|
87
99
|
constructor(opts) {
|
|
88
100
|
super({
|
|
89
101
|
name: "ResourceNotFoundException",
|
|
90
102
|
$fault: "client",
|
|
91
103
|
...opts,
|
|
92
104
|
});
|
|
93
|
-
this.name = "ResourceNotFoundException";
|
|
94
|
-
this.$fault = "client";
|
|
95
105
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
96
106
|
this.Message = opts.Message;
|
|
97
107
|
this.ResourceType = opts.ResourceType;
|
|
@@ -99,42 +109,45 @@ class ResourceNotFoundException extends Route53ProfilesServiceException_1.Route5
|
|
|
99
109
|
}
|
|
100
110
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
101
111
|
class ThrottlingException extends Route53ProfilesServiceException_1.Route53ProfilesServiceException {
|
|
112
|
+
name = "ThrottlingException";
|
|
113
|
+
$fault = "client";
|
|
114
|
+
Message;
|
|
102
115
|
constructor(opts) {
|
|
103
116
|
super({
|
|
104
117
|
name: "ThrottlingException",
|
|
105
118
|
$fault: "client",
|
|
106
119
|
...opts,
|
|
107
120
|
});
|
|
108
|
-
this.name = "ThrottlingException";
|
|
109
|
-
this.$fault = "client";
|
|
110
121
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
111
122
|
this.Message = opts.Message;
|
|
112
123
|
}
|
|
113
124
|
}
|
|
114
125
|
exports.ThrottlingException = ThrottlingException;
|
|
115
126
|
class ValidationException extends Route53ProfilesServiceException_1.Route53ProfilesServiceException {
|
|
127
|
+
name = "ValidationException";
|
|
128
|
+
$fault = "client";
|
|
129
|
+
Message;
|
|
116
130
|
constructor(opts) {
|
|
117
131
|
super({
|
|
118
132
|
name: "ValidationException",
|
|
119
133
|
$fault: "client",
|
|
120
134
|
...opts,
|
|
121
135
|
});
|
|
122
|
-
this.name = "ValidationException";
|
|
123
|
-
this.$fault = "client";
|
|
124
136
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
125
137
|
this.Message = opts.Message;
|
|
126
138
|
}
|
|
127
139
|
}
|
|
128
140
|
exports.ValidationException = ValidationException;
|
|
129
141
|
class InternalServiceErrorException extends Route53ProfilesServiceException_1.Route53ProfilesServiceException {
|
|
142
|
+
name = "InternalServiceErrorException";
|
|
143
|
+
$fault = "client";
|
|
144
|
+
Message;
|
|
130
145
|
constructor(opts) {
|
|
131
146
|
super({
|
|
132
147
|
name: "InternalServiceErrorException",
|
|
133
148
|
$fault: "client",
|
|
134
149
|
...opts,
|
|
135
150
|
});
|
|
136
|
-
this.name = "InternalServiceErrorException";
|
|
137
|
-
this.$fault = "client";
|
|
138
151
|
Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
|
|
139
152
|
this.Message = opts.Message;
|
|
140
153
|
}
|
|
@@ -146,14 +159,15 @@ exports.ShareStatus = {
|
|
|
146
159
|
SHARED_WITH_ME: "SHARED_WITH_ME",
|
|
147
160
|
};
|
|
148
161
|
class InvalidNextTokenException extends Route53ProfilesServiceException_1.Route53ProfilesServiceException {
|
|
162
|
+
name = "InvalidNextTokenException";
|
|
163
|
+
$fault = "client";
|
|
164
|
+
Message;
|
|
149
165
|
constructor(opts) {
|
|
150
166
|
super({
|
|
151
167
|
name: "InvalidNextTokenException",
|
|
152
168
|
$fault: "client",
|
|
153
169
|
...opts,
|
|
154
170
|
});
|
|
155
|
-
this.name = "InvalidNextTokenException";
|
|
156
|
-
this.$fault = "client";
|
|
157
171
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
158
172
|
this.Message = opts.Message;
|
|
159
173
|
}
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class Route53ProfilesClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { Route53ProfilesServiceException as __BaseException } from "./Route53ProfilesServiceException";
|
|
2
2
|
export class AccessDeniedException extends __BaseException {
|
|
3
|
+
name = "AccessDeniedException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
Message;
|
|
3
6
|
constructor(opts) {
|
|
4
7
|
super({
|
|
5
8
|
name: "AccessDeniedException",
|
|
6
9
|
$fault: "client",
|
|
7
10
|
...opts,
|
|
8
11
|
});
|
|
9
|
-
this.name = "AccessDeniedException";
|
|
10
|
-
this.$fault = "client";
|
|
11
12
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
12
13
|
this.Message = opts.Message;
|
|
13
14
|
}
|
|
@@ -21,109 +22,121 @@ export const ProfileStatus = {
|
|
|
21
22
|
UPDATING: "UPDATING",
|
|
22
23
|
};
|
|
23
24
|
export class ConflictException extends __BaseException {
|
|
25
|
+
name = "ConflictException";
|
|
26
|
+
$fault = "client";
|
|
27
|
+
Message;
|
|
24
28
|
constructor(opts) {
|
|
25
29
|
super({
|
|
26
30
|
name: "ConflictException",
|
|
27
31
|
$fault: "client",
|
|
28
32
|
...opts,
|
|
29
33
|
});
|
|
30
|
-
this.name = "ConflictException";
|
|
31
|
-
this.$fault = "client";
|
|
32
34
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
33
35
|
this.Message = opts.Message;
|
|
34
36
|
}
|
|
35
37
|
}
|
|
36
38
|
export class InvalidParameterException extends __BaseException {
|
|
39
|
+
name = "InvalidParameterException";
|
|
40
|
+
$fault = "client";
|
|
41
|
+
Message;
|
|
42
|
+
FieldName;
|
|
37
43
|
constructor(opts) {
|
|
38
44
|
super({
|
|
39
45
|
name: "InvalidParameterException",
|
|
40
46
|
$fault: "client",
|
|
41
47
|
...opts,
|
|
42
48
|
});
|
|
43
|
-
this.name = "InvalidParameterException";
|
|
44
|
-
this.$fault = "client";
|
|
45
49
|
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
46
50
|
this.Message = opts.Message;
|
|
47
51
|
this.FieldName = opts.FieldName;
|
|
48
52
|
}
|
|
49
53
|
}
|
|
50
54
|
export class LimitExceededException extends __BaseException {
|
|
55
|
+
name = "LimitExceededException";
|
|
56
|
+
$fault = "client";
|
|
57
|
+
Message;
|
|
58
|
+
ResourceType;
|
|
51
59
|
constructor(opts) {
|
|
52
60
|
super({
|
|
53
61
|
name: "LimitExceededException",
|
|
54
62
|
$fault: "client",
|
|
55
63
|
...opts,
|
|
56
64
|
});
|
|
57
|
-
this.name = "LimitExceededException";
|
|
58
|
-
this.$fault = "client";
|
|
59
65
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
60
66
|
this.Message = opts.Message;
|
|
61
67
|
this.ResourceType = opts.ResourceType;
|
|
62
68
|
}
|
|
63
69
|
}
|
|
64
70
|
export class ResourceExistsException extends __BaseException {
|
|
71
|
+
name = "ResourceExistsException";
|
|
72
|
+
$fault = "client";
|
|
73
|
+
Message;
|
|
74
|
+
ResourceType;
|
|
65
75
|
constructor(opts) {
|
|
66
76
|
super({
|
|
67
77
|
name: "ResourceExistsException",
|
|
68
78
|
$fault: "client",
|
|
69
79
|
...opts,
|
|
70
80
|
});
|
|
71
|
-
this.name = "ResourceExistsException";
|
|
72
|
-
this.$fault = "client";
|
|
73
81
|
Object.setPrototypeOf(this, ResourceExistsException.prototype);
|
|
74
82
|
this.Message = opts.Message;
|
|
75
83
|
this.ResourceType = opts.ResourceType;
|
|
76
84
|
}
|
|
77
85
|
}
|
|
78
86
|
export class ResourceNotFoundException extends __BaseException {
|
|
87
|
+
name = "ResourceNotFoundException";
|
|
88
|
+
$fault = "client";
|
|
89
|
+
Message;
|
|
90
|
+
ResourceType;
|
|
79
91
|
constructor(opts) {
|
|
80
92
|
super({
|
|
81
93
|
name: "ResourceNotFoundException",
|
|
82
94
|
$fault: "client",
|
|
83
95
|
...opts,
|
|
84
96
|
});
|
|
85
|
-
this.name = "ResourceNotFoundException";
|
|
86
|
-
this.$fault = "client";
|
|
87
97
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
88
98
|
this.Message = opts.Message;
|
|
89
99
|
this.ResourceType = opts.ResourceType;
|
|
90
100
|
}
|
|
91
101
|
}
|
|
92
102
|
export class ThrottlingException extends __BaseException {
|
|
103
|
+
name = "ThrottlingException";
|
|
104
|
+
$fault = "client";
|
|
105
|
+
Message;
|
|
93
106
|
constructor(opts) {
|
|
94
107
|
super({
|
|
95
108
|
name: "ThrottlingException",
|
|
96
109
|
$fault: "client",
|
|
97
110
|
...opts,
|
|
98
111
|
});
|
|
99
|
-
this.name = "ThrottlingException";
|
|
100
|
-
this.$fault = "client";
|
|
101
112
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
102
113
|
this.Message = opts.Message;
|
|
103
114
|
}
|
|
104
115
|
}
|
|
105
116
|
export class ValidationException extends __BaseException {
|
|
117
|
+
name = "ValidationException";
|
|
118
|
+
$fault = "client";
|
|
119
|
+
Message;
|
|
106
120
|
constructor(opts) {
|
|
107
121
|
super({
|
|
108
122
|
name: "ValidationException",
|
|
109
123
|
$fault: "client",
|
|
110
124
|
...opts,
|
|
111
125
|
});
|
|
112
|
-
this.name = "ValidationException";
|
|
113
|
-
this.$fault = "client";
|
|
114
126
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
115
127
|
this.Message = opts.Message;
|
|
116
128
|
}
|
|
117
129
|
}
|
|
118
130
|
export class InternalServiceErrorException extends __BaseException {
|
|
131
|
+
name = "InternalServiceErrorException";
|
|
132
|
+
$fault = "client";
|
|
133
|
+
Message;
|
|
119
134
|
constructor(opts) {
|
|
120
135
|
super({
|
|
121
136
|
name: "InternalServiceErrorException",
|
|
122
137
|
$fault: "client",
|
|
123
138
|
...opts,
|
|
124
139
|
});
|
|
125
|
-
this.name = "InternalServiceErrorException";
|
|
126
|
-
this.$fault = "client";
|
|
127
140
|
Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
|
|
128
141
|
this.Message = opts.Message;
|
|
129
142
|
}
|
|
@@ -134,14 +147,15 @@ export const ShareStatus = {
|
|
|
134
147
|
SHARED_WITH_ME: "SHARED_WITH_ME",
|
|
135
148
|
};
|
|
136
149
|
export class InvalidNextTokenException extends __BaseException {
|
|
150
|
+
name = "InvalidNextTokenException";
|
|
151
|
+
$fault = "client";
|
|
152
|
+
Message;
|
|
137
153
|
constructor(opts) {
|
|
138
154
|
super({
|
|
139
155
|
name: "InvalidNextTokenException",
|
|
140
156
|
$fault: "client",
|
|
141
157
|
...opts,
|
|
142
158
|
});
|
|
143
|
-
this.name = "InvalidNextTokenException";
|
|
144
|
-
this.$fault = "client";
|
|
145
159
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
146
160
|
this.Message = opts.Message;
|
|
147
161
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: Route53ProfilesClientConfig) =>
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: Route53ProfilesClientConfig) =>
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: Route53ProfilesClientConfig) =>
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: Route53ProfilesClientConfig) =>
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
input: any
|
|
13
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
_: unknown
|
|
15
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
16
|
defaultUserAgentProvider: (
|
|
15
17
|
config?:
|
|
16
18
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
init?:
|
|
15
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
16
|
+
| undefined
|
|
17
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
18
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
19
|
+
>);
|
|
18
20
|
defaultUserAgentProvider: (
|
|
19
21
|
config?:
|
|
20
22
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
|
|
|
30
30
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
31
31
|
| undefined
|
|
32
32
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
33
|
-
credentialDefaultProvider:
|
|
34
|
-
input: any
|
|
35
|
-
|
|
33
|
+
credentialDefaultProvider:
|
|
34
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
35
|
+
| ((
|
|
36
|
+
_: unknown
|
|
37
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
36
38
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
37
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
40
|
logger: import("@smithy/types").Logger;
|
|
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
|
|
|
52
54
|
| import("@smithy/types").RetryStrategyV2
|
|
53
55
|
| undefined;
|
|
54
56
|
endpoint?:
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
| ((
|
|
58
|
+
| string
|
|
59
|
+
| import("@smithy/types").Endpoint
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
61
|
+
| import("@smithy/types").EndpointV2
|
|
62
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
63
|
+
) &
|
|
64
|
+
(
|
|
65
|
+
| string
|
|
66
|
+
| import("@smithy/types").Provider<string>
|
|
67
|
+
| import("@smithy/types").Endpoint
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
69
|
+
| import("@smithy/types").EndpointV2
|
|
70
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
71
|
+
))
|
|
60
72
|
| undefined;
|
|
61
73
|
endpointProvider: (
|
|
62
74
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
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.
|
|
4
|
+
"version": "3.723.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,58 +20,58 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tsconfig/
|
|
67
|
-
"@types/node": "^
|
|
66
|
+
"@tsconfig/node18": "18.2.4",
|
|
67
|
+
"@types/node": "^18.19.69",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
|
-
"typescript": "~
|
|
71
|
+
"typescript": "~5.2.2"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
|
-
"node": ">=
|
|
74
|
+
"node": ">=18.0.0"
|
|
75
75
|
},
|
|
76
76
|
"typesVersions": {
|
|
77
77
|
"<4.0": {
|