@aws-sdk/client-license-manager 3.169.0 → 3.171.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.
Files changed (63) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/LicenseManager.d.ts +874 -245
  3. package/dist-types/ts3.4/LicenseManagerClient.d.ts +393 -121
  4. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/index.d.ts +48 -48
  53. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  54. package/dist-types/ts3.4/index.d.ts +5 -5
  55. package/dist-types/ts3.4/models/LicenseManagerServiceException.d.ts +7 -6
  56. package/dist-types/ts3.4/models/index.d.ts +1 -1
  57. package/dist-types/ts3.4/models/models_0.d.ts +1379 -1768
  58. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  63. package/package.json +34 -34
@@ -1,121 +1,393 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AcceptGrantCommandInput, AcceptGrantCommandOutput } from "./commands/AcceptGrantCommand";
10
- import { CheckInLicenseCommandInput, CheckInLicenseCommandOutput } from "./commands/CheckInLicenseCommand";
11
- import { CheckoutBorrowLicenseCommandInput, CheckoutBorrowLicenseCommandOutput } from "./commands/CheckoutBorrowLicenseCommand";
12
- import { CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput } from "./commands/CheckoutLicenseCommand";
13
- import { CreateGrantCommandInput, CreateGrantCommandOutput } from "./commands/CreateGrantCommand";
14
- import { CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput } from "./commands/CreateGrantVersionCommand";
15
- import { CreateLicenseCommandInput, CreateLicenseCommandOutput } from "./commands/CreateLicenseCommand";
16
- import { CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput } from "./commands/CreateLicenseConfigurationCommand";
17
- import { CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput } from "./commands/CreateLicenseConversionTaskForResourceCommand";
18
- import { CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput } from "./commands/CreateLicenseManagerReportGeneratorCommand";
19
- import { CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput } from "./commands/CreateLicenseVersionCommand";
20
- import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand";
21
- import { DeleteGrantCommandInput, DeleteGrantCommandOutput } from "./commands/DeleteGrantCommand";
22
- import { DeleteLicenseCommandInput, DeleteLicenseCommandOutput } from "./commands/DeleteLicenseCommand";
23
- import { DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput } from "./commands/DeleteLicenseConfigurationCommand";
24
- import { DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput } from "./commands/DeleteLicenseManagerReportGeneratorCommand";
25
- import { DeleteTokenCommandInput, DeleteTokenCommandOutput } from "./commands/DeleteTokenCommand";
26
- import { ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput } from "./commands/ExtendLicenseConsumptionCommand";
27
- import { GetAccessTokenCommandInput, GetAccessTokenCommandOutput } from "./commands/GetAccessTokenCommand";
28
- import { GetGrantCommandInput, GetGrantCommandOutput } from "./commands/GetGrantCommand";
29
- import { GetLicenseCommandInput, GetLicenseCommandOutput } from "./commands/GetLicenseCommand";
30
- import { GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput } from "./commands/GetLicenseConfigurationCommand";
31
- import { GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput } from "./commands/GetLicenseConversionTaskCommand";
32
- import { GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput } from "./commands/GetLicenseManagerReportGeneratorCommand";
33
- import { GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput } from "./commands/GetLicenseUsageCommand";
34
- import { GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput } from "./commands/GetServiceSettingsCommand";
35
- import { ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput } from "./commands/ListAssociationsForLicenseConfigurationCommand";
36
- import { ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput } from "./commands/ListDistributedGrantsCommand";
37
- import { ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput } from "./commands/ListFailuresForLicenseConfigurationOperationsCommand";
38
- import { ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput } from "./commands/ListLicenseConfigurationsCommand";
39
- import { ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput } from "./commands/ListLicenseConversionTasksCommand";
40
- import { ListLicenseManagerReportGeneratorsCommandInput, ListLicenseManagerReportGeneratorsCommandOutput } from "./commands/ListLicenseManagerReportGeneratorsCommand";
41
- import { ListLicensesCommandInput, ListLicensesCommandOutput } from "./commands/ListLicensesCommand";
42
- import { ListLicenseSpecificationsForResourceCommandInput, ListLicenseSpecificationsForResourceCommandOutput } from "./commands/ListLicenseSpecificationsForResourceCommand";
43
- import { ListLicenseVersionsCommandInput, ListLicenseVersionsCommandOutput } from "./commands/ListLicenseVersionsCommand";
44
- import { ListReceivedGrantsCommandInput, ListReceivedGrantsCommandOutput } from "./commands/ListReceivedGrantsCommand";
45
- import { ListReceivedLicensesCommandInput, ListReceivedLicensesCommandOutput } from "./commands/ListReceivedLicensesCommand";
46
- import { ListResourceInventoryCommandInput, ListResourceInventoryCommandOutput } from "./commands/ListResourceInventoryCommand";
47
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
48
- import { ListTokensCommandInput, ListTokensCommandOutput } from "./commands/ListTokensCommand";
49
- import { ListUsageForLicenseConfigurationCommandInput, ListUsageForLicenseConfigurationCommandOutput } from "./commands/ListUsageForLicenseConfigurationCommand";
50
- import { RejectGrantCommandInput, RejectGrantCommandOutput } from "./commands/RejectGrantCommand";
51
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
52
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
53
- import { UpdateLicenseConfigurationCommandInput, UpdateLicenseConfigurationCommandOutput } from "./commands/UpdateLicenseConfigurationCommand";
54
- import { UpdateLicenseManagerReportGeneratorCommandInput, UpdateLicenseManagerReportGeneratorCommandOutput } from "./commands/UpdateLicenseManagerReportGeneratorCommand";
55
- import { UpdateLicenseSpecificationsForResourceCommandInput, UpdateLicenseSpecificationsForResourceCommandOutput } from "./commands/UpdateLicenseSpecificationsForResourceCommand";
56
- import { UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput } from "./commands/UpdateServiceSettingsCommand";
57
- export declare type ServiceInputTypes = AcceptGrantCommandInput | CheckInLicenseCommandInput | CheckoutBorrowLicenseCommandInput | CheckoutLicenseCommandInput | CreateGrantCommandInput | CreateGrantVersionCommandInput | CreateLicenseCommandInput | CreateLicenseConfigurationCommandInput | CreateLicenseConversionTaskForResourceCommandInput | CreateLicenseManagerReportGeneratorCommandInput | CreateLicenseVersionCommandInput | CreateTokenCommandInput | DeleteGrantCommandInput | DeleteLicenseCommandInput | DeleteLicenseConfigurationCommandInput | DeleteLicenseManagerReportGeneratorCommandInput | DeleteTokenCommandInput | ExtendLicenseConsumptionCommandInput | GetAccessTokenCommandInput | GetGrantCommandInput | GetLicenseCommandInput | GetLicenseConfigurationCommandInput | GetLicenseConversionTaskCommandInput | GetLicenseManagerReportGeneratorCommandInput | GetLicenseUsageCommandInput | GetServiceSettingsCommandInput | ListAssociationsForLicenseConfigurationCommandInput | ListDistributedGrantsCommandInput | ListFailuresForLicenseConfigurationOperationsCommandInput | ListLicenseConfigurationsCommandInput | ListLicenseConversionTasksCommandInput | ListLicenseManagerReportGeneratorsCommandInput | ListLicenseSpecificationsForResourceCommandInput | ListLicenseVersionsCommandInput | ListLicensesCommandInput | ListReceivedGrantsCommandInput | ListReceivedLicensesCommandInput | ListResourceInventoryCommandInput | ListTagsForResourceCommandInput | ListTokensCommandInput | ListUsageForLicenseConfigurationCommandInput | RejectGrantCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateLicenseConfigurationCommandInput | UpdateLicenseManagerReportGeneratorCommandInput | UpdateLicenseSpecificationsForResourceCommandInput | UpdateServiceSettingsCommandInput;
58
- export declare type ServiceOutputTypes = AcceptGrantCommandOutput | CheckInLicenseCommandOutput | CheckoutBorrowLicenseCommandOutput | CheckoutLicenseCommandOutput | CreateGrantCommandOutput | CreateGrantVersionCommandOutput | CreateLicenseCommandOutput | CreateLicenseConfigurationCommandOutput | CreateLicenseConversionTaskForResourceCommandOutput | CreateLicenseManagerReportGeneratorCommandOutput | CreateLicenseVersionCommandOutput | CreateTokenCommandOutput | DeleteGrantCommandOutput | DeleteLicenseCommandOutput | DeleteLicenseConfigurationCommandOutput | DeleteLicenseManagerReportGeneratorCommandOutput | DeleteTokenCommandOutput | ExtendLicenseConsumptionCommandOutput | GetAccessTokenCommandOutput | GetGrantCommandOutput | GetLicenseCommandOutput | GetLicenseConfigurationCommandOutput | GetLicenseConversionTaskCommandOutput | GetLicenseManagerReportGeneratorCommandOutput | GetLicenseUsageCommandOutput | GetServiceSettingsCommandOutput | ListAssociationsForLicenseConfigurationCommandOutput | ListDistributedGrantsCommandOutput | ListFailuresForLicenseConfigurationOperationsCommandOutput | ListLicenseConfigurationsCommandOutput | ListLicenseConversionTasksCommandOutput | ListLicenseManagerReportGeneratorsCommandOutput | ListLicenseSpecificationsForResourceCommandOutput | ListLicenseVersionsCommandOutput | ListLicensesCommandOutput | ListReceivedGrantsCommandOutput | ListReceivedLicensesCommandOutput | ListResourceInventoryCommandOutput | ListTagsForResourceCommandOutput | ListTokensCommandOutput | ListUsageForLicenseConfigurationCommandOutput | RejectGrantCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateLicenseConfigurationCommandOutput | UpdateLicenseManagerReportGeneratorCommandOutput | UpdateLicenseSpecificationsForResourceCommandOutput | UpdateServiceSettingsCommandOutput;
59
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
60
-
61
- requestHandler?: __HttpHandler;
62
-
63
- sha256?: __HashConstructor;
64
-
65
- urlParser?: __UrlParser;
66
-
67
- bodyLengthChecker?: __BodyLengthCalculator;
68
-
69
- streamCollector?: __StreamCollector;
70
-
71
- base64Decoder?: __Decoder;
72
-
73
- base64Encoder?: __Encoder;
74
-
75
- utf8Decoder?: __Decoder;
76
-
77
- utf8Encoder?: __Encoder;
78
-
79
- runtime?: string;
80
-
81
- disableHostPrefix?: boolean;
82
-
83
- maxAttempts?: number | __Provider<number>;
84
-
85
- retryMode?: string | __Provider<string>;
86
-
87
- logger?: __Logger;
88
-
89
- useDualstackEndpoint?: boolean | __Provider<boolean>;
90
-
91
- useFipsEndpoint?: boolean | __Provider<boolean>;
92
-
93
- serviceId?: string;
94
-
95
- region?: string | __Provider<string>;
96
-
97
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
98
-
99
- regionInfoProvider?: RegionInfoProvider;
100
-
101
- defaultUserAgentProvider?: Provider<__UserAgent>;
102
-
103
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
104
- }
105
- declare type LicenseManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
106
-
107
- export interface LicenseManagerClientConfig extends LicenseManagerClientConfigType {
108
- }
109
- declare type LicenseManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
110
-
111
- export interface LicenseManagerClientResolvedConfig extends LicenseManagerClientResolvedConfigType {
112
- }
113
-
114
- export declare class LicenseManagerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LicenseManagerClientResolvedConfig> {
115
-
116
- readonly config: LicenseManagerClientResolvedConfig;
117
- constructor(configuration: LicenseManagerClientConfig);
118
-
119
- destroy(): void;
120
- }
121
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AcceptGrantCommandInput,
47
+ AcceptGrantCommandOutput,
48
+ } from "./commands/AcceptGrantCommand";
49
+ import {
50
+ CheckInLicenseCommandInput,
51
+ CheckInLicenseCommandOutput,
52
+ } from "./commands/CheckInLicenseCommand";
53
+ import {
54
+ CheckoutBorrowLicenseCommandInput,
55
+ CheckoutBorrowLicenseCommandOutput,
56
+ } from "./commands/CheckoutBorrowLicenseCommand";
57
+ import {
58
+ CheckoutLicenseCommandInput,
59
+ CheckoutLicenseCommandOutput,
60
+ } from "./commands/CheckoutLicenseCommand";
61
+ import {
62
+ CreateGrantCommandInput,
63
+ CreateGrantCommandOutput,
64
+ } from "./commands/CreateGrantCommand";
65
+ import {
66
+ CreateGrantVersionCommandInput,
67
+ CreateGrantVersionCommandOutput,
68
+ } from "./commands/CreateGrantVersionCommand";
69
+ import {
70
+ CreateLicenseCommandInput,
71
+ CreateLicenseCommandOutput,
72
+ } from "./commands/CreateLicenseCommand";
73
+ import {
74
+ CreateLicenseConfigurationCommandInput,
75
+ CreateLicenseConfigurationCommandOutput,
76
+ } from "./commands/CreateLicenseConfigurationCommand";
77
+ import {
78
+ CreateLicenseConversionTaskForResourceCommandInput,
79
+ CreateLicenseConversionTaskForResourceCommandOutput,
80
+ } from "./commands/CreateLicenseConversionTaskForResourceCommand";
81
+ import {
82
+ CreateLicenseManagerReportGeneratorCommandInput,
83
+ CreateLicenseManagerReportGeneratorCommandOutput,
84
+ } from "./commands/CreateLicenseManagerReportGeneratorCommand";
85
+ import {
86
+ CreateLicenseVersionCommandInput,
87
+ CreateLicenseVersionCommandOutput,
88
+ } from "./commands/CreateLicenseVersionCommand";
89
+ import {
90
+ CreateTokenCommandInput,
91
+ CreateTokenCommandOutput,
92
+ } from "./commands/CreateTokenCommand";
93
+ import {
94
+ DeleteGrantCommandInput,
95
+ DeleteGrantCommandOutput,
96
+ } from "./commands/DeleteGrantCommand";
97
+ import {
98
+ DeleteLicenseCommandInput,
99
+ DeleteLicenseCommandOutput,
100
+ } from "./commands/DeleteLicenseCommand";
101
+ import {
102
+ DeleteLicenseConfigurationCommandInput,
103
+ DeleteLicenseConfigurationCommandOutput,
104
+ } from "./commands/DeleteLicenseConfigurationCommand";
105
+ import {
106
+ DeleteLicenseManagerReportGeneratorCommandInput,
107
+ DeleteLicenseManagerReportGeneratorCommandOutput,
108
+ } from "./commands/DeleteLicenseManagerReportGeneratorCommand";
109
+ import {
110
+ DeleteTokenCommandInput,
111
+ DeleteTokenCommandOutput,
112
+ } from "./commands/DeleteTokenCommand";
113
+ import {
114
+ ExtendLicenseConsumptionCommandInput,
115
+ ExtendLicenseConsumptionCommandOutput,
116
+ } from "./commands/ExtendLicenseConsumptionCommand";
117
+ import {
118
+ GetAccessTokenCommandInput,
119
+ GetAccessTokenCommandOutput,
120
+ } from "./commands/GetAccessTokenCommand";
121
+ import {
122
+ GetGrantCommandInput,
123
+ GetGrantCommandOutput,
124
+ } from "./commands/GetGrantCommand";
125
+ import {
126
+ GetLicenseCommandInput,
127
+ GetLicenseCommandOutput,
128
+ } from "./commands/GetLicenseCommand";
129
+ import {
130
+ GetLicenseConfigurationCommandInput,
131
+ GetLicenseConfigurationCommandOutput,
132
+ } from "./commands/GetLicenseConfigurationCommand";
133
+ import {
134
+ GetLicenseConversionTaskCommandInput,
135
+ GetLicenseConversionTaskCommandOutput,
136
+ } from "./commands/GetLicenseConversionTaskCommand";
137
+ import {
138
+ GetLicenseManagerReportGeneratorCommandInput,
139
+ GetLicenseManagerReportGeneratorCommandOutput,
140
+ } from "./commands/GetLicenseManagerReportGeneratorCommand";
141
+ import {
142
+ GetLicenseUsageCommandInput,
143
+ GetLicenseUsageCommandOutput,
144
+ } from "./commands/GetLicenseUsageCommand";
145
+ import {
146
+ GetServiceSettingsCommandInput,
147
+ GetServiceSettingsCommandOutput,
148
+ } from "./commands/GetServiceSettingsCommand";
149
+ import {
150
+ ListAssociationsForLicenseConfigurationCommandInput,
151
+ ListAssociationsForLicenseConfigurationCommandOutput,
152
+ } from "./commands/ListAssociationsForLicenseConfigurationCommand";
153
+ import {
154
+ ListDistributedGrantsCommandInput,
155
+ ListDistributedGrantsCommandOutput,
156
+ } from "./commands/ListDistributedGrantsCommand";
157
+ import {
158
+ ListFailuresForLicenseConfigurationOperationsCommandInput,
159
+ ListFailuresForLicenseConfigurationOperationsCommandOutput,
160
+ } from "./commands/ListFailuresForLicenseConfigurationOperationsCommand";
161
+ import {
162
+ ListLicenseConfigurationsCommandInput,
163
+ ListLicenseConfigurationsCommandOutput,
164
+ } from "./commands/ListLicenseConfigurationsCommand";
165
+ import {
166
+ ListLicenseConversionTasksCommandInput,
167
+ ListLicenseConversionTasksCommandOutput,
168
+ } from "./commands/ListLicenseConversionTasksCommand";
169
+ import {
170
+ ListLicenseManagerReportGeneratorsCommandInput,
171
+ ListLicenseManagerReportGeneratorsCommandOutput,
172
+ } from "./commands/ListLicenseManagerReportGeneratorsCommand";
173
+ import {
174
+ ListLicensesCommandInput,
175
+ ListLicensesCommandOutput,
176
+ } from "./commands/ListLicensesCommand";
177
+ import {
178
+ ListLicenseSpecificationsForResourceCommandInput,
179
+ ListLicenseSpecificationsForResourceCommandOutput,
180
+ } from "./commands/ListLicenseSpecificationsForResourceCommand";
181
+ import {
182
+ ListLicenseVersionsCommandInput,
183
+ ListLicenseVersionsCommandOutput,
184
+ } from "./commands/ListLicenseVersionsCommand";
185
+ import {
186
+ ListReceivedGrantsCommandInput,
187
+ ListReceivedGrantsCommandOutput,
188
+ } from "./commands/ListReceivedGrantsCommand";
189
+ import {
190
+ ListReceivedLicensesCommandInput,
191
+ ListReceivedLicensesCommandOutput,
192
+ } from "./commands/ListReceivedLicensesCommand";
193
+ import {
194
+ ListResourceInventoryCommandInput,
195
+ ListResourceInventoryCommandOutput,
196
+ } from "./commands/ListResourceInventoryCommand";
197
+ import {
198
+ ListTagsForResourceCommandInput,
199
+ ListTagsForResourceCommandOutput,
200
+ } from "./commands/ListTagsForResourceCommand";
201
+ import {
202
+ ListTokensCommandInput,
203
+ ListTokensCommandOutput,
204
+ } from "./commands/ListTokensCommand";
205
+ import {
206
+ ListUsageForLicenseConfigurationCommandInput,
207
+ ListUsageForLicenseConfigurationCommandOutput,
208
+ } from "./commands/ListUsageForLicenseConfigurationCommand";
209
+ import {
210
+ RejectGrantCommandInput,
211
+ RejectGrantCommandOutput,
212
+ } from "./commands/RejectGrantCommand";
213
+ import {
214
+ TagResourceCommandInput,
215
+ TagResourceCommandOutput,
216
+ } from "./commands/TagResourceCommand";
217
+ import {
218
+ UntagResourceCommandInput,
219
+ UntagResourceCommandOutput,
220
+ } from "./commands/UntagResourceCommand";
221
+ import {
222
+ UpdateLicenseConfigurationCommandInput,
223
+ UpdateLicenseConfigurationCommandOutput,
224
+ } from "./commands/UpdateLicenseConfigurationCommand";
225
+ import {
226
+ UpdateLicenseManagerReportGeneratorCommandInput,
227
+ UpdateLicenseManagerReportGeneratorCommandOutput,
228
+ } from "./commands/UpdateLicenseManagerReportGeneratorCommand";
229
+ import {
230
+ UpdateLicenseSpecificationsForResourceCommandInput,
231
+ UpdateLicenseSpecificationsForResourceCommandOutput,
232
+ } from "./commands/UpdateLicenseSpecificationsForResourceCommand";
233
+ import {
234
+ UpdateServiceSettingsCommandInput,
235
+ UpdateServiceSettingsCommandOutput,
236
+ } from "./commands/UpdateServiceSettingsCommand";
237
+ export declare type ServiceInputTypes =
238
+ | AcceptGrantCommandInput
239
+ | CheckInLicenseCommandInput
240
+ | CheckoutBorrowLicenseCommandInput
241
+ | CheckoutLicenseCommandInput
242
+ | CreateGrantCommandInput
243
+ | CreateGrantVersionCommandInput
244
+ | CreateLicenseCommandInput
245
+ | CreateLicenseConfigurationCommandInput
246
+ | CreateLicenseConversionTaskForResourceCommandInput
247
+ | CreateLicenseManagerReportGeneratorCommandInput
248
+ | CreateLicenseVersionCommandInput
249
+ | CreateTokenCommandInput
250
+ | DeleteGrantCommandInput
251
+ | DeleteLicenseCommandInput
252
+ | DeleteLicenseConfigurationCommandInput
253
+ | DeleteLicenseManagerReportGeneratorCommandInput
254
+ | DeleteTokenCommandInput
255
+ | ExtendLicenseConsumptionCommandInput
256
+ | GetAccessTokenCommandInput
257
+ | GetGrantCommandInput
258
+ | GetLicenseCommandInput
259
+ | GetLicenseConfigurationCommandInput
260
+ | GetLicenseConversionTaskCommandInput
261
+ | GetLicenseManagerReportGeneratorCommandInput
262
+ | GetLicenseUsageCommandInput
263
+ | GetServiceSettingsCommandInput
264
+ | ListAssociationsForLicenseConfigurationCommandInput
265
+ | ListDistributedGrantsCommandInput
266
+ | ListFailuresForLicenseConfigurationOperationsCommandInput
267
+ | ListLicenseConfigurationsCommandInput
268
+ | ListLicenseConversionTasksCommandInput
269
+ | ListLicenseManagerReportGeneratorsCommandInput
270
+ | ListLicenseSpecificationsForResourceCommandInput
271
+ | ListLicenseVersionsCommandInput
272
+ | ListLicensesCommandInput
273
+ | ListReceivedGrantsCommandInput
274
+ | ListReceivedLicensesCommandInput
275
+ | ListResourceInventoryCommandInput
276
+ | ListTagsForResourceCommandInput
277
+ | ListTokensCommandInput
278
+ | ListUsageForLicenseConfigurationCommandInput
279
+ | RejectGrantCommandInput
280
+ | TagResourceCommandInput
281
+ | UntagResourceCommandInput
282
+ | UpdateLicenseConfigurationCommandInput
283
+ | UpdateLicenseManagerReportGeneratorCommandInput
284
+ | UpdateLicenseSpecificationsForResourceCommandInput
285
+ | UpdateServiceSettingsCommandInput;
286
+ export declare type ServiceOutputTypes =
287
+ | AcceptGrantCommandOutput
288
+ | CheckInLicenseCommandOutput
289
+ | CheckoutBorrowLicenseCommandOutput
290
+ | CheckoutLicenseCommandOutput
291
+ | CreateGrantCommandOutput
292
+ | CreateGrantVersionCommandOutput
293
+ | CreateLicenseCommandOutput
294
+ | CreateLicenseConfigurationCommandOutput
295
+ | CreateLicenseConversionTaskForResourceCommandOutput
296
+ | CreateLicenseManagerReportGeneratorCommandOutput
297
+ | CreateLicenseVersionCommandOutput
298
+ | CreateTokenCommandOutput
299
+ | DeleteGrantCommandOutput
300
+ | DeleteLicenseCommandOutput
301
+ | DeleteLicenseConfigurationCommandOutput
302
+ | DeleteLicenseManagerReportGeneratorCommandOutput
303
+ | DeleteTokenCommandOutput
304
+ | ExtendLicenseConsumptionCommandOutput
305
+ | GetAccessTokenCommandOutput
306
+ | GetGrantCommandOutput
307
+ | GetLicenseCommandOutput
308
+ | GetLicenseConfigurationCommandOutput
309
+ | GetLicenseConversionTaskCommandOutput
310
+ | GetLicenseManagerReportGeneratorCommandOutput
311
+ | GetLicenseUsageCommandOutput
312
+ | GetServiceSettingsCommandOutput
313
+ | ListAssociationsForLicenseConfigurationCommandOutput
314
+ | ListDistributedGrantsCommandOutput
315
+ | ListFailuresForLicenseConfigurationOperationsCommandOutput
316
+ | ListLicenseConfigurationsCommandOutput
317
+ | ListLicenseConversionTasksCommandOutput
318
+ | ListLicenseManagerReportGeneratorsCommandOutput
319
+ | ListLicenseSpecificationsForResourceCommandOutput
320
+ | ListLicenseVersionsCommandOutput
321
+ | ListLicensesCommandOutput
322
+ | ListReceivedGrantsCommandOutput
323
+ | ListReceivedLicensesCommandOutput
324
+ | ListResourceInventoryCommandOutput
325
+ | ListTagsForResourceCommandOutput
326
+ | ListTokensCommandOutput
327
+ | ListUsageForLicenseConfigurationCommandOutput
328
+ | RejectGrantCommandOutput
329
+ | TagResourceCommandOutput
330
+ | UntagResourceCommandOutput
331
+ | UpdateLicenseConfigurationCommandOutput
332
+ | UpdateLicenseManagerReportGeneratorCommandOutput
333
+ | UpdateLicenseSpecificationsForResourceCommandOutput
334
+ | UpdateServiceSettingsCommandOutput;
335
+ export interface ClientDefaults
336
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
337
+ requestHandler?: __HttpHandler;
338
+ sha256?: __HashConstructor;
339
+ urlParser?: __UrlParser;
340
+ bodyLengthChecker?: __BodyLengthCalculator;
341
+ streamCollector?: __StreamCollector;
342
+ base64Decoder?: __Decoder;
343
+ base64Encoder?: __Encoder;
344
+ utf8Decoder?: __Decoder;
345
+ utf8Encoder?: __Encoder;
346
+ runtime?: string;
347
+ disableHostPrefix?: boolean;
348
+ maxAttempts?: number | __Provider<number>;
349
+ retryMode?: string | __Provider<string>;
350
+ logger?: __Logger;
351
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
352
+ useFipsEndpoint?: boolean | __Provider<boolean>;
353
+ serviceId?: string;
354
+ region?: string | __Provider<string>;
355
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
356
+ regionInfoProvider?: RegionInfoProvider;
357
+ defaultUserAgentProvider?: Provider<__UserAgent>;
358
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
359
+ }
360
+ declare type LicenseManagerClientConfigType = Partial<
361
+ __SmithyConfiguration<__HttpHandlerOptions>
362
+ > &
363
+ ClientDefaults &
364
+ RegionInputConfig &
365
+ EndpointsInputConfig &
366
+ RetryInputConfig &
367
+ HostHeaderInputConfig &
368
+ AwsAuthInputConfig &
369
+ UserAgentInputConfig;
370
+ export interface LicenseManagerClientConfig
371
+ extends LicenseManagerClientConfigType {}
372
+ declare type LicenseManagerClientResolvedConfigType =
373
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
374
+ Required<ClientDefaults> &
375
+ RegionResolvedConfig &
376
+ EndpointsResolvedConfig &
377
+ RetryResolvedConfig &
378
+ HostHeaderResolvedConfig &
379
+ AwsAuthResolvedConfig &
380
+ UserAgentResolvedConfig;
381
+ export interface LicenseManagerClientResolvedConfig
382
+ extends LicenseManagerClientResolvedConfigType {}
383
+ export declare class LicenseManagerClient extends __Client<
384
+ __HttpHandlerOptions,
385
+ ServiceInputTypes,
386
+ ServiceOutputTypes,
387
+ LicenseManagerClientResolvedConfig
388
+ > {
389
+ readonly config: LicenseManagerClientResolvedConfig;
390
+ constructor(configuration: LicenseManagerClientConfig);
391
+ destroy(): void;
392
+ }
393
+ export {};
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { AcceptGrantRequest, AcceptGrantResponse } from "../models/models_0";
5
- export interface AcceptGrantCommandInput extends AcceptGrantRequest {
6
- }
7
- export interface AcceptGrantCommandOutput extends AcceptGrantResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AcceptGrantCommand extends $Command<AcceptGrantCommandInput, AcceptGrantCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: AcceptGrantCommandInput;
12
- constructor(input: AcceptGrantCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptGrantCommandInput, AcceptGrantCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import { AcceptGrantRequest, AcceptGrantResponse } from "../models/models_0";
14
+ export interface AcceptGrantCommandInput extends AcceptGrantRequest {}
15
+ export interface AcceptGrantCommandOutput
16
+ extends AcceptGrantResponse,
17
+ __MetadataBearer {}
18
+ export declare class AcceptGrantCommand extends $Command<
19
+ AcceptGrantCommandInput,
20
+ AcceptGrantCommandOutput,
21
+ LicenseManagerClientResolvedConfig
22
+ > {
23
+ readonly input: AcceptGrantCommandInput;
24
+ constructor(input: AcceptGrantCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LicenseManagerClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<AcceptGrantCommandInput, AcceptGrantCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
4
- import { CheckInLicenseRequest, CheckInLicenseResponse } from "../models/models_0";
5
- export interface CheckInLicenseCommandInput extends CheckInLicenseRequest {
6
- }
7
- export interface CheckInLicenseCommandOutput extends CheckInLicenseResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CheckInLicenseCommand extends $Command<CheckInLicenseCommandInput, CheckInLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
11
- readonly input: CheckInLicenseCommandInput;
12
- constructor(input: CheckInLicenseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CheckInLicenseCommandInput, CheckInLicenseCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LicenseManagerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LicenseManagerClient";
13
+ import {
14
+ CheckInLicenseRequest,
15
+ CheckInLicenseResponse,
16
+ } from "../models/models_0";
17
+ export interface CheckInLicenseCommandInput extends CheckInLicenseRequest {}
18
+ export interface CheckInLicenseCommandOutput
19
+ extends CheckInLicenseResponse,
20
+ __MetadataBearer {}
21
+ export declare class CheckInLicenseCommand extends $Command<
22
+ CheckInLicenseCommandInput,
23
+ CheckInLicenseCommandOutput,
24
+ LicenseManagerClientResolvedConfig
25
+ > {
26
+ readonly input: CheckInLicenseCommandInput;
27
+ constructor(input: CheckInLicenseCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LicenseManagerClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CheckInLicenseCommandInput, CheckInLicenseCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }