@aws-sdk/client-license-manager-linux-subscriptions 3.928.0 → 3.930.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 +461 -505
- package/dist-cjs/runtimeConfig.shared.js +3 -0
- package/dist-es/LicenseManagerLinuxSubscriptionsClient.js +2 -0
- package/dist-es/commands/DeregisterSubscriptionProviderCommand.js +3 -9
- package/dist-es/commands/GetRegisteredSubscriptionProviderCommand.js +3 -9
- package/dist-es/commands/GetServiceSettingsCommand.js +3 -9
- package/dist-es/commands/ListLinuxSubscriptionInstancesCommand.js +3 -9
- package/dist-es/commands/ListLinuxSubscriptionsCommand.js +3 -9
- package/dist-es/commands/ListRegisteredSubscriptionProvidersCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/RegisterSubscriptionProviderCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateServiceSettingsCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -17
- package/dist-es/runtimeConfig.shared.js +3 -0
- package/dist-es/schemas/schemas_0.js +430 -0
- package/dist-types/LicenseManagerLinuxSubscriptionsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -16
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +54 -0
- package/dist-types/ts3.4/LicenseManagerLinuxSubscriptionsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -12
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +60 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -398
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -101
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -137
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
DeregisterSubscriptionProviderCommandInput,
|
|
8
|
-
DeregisterSubscriptionProviderCommandOutput,
|
|
9
|
-
} from "../commands/DeregisterSubscriptionProviderCommand";
|
|
10
|
-
import {
|
|
11
|
-
GetRegisteredSubscriptionProviderCommandInput,
|
|
12
|
-
GetRegisteredSubscriptionProviderCommandOutput,
|
|
13
|
-
} from "../commands/GetRegisteredSubscriptionProviderCommand";
|
|
14
|
-
import {
|
|
15
|
-
GetServiceSettingsCommandInput,
|
|
16
|
-
GetServiceSettingsCommandOutput,
|
|
17
|
-
} from "../commands/GetServiceSettingsCommand";
|
|
18
|
-
import {
|
|
19
|
-
ListLinuxSubscriptionInstancesCommandInput,
|
|
20
|
-
ListLinuxSubscriptionInstancesCommandOutput,
|
|
21
|
-
} from "../commands/ListLinuxSubscriptionInstancesCommand";
|
|
22
|
-
import {
|
|
23
|
-
ListLinuxSubscriptionsCommandInput,
|
|
24
|
-
ListLinuxSubscriptionsCommandOutput,
|
|
25
|
-
} from "../commands/ListLinuxSubscriptionsCommand";
|
|
26
|
-
import {
|
|
27
|
-
ListRegisteredSubscriptionProvidersCommandInput,
|
|
28
|
-
ListRegisteredSubscriptionProvidersCommandOutput,
|
|
29
|
-
} from "../commands/ListRegisteredSubscriptionProvidersCommand";
|
|
30
|
-
import {
|
|
31
|
-
ListTagsForResourceCommandInput,
|
|
32
|
-
ListTagsForResourceCommandOutput,
|
|
33
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
34
|
-
import {
|
|
35
|
-
RegisterSubscriptionProviderCommandInput,
|
|
36
|
-
RegisterSubscriptionProviderCommandOutput,
|
|
37
|
-
} from "../commands/RegisterSubscriptionProviderCommand";
|
|
38
|
-
import {
|
|
39
|
-
TagResourceCommandInput,
|
|
40
|
-
TagResourceCommandOutput,
|
|
41
|
-
} from "../commands/TagResourceCommand";
|
|
42
|
-
import {
|
|
43
|
-
UntagResourceCommandInput,
|
|
44
|
-
UntagResourceCommandOutput,
|
|
45
|
-
} from "../commands/UntagResourceCommand";
|
|
46
|
-
import {
|
|
47
|
-
UpdateServiceSettingsCommandInput,
|
|
48
|
-
UpdateServiceSettingsCommandOutput,
|
|
49
|
-
} from "../commands/UpdateServiceSettingsCommand";
|
|
50
|
-
export declare const se_DeregisterSubscriptionProviderCommand: (
|
|
51
|
-
input: DeregisterSubscriptionProviderCommandInput,
|
|
52
|
-
context: __SerdeContext
|
|
53
|
-
) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const se_GetRegisteredSubscriptionProviderCommand: (
|
|
55
|
-
input: GetRegisteredSubscriptionProviderCommandInput,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const se_GetServiceSettingsCommand: (
|
|
59
|
-
input: GetServiceSettingsCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_ListLinuxSubscriptionInstancesCommand: (
|
|
63
|
-
input: ListLinuxSubscriptionInstancesCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_ListLinuxSubscriptionsCommand: (
|
|
67
|
-
input: ListLinuxSubscriptionsCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_ListRegisteredSubscriptionProvidersCommand: (
|
|
71
|
-
input: ListRegisteredSubscriptionProvidersCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
75
|
-
input: ListTagsForResourceCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_RegisterSubscriptionProviderCommand: (
|
|
79
|
-
input: RegisterSubscriptionProviderCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_TagResourceCommand: (
|
|
83
|
-
input: TagResourceCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_UntagResourceCommand: (
|
|
87
|
-
input: UntagResourceCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_UpdateServiceSettingsCommand: (
|
|
91
|
-
input: UpdateServiceSettingsCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const de_DeregisterSubscriptionProviderCommand: (
|
|
95
|
-
output: __HttpResponse,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<DeregisterSubscriptionProviderCommandOutput>;
|
|
98
|
-
export declare const de_GetRegisteredSubscriptionProviderCommand: (
|
|
99
|
-
output: __HttpResponse,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<GetRegisteredSubscriptionProviderCommandOutput>;
|
|
102
|
-
export declare const de_GetServiceSettingsCommand: (
|
|
103
|
-
output: __HttpResponse,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<GetServiceSettingsCommandOutput>;
|
|
106
|
-
export declare const de_ListLinuxSubscriptionInstancesCommand: (
|
|
107
|
-
output: __HttpResponse,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<ListLinuxSubscriptionInstancesCommandOutput>;
|
|
110
|
-
export declare const de_ListLinuxSubscriptionsCommand: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<ListLinuxSubscriptionsCommandOutput>;
|
|
114
|
-
export declare const de_ListRegisteredSubscriptionProvidersCommand: (
|
|
115
|
-
output: __HttpResponse,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<ListRegisteredSubscriptionProvidersCommandOutput>;
|
|
118
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
122
|
-
export declare const de_RegisterSubscriptionProviderCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<RegisterSubscriptionProviderCommandOutput>;
|
|
126
|
-
export declare const de_TagResourceCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<TagResourceCommandOutput>;
|
|
130
|
-
export declare const de_UntagResourceCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
134
|
-
export declare const de_UpdateServiceSettingsCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<UpdateServiceSettingsCommandOutput>;
|