@aws-sdk/client-license-manager 3.934.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +161 -160
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +160 -0
- package/dist-es/models/errors.js +243 -0
- package/dist-es/models/models_0.js +1 -403
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +320 -0
- package/dist-types/models/errors.d.ts +228 -0
- package/dist-types/models/models_0.d.ts +1 -548
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +193 -0
- package/dist-types/ts3.4/models/errors.d.ts +139 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -332
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
export declare const GrantStatus: {
|
|
2
|
+
readonly ACTIVE: "ACTIVE";
|
|
3
|
+
readonly DELETED: "DELETED";
|
|
4
|
+
readonly DISABLED: "DISABLED";
|
|
5
|
+
readonly FAILED_WORKFLOW: "FAILED_WORKFLOW";
|
|
6
|
+
readonly PENDING_ACCEPT: "PENDING_ACCEPT";
|
|
7
|
+
readonly PENDING_DELETE: "PENDING_DELETE";
|
|
8
|
+
readonly PENDING_WORKFLOW: "PENDING_WORKFLOW";
|
|
9
|
+
readonly REJECTED: "REJECTED";
|
|
10
|
+
readonly WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED";
|
|
11
|
+
};
|
|
12
|
+
export type GrantStatus = (typeof GrantStatus)[keyof typeof GrantStatus];
|
|
13
|
+
export declare const ActivationOverrideBehavior: {
|
|
14
|
+
readonly ALL_GRANTS_PERMITTED_BY_ISSUER: "ALL_GRANTS_PERMITTED_BY_ISSUER";
|
|
15
|
+
readonly DISTRIBUTED_GRANTS_ONLY: "DISTRIBUTED_GRANTS_ONLY";
|
|
16
|
+
};
|
|
17
|
+
export type ActivationOverrideBehavior =
|
|
18
|
+
(typeof ActivationOverrideBehavior)[keyof typeof ActivationOverrideBehavior];
|
|
19
|
+
export declare const AllowedOperation: {
|
|
20
|
+
readonly CHECKOUT_BORROW_LICENSE: "CheckoutBorrowLicense";
|
|
21
|
+
readonly CHECKOUT_LICENSE: "CheckoutLicense";
|
|
22
|
+
readonly CHECK_IN_LICENSE: "CheckInLicense";
|
|
23
|
+
readonly CREATE_GRANT: "CreateGrant";
|
|
24
|
+
readonly CREATE_TOKEN: "CreateToken";
|
|
25
|
+
readonly EXTEND_CONSUMPTION_LICENSE: "ExtendConsumptionLicense";
|
|
26
|
+
readonly LIST_PURCHASED_LICENSES: "ListPurchasedLicenses";
|
|
27
|
+
};
|
|
28
|
+
export type AllowedOperation =
|
|
29
|
+
(typeof AllowedOperation)[keyof typeof AllowedOperation];
|
|
30
|
+
export declare const DigitalSignatureMethod: {
|
|
31
|
+
readonly JWT_PS384: "JWT_PS384";
|
|
32
|
+
};
|
|
33
|
+
export type DigitalSignatureMethod =
|
|
34
|
+
(typeof DigitalSignatureMethod)[keyof typeof DigitalSignatureMethod];
|
|
35
|
+
export declare const EntitlementDataUnit: {
|
|
36
|
+
readonly BITS: "Bits";
|
|
37
|
+
readonly BITS_PER_SECOND: "Bits/Second";
|
|
38
|
+
readonly BYTES: "Bytes";
|
|
39
|
+
readonly BYTES_PER_SECOND: "Bytes/Second";
|
|
40
|
+
readonly COUNT: "Count";
|
|
41
|
+
readonly COUNT_PER_SECOND: "Count/Second";
|
|
42
|
+
readonly GIGABITS: "Gigabits";
|
|
43
|
+
readonly GIGABITS_PER_SECOND: "Gigabits/Second";
|
|
44
|
+
readonly GIGABYTES: "Gigabytes";
|
|
45
|
+
readonly GIGABYTES_PER_SECOND: "Gigabytes/Second";
|
|
46
|
+
readonly KILOBITS: "Kilobits";
|
|
47
|
+
readonly KILOBITS_PER_SECOND: "Kilobits/Second";
|
|
48
|
+
readonly KILOBYTES: "Kilobytes";
|
|
49
|
+
readonly KILOBYTES_PER_SECOND: "Kilobytes/Second";
|
|
50
|
+
readonly MEGABITS: "Megabits";
|
|
51
|
+
readonly MEGABITS_PER_SECOND: "Megabits/Second";
|
|
52
|
+
readonly MEGABYTES: "Megabytes";
|
|
53
|
+
readonly MEGABYTES_PER_SECOND: "Megabytes/Second";
|
|
54
|
+
readonly MICROSECONDS: "Microseconds";
|
|
55
|
+
readonly MILLISECONDS: "Milliseconds";
|
|
56
|
+
readonly NONE: "None";
|
|
57
|
+
readonly PERCENT: "Percent";
|
|
58
|
+
readonly SECONDS: "Seconds";
|
|
59
|
+
readonly TERABITS: "Terabits";
|
|
60
|
+
readonly TERABITS_PER_SECOND: "Terabits/Second";
|
|
61
|
+
readonly TERABYTES: "Terabytes";
|
|
62
|
+
readonly TERABYTES_PER_SECOND: "Terabytes/Second";
|
|
63
|
+
};
|
|
64
|
+
export type EntitlementDataUnit =
|
|
65
|
+
(typeof EntitlementDataUnit)[keyof typeof EntitlementDataUnit];
|
|
66
|
+
export declare const CheckoutType: {
|
|
67
|
+
readonly PERPETUAL: "PERPETUAL";
|
|
68
|
+
readonly PROVISIONAL: "PROVISIONAL";
|
|
69
|
+
};
|
|
70
|
+
export type CheckoutType = (typeof CheckoutType)[keyof typeof CheckoutType];
|
|
71
|
+
export declare const RenewType: {
|
|
72
|
+
readonly MONTHLY: "Monthly";
|
|
73
|
+
readonly NONE: "None";
|
|
74
|
+
readonly WEEKLY: "Weekly";
|
|
75
|
+
};
|
|
76
|
+
export type RenewType = (typeof RenewType)[keyof typeof RenewType];
|
|
77
|
+
export declare const EntitlementUnit: {
|
|
78
|
+
readonly BITS: "Bits";
|
|
79
|
+
readonly BITS_PER_SECOND: "Bits/Second";
|
|
80
|
+
readonly BYTES: "Bytes";
|
|
81
|
+
readonly BYTES_PER_SECOND: "Bytes/Second";
|
|
82
|
+
readonly COUNT: "Count";
|
|
83
|
+
readonly COUNT_PER_SECOND: "Count/Second";
|
|
84
|
+
readonly GIGABITS: "Gigabits";
|
|
85
|
+
readonly GIGABITS_PER_SECOND: "Gigabits/Second";
|
|
86
|
+
readonly GIGABYTES: "Gigabytes";
|
|
87
|
+
readonly GIGABYTES_PER_SECOND: "Gigabytes/Second";
|
|
88
|
+
readonly KILOBITS: "Kilobits";
|
|
89
|
+
readonly KILOBITS_PER_SECOND: "Kilobits/Second";
|
|
90
|
+
readonly KILOBYTES: "Kilobytes";
|
|
91
|
+
readonly KILOBYTES_PER_SECOND: "Kilobytes/Second";
|
|
92
|
+
readonly MEGABITS: "Megabits";
|
|
93
|
+
readonly MEGABITS_PER_SECOND: "Megabits/Second";
|
|
94
|
+
readonly MEGABYTES: "Megabytes";
|
|
95
|
+
readonly MEGABYTES_PER_SECOND: "Megabytes/Second";
|
|
96
|
+
readonly MICROSECONDS: "Microseconds";
|
|
97
|
+
readonly MILLISECONDS: "Milliseconds";
|
|
98
|
+
readonly NONE: "None";
|
|
99
|
+
readonly PERCENT: "Percent";
|
|
100
|
+
readonly SECONDS: "Seconds";
|
|
101
|
+
readonly TERABITS: "Terabits";
|
|
102
|
+
readonly TERABITS_PER_SECOND: "Terabits/Second";
|
|
103
|
+
readonly TERABYTES: "Terabytes";
|
|
104
|
+
readonly TERABYTES_PER_SECOND: "Terabytes/Second";
|
|
105
|
+
};
|
|
106
|
+
export type EntitlementUnit =
|
|
107
|
+
(typeof EntitlementUnit)[keyof typeof EntitlementUnit];
|
|
108
|
+
export declare const LicenseStatus: {
|
|
109
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
110
|
+
readonly DEACTIVATED: "DEACTIVATED";
|
|
111
|
+
readonly DELETED: "DELETED";
|
|
112
|
+
readonly EXPIRED: "EXPIRED";
|
|
113
|
+
readonly PENDING_AVAILABLE: "PENDING_AVAILABLE";
|
|
114
|
+
readonly PENDING_DELETE: "PENDING_DELETE";
|
|
115
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
116
|
+
};
|
|
117
|
+
export type LicenseStatus = (typeof LicenseStatus)[keyof typeof LicenseStatus];
|
|
118
|
+
export declare const LicenseCountingType: {
|
|
119
|
+
readonly CORE: "Core";
|
|
120
|
+
readonly INSTANCE: "Instance";
|
|
121
|
+
readonly SOCKET: "Socket";
|
|
122
|
+
readonly VCPU: "vCPU";
|
|
123
|
+
};
|
|
124
|
+
export type LicenseCountingType =
|
|
125
|
+
(typeof LicenseCountingType)[keyof typeof LicenseCountingType];
|
|
126
|
+
export declare const ProductCodeType: {
|
|
127
|
+
readonly MARKETPLACE: "marketplace";
|
|
128
|
+
};
|
|
129
|
+
export type ProductCodeType =
|
|
130
|
+
(typeof ProductCodeType)[keyof typeof ProductCodeType];
|
|
131
|
+
export declare const ReportFrequencyType: {
|
|
132
|
+
readonly DAY: "DAY";
|
|
133
|
+
readonly MONTH: "MONTH";
|
|
134
|
+
readonly WEEK: "WEEK";
|
|
135
|
+
};
|
|
136
|
+
export type ReportFrequencyType =
|
|
137
|
+
(typeof ReportFrequencyType)[keyof typeof ReportFrequencyType];
|
|
138
|
+
export declare const ReportType: {
|
|
139
|
+
readonly LICENSE_CONFIGURATION_SUMMARY_REPORT: "LicenseConfigurationSummaryReport";
|
|
140
|
+
readonly LICENSE_CONFIGURATION_USAGE_REPORT: "LicenseConfigurationUsageReport";
|
|
141
|
+
};
|
|
142
|
+
export type ReportType = (typeof ReportType)[keyof typeof ReportType];
|
|
143
|
+
export declare const TokenType: {
|
|
144
|
+
readonly REFRESH_TOKEN: "REFRESH_TOKEN";
|
|
145
|
+
};
|
|
146
|
+
export type TokenType = (typeof TokenType)[keyof typeof TokenType];
|
|
147
|
+
export declare const LicenseDeletionStatus: {
|
|
148
|
+
readonly DELETED: "DELETED";
|
|
149
|
+
readonly PENDING_DELETE: "PENDING_DELETE";
|
|
150
|
+
};
|
|
151
|
+
export type LicenseDeletionStatus =
|
|
152
|
+
(typeof LicenseDeletionStatus)[keyof typeof LicenseDeletionStatus];
|
|
153
|
+
export declare const ResourceType: {
|
|
154
|
+
readonly EC2_AMI: "EC2_AMI";
|
|
155
|
+
readonly EC2_HOST: "EC2_HOST";
|
|
156
|
+
readonly EC2_INSTANCE: "EC2_INSTANCE";
|
|
157
|
+
readonly RDS: "RDS";
|
|
158
|
+
readonly SYSTEMS_MANAGER_MANAGED_INSTANCE: "SYSTEMS_MANAGER_MANAGED_INSTANCE";
|
|
159
|
+
};
|
|
160
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
161
|
+
export declare const LicenseConversionTaskStatus: {
|
|
162
|
+
readonly FAILED: "FAILED";
|
|
163
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
164
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
165
|
+
};
|
|
166
|
+
export type LicenseConversionTaskStatus =
|
|
167
|
+
(typeof LicenseConversionTaskStatus)[keyof typeof LicenseConversionTaskStatus];
|
|
168
|
+
export declare const ReceivedStatus: {
|
|
169
|
+
readonly ACTIVE: "ACTIVE";
|
|
170
|
+
readonly DELETED: "DELETED";
|
|
171
|
+
readonly DISABLED: "DISABLED";
|
|
172
|
+
readonly FAILED_WORKFLOW: "FAILED_WORKFLOW";
|
|
173
|
+
readonly PENDING_ACCEPT: "PENDING_ACCEPT";
|
|
174
|
+
readonly PENDING_WORKFLOW: "PENDING_WORKFLOW";
|
|
175
|
+
readonly REJECTED: "REJECTED";
|
|
176
|
+
readonly WORKFLOW_COMPLETED: "WORKFLOW_COMPLETED";
|
|
177
|
+
};
|
|
178
|
+
export type ReceivedStatus =
|
|
179
|
+
(typeof ReceivedStatus)[keyof typeof ReceivedStatus];
|
|
180
|
+
export declare const InventoryFilterCondition: {
|
|
181
|
+
readonly BEGINS_WITH: "BEGINS_WITH";
|
|
182
|
+
readonly CONTAINS: "CONTAINS";
|
|
183
|
+
readonly EQUALS: "EQUALS";
|
|
184
|
+
readonly NOT_EQUALS: "NOT_EQUALS";
|
|
185
|
+
};
|
|
186
|
+
export type InventoryFilterCondition =
|
|
187
|
+
(typeof InventoryFilterCondition)[keyof typeof InventoryFilterCondition];
|
|
188
|
+
export declare const LicenseConfigurationStatus: {
|
|
189
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
190
|
+
readonly DISABLED: "DISABLED";
|
|
191
|
+
};
|
|
192
|
+
export type LicenseConfigurationStatus =
|
|
193
|
+
(typeof LicenseConfigurationStatus)[keyof typeof LicenseConfigurationStatus];
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { LicenseManagerServiceException as __BaseException } from "./LicenseManagerServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message?: string | undefined;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export declare class AuthorizationException extends __BaseException {
|
|
12
|
+
readonly name: "AuthorizationException";
|
|
13
|
+
readonly $fault: "client";
|
|
14
|
+
Message?: string | undefined;
|
|
15
|
+
constructor(
|
|
16
|
+
opts: __ExceptionOptionType<AuthorizationException, __BaseException>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
20
|
+
readonly name: "InvalidParameterValueException";
|
|
21
|
+
readonly $fault: "client";
|
|
22
|
+
Message?: string | undefined;
|
|
23
|
+
constructor(
|
|
24
|
+
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
export declare class RateLimitExceededException extends __BaseException {
|
|
28
|
+
readonly name: "RateLimitExceededException";
|
|
29
|
+
readonly $fault: "client";
|
|
30
|
+
Message?: string | undefined;
|
|
31
|
+
constructor(
|
|
32
|
+
opts: __ExceptionOptionType<RateLimitExceededException, __BaseException>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
export declare class ResourceLimitExceededException extends __BaseException {
|
|
36
|
+
readonly name: "ResourceLimitExceededException";
|
|
37
|
+
readonly $fault: "client";
|
|
38
|
+
Message?: string | undefined;
|
|
39
|
+
constructor(
|
|
40
|
+
opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
|
|
41
|
+
);
|
|
42
|
+
}
|
|
43
|
+
export declare class ServerInternalException extends __BaseException {
|
|
44
|
+
readonly name: "ServerInternalException";
|
|
45
|
+
readonly $fault: "server";
|
|
46
|
+
Message?: string | undefined;
|
|
47
|
+
constructor(
|
|
48
|
+
opts: __ExceptionOptionType<ServerInternalException, __BaseException>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
export declare class ValidationException extends __BaseException {
|
|
52
|
+
readonly name: "ValidationException";
|
|
53
|
+
readonly $fault: "client";
|
|
54
|
+
Message?: string | undefined;
|
|
55
|
+
constructor(
|
|
56
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
export declare class ConflictException extends __BaseException {
|
|
60
|
+
readonly name: "ConflictException";
|
|
61
|
+
readonly $fault: "client";
|
|
62
|
+
Message?: string | undefined;
|
|
63
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
64
|
+
}
|
|
65
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
66
|
+
readonly name: "ResourceNotFoundException";
|
|
67
|
+
readonly $fault: "client";
|
|
68
|
+
Message?: string | undefined;
|
|
69
|
+
constructor(
|
|
70
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
71
|
+
);
|
|
72
|
+
}
|
|
73
|
+
export declare class EntitlementNotAllowedException extends __BaseException {
|
|
74
|
+
readonly name: "EntitlementNotAllowedException";
|
|
75
|
+
readonly $fault: "client";
|
|
76
|
+
Message?: string | undefined;
|
|
77
|
+
constructor(
|
|
78
|
+
opts: __ExceptionOptionType<EntitlementNotAllowedException, __BaseException>
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
export declare class NoEntitlementsAllowedException extends __BaseException {
|
|
82
|
+
readonly name: "NoEntitlementsAllowedException";
|
|
83
|
+
readonly $fault: "client";
|
|
84
|
+
Message?: string | undefined;
|
|
85
|
+
constructor(
|
|
86
|
+
opts: __ExceptionOptionType<NoEntitlementsAllowedException, __BaseException>
|
|
87
|
+
);
|
|
88
|
+
}
|
|
89
|
+
export declare class RedirectException extends __BaseException {
|
|
90
|
+
readonly name: "RedirectException";
|
|
91
|
+
readonly $fault: "client";
|
|
92
|
+
Location?: string | undefined;
|
|
93
|
+
Message?: string | undefined;
|
|
94
|
+
constructor(opts: __ExceptionOptionType<RedirectException, __BaseException>);
|
|
95
|
+
}
|
|
96
|
+
export declare class UnsupportedDigitalSignatureMethodException extends __BaseException {
|
|
97
|
+
readonly name: "UnsupportedDigitalSignatureMethodException";
|
|
98
|
+
readonly $fault: "client";
|
|
99
|
+
Message?: string | undefined;
|
|
100
|
+
constructor(
|
|
101
|
+
opts: __ExceptionOptionType<
|
|
102
|
+
UnsupportedDigitalSignatureMethodException,
|
|
103
|
+
__BaseException
|
|
104
|
+
>
|
|
105
|
+
);
|
|
106
|
+
}
|
|
107
|
+
export declare class FilterLimitExceededException extends __BaseException {
|
|
108
|
+
readonly name: "FilterLimitExceededException";
|
|
109
|
+
readonly $fault: "client";
|
|
110
|
+
Message?: string | undefined;
|
|
111
|
+
constructor(
|
|
112
|
+
opts: __ExceptionOptionType<FilterLimitExceededException, __BaseException>
|
|
113
|
+
);
|
|
114
|
+
}
|
|
115
|
+
export declare class FailedDependencyException extends __BaseException {
|
|
116
|
+
readonly name: "FailedDependencyException";
|
|
117
|
+
readonly $fault: "client";
|
|
118
|
+
Message?: string | undefined;
|
|
119
|
+
ErrorCode?: string | undefined;
|
|
120
|
+
constructor(
|
|
121
|
+
opts: __ExceptionOptionType<FailedDependencyException, __BaseException>
|
|
122
|
+
);
|
|
123
|
+
}
|
|
124
|
+
export declare class InvalidResourceStateException extends __BaseException {
|
|
125
|
+
readonly name: "InvalidResourceStateException";
|
|
126
|
+
readonly $fault: "client";
|
|
127
|
+
Message?: string | undefined;
|
|
128
|
+
constructor(
|
|
129
|
+
opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>
|
|
130
|
+
);
|
|
131
|
+
}
|
|
132
|
+
export declare class LicenseUsageException extends __BaseException {
|
|
133
|
+
readonly name: "LicenseUsageException";
|
|
134
|
+
readonly $fault: "client";
|
|
135
|
+
Message?: string | undefined;
|
|
136
|
+
constructor(
|
|
137
|
+
opts: __ExceptionOptionType<LicenseUsageException, __BaseException>
|
|
138
|
+
);
|
|
139
|
+
}
|