@aws-sdk/client-security-ir 3.721.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/SecurityIRClient.js +1 -0
- package/dist-cjs/models/models_0.js +35 -23
- package/dist-es/SecurityIRClient.js +1 -0
- package/dist-es/models/models_0.js +35 -23
- 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 SecurityIRClient 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);
|
|
@@ -4,14 +4,14 @@ exports.UpdateMembershipRequestFilterSensitiveLog = exports.GetMembershipRespons
|
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const SecurityIRServiceException_1 = require("./SecurityIRServiceException");
|
|
6
6
|
class AccessDeniedException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
7
|
+
name = "AccessDeniedException";
|
|
8
|
+
$fault = "client";
|
|
7
9
|
constructor(opts) {
|
|
8
10
|
super({
|
|
9
11
|
name: "AccessDeniedException",
|
|
10
12
|
$fault: "client",
|
|
11
13
|
...opts,
|
|
12
14
|
});
|
|
13
|
-
this.name = "AccessDeniedException";
|
|
14
|
-
this.$fault = "client";
|
|
15
15
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -58,14 +58,16 @@ exports.MembershipAccountRelationshipType = {
|
|
|
58
58
|
ORGANIZATION: "Organization",
|
|
59
59
|
};
|
|
60
60
|
class ConflictException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
61
|
+
name = "ConflictException";
|
|
62
|
+
$fault = "client";
|
|
63
|
+
resourceId;
|
|
64
|
+
resourceType;
|
|
61
65
|
constructor(opts) {
|
|
62
66
|
super({
|
|
63
67
|
name: "ConflictException",
|
|
64
68
|
$fault: "client",
|
|
65
69
|
...opts,
|
|
66
70
|
});
|
|
67
|
-
this.name = "ConflictException";
|
|
68
|
-
this.$fault = "client";
|
|
69
71
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
70
72
|
this.resourceId = opts.resourceId;
|
|
71
73
|
this.resourceType = opts.resourceType;
|
|
@@ -73,69 +75,74 @@ class ConflictException extends SecurityIRServiceException_1.SecurityIRServiceEx
|
|
|
73
75
|
}
|
|
74
76
|
exports.ConflictException = ConflictException;
|
|
75
77
|
class InternalServerException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
78
|
+
name = "InternalServerException";
|
|
79
|
+
$fault = "server";
|
|
80
|
+
$retryable = {};
|
|
81
|
+
retryAfterSeconds;
|
|
76
82
|
constructor(opts) {
|
|
77
83
|
super({
|
|
78
84
|
name: "InternalServerException",
|
|
79
85
|
$fault: "server",
|
|
80
86
|
...opts,
|
|
81
87
|
});
|
|
82
|
-
this.name = "InternalServerException";
|
|
83
|
-
this.$fault = "server";
|
|
84
|
-
this.$retryable = {};
|
|
85
88
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
86
89
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
87
90
|
}
|
|
88
91
|
}
|
|
89
92
|
exports.InternalServerException = InternalServerException;
|
|
90
93
|
class InvalidTokenException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
94
|
+
name = "InvalidTokenException";
|
|
95
|
+
$fault = "client";
|
|
96
|
+
$retryable = {};
|
|
91
97
|
constructor(opts) {
|
|
92
98
|
super({
|
|
93
99
|
name: "InvalidTokenException",
|
|
94
100
|
$fault: "client",
|
|
95
101
|
...opts,
|
|
96
102
|
});
|
|
97
|
-
this.name = "InvalidTokenException";
|
|
98
|
-
this.$fault = "client";
|
|
99
|
-
this.$retryable = {};
|
|
100
103
|
Object.setPrototypeOf(this, InvalidTokenException.prototype);
|
|
101
104
|
}
|
|
102
105
|
}
|
|
103
106
|
exports.InvalidTokenException = InvalidTokenException;
|
|
104
107
|
class ResourceNotFoundException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
108
|
+
name = "ResourceNotFoundException";
|
|
109
|
+
$fault = "client";
|
|
105
110
|
constructor(opts) {
|
|
106
111
|
super({
|
|
107
112
|
name: "ResourceNotFoundException",
|
|
108
113
|
$fault: "client",
|
|
109
114
|
...opts,
|
|
110
115
|
});
|
|
111
|
-
this.name = "ResourceNotFoundException";
|
|
112
|
-
this.$fault = "client";
|
|
113
116
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
114
117
|
}
|
|
115
118
|
}
|
|
116
119
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
117
120
|
class SecurityIncidentResponseNotActiveException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
121
|
+
name = "SecurityIncidentResponseNotActiveException";
|
|
122
|
+
$fault = "client";
|
|
118
123
|
constructor(opts) {
|
|
119
124
|
super({
|
|
120
125
|
name: "SecurityIncidentResponseNotActiveException",
|
|
121
126
|
$fault: "client",
|
|
122
127
|
...opts,
|
|
123
128
|
});
|
|
124
|
-
this.name = "SecurityIncidentResponseNotActiveException";
|
|
125
|
-
this.$fault = "client";
|
|
126
129
|
Object.setPrototypeOf(this, SecurityIncidentResponseNotActiveException.prototype);
|
|
127
130
|
}
|
|
128
131
|
}
|
|
129
132
|
exports.SecurityIncidentResponseNotActiveException = SecurityIncidentResponseNotActiveException;
|
|
130
133
|
class ServiceQuotaExceededException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
134
|
+
name = "ServiceQuotaExceededException";
|
|
135
|
+
$fault = "client";
|
|
136
|
+
resourceId;
|
|
137
|
+
resourceType;
|
|
138
|
+
serviceCode;
|
|
139
|
+
quotaCode;
|
|
131
140
|
constructor(opts) {
|
|
132
141
|
super({
|
|
133
142
|
name: "ServiceQuotaExceededException",
|
|
134
143
|
$fault: "client",
|
|
135
144
|
...opts,
|
|
136
145
|
});
|
|
137
|
-
this.name = "ServiceQuotaExceededException";
|
|
138
|
-
this.$fault = "client";
|
|
139
146
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
140
147
|
this.resourceId = opts.resourceId;
|
|
141
148
|
this.resourceType = opts.resourceType;
|
|
@@ -145,17 +152,20 @@ class ServiceQuotaExceededException extends SecurityIRServiceException_1.Securit
|
|
|
145
152
|
}
|
|
146
153
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
147
154
|
class ThrottlingException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
155
|
+
name = "ThrottlingException";
|
|
156
|
+
$fault = "client";
|
|
157
|
+
$retryable = {
|
|
158
|
+
throttling: true,
|
|
159
|
+
};
|
|
160
|
+
serviceCode;
|
|
161
|
+
quotaCode;
|
|
162
|
+
retryAfterSeconds;
|
|
148
163
|
constructor(opts) {
|
|
149
164
|
super({
|
|
150
165
|
name: "ThrottlingException",
|
|
151
166
|
$fault: "client",
|
|
152
167
|
...opts,
|
|
153
168
|
});
|
|
154
|
-
this.name = "ThrottlingException";
|
|
155
|
-
this.$fault = "client";
|
|
156
|
-
this.$retryable = {
|
|
157
|
-
throttling: true,
|
|
158
|
-
};
|
|
159
169
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
160
170
|
this.serviceCode = opts.serviceCode;
|
|
161
171
|
this.quotaCode = opts.quotaCode;
|
|
@@ -170,14 +180,16 @@ exports.ValidationExceptionReason = {
|
|
|
170
180
|
UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
|
|
171
181
|
};
|
|
172
182
|
class ValidationException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
183
|
+
name = "ValidationException";
|
|
184
|
+
$fault = "client";
|
|
185
|
+
reason;
|
|
186
|
+
fieldList;
|
|
173
187
|
constructor(opts) {
|
|
174
188
|
super({
|
|
175
189
|
name: "ValidationException",
|
|
176
190
|
$fault: "client",
|
|
177
191
|
...opts,
|
|
178
192
|
});
|
|
179
|
-
this.name = "ValidationException";
|
|
180
|
-
this.$fault = "client";
|
|
181
193
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
182
194
|
this.reason = opts.reason;
|
|
183
195
|
this.fieldList = opts.fieldList;
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class SecurityIRClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { SecurityIRServiceException as __BaseException } from "./SecurityIRServiceException";
|
|
3
3
|
export class AccessDeniedException extends __BaseException {
|
|
4
|
+
name = "AccessDeniedException";
|
|
5
|
+
$fault = "client";
|
|
4
6
|
constructor(opts) {
|
|
5
7
|
super({
|
|
6
8
|
name: "AccessDeniedException",
|
|
7
9
|
$fault: "client",
|
|
8
10
|
...opts,
|
|
9
11
|
});
|
|
10
|
-
this.name = "AccessDeniedException";
|
|
11
|
-
this.$fault = "client";
|
|
12
12
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -54,79 +54,86 @@ export const MembershipAccountRelationshipType = {
|
|
|
54
54
|
ORGANIZATION: "Organization",
|
|
55
55
|
};
|
|
56
56
|
export class ConflictException extends __BaseException {
|
|
57
|
+
name = "ConflictException";
|
|
58
|
+
$fault = "client";
|
|
59
|
+
resourceId;
|
|
60
|
+
resourceType;
|
|
57
61
|
constructor(opts) {
|
|
58
62
|
super({
|
|
59
63
|
name: "ConflictException",
|
|
60
64
|
$fault: "client",
|
|
61
65
|
...opts,
|
|
62
66
|
});
|
|
63
|
-
this.name = "ConflictException";
|
|
64
|
-
this.$fault = "client";
|
|
65
67
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
66
68
|
this.resourceId = opts.resourceId;
|
|
67
69
|
this.resourceType = opts.resourceType;
|
|
68
70
|
}
|
|
69
71
|
}
|
|
70
72
|
export class InternalServerException extends __BaseException {
|
|
73
|
+
name = "InternalServerException";
|
|
74
|
+
$fault = "server";
|
|
75
|
+
$retryable = {};
|
|
76
|
+
retryAfterSeconds;
|
|
71
77
|
constructor(opts) {
|
|
72
78
|
super({
|
|
73
79
|
name: "InternalServerException",
|
|
74
80
|
$fault: "server",
|
|
75
81
|
...opts,
|
|
76
82
|
});
|
|
77
|
-
this.name = "InternalServerException";
|
|
78
|
-
this.$fault = "server";
|
|
79
|
-
this.$retryable = {};
|
|
80
83
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
81
84
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
82
85
|
}
|
|
83
86
|
}
|
|
84
87
|
export class InvalidTokenException extends __BaseException {
|
|
88
|
+
name = "InvalidTokenException";
|
|
89
|
+
$fault = "client";
|
|
90
|
+
$retryable = {};
|
|
85
91
|
constructor(opts) {
|
|
86
92
|
super({
|
|
87
93
|
name: "InvalidTokenException",
|
|
88
94
|
$fault: "client",
|
|
89
95
|
...opts,
|
|
90
96
|
});
|
|
91
|
-
this.name = "InvalidTokenException";
|
|
92
|
-
this.$fault = "client";
|
|
93
|
-
this.$retryable = {};
|
|
94
97
|
Object.setPrototypeOf(this, InvalidTokenException.prototype);
|
|
95
98
|
}
|
|
96
99
|
}
|
|
97
100
|
export class ResourceNotFoundException extends __BaseException {
|
|
101
|
+
name = "ResourceNotFoundException";
|
|
102
|
+
$fault = "client";
|
|
98
103
|
constructor(opts) {
|
|
99
104
|
super({
|
|
100
105
|
name: "ResourceNotFoundException",
|
|
101
106
|
$fault: "client",
|
|
102
107
|
...opts,
|
|
103
108
|
});
|
|
104
|
-
this.name = "ResourceNotFoundException";
|
|
105
|
-
this.$fault = "client";
|
|
106
109
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
107
110
|
}
|
|
108
111
|
}
|
|
109
112
|
export class SecurityIncidentResponseNotActiveException extends __BaseException {
|
|
113
|
+
name = "SecurityIncidentResponseNotActiveException";
|
|
114
|
+
$fault = "client";
|
|
110
115
|
constructor(opts) {
|
|
111
116
|
super({
|
|
112
117
|
name: "SecurityIncidentResponseNotActiveException",
|
|
113
118
|
$fault: "client",
|
|
114
119
|
...opts,
|
|
115
120
|
});
|
|
116
|
-
this.name = "SecurityIncidentResponseNotActiveException";
|
|
117
|
-
this.$fault = "client";
|
|
118
121
|
Object.setPrototypeOf(this, SecurityIncidentResponseNotActiveException.prototype);
|
|
119
122
|
}
|
|
120
123
|
}
|
|
121
124
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
125
|
+
name = "ServiceQuotaExceededException";
|
|
126
|
+
$fault = "client";
|
|
127
|
+
resourceId;
|
|
128
|
+
resourceType;
|
|
129
|
+
serviceCode;
|
|
130
|
+
quotaCode;
|
|
122
131
|
constructor(opts) {
|
|
123
132
|
super({
|
|
124
133
|
name: "ServiceQuotaExceededException",
|
|
125
134
|
$fault: "client",
|
|
126
135
|
...opts,
|
|
127
136
|
});
|
|
128
|
-
this.name = "ServiceQuotaExceededException";
|
|
129
|
-
this.$fault = "client";
|
|
130
137
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
131
138
|
this.resourceId = opts.resourceId;
|
|
132
139
|
this.resourceType = opts.resourceType;
|
|
@@ -135,17 +142,20 @@ export class ServiceQuotaExceededException extends __BaseException {
|
|
|
135
142
|
}
|
|
136
143
|
}
|
|
137
144
|
export class ThrottlingException extends __BaseException {
|
|
145
|
+
name = "ThrottlingException";
|
|
146
|
+
$fault = "client";
|
|
147
|
+
$retryable = {
|
|
148
|
+
throttling: true,
|
|
149
|
+
};
|
|
150
|
+
serviceCode;
|
|
151
|
+
quotaCode;
|
|
152
|
+
retryAfterSeconds;
|
|
138
153
|
constructor(opts) {
|
|
139
154
|
super({
|
|
140
155
|
name: "ThrottlingException",
|
|
141
156
|
$fault: "client",
|
|
142
157
|
...opts,
|
|
143
158
|
});
|
|
144
|
-
this.name = "ThrottlingException";
|
|
145
|
-
this.$fault = "client";
|
|
146
|
-
this.$retryable = {
|
|
147
|
-
throttling: true,
|
|
148
|
-
};
|
|
149
159
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
150
160
|
this.serviceCode = opts.serviceCode;
|
|
151
161
|
this.quotaCode = opts.quotaCode;
|
|
@@ -159,14 +169,16 @@ export const ValidationExceptionReason = {
|
|
|
159
169
|
UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
|
|
160
170
|
};
|
|
161
171
|
export class ValidationException extends __BaseException {
|
|
172
|
+
name = "ValidationException";
|
|
173
|
+
$fault = "client";
|
|
174
|
+
reason;
|
|
175
|
+
fieldList;
|
|
162
176
|
constructor(opts) {
|
|
163
177
|
super({
|
|
164
178
|
name: "ValidationException",
|
|
165
179
|
$fault: "client",
|
|
166
180
|
...opts,
|
|
167
181
|
});
|
|
168
|
-
this.name = "ValidationException";
|
|
169
|
-
this.$fault = "client";
|
|
170
182
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
171
183
|
this.reason = opts.reason;
|
|
172
184
|
this.fieldList = opts.fieldList;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
|
|
|
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: SecurityIRClientConfig) => {
|
|
|
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: SecurityIRClientConfig) => {
|
|
|
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: SecurityIRClientConfig) => {
|
|
|
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;
|
|
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
input: any
|
|
11
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
_: unknown
|
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
12
14
|
defaultUserAgentProvider: (
|
|
13
15
|
config?:
|
|
14
16
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
init?:
|
|
13
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
14
|
+
| undefined
|
|
15
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
16
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
17
|
+
>);
|
|
16
18
|
defaultUserAgentProvider: (
|
|
17
19
|
config?:
|
|
18
20
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
|
|
|
28
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
29
29
|
| undefined
|
|
30
30
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
31
|
-
credentialDefaultProvider:
|
|
32
|
-
input: any
|
|
33
|
-
|
|
31
|
+
credentialDefaultProvider:
|
|
32
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
33
|
+
| ((
|
|
34
|
+
_: unknown
|
|
35
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
34
36
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
35
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
36
38
|
logger: import("@smithy/types").Logger;
|
|
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
|
|
|
50
52
|
| import("@smithy/types").RetryStrategyV2
|
|
51
53
|
| undefined;
|
|
52
54
|
endpoint?:
|
|
53
|
-
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
| ((
|
|
56
|
+
| string
|
|
57
|
+
| import("@smithy/types").Endpoint
|
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
59
|
+
| import("@smithy/types").EndpointV2
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
61
|
+
) &
|
|
62
|
+
(
|
|
63
|
+
| string
|
|
64
|
+
| import("@smithy/types").Provider<string>
|
|
65
|
+
| import("@smithy/types").Endpoint
|
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
67
|
+
| import("@smithy/types").EndpointV2
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
69
|
+
))
|
|
58
70
|
| undefined;
|
|
59
71
|
endpointProvider: (
|
|
60
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-security-ir",
|
|
3
3
|
"description": "AWS SDK for JavaScript Security Ir 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": {
|