@aws-sdk/client-license-manager-linux-subscriptions 3.236.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/LICENSE +201 -0
- package/README.md +212 -0
- package/dist-cjs/LicenseManagerLinuxSubscriptions.js +67 -0
- package/dist-cjs/LicenseManagerLinuxSubscriptionsClient.js +40 -0
- package/dist-cjs/commands/GetServiceSettingsCommand.js +46 -0
- package/dist-cjs/commands/ListLinuxSubscriptionInstancesCommand.js +46 -0
- package/dist-cjs/commands/ListLinuxSubscriptionsCommand.js +46 -0
- package/dist-cjs/commands/UpdateServiceSettingsCommand.js +46 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/LicenseManagerLinuxSubscriptionsServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +114 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListLinuxSubscriptionInstancesPaginator.js +36 -0
- package/dist-cjs/pagination/ListLinuxSubscriptionsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/protocols/Aws_restJson1.js +494 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.js +51 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +18 -0
- package/dist-es/LicenseManagerLinuxSubscriptions.js +63 -0
- package/dist-es/LicenseManagerLinuxSubscriptionsClient.js +36 -0
- package/dist-es/commands/GetServiceSettingsCommand.js +42 -0
- package/dist-es/commands/ListLinuxSubscriptionInstancesCommand.js +42 -0
- package/dist-es/commands/ListLinuxSubscriptionsCommand.js +42 -0
- package/dist-es/commands/UpdateServiceSettingsCommand.js +42 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/LicenseManagerLinuxSubscriptionsServiceException.js +7 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +96 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListLinuxSubscriptionInstancesPaginator.js +32 -0
- package/dist-es/pagination/ListLinuxSubscriptionsPaginator.js +32 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +483 -0
- package/dist-es/runtimeConfig.browser.js +37 -0
- package/dist-es/runtimeConfig.js +46 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-types/LicenseManagerLinuxSubscriptions.d.ts +39 -0
- package/dist-types/LicenseManagerLinuxSubscriptionsClient.d.ts +146 -0
- package/dist-types/commands/GetServiceSettingsCommand.d.ts +37 -0
- package/dist-types/commands/ListLinuxSubscriptionInstancesCommand.d.ts +38 -0
- package/dist-types/commands/ListLinuxSubscriptionsCommand.d.ts +39 -0
- package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/LicenseManagerLinuxSubscriptionsServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +448 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListLinuxSubscriptionInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLinuxSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +14 -0
- package/dist-types/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/runtimeConfig.d.ts +42 -0
- package/dist-types/runtimeConfig.native.d.ts +41 -0
- package/dist-types/runtimeConfig.shared.d.ts +16 -0
- package/dist-types/ts3.4/LicenseManagerLinuxSubscriptions.d.ts +72 -0
- package/dist-types/ts3.4/LicenseManagerLinuxSubscriptionsClient.d.ts +136 -0
- package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListLinuxSubscriptionInstancesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListLinuxSubscriptionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/LicenseManagerLinuxSubscriptionsServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +138 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +9 -0
- package/dist-types/ts3.4/pagination/ListLinuxSubscriptionInstancesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLinuxSubscriptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +93 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +82 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
- package/package.json +102 -0
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetServiceSettingsCommandInput,
|
|
4
|
+
GetServiceSettingsCommandOutput,
|
|
5
|
+
} from "./commands/GetServiceSettingsCommand";
|
|
6
|
+
import {
|
|
7
|
+
ListLinuxSubscriptionInstancesCommandInput,
|
|
8
|
+
ListLinuxSubscriptionInstancesCommandOutput,
|
|
9
|
+
} from "./commands/ListLinuxSubscriptionInstancesCommand";
|
|
10
|
+
import {
|
|
11
|
+
ListLinuxSubscriptionsCommandInput,
|
|
12
|
+
ListLinuxSubscriptionsCommandOutput,
|
|
13
|
+
} from "./commands/ListLinuxSubscriptionsCommand";
|
|
14
|
+
import {
|
|
15
|
+
UpdateServiceSettingsCommandInput,
|
|
16
|
+
UpdateServiceSettingsCommandOutput,
|
|
17
|
+
} from "./commands/UpdateServiceSettingsCommand";
|
|
18
|
+
import { LicenseManagerLinuxSubscriptionsClient } from "./LicenseManagerLinuxSubscriptionsClient";
|
|
19
|
+
export declare class LicenseManagerLinuxSubscriptions extends LicenseManagerLinuxSubscriptionsClient {
|
|
20
|
+
getServiceSettings(
|
|
21
|
+
args: GetServiceSettingsCommandInput,
|
|
22
|
+
options?: __HttpHandlerOptions
|
|
23
|
+
): Promise<GetServiceSettingsCommandOutput>;
|
|
24
|
+
getServiceSettings(
|
|
25
|
+
args: GetServiceSettingsCommandInput,
|
|
26
|
+
cb: (err: any, data?: GetServiceSettingsCommandOutput) => void
|
|
27
|
+
): void;
|
|
28
|
+
getServiceSettings(
|
|
29
|
+
args: GetServiceSettingsCommandInput,
|
|
30
|
+
options: __HttpHandlerOptions,
|
|
31
|
+
cb: (err: any, data?: GetServiceSettingsCommandOutput) => void
|
|
32
|
+
): void;
|
|
33
|
+
listLinuxSubscriptionInstances(
|
|
34
|
+
args: ListLinuxSubscriptionInstancesCommandInput,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Promise<ListLinuxSubscriptionInstancesCommandOutput>;
|
|
37
|
+
listLinuxSubscriptionInstances(
|
|
38
|
+
args: ListLinuxSubscriptionInstancesCommandInput,
|
|
39
|
+
cb: (err: any, data?: ListLinuxSubscriptionInstancesCommandOutput) => void
|
|
40
|
+
): void;
|
|
41
|
+
listLinuxSubscriptionInstances(
|
|
42
|
+
args: ListLinuxSubscriptionInstancesCommandInput,
|
|
43
|
+
options: __HttpHandlerOptions,
|
|
44
|
+
cb: (err: any, data?: ListLinuxSubscriptionInstancesCommandOutput) => void
|
|
45
|
+
): void;
|
|
46
|
+
listLinuxSubscriptions(
|
|
47
|
+
args: ListLinuxSubscriptionsCommandInput,
|
|
48
|
+
options?: __HttpHandlerOptions
|
|
49
|
+
): Promise<ListLinuxSubscriptionsCommandOutput>;
|
|
50
|
+
listLinuxSubscriptions(
|
|
51
|
+
args: ListLinuxSubscriptionsCommandInput,
|
|
52
|
+
cb: (err: any, data?: ListLinuxSubscriptionsCommandOutput) => void
|
|
53
|
+
): void;
|
|
54
|
+
listLinuxSubscriptions(
|
|
55
|
+
args: ListLinuxSubscriptionsCommandInput,
|
|
56
|
+
options: __HttpHandlerOptions,
|
|
57
|
+
cb: (err: any, data?: ListLinuxSubscriptionsCommandOutput) => void
|
|
58
|
+
): void;
|
|
59
|
+
updateServiceSettings(
|
|
60
|
+
args: UpdateServiceSettingsCommandInput,
|
|
61
|
+
options?: __HttpHandlerOptions
|
|
62
|
+
): Promise<UpdateServiceSettingsCommandOutput>;
|
|
63
|
+
updateServiceSettings(
|
|
64
|
+
args: UpdateServiceSettingsCommandInput,
|
|
65
|
+
cb: (err: any, data?: UpdateServiceSettingsCommandOutput) => void
|
|
66
|
+
): void;
|
|
67
|
+
updateServiceSettings(
|
|
68
|
+
args: UpdateServiceSettingsCommandInput,
|
|
69
|
+
options: __HttpHandlerOptions,
|
|
70
|
+
cb: (err: any, data?: UpdateServiceSettingsCommandOutput) => void
|
|
71
|
+
): void;
|
|
72
|
+
}
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import {
|
|
2
|
+
RegionInputConfig,
|
|
3
|
+
RegionResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
9
|
+
import {
|
|
10
|
+
HostHeaderInputConfig,
|
|
11
|
+
HostHeaderResolvedConfig,
|
|
12
|
+
} from "@aws-sdk/middleware-host-header";
|
|
13
|
+
import {
|
|
14
|
+
RetryInputConfig,
|
|
15
|
+
RetryResolvedConfig,
|
|
16
|
+
} from "@aws-sdk/middleware-retry";
|
|
17
|
+
import {
|
|
18
|
+
AwsAuthInputConfig,
|
|
19
|
+
AwsAuthResolvedConfig,
|
|
20
|
+
} from "@aws-sdk/middleware-signing";
|
|
21
|
+
import {
|
|
22
|
+
UserAgentInputConfig,
|
|
23
|
+
UserAgentResolvedConfig,
|
|
24
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
25
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
26
|
+
import {
|
|
27
|
+
Client as __Client,
|
|
28
|
+
DefaultsMode,
|
|
29
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
30
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
31
|
+
} from "@aws-sdk/smithy-client";
|
|
32
|
+
import {
|
|
33
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
34
|
+
Credentials as __Credentials,
|
|
35
|
+
Decoder as __Decoder,
|
|
36
|
+
Encoder as __Encoder,
|
|
37
|
+
HashConstructor as __HashConstructor,
|
|
38
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
39
|
+
Logger as __Logger,
|
|
40
|
+
Provider as __Provider,
|
|
41
|
+
Provider,
|
|
42
|
+
StreamCollector as __StreamCollector,
|
|
43
|
+
UrlParser as __UrlParser,
|
|
44
|
+
UserAgent as __UserAgent,
|
|
45
|
+
} from "@aws-sdk/types";
|
|
46
|
+
import {
|
|
47
|
+
GetServiceSettingsCommandInput,
|
|
48
|
+
GetServiceSettingsCommandOutput,
|
|
49
|
+
} from "./commands/GetServiceSettingsCommand";
|
|
50
|
+
import {
|
|
51
|
+
ListLinuxSubscriptionInstancesCommandInput,
|
|
52
|
+
ListLinuxSubscriptionInstancesCommandOutput,
|
|
53
|
+
} from "./commands/ListLinuxSubscriptionInstancesCommand";
|
|
54
|
+
import {
|
|
55
|
+
ListLinuxSubscriptionsCommandInput,
|
|
56
|
+
ListLinuxSubscriptionsCommandOutput,
|
|
57
|
+
} from "./commands/ListLinuxSubscriptionsCommand";
|
|
58
|
+
import {
|
|
59
|
+
UpdateServiceSettingsCommandInput,
|
|
60
|
+
UpdateServiceSettingsCommandOutput,
|
|
61
|
+
} from "./commands/UpdateServiceSettingsCommand";
|
|
62
|
+
import {
|
|
63
|
+
ClientInputEndpointParameters,
|
|
64
|
+
ClientResolvedEndpointParameters,
|
|
65
|
+
EndpointParameters,
|
|
66
|
+
} from "./endpoint/EndpointParameters";
|
|
67
|
+
export declare type ServiceInputTypes =
|
|
68
|
+
| GetServiceSettingsCommandInput
|
|
69
|
+
| ListLinuxSubscriptionInstancesCommandInput
|
|
70
|
+
| ListLinuxSubscriptionsCommandInput
|
|
71
|
+
| UpdateServiceSettingsCommandInput;
|
|
72
|
+
export declare type ServiceOutputTypes =
|
|
73
|
+
| GetServiceSettingsCommandOutput
|
|
74
|
+
| ListLinuxSubscriptionInstancesCommandOutput
|
|
75
|
+
| ListLinuxSubscriptionsCommandOutput
|
|
76
|
+
| UpdateServiceSettingsCommandOutput;
|
|
77
|
+
export interface ClientDefaults
|
|
78
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
79
|
+
requestHandler?: __HttpHandler;
|
|
80
|
+
sha256?: __HashConstructor;
|
|
81
|
+
urlParser?: __UrlParser;
|
|
82
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
83
|
+
streamCollector?: __StreamCollector;
|
|
84
|
+
base64Decoder?: __Decoder;
|
|
85
|
+
base64Encoder?: __Encoder;
|
|
86
|
+
utf8Decoder?: __Decoder;
|
|
87
|
+
utf8Encoder?: __Encoder;
|
|
88
|
+
runtime?: string;
|
|
89
|
+
disableHostPrefix?: boolean;
|
|
90
|
+
maxAttempts?: number | __Provider<number>;
|
|
91
|
+
retryMode?: string | __Provider<string>;
|
|
92
|
+
logger?: __Logger;
|
|
93
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
94
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
95
|
+
serviceId?: string;
|
|
96
|
+
region?: string | __Provider<string>;
|
|
97
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
98
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
99
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
100
|
+
}
|
|
101
|
+
declare type LicenseManagerLinuxSubscriptionsClientConfigType = Partial<
|
|
102
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
103
|
+
> &
|
|
104
|
+
ClientDefaults &
|
|
105
|
+
RegionInputConfig &
|
|
106
|
+
EndpointInputConfig<EndpointParameters> &
|
|
107
|
+
RetryInputConfig &
|
|
108
|
+
HostHeaderInputConfig &
|
|
109
|
+
AwsAuthInputConfig &
|
|
110
|
+
UserAgentInputConfig &
|
|
111
|
+
ClientInputEndpointParameters;
|
|
112
|
+
export interface LicenseManagerLinuxSubscriptionsClientConfig
|
|
113
|
+
extends LicenseManagerLinuxSubscriptionsClientConfigType {}
|
|
114
|
+
declare type LicenseManagerLinuxSubscriptionsClientResolvedConfigType =
|
|
115
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
116
|
+
Required<ClientDefaults> &
|
|
117
|
+
RegionResolvedConfig &
|
|
118
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
119
|
+
RetryResolvedConfig &
|
|
120
|
+
HostHeaderResolvedConfig &
|
|
121
|
+
AwsAuthResolvedConfig &
|
|
122
|
+
UserAgentResolvedConfig &
|
|
123
|
+
ClientResolvedEndpointParameters;
|
|
124
|
+
export interface LicenseManagerLinuxSubscriptionsClientResolvedConfig
|
|
125
|
+
extends LicenseManagerLinuxSubscriptionsClientResolvedConfigType {}
|
|
126
|
+
export declare class LicenseManagerLinuxSubscriptionsClient extends __Client<
|
|
127
|
+
__HttpHandlerOptions,
|
|
128
|
+
ServiceInputTypes,
|
|
129
|
+
ServiceOutputTypes,
|
|
130
|
+
LicenseManagerLinuxSubscriptionsClientResolvedConfig
|
|
131
|
+
> {
|
|
132
|
+
readonly config: LicenseManagerLinuxSubscriptionsClientResolvedConfig;
|
|
133
|
+
constructor(configuration: LicenseManagerLinuxSubscriptionsClientConfig);
|
|
134
|
+
destroy(): void;
|
|
135
|
+
}
|
|
136
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
LicenseManagerLinuxSubscriptionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LicenseManagerLinuxSubscriptionsClient";
|
|
14
|
+
import {
|
|
15
|
+
GetServiceSettingsRequest,
|
|
16
|
+
GetServiceSettingsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface GetServiceSettingsCommandInput
|
|
19
|
+
extends GetServiceSettingsRequest {}
|
|
20
|
+
export interface GetServiceSettingsCommandOutput
|
|
21
|
+
extends GetServiceSettingsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetServiceSettingsCommand extends $Command<
|
|
24
|
+
GetServiceSettingsCommandInput,
|
|
25
|
+
GetServiceSettingsCommandOutput,
|
|
26
|
+
LicenseManagerLinuxSubscriptionsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetServiceSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetServiceSettingsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LicenseManagerLinuxSubscriptionsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
LicenseManagerLinuxSubscriptionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LicenseManagerLinuxSubscriptionsClient";
|
|
14
|
+
import {
|
|
15
|
+
ListLinuxSubscriptionInstancesRequest,
|
|
16
|
+
ListLinuxSubscriptionInstancesResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface ListLinuxSubscriptionInstancesCommandInput
|
|
19
|
+
extends ListLinuxSubscriptionInstancesRequest {}
|
|
20
|
+
export interface ListLinuxSubscriptionInstancesCommandOutput
|
|
21
|
+
extends ListLinuxSubscriptionInstancesResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListLinuxSubscriptionInstancesCommand extends $Command<
|
|
24
|
+
ListLinuxSubscriptionInstancesCommandInput,
|
|
25
|
+
ListLinuxSubscriptionInstancesCommandOutput,
|
|
26
|
+
LicenseManagerLinuxSubscriptionsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListLinuxSubscriptionInstancesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListLinuxSubscriptionInstancesCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LicenseManagerLinuxSubscriptionsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListLinuxSubscriptionInstancesCommandInput,
|
|
37
|
+
ListLinuxSubscriptionInstancesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
LicenseManagerLinuxSubscriptionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LicenseManagerLinuxSubscriptionsClient";
|
|
14
|
+
import {
|
|
15
|
+
ListLinuxSubscriptionsRequest,
|
|
16
|
+
ListLinuxSubscriptionsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface ListLinuxSubscriptionsCommandInput
|
|
19
|
+
extends ListLinuxSubscriptionsRequest {}
|
|
20
|
+
export interface ListLinuxSubscriptionsCommandOutput
|
|
21
|
+
extends ListLinuxSubscriptionsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListLinuxSubscriptionsCommand extends $Command<
|
|
24
|
+
ListLinuxSubscriptionsCommandInput,
|
|
25
|
+
ListLinuxSubscriptionsCommandOutput,
|
|
26
|
+
LicenseManagerLinuxSubscriptionsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListLinuxSubscriptionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListLinuxSubscriptionsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LicenseManagerLinuxSubscriptionsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListLinuxSubscriptionsCommandInput,
|
|
37
|
+
ListLinuxSubscriptionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
LicenseManagerLinuxSubscriptionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LicenseManagerLinuxSubscriptionsClient";
|
|
14
|
+
import {
|
|
15
|
+
UpdateServiceSettingsRequest,
|
|
16
|
+
UpdateServiceSettingsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface UpdateServiceSettingsCommandInput
|
|
19
|
+
extends UpdateServiceSettingsRequest {}
|
|
20
|
+
export interface UpdateServiceSettingsCommandOutput
|
|
21
|
+
extends UpdateServiceSettingsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateServiceSettingsCommand extends $Command<
|
|
24
|
+
UpdateServiceSettingsCommandInput,
|
|
25
|
+
UpdateServiceSettingsCommandOutput,
|
|
26
|
+
LicenseManagerLinuxSubscriptionsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateServiceSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateServiceSettingsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LicenseManagerLinuxSubscriptionsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateServiceSettingsCommandInput,
|
|
37
|
+
UpdateServiceSettingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Endpoint,
|
|
3
|
+
EndpointParameters as __EndpointParameters,
|
|
4
|
+
EndpointV2,
|
|
5
|
+
Provider,
|
|
6
|
+
} from "@aws-sdk/types";
|
|
7
|
+
export interface ClientInputEndpointParameters {
|
|
8
|
+
region?: string | Provider<string>;
|
|
9
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
10
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
11
|
+
endpoint?:
|
|
12
|
+
| string
|
|
13
|
+
| Provider<string>
|
|
14
|
+
| Endpoint
|
|
15
|
+
| Provider<Endpoint>
|
|
16
|
+
| EndpointV2
|
|
17
|
+
| Provider<EndpointV2>;
|
|
18
|
+
}
|
|
19
|
+
export declare type ClientResolvedEndpointParameters =
|
|
20
|
+
ClientInputEndpointParameters & {
|
|
21
|
+
defaultSigningName: string;
|
|
22
|
+
};
|
|
23
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
24
|
+
options: T & ClientInputEndpointParameters
|
|
25
|
+
) => T &
|
|
26
|
+
ClientInputEndpointParameters & {
|
|
27
|
+
defaultSigningName: string;
|
|
28
|
+
};
|
|
29
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
+
Region: string;
|
|
31
|
+
UseDualStack?: boolean;
|
|
32
|
+
UseFIPS?: boolean;
|
|
33
|
+
Endpoint?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from "./LicenseManagerLinuxSubscriptions";
|
|
2
|
+
export * from "./LicenseManagerLinuxSubscriptionsClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { LicenseManagerLinuxSubscriptionsServiceException } from "./models/LicenseManagerLinuxSubscriptionsServiceException";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class LicenseManagerLinuxSubscriptionsServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { LicenseManagerLinuxSubscriptionsServiceException as __BaseException } from "./LicenseManagerLinuxSubscriptionsServiceException";
|
|
3
|
+
export declare enum Operator {
|
|
4
|
+
CONTAINS = "Contains",
|
|
5
|
+
EQUAL = "Equal",
|
|
6
|
+
NOT_EQUAL = "NotEqual",
|
|
7
|
+
}
|
|
8
|
+
export interface Filter {
|
|
9
|
+
Name?: string;
|
|
10
|
+
Values?: string[];
|
|
11
|
+
Operator?: Operator | string;
|
|
12
|
+
}
|
|
13
|
+
export interface GetServiceSettingsRequest {}
|
|
14
|
+
export declare enum LinuxSubscriptionsDiscovery {
|
|
15
|
+
Disabled = "Disabled",
|
|
16
|
+
Enabled = "Enabled",
|
|
17
|
+
}
|
|
18
|
+
export declare enum OrganizationIntegration {
|
|
19
|
+
Disabled = "Disabled",
|
|
20
|
+
Enabled = "Enabled",
|
|
21
|
+
}
|
|
22
|
+
export interface LinuxSubscriptionsDiscoverySettings {
|
|
23
|
+
SourceRegions: string[] | undefined;
|
|
24
|
+
OrganizationIntegration: OrganizationIntegration | string | undefined;
|
|
25
|
+
}
|
|
26
|
+
export declare enum Status {
|
|
27
|
+
Completed = "Completed",
|
|
28
|
+
Failed = "Failed",
|
|
29
|
+
InProgress = "InProgress",
|
|
30
|
+
Successful = "Successful",
|
|
31
|
+
}
|
|
32
|
+
export interface GetServiceSettingsResponse {
|
|
33
|
+
LinuxSubscriptionsDiscovery?: LinuxSubscriptionsDiscovery | string;
|
|
34
|
+
LinuxSubscriptionsDiscoverySettings?: LinuxSubscriptionsDiscoverySettings;
|
|
35
|
+
Status?: Status | string;
|
|
36
|
+
StatusMessage?: Record<string, string>;
|
|
37
|
+
HomeRegions?: string[];
|
|
38
|
+
}
|
|
39
|
+
export declare class InternalServerException extends __BaseException {
|
|
40
|
+
readonly name: "InternalServerException";
|
|
41
|
+
readonly $fault: "server";
|
|
42
|
+
constructor(
|
|
43
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
export declare class ThrottlingException extends __BaseException {
|
|
47
|
+
readonly name: "ThrottlingException";
|
|
48
|
+
readonly $fault: "client";
|
|
49
|
+
constructor(
|
|
50
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
export declare class ValidationException extends __BaseException {
|
|
54
|
+
readonly name: "ValidationException";
|
|
55
|
+
readonly $fault: "client";
|
|
56
|
+
constructor(
|
|
57
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
export interface Instance {
|
|
61
|
+
AmiId?: string;
|
|
62
|
+
InstanceID?: string;
|
|
63
|
+
InstanceType?: string;
|
|
64
|
+
AccountID?: string;
|
|
65
|
+
Status?: string;
|
|
66
|
+
Region?: string;
|
|
67
|
+
UsageOperation?: string;
|
|
68
|
+
ProductCode?: string[];
|
|
69
|
+
LastUpdatedTime?: string;
|
|
70
|
+
SubscriptionName?: string;
|
|
71
|
+
}
|
|
72
|
+
export interface ListLinuxSubscriptionInstancesRequest {
|
|
73
|
+
Filters?: Filter[];
|
|
74
|
+
MaxResults?: number;
|
|
75
|
+
NextToken?: string;
|
|
76
|
+
}
|
|
77
|
+
export interface ListLinuxSubscriptionInstancesResponse {
|
|
78
|
+
Instances?: Instance[];
|
|
79
|
+
NextToken?: string;
|
|
80
|
+
}
|
|
81
|
+
export interface ListLinuxSubscriptionsRequest {
|
|
82
|
+
Filters?: Filter[];
|
|
83
|
+
MaxResults?: number;
|
|
84
|
+
NextToken?: string;
|
|
85
|
+
}
|
|
86
|
+
export interface Subscription {
|
|
87
|
+
Name?: string;
|
|
88
|
+
Type?: string;
|
|
89
|
+
InstanceCount?: number;
|
|
90
|
+
}
|
|
91
|
+
export interface ListLinuxSubscriptionsResponse {
|
|
92
|
+
Subscriptions?: Subscription[];
|
|
93
|
+
NextToken?: string;
|
|
94
|
+
}
|
|
95
|
+
export interface UpdateServiceSettingsRequest {
|
|
96
|
+
LinuxSubscriptionsDiscovery: LinuxSubscriptionsDiscovery | string | undefined;
|
|
97
|
+
LinuxSubscriptionsDiscoverySettings:
|
|
98
|
+
| LinuxSubscriptionsDiscoverySettings
|
|
99
|
+
| undefined;
|
|
100
|
+
AllowUpdate?: boolean;
|
|
101
|
+
}
|
|
102
|
+
export interface UpdateServiceSettingsResponse {
|
|
103
|
+
LinuxSubscriptionsDiscovery?: LinuxSubscriptionsDiscovery | string;
|
|
104
|
+
LinuxSubscriptionsDiscoverySettings?: LinuxSubscriptionsDiscoverySettings;
|
|
105
|
+
Status?: Status | string;
|
|
106
|
+
StatusMessage?: Record<string, string>;
|
|
107
|
+
HomeRegions?: string[];
|
|
108
|
+
}
|
|
109
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
110
|
+
export declare const GetServiceSettingsRequestFilterSensitiveLog: (
|
|
111
|
+
obj: GetServiceSettingsRequest
|
|
112
|
+
) => any;
|
|
113
|
+
export declare const LinuxSubscriptionsDiscoverySettingsFilterSensitiveLog: (
|
|
114
|
+
obj: LinuxSubscriptionsDiscoverySettings
|
|
115
|
+
) => any;
|
|
116
|
+
export declare const GetServiceSettingsResponseFilterSensitiveLog: (
|
|
117
|
+
obj: GetServiceSettingsResponse
|
|
118
|
+
) => any;
|
|
119
|
+
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
120
|
+
export declare const ListLinuxSubscriptionInstancesRequestFilterSensitiveLog: (
|
|
121
|
+
obj: ListLinuxSubscriptionInstancesRequest
|
|
122
|
+
) => any;
|
|
123
|
+
export declare const ListLinuxSubscriptionInstancesResponseFilterSensitiveLog: (
|
|
124
|
+
obj: ListLinuxSubscriptionInstancesResponse
|
|
125
|
+
) => any;
|
|
126
|
+
export declare const ListLinuxSubscriptionsRequestFilterSensitiveLog: (
|
|
127
|
+
obj: ListLinuxSubscriptionsRequest
|
|
128
|
+
) => any;
|
|
129
|
+
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
130
|
+
export declare const ListLinuxSubscriptionsResponseFilterSensitiveLog: (
|
|
131
|
+
obj: ListLinuxSubscriptionsResponse
|
|
132
|
+
) => any;
|
|
133
|
+
export declare const UpdateServiceSettingsRequestFilterSensitiveLog: (
|
|
134
|
+
obj: UpdateServiceSettingsRequest
|
|
135
|
+
) => any;
|
|
136
|
+
export declare const UpdateServiceSettingsResponseFilterSensitiveLog: (
|
|
137
|
+
obj: UpdateServiceSettingsResponse
|
|
138
|
+
) => any;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { LicenseManagerLinuxSubscriptions } from "../LicenseManagerLinuxSubscriptions";
|
|
3
|
+
import { LicenseManagerLinuxSubscriptionsClient } from "../LicenseManagerLinuxSubscriptionsClient";
|
|
4
|
+
export interface LicenseManagerLinuxSubscriptionsPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client:
|
|
7
|
+
| LicenseManagerLinuxSubscriptions
|
|
8
|
+
| LicenseManagerLinuxSubscriptionsClient;
|
|
9
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListLinuxSubscriptionInstancesCommandInput,
|
|
4
|
+
ListLinuxSubscriptionInstancesCommandOutput,
|
|
5
|
+
} from "../commands/ListLinuxSubscriptionInstancesCommand";
|
|
6
|
+
import { LicenseManagerLinuxSubscriptionsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListLinuxSubscriptionInstances(
|
|
8
|
+
config: LicenseManagerLinuxSubscriptionsPaginationConfiguration,
|
|
9
|
+
input: ListLinuxSubscriptionInstancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListLinuxSubscriptionInstancesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListLinuxSubscriptionsCommandInput,
|
|
4
|
+
ListLinuxSubscriptionsCommandOutput,
|
|
5
|
+
} from "../commands/ListLinuxSubscriptionsCommand";
|
|
6
|
+
import { LicenseManagerLinuxSubscriptionsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListLinuxSubscriptions(
|
|
8
|
+
config: LicenseManagerLinuxSubscriptionsPaginationConfiguration,
|
|
9
|
+
input: ListLinuxSubscriptionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListLinuxSubscriptionsCommandOutput>;
|