@aws-sdk/client-license-manager-linux-subscriptions 3.975.0 → 3.980.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
CHANGED
|
@@ -609,6 +609,12 @@ class UpdateServiceSettingsCommand extends smithyClient.Command
|
|
|
609
609
|
.build() {
|
|
610
610
|
}
|
|
611
611
|
|
|
612
|
+
const paginateListLinuxSubscriptionInstances = core.createPaginator(LicenseManagerLinuxSubscriptionsClient, ListLinuxSubscriptionInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
613
|
+
|
|
614
|
+
const paginateListLinuxSubscriptions = core.createPaginator(LicenseManagerLinuxSubscriptionsClient, ListLinuxSubscriptionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
615
|
+
|
|
616
|
+
const paginateListRegisteredSubscriptionProviders = core.createPaginator(LicenseManagerLinuxSubscriptionsClient, ListRegisteredSubscriptionProvidersCommand, "NextToken", "NextToken", "MaxResults");
|
|
617
|
+
|
|
612
618
|
const commands = {
|
|
613
619
|
DeregisterSubscriptionProviderCommand,
|
|
614
620
|
GetRegisteredSubscriptionProviderCommand,
|
|
@@ -622,15 +628,14 @@ const commands = {
|
|
|
622
628
|
UntagResourceCommand,
|
|
623
629
|
UpdateServiceSettingsCommand,
|
|
624
630
|
};
|
|
631
|
+
const paginators = {
|
|
632
|
+
paginateListLinuxSubscriptionInstances,
|
|
633
|
+
paginateListLinuxSubscriptions,
|
|
634
|
+
paginateListRegisteredSubscriptionProviders,
|
|
635
|
+
};
|
|
625
636
|
class LicenseManagerLinuxSubscriptions extends LicenseManagerLinuxSubscriptionsClient {
|
|
626
637
|
}
|
|
627
|
-
smithyClient.createAggregatedClient(commands, LicenseManagerLinuxSubscriptions);
|
|
628
|
-
|
|
629
|
-
const paginateListLinuxSubscriptionInstances = core.createPaginator(LicenseManagerLinuxSubscriptionsClient, ListLinuxSubscriptionInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
630
|
-
|
|
631
|
-
const paginateListLinuxSubscriptions = core.createPaginator(LicenseManagerLinuxSubscriptionsClient, ListLinuxSubscriptionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
632
|
-
|
|
633
|
-
const paginateListRegisteredSubscriptionProviders = core.createPaginator(LicenseManagerLinuxSubscriptionsClient, ListRegisteredSubscriptionProvidersCommand, "NextToken", "NextToken", "MaxResults");
|
|
638
|
+
smithyClient.createAggregatedClient(commands, LicenseManagerLinuxSubscriptions, { paginators });
|
|
634
639
|
|
|
635
640
|
const Operator = {
|
|
636
641
|
CONTAINS: "Contains",
|
|
@@ -11,6 +11,9 @@ import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
|
11
11
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
12
12
|
import { UpdateServiceSettingsCommand, } from "./commands/UpdateServiceSettingsCommand";
|
|
13
13
|
import { LicenseManagerLinuxSubscriptionsClient } from "./LicenseManagerLinuxSubscriptionsClient";
|
|
14
|
+
import { paginateListLinuxSubscriptionInstances } from "./pagination/ListLinuxSubscriptionInstancesPaginator";
|
|
15
|
+
import { paginateListLinuxSubscriptions } from "./pagination/ListLinuxSubscriptionsPaginator";
|
|
16
|
+
import { paginateListRegisteredSubscriptionProviders } from "./pagination/ListRegisteredSubscriptionProvidersPaginator";
|
|
14
17
|
const commands = {
|
|
15
18
|
DeregisterSubscriptionProviderCommand,
|
|
16
19
|
GetRegisteredSubscriptionProviderCommand,
|
|
@@ -24,6 +27,11 @@ const commands = {
|
|
|
24
27
|
UntagResourceCommand,
|
|
25
28
|
UpdateServiceSettingsCommand,
|
|
26
29
|
};
|
|
30
|
+
const paginators = {
|
|
31
|
+
paginateListLinuxSubscriptionInstances,
|
|
32
|
+
paginateListLinuxSubscriptions,
|
|
33
|
+
paginateListRegisteredSubscriptionProviders,
|
|
34
|
+
};
|
|
27
35
|
export class LicenseManagerLinuxSubscriptions extends LicenseManagerLinuxSubscriptionsClient {
|
|
28
36
|
}
|
|
29
|
-
createAggregatedClient(commands, LicenseManagerLinuxSubscriptions);
|
|
37
|
+
createAggregatedClient(commands, LicenseManagerLinuxSubscriptions, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { DeregisterSubscriptionProviderCommandInput, DeregisterSubscriptionProviderCommandOutput } from "./commands/DeregisterSubscriptionProviderCommand";
|
|
3
3
|
import { GetRegisteredSubscriptionProviderCommandInput, GetRegisteredSubscriptionProviderCommandOutput } from "./commands/GetRegisteredSubscriptionProviderCommand";
|
|
4
4
|
import { GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput } from "./commands/GetServiceSettingsCommand";
|
|
@@ -82,6 +82,27 @@ export interface LicenseManagerLinuxSubscriptions {
|
|
|
82
82
|
updateServiceSettings(args: UpdateServiceSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceSettingsCommandOutput>;
|
|
83
83
|
updateServiceSettings(args: UpdateServiceSettingsCommandInput, cb: (err: any, data?: UpdateServiceSettingsCommandOutput) => void): void;
|
|
84
84
|
updateServiceSettings(args: UpdateServiceSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceSettingsCommandOutput) => void): void;
|
|
85
|
+
/**
|
|
86
|
+
* @see {@link ListLinuxSubscriptionInstancesCommand}
|
|
87
|
+
* @param args - command input.
|
|
88
|
+
* @param paginationConfig - optional pagination config.
|
|
89
|
+
* @returns AsyncIterable of {@link ListLinuxSubscriptionInstancesCommandOutput}.
|
|
90
|
+
*/
|
|
91
|
+
paginateListLinuxSubscriptionInstances(args?: ListLinuxSubscriptionInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLinuxSubscriptionInstancesCommandOutput>;
|
|
92
|
+
/**
|
|
93
|
+
* @see {@link ListLinuxSubscriptionsCommand}
|
|
94
|
+
* @param args - command input.
|
|
95
|
+
* @param paginationConfig - optional pagination config.
|
|
96
|
+
* @returns AsyncIterable of {@link ListLinuxSubscriptionsCommandOutput}.
|
|
97
|
+
*/
|
|
98
|
+
paginateListLinuxSubscriptions(args?: ListLinuxSubscriptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLinuxSubscriptionsCommandOutput>;
|
|
99
|
+
/**
|
|
100
|
+
* @see {@link ListRegisteredSubscriptionProvidersCommand}
|
|
101
|
+
* @param args - command input.
|
|
102
|
+
* @param paginationConfig - optional pagination config.
|
|
103
|
+
* @returns AsyncIterable of {@link ListRegisteredSubscriptionProvidersCommandOutput}.
|
|
104
|
+
*/
|
|
105
|
+
paginateListRegisteredSubscriptionProviders(args?: ListRegisteredSubscriptionProvidersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRegisteredSubscriptionProvidersCommandOutput>;
|
|
85
106
|
}
|
|
86
107
|
/**
|
|
87
108
|
* <p>With License Manager, you can discover and track your commercial Linux subscriptions on running
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
DeregisterSubscriptionProviderCommandInput,
|
|
4
8
|
DeregisterSubscriptionProviderCommandOutput,
|
|
@@ -204,6 +208,27 @@ export interface LicenseManagerLinuxSubscriptions {
|
|
|
204
208
|
options: __HttpHandlerOptions,
|
|
205
209
|
cb: (err: any, data?: UpdateServiceSettingsCommandOutput) => void
|
|
206
210
|
): void;
|
|
211
|
+
paginateListLinuxSubscriptionInstances(
|
|
212
|
+
args?: ListLinuxSubscriptionInstancesCommandInput,
|
|
213
|
+
paginationConfig?: Pick<
|
|
214
|
+
PaginationConfiguration,
|
|
215
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
216
|
+
>
|
|
217
|
+
): Paginator<ListLinuxSubscriptionInstancesCommandOutput>;
|
|
218
|
+
paginateListLinuxSubscriptions(
|
|
219
|
+
args?: ListLinuxSubscriptionsCommandInput,
|
|
220
|
+
paginationConfig?: Pick<
|
|
221
|
+
PaginationConfiguration,
|
|
222
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
223
|
+
>
|
|
224
|
+
): Paginator<ListLinuxSubscriptionsCommandOutput>;
|
|
225
|
+
paginateListRegisteredSubscriptionProviders(
|
|
226
|
+
args?: ListRegisteredSubscriptionProvidersCommandInput,
|
|
227
|
+
paginationConfig?: Pick<
|
|
228
|
+
PaginationConfiguration,
|
|
229
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
230
|
+
>
|
|
231
|
+
): Paginator<ListRegisteredSubscriptionProvidersCommandOutput>;
|
|
207
232
|
}
|
|
208
233
|
export declare class LicenseManagerLinuxSubscriptions
|
|
209
234
|
extends LicenseManagerLinuxSubscriptionsClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-license-manager-linux-subscriptions",
|
|
3
3
|
"description": "AWS SDK for JavaScript License Manager Linux Subscriptions Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.980.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-license-manager-linux-subscriptions",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.5",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|