@aws-sdk/client-license-manager-linux-subscriptions 3.296.0 → 3.298.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/commands/GetServiceSettingsCommand.js +2 -3
- package/dist-cjs/commands/ListLinuxSubscriptionInstancesCommand.js +2 -3
- package/dist-cjs/commands/ListLinuxSubscriptionsCommand.js +2 -3
- package/dist-cjs/commands/UpdateServiceSettingsCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -49
- package/dist-es/commands/GetServiceSettingsCommand.js +2 -3
- package/dist-es/commands/ListLinuxSubscriptionInstancesCommand.js +2 -3
- package/dist-es/commands/ListLinuxSubscriptionsCommand.js +2 -3
- package/dist-es/commands/UpdateServiceSettingsCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -36
- package/dist-types/LicenseManagerLinuxSubscriptions.d.ts +5 -0
- package/dist-types/LicenseManagerLinuxSubscriptionsClient.d.ts +24 -4
- package/dist-types/commands/GetServiceSettingsCommand.d.ts +16 -0
- package/dist-types/commands/ListLinuxSubscriptionInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ListLinuxSubscriptionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +16 -0
- package/dist-types/models/LicenseManagerLinuxSubscriptionsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +39 -48
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListLinuxSubscriptionInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLinuxSubscriptionsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.GetServiceSettingsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetServiceSettingsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class GetServiceSettingsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListLinuxSubscriptionInstancesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListLinuxSubscriptionInstancesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListLinuxSubscriptionInstancesCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListLinuxSubscriptionsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListLinuxSubscriptionsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListLinuxSubscriptionsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateServiceSettingsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateServiceSettingsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UpdateServiceSettingsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ValidationException = exports.ThrottlingException = exports.InternalServerException = exports.Status = exports.OrganizationIntegration = exports.LinuxSubscriptionsDiscovery = exports.Operator = void 0;
|
|
4
4
|
const LicenseManagerLinuxSubscriptionsServiceException_1 = require("./LicenseManagerLinuxSubscriptionsServiceException");
|
|
5
5
|
var Operator;
|
|
6
6
|
(function (Operator) {
|
|
@@ -64,51 +64,3 @@ class ValidationException extends LicenseManagerLinuxSubscriptionsServiceExcepti
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
exports.ValidationException = ValidationException;
|
|
67
|
-
const FilterFilterSensitiveLog = (obj) => ({
|
|
68
|
-
...obj,
|
|
69
|
-
});
|
|
70
|
-
exports.FilterFilterSensitiveLog = FilterFilterSensitiveLog;
|
|
71
|
-
const GetServiceSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
72
|
-
...obj,
|
|
73
|
-
});
|
|
74
|
-
exports.GetServiceSettingsRequestFilterSensitiveLog = GetServiceSettingsRequestFilterSensitiveLog;
|
|
75
|
-
const LinuxSubscriptionsDiscoverySettingsFilterSensitiveLog = (obj) => ({
|
|
76
|
-
...obj,
|
|
77
|
-
});
|
|
78
|
-
exports.LinuxSubscriptionsDiscoverySettingsFilterSensitiveLog = LinuxSubscriptionsDiscoverySettingsFilterSensitiveLog;
|
|
79
|
-
const GetServiceSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
80
|
-
...obj,
|
|
81
|
-
});
|
|
82
|
-
exports.GetServiceSettingsResponseFilterSensitiveLog = GetServiceSettingsResponseFilterSensitiveLog;
|
|
83
|
-
const InstanceFilterSensitiveLog = (obj) => ({
|
|
84
|
-
...obj,
|
|
85
|
-
});
|
|
86
|
-
exports.InstanceFilterSensitiveLog = InstanceFilterSensitiveLog;
|
|
87
|
-
const ListLinuxSubscriptionInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
88
|
-
...obj,
|
|
89
|
-
});
|
|
90
|
-
exports.ListLinuxSubscriptionInstancesRequestFilterSensitiveLog = ListLinuxSubscriptionInstancesRequestFilterSensitiveLog;
|
|
91
|
-
const ListLinuxSubscriptionInstancesResponseFilterSensitiveLog = (obj) => ({
|
|
92
|
-
...obj,
|
|
93
|
-
});
|
|
94
|
-
exports.ListLinuxSubscriptionInstancesResponseFilterSensitiveLog = ListLinuxSubscriptionInstancesResponseFilterSensitiveLog;
|
|
95
|
-
const ListLinuxSubscriptionsRequestFilterSensitiveLog = (obj) => ({
|
|
96
|
-
...obj,
|
|
97
|
-
});
|
|
98
|
-
exports.ListLinuxSubscriptionsRequestFilterSensitiveLog = ListLinuxSubscriptionsRequestFilterSensitiveLog;
|
|
99
|
-
const SubscriptionFilterSensitiveLog = (obj) => ({
|
|
100
|
-
...obj,
|
|
101
|
-
});
|
|
102
|
-
exports.SubscriptionFilterSensitiveLog = SubscriptionFilterSensitiveLog;
|
|
103
|
-
const ListLinuxSubscriptionsResponseFilterSensitiveLog = (obj) => ({
|
|
104
|
-
...obj,
|
|
105
|
-
});
|
|
106
|
-
exports.ListLinuxSubscriptionsResponseFilterSensitiveLog = ListLinuxSubscriptionsResponseFilterSensitiveLog;
|
|
107
|
-
const UpdateServiceSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
108
|
-
...obj,
|
|
109
|
-
});
|
|
110
|
-
exports.UpdateServiceSettingsRequestFilterSensitiveLog = UpdateServiceSettingsRequestFilterSensitiveLog;
|
|
111
|
-
const UpdateServiceSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
112
|
-
...obj,
|
|
113
|
-
});
|
|
114
|
-
exports.UpdateServiceSettingsResponseFilterSensitiveLog = UpdateServiceSettingsResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetServiceSettingsRequestFilterSensitiveLog, GetServiceSettingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetServiceSettingsCommand, serializeAws_restJson1GetServiceSettingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetServiceSettingsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetServiceSettingsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListLinuxSubscriptionInstancesRequestFilterSensitiveLog, ListLinuxSubscriptionInstancesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListLinuxSubscriptionInstancesCommand, serializeAws_restJson1ListLinuxSubscriptionInstancesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListLinuxSubscriptionInstancesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListLinuxSubscriptionInstancesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListLinuxSubscriptionsRequestFilterSensitiveLog, ListLinuxSubscriptionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListLinuxSubscriptionsCommand, serializeAws_restJson1ListLinuxSubscriptionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListLinuxSubscriptionsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListLinuxSubscriptionsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateServiceSettingsRequestFilterSensitiveLog, UpdateServiceSettingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateServiceSettingsCommand, serializeAws_restJson1UpdateServiceSettingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateServiceSettingsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateServiceSettingsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -58,39 +58,3 @@ export class ValidationException extends __BaseException {
|
|
|
58
58
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
export const FilterFilterSensitiveLog = (obj) => ({
|
|
62
|
-
...obj,
|
|
63
|
-
});
|
|
64
|
-
export const GetServiceSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
65
|
-
...obj,
|
|
66
|
-
});
|
|
67
|
-
export const LinuxSubscriptionsDiscoverySettingsFilterSensitiveLog = (obj) => ({
|
|
68
|
-
...obj,
|
|
69
|
-
});
|
|
70
|
-
export const GetServiceSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
71
|
-
...obj,
|
|
72
|
-
});
|
|
73
|
-
export const InstanceFilterSensitiveLog = (obj) => ({
|
|
74
|
-
...obj,
|
|
75
|
-
});
|
|
76
|
-
export const ListLinuxSubscriptionInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
77
|
-
...obj,
|
|
78
|
-
});
|
|
79
|
-
export const ListLinuxSubscriptionInstancesResponseFilterSensitiveLog = (obj) => ({
|
|
80
|
-
...obj,
|
|
81
|
-
});
|
|
82
|
-
export const ListLinuxSubscriptionsRequestFilterSensitiveLog = (obj) => ({
|
|
83
|
-
...obj,
|
|
84
|
-
});
|
|
85
|
-
export const SubscriptionFilterSensitiveLog = (obj) => ({
|
|
86
|
-
...obj,
|
|
87
|
-
});
|
|
88
|
-
export const ListLinuxSubscriptionsResponseFilterSensitiveLog = (obj) => ({
|
|
89
|
-
...obj,
|
|
90
|
-
});
|
|
91
|
-
export const UpdateServiceSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
92
|
-
...obj,
|
|
93
|
-
});
|
|
94
|
-
export const UpdateServiceSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
95
|
-
...obj,
|
|
96
|
-
});
|
|
@@ -5,17 +5,20 @@ import { ListLinuxSubscriptionsCommandInput, ListLinuxSubscriptionsCommandOutput
|
|
|
5
5
|
import { UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput } from "./commands/UpdateServiceSettingsCommand";
|
|
6
6
|
import { LicenseManagerLinuxSubscriptionsClient } from "./LicenseManagerLinuxSubscriptionsClient";
|
|
7
7
|
/**
|
|
8
|
+
* @public
|
|
8
9
|
* <p>With License Manager, you can discover and track your commercial Linux subscriptions on running
|
|
9
10
|
* Amazon EC2 instances.</p>
|
|
10
11
|
*/
|
|
11
12
|
export declare class LicenseManagerLinuxSubscriptions extends LicenseManagerLinuxSubscriptionsClient {
|
|
12
13
|
/**
|
|
14
|
+
* @public
|
|
13
15
|
* <p>Lists the Linux subscriptions service settings.</p>
|
|
14
16
|
*/
|
|
15
17
|
getServiceSettings(args: GetServiceSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceSettingsCommandOutput>;
|
|
16
18
|
getServiceSettings(args: GetServiceSettingsCommandInput, cb: (err: any, data?: GetServiceSettingsCommandOutput) => void): void;
|
|
17
19
|
getServiceSettings(args: GetServiceSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceSettingsCommandOutput) => void): void;
|
|
18
20
|
/**
|
|
21
|
+
* @public
|
|
19
22
|
* <p>Lists the running Amazon EC2 instances that were discovered with commercial Linux
|
|
20
23
|
* subscriptions.</p>
|
|
21
24
|
*/
|
|
@@ -23,6 +26,7 @@ export declare class LicenseManagerLinuxSubscriptions extends LicenseManagerLinu
|
|
|
23
26
|
listLinuxSubscriptionInstances(args: ListLinuxSubscriptionInstancesCommandInput, cb: (err: any, data?: ListLinuxSubscriptionInstancesCommandOutput) => void): void;
|
|
24
27
|
listLinuxSubscriptionInstances(args: ListLinuxSubscriptionInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLinuxSubscriptionInstancesCommandOutput) => void): void;
|
|
25
28
|
/**
|
|
29
|
+
* @public
|
|
26
30
|
* <p>Lists the Linux subscriptions that have been discovered. If you have linked your
|
|
27
31
|
* organization, the returned results will include data aggregated across your accounts in
|
|
28
32
|
* Organizations.</p>
|
|
@@ -31,6 +35,7 @@ export declare class LicenseManagerLinuxSubscriptions extends LicenseManagerLinu
|
|
|
31
35
|
listLinuxSubscriptions(args: ListLinuxSubscriptionsCommandInput, cb: (err: any, data?: ListLinuxSubscriptionsCommandOutput) => void): void;
|
|
32
36
|
listLinuxSubscriptions(args: ListLinuxSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLinuxSubscriptionsCommandOutput) => void): void;
|
|
33
37
|
/**
|
|
38
|
+
* @public
|
|
34
39
|
* <p>Updates the service settings for Linux subscriptions.</p>
|
|
35
40
|
*/
|
|
36
41
|
updateServiceSettings(args: UpdateServiceSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceSettingsCommandOutput>;
|
|
@@ -12,15 +12,24 @@ import { ListLinuxSubscriptionInstancesCommandInput, ListLinuxSubscriptionInstan
|
|
|
12
12
|
import { ListLinuxSubscriptionsCommandInput, ListLinuxSubscriptionsCommandOutput } from "./commands/ListLinuxSubscriptionsCommand";
|
|
13
13
|
import { UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput } from "./commands/UpdateServiceSettingsCommand";
|
|
14
14
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
15
18
|
export type ServiceInputTypes = GetServiceSettingsCommandInput | ListLinuxSubscriptionInstancesCommandInput | ListLinuxSubscriptionsCommandInput | UpdateServiceSettingsCommandInput;
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
16
22
|
export type ServiceOutputTypes = GetServiceSettingsCommandOutput | ListLinuxSubscriptionInstancesCommandOutput | ListLinuxSubscriptionsCommandOutput | UpdateServiceSettingsCommandOutput;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
17
26
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
18
27
|
/**
|
|
19
28
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
20
29
|
*/
|
|
21
30
|
requestHandler?: __HttpHandler;
|
|
22
31
|
/**
|
|
23
|
-
* A constructor for a class implementing the {@link
|
|
32
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
24
33
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
25
34
|
* @internal
|
|
26
35
|
*/
|
|
@@ -110,23 +119,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
110
119
|
*/
|
|
111
120
|
logger?: __Logger;
|
|
112
121
|
/**
|
|
113
|
-
* The {@link
|
|
122
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
114
123
|
*/
|
|
115
124
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
116
125
|
}
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
117
129
|
type LicenseManagerLinuxSubscriptionsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
118
130
|
/**
|
|
119
|
-
*
|
|
131
|
+
* @public
|
|
132
|
+
*
|
|
133
|
+
* The configuration interface of LicenseManagerLinuxSubscriptionsClient class constructor that set the region, credentials and other options.
|
|
120
134
|
*/
|
|
121
135
|
export interface LicenseManagerLinuxSubscriptionsClientConfig extends LicenseManagerLinuxSubscriptionsClientConfigType {
|
|
122
136
|
}
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
123
140
|
type LicenseManagerLinuxSubscriptionsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
124
141
|
/**
|
|
125
|
-
*
|
|
142
|
+
* @public
|
|
143
|
+
*
|
|
144
|
+
* The resolved configuration interface of LicenseManagerLinuxSubscriptionsClient class. This is resolved and normalized from the {@link LicenseManagerLinuxSubscriptionsClientConfig | constructor configuration interface}.
|
|
126
145
|
*/
|
|
127
146
|
export interface LicenseManagerLinuxSubscriptionsClientResolvedConfig extends LicenseManagerLinuxSubscriptionsClientResolvedConfigType {
|
|
128
147
|
}
|
|
129
148
|
/**
|
|
149
|
+
* @public
|
|
130
150
|
* <p>With License Manager, you can discover and track your commercial Linux subscriptions on running
|
|
131
151
|
* Amazon EC2 instances.</p>
|
|
132
152
|
*/
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LicenseManagerLinuxSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerLinuxSubscriptionsClient";
|
|
5
5
|
import { GetServiceSettingsRequest, GetServiceSettingsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetServiceSettingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetServiceSettingsCommandInput extends GetServiceSettingsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetServiceSettingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetServiceSettingsCommandOutput extends GetServiceSettingsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the Linux subscriptions service settings.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetServiceSettingsCommandOutput extends GetServiceSettingsRespo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetServiceSettingsCommandInput - {@link GetServiceSettingsCommandInput}
|
|
34
|
+
* @returns {@link GetServiceSettingsCommandOutput}
|
|
28
35
|
* @see {@link GetServiceSettingsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetServiceSettingsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LicenseManagerLinuxSubscriptionsClientResolvedConfig | config} for LicenseManagerLinuxSubscriptionsClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetServiceSettingsCommandOutput extends GetServiceSettingsRespo
|
|
|
43
50
|
export declare class GetServiceSettingsCommand extends $Command<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput, LicenseManagerLinuxSubscriptionsClientResolvedConfig> {
|
|
44
51
|
readonly input: GetServiceSettingsCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetServiceSettingsCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerLinuxSubscriptionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LicenseManagerLinuxSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerLinuxSubscriptionsClient";
|
|
5
5
|
import { ListLinuxSubscriptionInstancesRequest, ListLinuxSubscriptionInstancesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListLinuxSubscriptionInstancesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListLinuxSubscriptionInstancesCommandInput extends ListLinuxSubscriptionInstancesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListLinuxSubscriptionInstancesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListLinuxSubscriptionInstancesCommandOutput extends ListLinuxSubscriptionInstancesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the running Amazon EC2 instances that were discovered with commercial Linux
|
|
18
23
|
* subscriptions.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListLinuxSubscriptionInstancesCommandOutput extends ListLinuxSu
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListLinuxSubscriptionInstancesCommandInput - {@link ListLinuxSubscriptionInstancesCommandInput}
|
|
35
|
+
* @returns {@link ListLinuxSubscriptionInstancesCommandOutput}
|
|
29
36
|
* @see {@link ListLinuxSubscriptionInstancesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListLinuxSubscriptionInstancesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LicenseManagerLinuxSubscriptionsClientResolvedConfig | config} for LicenseManagerLinuxSubscriptionsClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface ListLinuxSubscriptionInstancesCommandOutput extends ListLinuxSu
|
|
|
44
51
|
export declare class ListLinuxSubscriptionInstancesCommand extends $Command<ListLinuxSubscriptionInstancesCommandInput, ListLinuxSubscriptionInstancesCommandOutput, LicenseManagerLinuxSubscriptionsClientResolvedConfig> {
|
|
45
52
|
readonly input: ListLinuxSubscriptionInstancesCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: ListLinuxSubscriptionInstancesCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerLinuxSubscriptionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLinuxSubscriptionInstancesCommandInput, ListLinuxSubscriptionInstancesCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LicenseManagerLinuxSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerLinuxSubscriptionsClient";
|
|
5
5
|
import { ListLinuxSubscriptionsRequest, ListLinuxSubscriptionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListLinuxSubscriptionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListLinuxSubscriptionsCommandInput extends ListLinuxSubscriptionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListLinuxSubscriptionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListLinuxSubscriptionsCommandOutput extends ListLinuxSubscriptionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the Linux subscriptions that have been discovered. If you have linked your
|
|
18
23
|
* organization, the returned results will include data aggregated across your accounts in
|
|
19
24
|
* Organizations.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListLinuxSubscriptionsCommandOutput extends ListLinuxSubscripti
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListLinuxSubscriptionsCommandInput - {@link ListLinuxSubscriptionsCommandInput}
|
|
36
|
+
* @returns {@link ListLinuxSubscriptionsCommandOutput}
|
|
30
37
|
* @see {@link ListLinuxSubscriptionsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListLinuxSubscriptionsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link LicenseManagerLinuxSubscriptionsClientResolvedConfig | config} for LicenseManagerLinuxSubscriptionsClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface ListLinuxSubscriptionsCommandOutput extends ListLinuxSubscripti
|
|
|
45
52
|
export declare class ListLinuxSubscriptionsCommand extends $Command<ListLinuxSubscriptionsCommandInput, ListLinuxSubscriptionsCommandOutput, LicenseManagerLinuxSubscriptionsClientResolvedConfig> {
|
|
46
53
|
readonly input: ListLinuxSubscriptionsCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: ListLinuxSubscriptionsCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerLinuxSubscriptionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLinuxSubscriptionsCommandInput, ListLinuxSubscriptionsCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LicenseManagerLinuxSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerLinuxSubscriptionsClient";
|
|
5
5
|
import { UpdateServiceSettingsRequest, UpdateServiceSettingsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateServiceSettingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateServiceSettingsCommandInput extends UpdateServiceSettingsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateServiceSettingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateServiceSettingsCommandOutput extends UpdateServiceSettingsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the service settings for Linux subscriptions.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateServiceSettingsCommandOutput extends UpdateServiceSetting
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateServiceSettingsCommandInput - {@link UpdateServiceSettingsCommandInput}
|
|
34
|
+
* @returns {@link UpdateServiceSettingsCommandOutput}
|
|
28
35
|
* @see {@link UpdateServiceSettingsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateServiceSettingsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LicenseManagerLinuxSubscriptionsClientResolvedConfig | config} for LicenseManagerLinuxSubscriptionsClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface UpdateServiceSettingsCommandOutput extends UpdateServiceSetting
|
|
|
43
50
|
export declare class UpdateServiceSettingsCommand extends $Command<UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput, LicenseManagerLinuxSubscriptionsClientResolvedConfig> {
|
|
44
51
|
readonly input: UpdateServiceSettingsCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: UpdateServiceSettingsCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerLinuxSubscriptionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from LicenseManagerLinuxSubscriptions service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class LicenseManagerLinuxSubscriptionsServiceException extends __ServiceException {
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { LicenseManagerLinuxSubscriptionsServiceException as __BaseException } from "./LicenseManagerLinuxSubscriptionsServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export declare enum Operator {
|
|
4
7
|
/**
|
|
5
8
|
* Contains operator
|
|
@@ -15,6 +18,7 @@ export declare enum Operator {
|
|
|
15
18
|
NOT_EQUAL = "NotEqual"
|
|
16
19
|
}
|
|
17
20
|
/**
|
|
21
|
+
* @public
|
|
18
22
|
* <p>A filter object that is used to return more specific results from a describe operation.
|
|
19
23
|
* Filters can be used to match a set of resources by specific criteria.</p>
|
|
20
24
|
*/
|
|
@@ -32,8 +36,14 @@ export interface Filter {
|
|
|
32
36
|
*/
|
|
33
37
|
Operator?: Operator | string;
|
|
34
38
|
}
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
35
42
|
export interface GetServiceSettingsRequest {
|
|
36
43
|
}
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
37
47
|
export declare enum LinuxSubscriptionsDiscovery {
|
|
38
48
|
/**
|
|
39
49
|
* Disabled LinuxSubscriptionsDiscovery
|
|
@@ -44,6 +54,9 @@ export declare enum LinuxSubscriptionsDiscovery {
|
|
|
44
54
|
*/
|
|
45
55
|
Enabled = "Enabled"
|
|
46
56
|
}
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
47
60
|
export declare enum OrganizationIntegration {
|
|
48
61
|
/**
|
|
49
62
|
* Disabled OrganizationIntegration
|
|
@@ -55,6 +68,7 @@ export declare enum OrganizationIntegration {
|
|
|
55
68
|
Enabled = "Enabled"
|
|
56
69
|
}
|
|
57
70
|
/**
|
|
71
|
+
* @public
|
|
58
72
|
* <p>Lists the settings defined for discovering Linux subscriptions.</p>
|
|
59
73
|
*/
|
|
60
74
|
export interface LinuxSubscriptionsDiscoverySettings {
|
|
@@ -67,6 +81,9 @@ export interface LinuxSubscriptionsDiscoverySettings {
|
|
|
67
81
|
*/
|
|
68
82
|
OrganizationIntegration: OrganizationIntegration | string | undefined;
|
|
69
83
|
}
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
70
87
|
export declare enum Status {
|
|
71
88
|
/**
|
|
72
89
|
* Completed status
|
|
@@ -85,6 +102,9 @@ export declare enum Status {
|
|
|
85
102
|
*/
|
|
86
103
|
Successful = "Successful"
|
|
87
104
|
}
|
|
105
|
+
/**
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
88
108
|
export interface GetServiceSettingsResponse {
|
|
89
109
|
/**
|
|
90
110
|
* <p>Lists if discovery has been enabled for Linux subscriptions.</p>
|
|
@@ -110,6 +130,7 @@ export interface GetServiceSettingsResponse {
|
|
|
110
130
|
HomeRegions?: string[];
|
|
111
131
|
}
|
|
112
132
|
/**
|
|
133
|
+
* @public
|
|
113
134
|
* <p>An exception occurred with the service.</p>
|
|
114
135
|
*/
|
|
115
136
|
export declare class InternalServerException extends __BaseException {
|
|
@@ -121,6 +142,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
121
142
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
122
143
|
}
|
|
123
144
|
/**
|
|
145
|
+
* @public
|
|
124
146
|
* <p>The request was denied due to request throttling.</p>
|
|
125
147
|
*/
|
|
126
148
|
export declare class ThrottlingException extends __BaseException {
|
|
@@ -132,6 +154,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
132
154
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
133
155
|
}
|
|
134
156
|
/**
|
|
157
|
+
* @public
|
|
135
158
|
* <p>The provided input is not valid. Try your request again.</p>
|
|
136
159
|
*/
|
|
137
160
|
export declare class ValidationException extends __BaseException {
|
|
@@ -143,6 +166,7 @@ export declare class ValidationException extends __BaseException {
|
|
|
143
166
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
144
167
|
}
|
|
145
168
|
/**
|
|
169
|
+
* @public
|
|
146
170
|
* <p>Details discovered information about a running instance using Linux subscriptions.</p>
|
|
147
171
|
*/
|
|
148
172
|
export interface Instance {
|
|
@@ -191,6 +215,7 @@ export interface Instance {
|
|
|
191
215
|
SubscriptionName?: string;
|
|
192
216
|
}
|
|
193
217
|
/**
|
|
218
|
+
* @public
|
|
194
219
|
* NextToken length limit is half of ddb accepted limit.
|
|
195
220
|
* Increase this limit if parameters in request increases.
|
|
196
221
|
*/
|
|
@@ -272,6 +297,9 @@ export interface ListLinuxSubscriptionInstancesRequest {
|
|
|
272
297
|
*/
|
|
273
298
|
NextToken?: string;
|
|
274
299
|
}
|
|
300
|
+
/**
|
|
301
|
+
* @public
|
|
302
|
+
*/
|
|
275
303
|
export interface ListLinuxSubscriptionInstancesResponse {
|
|
276
304
|
/**
|
|
277
305
|
* <p>An array that contains instance objects.</p>
|
|
@@ -283,6 +311,7 @@ export interface ListLinuxSubscriptionInstancesResponse {
|
|
|
283
311
|
NextToken?: string;
|
|
284
312
|
}
|
|
285
313
|
/**
|
|
314
|
+
* @public
|
|
286
315
|
* NextToken length limit is half of ddb accepted limit.
|
|
287
316
|
* Increase this limit if parameters in request increases.
|
|
288
317
|
*/
|
|
@@ -330,6 +359,7 @@ export interface ListLinuxSubscriptionsRequest {
|
|
|
330
359
|
NextToken?: string;
|
|
331
360
|
}
|
|
332
361
|
/**
|
|
362
|
+
* @public
|
|
333
363
|
* <p>An object which details a discovered Linux subscription.</p>
|
|
334
364
|
*/
|
|
335
365
|
export interface Subscription {
|
|
@@ -348,6 +378,9 @@ export interface Subscription {
|
|
|
348
378
|
*/
|
|
349
379
|
InstanceCount?: number;
|
|
350
380
|
}
|
|
381
|
+
/**
|
|
382
|
+
* @public
|
|
383
|
+
*/
|
|
351
384
|
export interface ListLinuxSubscriptionsResponse {
|
|
352
385
|
/**
|
|
353
386
|
* <p>An array that contains subscription objects.</p>
|
|
@@ -358,6 +391,9 @@ export interface ListLinuxSubscriptionsResponse {
|
|
|
358
391
|
*/
|
|
359
392
|
NextToken?: string;
|
|
360
393
|
}
|
|
394
|
+
/**
|
|
395
|
+
* @public
|
|
396
|
+
*/
|
|
361
397
|
export interface UpdateServiceSettingsRequest {
|
|
362
398
|
/**
|
|
363
399
|
* <p>Describes if the discovery of Linux subscriptions is enabled.</p>
|
|
@@ -374,6 +410,9 @@ export interface UpdateServiceSettingsRequest {
|
|
|
374
410
|
*/
|
|
375
411
|
AllowUpdate?: boolean;
|
|
376
412
|
}
|
|
413
|
+
/**
|
|
414
|
+
* @public
|
|
415
|
+
*/
|
|
377
416
|
export interface UpdateServiceSettingsResponse {
|
|
378
417
|
/**
|
|
379
418
|
* <p>Lists if discovery has been enabled for Linux subscriptions.</p>
|
|
@@ -398,51 +437,3 @@ export interface UpdateServiceSettingsResponse {
|
|
|
398
437
|
*/
|
|
399
438
|
HomeRegions?: string[];
|
|
400
439
|
}
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
|
-
export declare const GetServiceSettingsRequestFilterSensitiveLog: (obj: GetServiceSettingsRequest) => any;
|
|
409
|
-
/**
|
|
410
|
-
* @internal
|
|
411
|
-
*/
|
|
412
|
-
export declare const LinuxSubscriptionsDiscoverySettingsFilterSensitiveLog: (obj: LinuxSubscriptionsDiscoverySettings) => any;
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
|
-
export declare const GetServiceSettingsResponseFilterSensitiveLog: (obj: GetServiceSettingsResponse) => any;
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
|
-
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
421
|
-
/**
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
|
-
export declare const ListLinuxSubscriptionInstancesRequestFilterSensitiveLog: (obj: ListLinuxSubscriptionInstancesRequest) => any;
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
|
-
export declare const ListLinuxSubscriptionInstancesResponseFilterSensitiveLog: (obj: ListLinuxSubscriptionInstancesResponse) => any;
|
|
429
|
-
/**
|
|
430
|
-
* @internal
|
|
431
|
-
*/
|
|
432
|
-
export declare const ListLinuxSubscriptionsRequestFilterSensitiveLog: (obj: ListLinuxSubscriptionsRequest) => any;
|
|
433
|
-
/**
|
|
434
|
-
* @internal
|
|
435
|
-
*/
|
|
436
|
-
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
|
-
export declare const ListLinuxSubscriptionsResponseFilterSensitiveLog: (obj: ListLinuxSubscriptionsResponse) => any;
|
|
441
|
-
/**
|
|
442
|
-
* @internal
|
|
443
|
-
*/
|
|
444
|
-
export declare const UpdateServiceSettingsRequestFilterSensitiveLog: (obj: UpdateServiceSettingsRequest) => any;
|
|
445
|
-
/**
|
|
446
|
-
* @internal
|
|
447
|
-
*/
|
|
448
|
-
export declare const UpdateServiceSettingsResponseFilterSensitiveLog: (obj: UpdateServiceSettingsResponse) => any;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { LicenseManagerLinuxSubscriptionsClient } from "../LicenseManagerLinuxSubscriptionsClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface LicenseManagerLinuxSubscriptionsPaginationConfiguration extends PaginationConfiguration {
|
|
4
7
|
client: LicenseManagerLinuxSubscriptionsClient;
|
|
5
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListLinuxSubscriptionInstancesCommandInput, ListLinuxSubscriptionInstancesCommandOutput } from "../commands/ListLinuxSubscriptionInstancesCommand";
|
|
3
3
|
import { LicenseManagerLinuxSubscriptionsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListLinuxSubscriptionInstances(config: LicenseManagerLinuxSubscriptionsPaginationConfiguration, input: ListLinuxSubscriptionInstancesCommandInput, ...additionalArguments: any): Paginator<ListLinuxSubscriptionInstancesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListLinuxSubscriptionsCommandInput, ListLinuxSubscriptionsCommandOutput } from "../commands/ListLinuxSubscriptionsCommand";
|
|
3
3
|
import { LicenseManagerLinuxSubscriptionsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListLinuxSubscriptions(config: LicenseManagerLinuxSubscriptionsPaginationConfiguration, input: ListLinuxSubscriptionsCommandInput, ...additionalArguments: any): Paginator<ListLinuxSubscriptionsCommandOutput>;
|
|
@@ -106,33 +106,3 @@ export interface UpdateServiceSettingsResponse {
|
|
|
106
106
|
StatusMessage?: Record<string, string>;
|
|
107
107
|
HomeRegions?: string[];
|
|
108
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;
|
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.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo license-manager-linux-subscriptions"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|