@aws-sdk/client-license-manager 3.45.0 → 3.47.2
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/CHANGELOG.md +44 -0
- package/dist-cjs/endpoints.js +0 -24
- package/dist-cjs/models/models_0.js +4 -106
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +0 -24
- package/dist-es/models/models_0.js +0 -68
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/LicenseManagerClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -102
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/LicenseManagerClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -68
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AcceptGrantCommandInput, AcceptGrantCommandOutput } from "./commands/AcceptGrantCommand";
|
|
10
10
|
import { CheckInLicenseCommandInput, CheckInLicenseCommandOutput } from "./commands/CheckInLicenseCommand";
|
|
@@ -156,6 +156,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
156
156
|
* @internal
|
|
157
157
|
*/
|
|
158
158
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
159
|
+
/**
|
|
160
|
+
* The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
161
|
+
*/
|
|
162
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
159
163
|
}
|
|
160
164
|
declare type LicenseManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
161
165
|
/**
|
|
@@ -50,12 +50,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
|
|
|
50
50
|
$fault: "client";
|
|
51
51
|
Message?: string;
|
|
52
52
|
}
|
|
53
|
-
export declare namespace AccessDeniedException {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
58
|
-
}
|
|
59
53
|
/**
|
|
60
54
|
* <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
|
|
61
55
|
* policy associated with this account.</p>
|
|
@@ -65,12 +59,6 @@ export interface AuthorizationException extends __SmithyException, $MetadataBear
|
|
|
65
59
|
$fault: "client";
|
|
66
60
|
Message?: string;
|
|
67
61
|
}
|
|
68
|
-
export declare namespace AuthorizationException {
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
const filterSensitiveLog: (obj: AuthorizationException) => any;
|
|
73
|
-
}
|
|
74
62
|
/**
|
|
75
63
|
* <p>One or more parameter values are not valid.</p>
|
|
76
64
|
*/
|
|
@@ -79,12 +67,6 @@ export interface InvalidParameterValueException extends __SmithyException, $Meta
|
|
|
79
67
|
$fault: "client";
|
|
80
68
|
Message?: string;
|
|
81
69
|
}
|
|
82
|
-
export declare namespace InvalidParameterValueException {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
|
|
87
|
-
}
|
|
88
70
|
/**
|
|
89
71
|
* <p>Too many requests have been submitted. Try again after a brief wait.</p>
|
|
90
72
|
*/
|
|
@@ -93,12 +75,6 @@ export interface RateLimitExceededException extends __SmithyException, $Metadata
|
|
|
93
75
|
$fault: "client";
|
|
94
76
|
Message?: string;
|
|
95
77
|
}
|
|
96
|
-
export declare namespace RateLimitExceededException {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
const filterSensitiveLog: (obj: RateLimitExceededException) => any;
|
|
101
|
-
}
|
|
102
78
|
/**
|
|
103
79
|
* <p>Your resource limits have been exceeded.</p>
|
|
104
80
|
*/
|
|
@@ -107,12 +83,6 @@ export interface ResourceLimitExceededException extends __SmithyException, $Meta
|
|
|
107
83
|
$fault: "client";
|
|
108
84
|
Message?: string;
|
|
109
85
|
}
|
|
110
|
-
export declare namespace ResourceLimitExceededException {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
const filterSensitiveLog: (obj: ResourceLimitExceededException) => any;
|
|
115
|
-
}
|
|
116
86
|
/**
|
|
117
87
|
* <p>The server experienced an internal error. Try again.</p>
|
|
118
88
|
*/
|
|
@@ -121,12 +91,6 @@ export interface ServerInternalException extends __SmithyException, $MetadataBea
|
|
|
121
91
|
$fault: "server";
|
|
122
92
|
Message?: string;
|
|
123
93
|
}
|
|
124
|
-
export declare namespace ServerInternalException {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
const filterSensitiveLog: (obj: ServerInternalException) => any;
|
|
129
|
-
}
|
|
130
94
|
/**
|
|
131
95
|
* <p>The provided input is not valid. Try your request again.</p>
|
|
132
96
|
*/
|
|
@@ -135,12 +99,6 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
|
|
|
135
99
|
$fault: "client";
|
|
136
100
|
Message?: string;
|
|
137
101
|
}
|
|
138
|
-
export declare namespace ValidationException {
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
143
|
-
}
|
|
144
102
|
export declare enum AllowedOperation {
|
|
145
103
|
CHECKOUT_BORROW_LICENSE = "CheckoutBorrowLicense",
|
|
146
104
|
CHECKOUT_LICENSE = "CheckoutLicense",
|
|
@@ -197,12 +155,6 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
|
197
155
|
$fault: "client";
|
|
198
156
|
Message?: string;
|
|
199
157
|
}
|
|
200
|
-
export declare namespace ConflictException {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
205
|
-
}
|
|
206
158
|
/**
|
|
207
159
|
* <p>The resource cannot be found.</p>
|
|
208
160
|
*/
|
|
@@ -211,12 +163,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
211
163
|
$fault: "client";
|
|
212
164
|
Message?: string;
|
|
213
165
|
}
|
|
214
|
-
export declare namespace ResourceNotFoundException {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
219
|
-
}
|
|
220
166
|
/**
|
|
221
167
|
* <p>Describes key/value pairs.</p>
|
|
222
168
|
*/
|
|
@@ -372,12 +318,6 @@ export interface EntitlementNotAllowedException extends __SmithyException, $Meta
|
|
|
372
318
|
$fault: "client";
|
|
373
319
|
Message?: string;
|
|
374
320
|
}
|
|
375
|
-
export declare namespace EntitlementNotAllowedException {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
|
-
const filterSensitiveLog: (obj: EntitlementNotAllowedException) => any;
|
|
380
|
-
}
|
|
381
321
|
/**
|
|
382
322
|
* <p>There are no entitlements found for this license, or the entitlement maximum count is reached.</p>
|
|
383
323
|
*/
|
|
@@ -386,12 +326,6 @@ export interface NoEntitlementsAllowedException extends __SmithyException, $Meta
|
|
|
386
326
|
$fault: "client";
|
|
387
327
|
Message?: string;
|
|
388
328
|
}
|
|
389
|
-
export declare namespace NoEntitlementsAllowedException {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
|
-
const filterSensitiveLog: (obj: NoEntitlementsAllowedException) => any;
|
|
394
|
-
}
|
|
395
329
|
/**
|
|
396
330
|
* <p>This is not the correct Region for the resource. Try again.</p>
|
|
397
331
|
*/
|
|
@@ -401,12 +335,6 @@ export interface RedirectException extends __SmithyException, $MetadataBearer {
|
|
|
401
335
|
Location?: string;
|
|
402
336
|
Message?: string;
|
|
403
337
|
}
|
|
404
|
-
export declare namespace RedirectException {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
|
-
const filterSensitiveLog: (obj: RedirectException) => any;
|
|
409
|
-
}
|
|
410
338
|
/**
|
|
411
339
|
* <p>The digital signature method is unsupported. Try your request again.</p>
|
|
412
340
|
*/
|
|
@@ -415,12 +343,6 @@ export interface UnsupportedDigitalSignatureMethodException extends __SmithyExce
|
|
|
415
343
|
$fault: "client";
|
|
416
344
|
Message?: string;
|
|
417
345
|
}
|
|
418
|
-
export declare namespace UnsupportedDigitalSignatureMethodException {
|
|
419
|
-
/**
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
|
-
const filterSensitiveLog: (obj: UnsupportedDigitalSignatureMethodException) => any;
|
|
423
|
-
}
|
|
424
346
|
export declare enum CheckoutType {
|
|
425
347
|
PERPETUAL = "PERPETUAL",
|
|
426
348
|
PROVISIONAL = "PROVISIONAL"
|
|
@@ -2190,12 +2112,6 @@ export interface FilterLimitExceededException extends __SmithyException, $Metada
|
|
|
2190
2112
|
$fault: "client";
|
|
2191
2113
|
Message?: string;
|
|
2192
2114
|
}
|
|
2193
|
-
export declare namespace FilterLimitExceededException {
|
|
2194
|
-
/**
|
|
2195
|
-
* @internal
|
|
2196
|
-
*/
|
|
2197
|
-
const filterSensitiveLog: (obj: FilterLimitExceededException) => any;
|
|
2198
|
-
}
|
|
2199
2115
|
export interface ListAssociationsForLicenseConfigurationRequest {
|
|
2200
2116
|
/**
|
|
2201
2117
|
* <p>Amazon Resource Name (ARN) of a license configuration.</p>
|
|
@@ -3097,12 +3013,6 @@ export interface FailedDependencyException extends __SmithyException, $MetadataB
|
|
|
3097
3013
|
Message?: string;
|
|
3098
3014
|
ErrorCode?: string;
|
|
3099
3015
|
}
|
|
3100
|
-
export declare namespace FailedDependencyException {
|
|
3101
|
-
/**
|
|
3102
|
-
* @internal
|
|
3103
|
-
*/
|
|
3104
|
-
const filterSensitiveLog: (obj: FailedDependencyException) => any;
|
|
3105
|
-
}
|
|
3106
3016
|
export declare enum InventoryFilterCondition {
|
|
3107
3017
|
BEGINS_WITH = "BEGINS_WITH",
|
|
3108
3018
|
CONTAINS = "CONTAINS",
|
|
@@ -3643,12 +3553,6 @@ export interface InvalidResourceStateException extends __SmithyException, $Metad
|
|
|
3643
3553
|
$fault: "client";
|
|
3644
3554
|
Message?: string;
|
|
3645
3555
|
}
|
|
3646
|
-
export declare namespace InvalidResourceStateException {
|
|
3647
|
-
/**
|
|
3648
|
-
* @internal
|
|
3649
|
-
*/
|
|
3650
|
-
const filterSensitiveLog: (obj: InvalidResourceStateException) => any;
|
|
3651
|
-
}
|
|
3652
3556
|
/**
|
|
3653
3557
|
* <p>You do not have enough licenses available to support a new resource launch.</p>
|
|
3654
3558
|
*/
|
|
@@ -3657,12 +3561,6 @@ export interface LicenseUsageException extends __SmithyException, $MetadataBeare
|
|
|
3657
3561
|
$fault: "client";
|
|
3658
3562
|
Message?: string;
|
|
3659
3563
|
}
|
|
3660
|
-
export declare namespace LicenseUsageException {
|
|
3661
|
-
/**
|
|
3662
|
-
* @internal
|
|
3663
|
-
*/
|
|
3664
|
-
const filterSensitiveLog: (obj: LicenseUsageException) => any;
|
|
3665
|
-
}
|
|
3666
3564
|
export interface UpdateLicenseSpecificationsForResourceRequest {
|
|
3667
3565
|
/**
|
|
3668
3566
|
* <p>Amazon Resource Name (ARN) of the Amazon Web Services resource.</p>
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { LicenseManagerClientConfig } from "./LicenseManagerClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { LicenseManagerClientConfig } from "./LicenseManagerClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AcceptGrantCommandInput, AcceptGrantCommandOutput } from "./commands/AcceptGrantCommand";
|
|
10
10
|
import { CheckInLicenseCommandInput, CheckInLicenseCommandOutput } from "./commands/CheckInLicenseCommand";
|
|
@@ -99,6 +99,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
99
99
|
regionInfoProvider?: RegionInfoProvider;
|
|
100
100
|
|
|
101
101
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
102
|
+
|
|
103
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
102
104
|
}
|
|
103
105
|
declare type LicenseManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
104
106
|
|
|
@@ -36,70 +36,42 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
|
|
|
36
36
|
$fault: "client";
|
|
37
37
|
Message?: string;
|
|
38
38
|
}
|
|
39
|
-
export declare namespace AccessDeniedException {
|
|
40
|
-
|
|
41
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
42
|
-
}
|
|
43
39
|
|
|
44
40
|
export interface AuthorizationException extends __SmithyException, $MetadataBearer {
|
|
45
41
|
name: "AuthorizationException";
|
|
46
42
|
$fault: "client";
|
|
47
43
|
Message?: string;
|
|
48
44
|
}
|
|
49
|
-
export declare namespace AuthorizationException {
|
|
50
|
-
|
|
51
|
-
const filterSensitiveLog: (obj: AuthorizationException) => any;
|
|
52
|
-
}
|
|
53
45
|
|
|
54
46
|
export interface InvalidParameterValueException extends __SmithyException, $MetadataBearer {
|
|
55
47
|
name: "InvalidParameterValueException";
|
|
56
48
|
$fault: "client";
|
|
57
49
|
Message?: string;
|
|
58
50
|
}
|
|
59
|
-
export declare namespace InvalidParameterValueException {
|
|
60
|
-
|
|
61
|
-
const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
|
|
62
|
-
}
|
|
63
51
|
|
|
64
52
|
export interface RateLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
65
53
|
name: "RateLimitExceededException";
|
|
66
54
|
$fault: "client";
|
|
67
55
|
Message?: string;
|
|
68
56
|
}
|
|
69
|
-
export declare namespace RateLimitExceededException {
|
|
70
|
-
|
|
71
|
-
const filterSensitiveLog: (obj: RateLimitExceededException) => any;
|
|
72
|
-
}
|
|
73
57
|
|
|
74
58
|
export interface ResourceLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
75
59
|
name: "ResourceLimitExceededException";
|
|
76
60
|
$fault: "client";
|
|
77
61
|
Message?: string;
|
|
78
62
|
}
|
|
79
|
-
export declare namespace ResourceLimitExceededException {
|
|
80
|
-
|
|
81
|
-
const filterSensitiveLog: (obj: ResourceLimitExceededException) => any;
|
|
82
|
-
}
|
|
83
63
|
|
|
84
64
|
export interface ServerInternalException extends __SmithyException, $MetadataBearer {
|
|
85
65
|
name: "ServerInternalException";
|
|
86
66
|
$fault: "server";
|
|
87
67
|
Message?: string;
|
|
88
68
|
}
|
|
89
|
-
export declare namespace ServerInternalException {
|
|
90
|
-
|
|
91
|
-
const filterSensitiveLog: (obj: ServerInternalException) => any;
|
|
92
|
-
}
|
|
93
69
|
|
|
94
70
|
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
95
71
|
name: "ValidationException";
|
|
96
72
|
$fault: "client";
|
|
97
73
|
Message?: string;
|
|
98
74
|
}
|
|
99
|
-
export declare namespace ValidationException {
|
|
100
|
-
|
|
101
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
102
|
-
}
|
|
103
75
|
export declare enum AllowedOperation {
|
|
104
76
|
CHECKOUT_BORROW_LICENSE = "CheckoutBorrowLicense",
|
|
105
77
|
CHECKOUT_LICENSE = "CheckoutLicense",
|
|
@@ -140,20 +112,12 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
|
140
112
|
$fault: "client";
|
|
141
113
|
Message?: string;
|
|
142
114
|
}
|
|
143
|
-
export declare namespace ConflictException {
|
|
144
|
-
|
|
145
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
146
|
-
}
|
|
147
115
|
|
|
148
116
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
149
117
|
name: "ResourceNotFoundException";
|
|
150
118
|
$fault: "client";
|
|
151
119
|
Message?: string;
|
|
152
120
|
}
|
|
153
|
-
export declare namespace ResourceNotFoundException {
|
|
154
|
-
|
|
155
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
156
|
-
}
|
|
157
121
|
|
|
158
122
|
export interface Metadata {
|
|
159
123
|
|
|
@@ -256,20 +220,12 @@ export interface EntitlementNotAllowedException extends __SmithyException, $Meta
|
|
|
256
220
|
$fault: "client";
|
|
257
221
|
Message?: string;
|
|
258
222
|
}
|
|
259
|
-
export declare namespace EntitlementNotAllowedException {
|
|
260
|
-
|
|
261
|
-
const filterSensitiveLog: (obj: EntitlementNotAllowedException) => any;
|
|
262
|
-
}
|
|
263
223
|
|
|
264
224
|
export interface NoEntitlementsAllowedException extends __SmithyException, $MetadataBearer {
|
|
265
225
|
name: "NoEntitlementsAllowedException";
|
|
266
226
|
$fault: "client";
|
|
267
227
|
Message?: string;
|
|
268
228
|
}
|
|
269
|
-
export declare namespace NoEntitlementsAllowedException {
|
|
270
|
-
|
|
271
|
-
const filterSensitiveLog: (obj: NoEntitlementsAllowedException) => any;
|
|
272
|
-
}
|
|
273
229
|
|
|
274
230
|
export interface RedirectException extends __SmithyException, $MetadataBearer {
|
|
275
231
|
name: "RedirectException";
|
|
@@ -277,20 +233,12 @@ export interface RedirectException extends __SmithyException, $MetadataBearer {
|
|
|
277
233
|
Location?: string;
|
|
278
234
|
Message?: string;
|
|
279
235
|
}
|
|
280
|
-
export declare namespace RedirectException {
|
|
281
|
-
|
|
282
|
-
const filterSensitiveLog: (obj: RedirectException) => any;
|
|
283
|
-
}
|
|
284
236
|
|
|
285
237
|
export interface UnsupportedDigitalSignatureMethodException extends __SmithyException, $MetadataBearer {
|
|
286
238
|
name: "UnsupportedDigitalSignatureMethodException";
|
|
287
239
|
$fault: "client";
|
|
288
240
|
Message?: string;
|
|
289
241
|
}
|
|
290
|
-
export declare namespace UnsupportedDigitalSignatureMethodException {
|
|
291
|
-
|
|
292
|
-
const filterSensitiveLog: (obj: UnsupportedDigitalSignatureMethodException) => any;
|
|
293
|
-
}
|
|
294
242
|
export declare enum CheckoutType {
|
|
295
243
|
PERPETUAL = "PERPETUAL",
|
|
296
244
|
PROVISIONAL = "PROVISIONAL"
|
|
@@ -1278,10 +1226,6 @@ export interface FilterLimitExceededException extends __SmithyException, $Metada
|
|
|
1278
1226
|
$fault: "client";
|
|
1279
1227
|
Message?: string;
|
|
1280
1228
|
}
|
|
1281
|
-
export declare namespace FilterLimitExceededException {
|
|
1282
|
-
|
|
1283
|
-
const filterSensitiveLog: (obj: FilterLimitExceededException) => any;
|
|
1284
|
-
}
|
|
1285
1229
|
export interface ListAssociationsForLicenseConfigurationRequest {
|
|
1286
1230
|
|
|
1287
1231
|
LicenseConfigurationArn: string | undefined;
|
|
@@ -1727,10 +1671,6 @@ export interface FailedDependencyException extends __SmithyException, $MetadataB
|
|
|
1727
1671
|
Message?: string;
|
|
1728
1672
|
ErrorCode?: string;
|
|
1729
1673
|
}
|
|
1730
|
-
export declare namespace FailedDependencyException {
|
|
1731
|
-
|
|
1732
|
-
const filterSensitiveLog: (obj: FailedDependencyException) => any;
|
|
1733
|
-
}
|
|
1734
1674
|
export declare enum InventoryFilterCondition {
|
|
1735
1675
|
BEGINS_WITH = "BEGINS_WITH",
|
|
1736
1676
|
CONTAINS = "CONTAINS",
|
|
@@ -2013,20 +1953,12 @@ export interface InvalidResourceStateException extends __SmithyException, $Metad
|
|
|
2013
1953
|
$fault: "client";
|
|
2014
1954
|
Message?: string;
|
|
2015
1955
|
}
|
|
2016
|
-
export declare namespace InvalidResourceStateException {
|
|
2017
|
-
|
|
2018
|
-
const filterSensitiveLog: (obj: InvalidResourceStateException) => any;
|
|
2019
|
-
}
|
|
2020
1956
|
|
|
2021
1957
|
export interface LicenseUsageException extends __SmithyException, $MetadataBearer {
|
|
2022
1958
|
name: "LicenseUsageException";
|
|
2023
1959
|
$fault: "client";
|
|
2024
1960
|
Message?: string;
|
|
2025
1961
|
}
|
|
2026
|
-
export declare namespace LicenseUsageException {
|
|
2027
|
-
|
|
2028
|
-
const filterSensitiveLog: (obj: LicenseUsageException) => any;
|
|
2029
|
-
}
|
|
2030
1962
|
export interface UpdateLicenseSpecificationsForResourceRequest {
|
|
2031
1963
|
|
|
2032
1964
|
ResourceArn: string | undefined;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { LicenseManagerClientConfig } from "./LicenseManagerClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { LicenseManagerClientConfig } from "./LicenseManagerClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-license-manager",
|
|
3
3
|
"description": "AWS SDK for JavaScript License Manager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.2",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,48 +18,44 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.2",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.2",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.2",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.2",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.2",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.2",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.2",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.2",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.2",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.2",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.2",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.2",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.2",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.2",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.2",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.2",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.2",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.2",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.2",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.2",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.2",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.2",
|
|
52
51
|
"tslib": "^2.3.0"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
56
|
-
"@types/node": "^12.7.5"
|
|
57
|
-
"downlevel-dts": "0.7.0",
|
|
58
|
-
"jest": "^26.1.0",
|
|
59
|
-
"rimraf": "^3.0.0",
|
|
60
|
-
"ts-jest": "^26.4.1",
|
|
61
|
-
"typedoc": "^0.19.2",
|
|
62
|
-
"typescript": "~4.3.5"
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
55
|
+
"@types/node": "^12.7.5"
|
|
63
56
|
},
|
|
64
57
|
"engines": {
|
|
65
|
-
"node": ">=
|
|
58
|
+
"node": ">=12.0.0"
|
|
66
59
|
},
|
|
67
60
|
"typesVersions": {
|
|
68
61
|
"<4.0": {
|