@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,146 +1,581 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AcceptGrantCommandInput, AcceptGrantCommandOutput } from "../commands/AcceptGrantCommand";
4
- import { CheckInLicenseCommandInput, CheckInLicenseCommandOutput } from "../commands/CheckInLicenseCommand";
5
- import { CheckoutBorrowLicenseCommandInput, CheckoutBorrowLicenseCommandOutput } from "../commands/CheckoutBorrowLicenseCommand";
6
- import { CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput } from "../commands/CheckoutLicenseCommand";
7
- import { CreateGrantCommandInput, CreateGrantCommandOutput } from "../commands/CreateGrantCommand";
8
- import { CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput } from "../commands/CreateGrantVersionCommand";
9
- import { CreateLicenseCommandInput, CreateLicenseCommandOutput } from "../commands/CreateLicenseCommand";
10
- import { CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput } from "../commands/CreateLicenseConfigurationCommand";
11
- import { CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput } from "../commands/CreateLicenseConversionTaskForResourceCommand";
12
- import { CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput } from "../commands/CreateLicenseManagerReportGeneratorCommand";
13
- import { CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput } from "../commands/CreateLicenseVersionCommand";
14
- import { CreateTokenCommandInput, CreateTokenCommandOutput } from "../commands/CreateTokenCommand";
15
- import { DeleteGrantCommandInput, DeleteGrantCommandOutput } from "../commands/DeleteGrantCommand";
16
- import { DeleteLicenseCommandInput, DeleteLicenseCommandOutput } from "../commands/DeleteLicenseCommand";
17
- import { DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput } from "../commands/DeleteLicenseConfigurationCommand";
18
- import { DeleteLicenseManagerReportGeneratorCommandInput, DeleteLicenseManagerReportGeneratorCommandOutput } from "../commands/DeleteLicenseManagerReportGeneratorCommand";
19
- import { DeleteTokenCommandInput, DeleteTokenCommandOutput } from "../commands/DeleteTokenCommand";
20
- import { ExtendLicenseConsumptionCommandInput, ExtendLicenseConsumptionCommandOutput } from "../commands/ExtendLicenseConsumptionCommand";
21
- import { GetAccessTokenCommandInput, GetAccessTokenCommandOutput } from "../commands/GetAccessTokenCommand";
22
- import { GetGrantCommandInput, GetGrantCommandOutput } from "../commands/GetGrantCommand";
23
- import { GetLicenseCommandInput, GetLicenseCommandOutput } from "../commands/GetLicenseCommand";
24
- import { GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput } from "../commands/GetLicenseConfigurationCommand";
25
- import { GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput } from "../commands/GetLicenseConversionTaskCommand";
26
- import { GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput } from "../commands/GetLicenseManagerReportGeneratorCommand";
27
- import { GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput } from "../commands/GetLicenseUsageCommand";
28
- import { GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput } from "../commands/GetServiceSettingsCommand";
29
- import { ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsForLicenseConfigurationCommandOutput } from "../commands/ListAssociationsForLicenseConfigurationCommand";
30
- import { ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput } from "../commands/ListDistributedGrantsCommand";
31
- import { ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput } from "../commands/ListFailuresForLicenseConfigurationOperationsCommand";
32
- import { ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput } from "../commands/ListLicenseConfigurationsCommand";
33
- import { ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput } from "../commands/ListLicenseConversionTasksCommand";
34
- import { ListLicenseManagerReportGeneratorsCommandInput, ListLicenseManagerReportGeneratorsCommandOutput } from "../commands/ListLicenseManagerReportGeneratorsCommand";
35
- import { ListLicensesCommandInput, ListLicensesCommandOutput } from "../commands/ListLicensesCommand";
36
- import { ListLicenseSpecificationsForResourceCommandInput, ListLicenseSpecificationsForResourceCommandOutput } from "../commands/ListLicenseSpecificationsForResourceCommand";
37
- import { ListLicenseVersionsCommandInput, ListLicenseVersionsCommandOutput } from "../commands/ListLicenseVersionsCommand";
38
- import { ListReceivedGrantsCommandInput, ListReceivedGrantsCommandOutput } from "../commands/ListReceivedGrantsCommand";
39
- import { ListReceivedLicensesCommandInput, ListReceivedLicensesCommandOutput } from "../commands/ListReceivedLicensesCommand";
40
- import { ListResourceInventoryCommandInput, ListResourceInventoryCommandOutput } from "../commands/ListResourceInventoryCommand";
41
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
42
- import { ListTokensCommandInput, ListTokensCommandOutput } from "../commands/ListTokensCommand";
43
- import { ListUsageForLicenseConfigurationCommandInput, ListUsageForLicenseConfigurationCommandOutput } from "../commands/ListUsageForLicenseConfigurationCommand";
44
- import { RejectGrantCommandInput, RejectGrantCommandOutput } from "../commands/RejectGrantCommand";
45
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
46
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
47
- import { UpdateLicenseConfigurationCommandInput, UpdateLicenseConfigurationCommandOutput } from "../commands/UpdateLicenseConfigurationCommand";
48
- import { UpdateLicenseManagerReportGeneratorCommandInput, UpdateLicenseManagerReportGeneratorCommandOutput } from "../commands/UpdateLicenseManagerReportGeneratorCommand";
49
- import { UpdateLicenseSpecificationsForResourceCommandInput, UpdateLicenseSpecificationsForResourceCommandOutput } from "../commands/UpdateLicenseSpecificationsForResourceCommand";
50
- import { UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput } from "../commands/UpdateServiceSettingsCommand";
51
- export declare const serializeAws_json1_1AcceptGrantCommand: (input: AcceptGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1CheckInLicenseCommand: (input: CheckInLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1CheckoutBorrowLicenseCommand: (input: CheckoutBorrowLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1CheckoutLicenseCommand: (input: CheckoutLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1CreateGrantCommand: (input: CreateGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1CreateGrantVersionCommand: (input: CreateGrantVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1CreateLicenseCommand: (input: CreateLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1CreateLicenseConfigurationCommand: (input: CreateLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1CreateLicenseConversionTaskForResourceCommand: (input: CreateLicenseConversionTaskForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1CreateLicenseManagerReportGeneratorCommand: (input: CreateLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1CreateLicenseVersionCommand: (input: CreateLicenseVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1CreateTokenCommand: (input: CreateTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DeleteGrantCommand: (input: DeleteGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1DeleteLicenseCommand: (input: DeleteLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1DeleteLicenseConfigurationCommand: (input: DeleteLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand: (input: DeleteLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1DeleteTokenCommand: (input: DeleteTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1ExtendLicenseConsumptionCommand: (input: ExtendLicenseConsumptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1GetAccessTokenCommand: (input: GetAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1GetGrantCommand: (input: GetGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1GetLicenseCommand: (input: GetLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1GetLicenseConfigurationCommand: (input: GetLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1GetLicenseConversionTaskCommand: (input: GetLicenseConversionTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1GetLicenseManagerReportGeneratorCommand: (input: GetLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1GetLicenseUsageCommand: (input: GetLicenseUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1GetServiceSettingsCommand: (input: GetServiceSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1ListAssociationsForLicenseConfigurationCommand: (input: ListAssociationsForLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1ListDistributedGrantsCommand: (input: ListDistributedGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand: (input: ListFailuresForLicenseConfigurationOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1ListLicenseConfigurationsCommand: (input: ListLicenseConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1ListLicenseConversionTasksCommand: (input: ListLicenseConversionTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1ListLicenseManagerReportGeneratorsCommand: (input: ListLicenseManagerReportGeneratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1ListLicensesCommand: (input: ListLicensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1ListLicenseSpecificationsForResourceCommand: (input: ListLicenseSpecificationsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1ListLicenseVersionsCommand: (input: ListLicenseVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1ListReceivedGrantsCommand: (input: ListReceivedGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1ListReceivedLicensesCommand: (input: ListReceivedLicensesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1ListResourceInventoryCommand: (input: ListResourceInventoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1ListTokensCommand: (input: ListTokensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1ListUsageForLicenseConfigurationCommand: (input: ListUsageForLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1RejectGrantCommand: (input: RejectGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1UpdateLicenseConfigurationCommand: (input: UpdateLicenseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand: (input: UpdateLicenseManagerReportGeneratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand: (input: UpdateLicenseSpecificationsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1UpdateServiceSettingsCommand: (input: UpdateServiceSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const deserializeAws_json1_1AcceptGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptGrantCommandOutput>;
100
- export declare const deserializeAws_json1_1CheckInLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckInLicenseCommandOutput>;
101
- export declare const deserializeAws_json1_1CheckoutBorrowLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckoutBorrowLicenseCommandOutput>;
102
- export declare const deserializeAws_json1_1CheckoutLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckoutLicenseCommandOutput>;
103
- export declare const deserializeAws_json1_1CreateGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGrantCommandOutput>;
104
- export declare const deserializeAws_json1_1CreateGrantVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGrantVersionCommandOutput>;
105
- export declare const deserializeAws_json1_1CreateLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseCommandOutput>;
106
- export declare const deserializeAws_json1_1CreateLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseConfigurationCommandOutput>;
107
- export declare const deserializeAws_json1_1CreateLicenseConversionTaskForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseConversionTaskForResourceCommandOutput>;
108
- export declare const deserializeAws_json1_1CreateLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseManagerReportGeneratorCommandOutput>;
109
- export declare const deserializeAws_json1_1CreateLicenseVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseVersionCommandOutput>;
110
- export declare const deserializeAws_json1_1CreateTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTokenCommandOutput>;
111
- export declare const deserializeAws_json1_1DeleteGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGrantCommandOutput>;
112
- export declare const deserializeAws_json1_1DeleteLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLicenseCommandOutput>;
113
- export declare const deserializeAws_json1_1DeleteLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLicenseConfigurationCommandOutput>;
114
- export declare const deserializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLicenseManagerReportGeneratorCommandOutput>;
115
- export declare const deserializeAws_json1_1DeleteTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTokenCommandOutput>;
116
- export declare const deserializeAws_json1_1ExtendLicenseConsumptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExtendLicenseConsumptionCommandOutput>;
117
- export declare const deserializeAws_json1_1GetAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessTokenCommandOutput>;
118
- export declare const deserializeAws_json1_1GetGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGrantCommandOutput>;
119
- export declare const deserializeAws_json1_1GetLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseCommandOutput>;
120
- export declare const deserializeAws_json1_1GetLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseConfigurationCommandOutput>;
121
- export declare const deserializeAws_json1_1GetLicenseConversionTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseConversionTaskCommandOutput>;
122
- export declare const deserializeAws_json1_1GetLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseManagerReportGeneratorCommandOutput>;
123
- export declare const deserializeAws_json1_1GetLicenseUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseUsageCommandOutput>;
124
- export declare const deserializeAws_json1_1GetServiceSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceSettingsCommandOutput>;
125
- export declare const deserializeAws_json1_1ListAssociationsForLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociationsForLicenseConfigurationCommandOutput>;
126
- export declare const deserializeAws_json1_1ListDistributedGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributedGrantsCommandOutput>;
127
- export declare const deserializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFailuresForLicenseConfigurationOperationsCommandOutput>;
128
- export declare const deserializeAws_json1_1ListLicenseConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseConfigurationsCommandOutput>;
129
- export declare const deserializeAws_json1_1ListLicenseConversionTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseConversionTasksCommandOutput>;
130
- export declare const deserializeAws_json1_1ListLicenseManagerReportGeneratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseManagerReportGeneratorsCommandOutput>;
131
- export declare const deserializeAws_json1_1ListLicensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicensesCommandOutput>;
132
- export declare const deserializeAws_json1_1ListLicenseSpecificationsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseSpecificationsForResourceCommandOutput>;
133
- export declare const deserializeAws_json1_1ListLicenseVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseVersionsCommandOutput>;
134
- export declare const deserializeAws_json1_1ListReceivedGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReceivedGrantsCommandOutput>;
135
- export declare const deserializeAws_json1_1ListReceivedLicensesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReceivedLicensesCommandOutput>;
136
- export declare const deserializeAws_json1_1ListResourceInventoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceInventoryCommandOutput>;
137
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
138
- export declare const deserializeAws_json1_1ListTokensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTokensCommandOutput>;
139
- export declare const deserializeAws_json1_1ListUsageForLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageForLicenseConfigurationCommandOutput>;
140
- export declare const deserializeAws_json1_1RejectGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectGrantCommandOutput>;
141
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
142
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
143
- export declare const deserializeAws_json1_1UpdateLicenseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLicenseConfigurationCommandOutput>;
144
- export declare const deserializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLicenseManagerReportGeneratorCommandOutput>;
145
- export declare const deserializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLicenseSpecificationsForResourceCommandOutput>;
146
- export declare const deserializeAws_json1_1UpdateServiceSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceSettingsCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AcceptGrantCommandInput,
8
+ AcceptGrantCommandOutput,
9
+ } from "../commands/AcceptGrantCommand";
10
+ import {
11
+ CheckInLicenseCommandInput,
12
+ CheckInLicenseCommandOutput,
13
+ } from "../commands/CheckInLicenseCommand";
14
+ import {
15
+ CheckoutBorrowLicenseCommandInput,
16
+ CheckoutBorrowLicenseCommandOutput,
17
+ } from "../commands/CheckoutBorrowLicenseCommand";
18
+ import {
19
+ CheckoutLicenseCommandInput,
20
+ CheckoutLicenseCommandOutput,
21
+ } from "../commands/CheckoutLicenseCommand";
22
+ import {
23
+ CreateGrantCommandInput,
24
+ CreateGrantCommandOutput,
25
+ } from "../commands/CreateGrantCommand";
26
+ import {
27
+ CreateGrantVersionCommandInput,
28
+ CreateGrantVersionCommandOutput,
29
+ } from "../commands/CreateGrantVersionCommand";
30
+ import {
31
+ CreateLicenseCommandInput,
32
+ CreateLicenseCommandOutput,
33
+ } from "../commands/CreateLicenseCommand";
34
+ import {
35
+ CreateLicenseConfigurationCommandInput,
36
+ CreateLicenseConfigurationCommandOutput,
37
+ } from "../commands/CreateLicenseConfigurationCommand";
38
+ import {
39
+ CreateLicenseConversionTaskForResourceCommandInput,
40
+ CreateLicenseConversionTaskForResourceCommandOutput,
41
+ } from "../commands/CreateLicenseConversionTaskForResourceCommand";
42
+ import {
43
+ CreateLicenseManagerReportGeneratorCommandInput,
44
+ CreateLicenseManagerReportGeneratorCommandOutput,
45
+ } from "../commands/CreateLicenseManagerReportGeneratorCommand";
46
+ import {
47
+ CreateLicenseVersionCommandInput,
48
+ CreateLicenseVersionCommandOutput,
49
+ } from "../commands/CreateLicenseVersionCommand";
50
+ import {
51
+ CreateTokenCommandInput,
52
+ CreateTokenCommandOutput,
53
+ } from "../commands/CreateTokenCommand";
54
+ import {
55
+ DeleteGrantCommandInput,
56
+ DeleteGrantCommandOutput,
57
+ } from "../commands/DeleteGrantCommand";
58
+ import {
59
+ DeleteLicenseCommandInput,
60
+ DeleteLicenseCommandOutput,
61
+ } from "../commands/DeleteLicenseCommand";
62
+ import {
63
+ DeleteLicenseConfigurationCommandInput,
64
+ DeleteLicenseConfigurationCommandOutput,
65
+ } from "../commands/DeleteLicenseConfigurationCommand";
66
+ import {
67
+ DeleteLicenseManagerReportGeneratorCommandInput,
68
+ DeleteLicenseManagerReportGeneratorCommandOutput,
69
+ } from "../commands/DeleteLicenseManagerReportGeneratorCommand";
70
+ import {
71
+ DeleteTokenCommandInput,
72
+ DeleteTokenCommandOutput,
73
+ } from "../commands/DeleteTokenCommand";
74
+ import {
75
+ ExtendLicenseConsumptionCommandInput,
76
+ ExtendLicenseConsumptionCommandOutput,
77
+ } from "../commands/ExtendLicenseConsumptionCommand";
78
+ import {
79
+ GetAccessTokenCommandInput,
80
+ GetAccessTokenCommandOutput,
81
+ } from "../commands/GetAccessTokenCommand";
82
+ import {
83
+ GetGrantCommandInput,
84
+ GetGrantCommandOutput,
85
+ } from "../commands/GetGrantCommand";
86
+ import {
87
+ GetLicenseCommandInput,
88
+ GetLicenseCommandOutput,
89
+ } from "../commands/GetLicenseCommand";
90
+ import {
91
+ GetLicenseConfigurationCommandInput,
92
+ GetLicenseConfigurationCommandOutput,
93
+ } from "../commands/GetLicenseConfigurationCommand";
94
+ import {
95
+ GetLicenseConversionTaskCommandInput,
96
+ GetLicenseConversionTaskCommandOutput,
97
+ } from "../commands/GetLicenseConversionTaskCommand";
98
+ import {
99
+ GetLicenseManagerReportGeneratorCommandInput,
100
+ GetLicenseManagerReportGeneratorCommandOutput,
101
+ } from "../commands/GetLicenseManagerReportGeneratorCommand";
102
+ import {
103
+ GetLicenseUsageCommandInput,
104
+ GetLicenseUsageCommandOutput,
105
+ } from "../commands/GetLicenseUsageCommand";
106
+ import {
107
+ GetServiceSettingsCommandInput,
108
+ GetServiceSettingsCommandOutput,
109
+ } from "../commands/GetServiceSettingsCommand";
110
+ import {
111
+ ListAssociationsForLicenseConfigurationCommandInput,
112
+ ListAssociationsForLicenseConfigurationCommandOutput,
113
+ } from "../commands/ListAssociationsForLicenseConfigurationCommand";
114
+ import {
115
+ ListDistributedGrantsCommandInput,
116
+ ListDistributedGrantsCommandOutput,
117
+ } from "../commands/ListDistributedGrantsCommand";
118
+ import {
119
+ ListFailuresForLicenseConfigurationOperationsCommandInput,
120
+ ListFailuresForLicenseConfigurationOperationsCommandOutput,
121
+ } from "../commands/ListFailuresForLicenseConfigurationOperationsCommand";
122
+ import {
123
+ ListLicenseConfigurationsCommandInput,
124
+ ListLicenseConfigurationsCommandOutput,
125
+ } from "../commands/ListLicenseConfigurationsCommand";
126
+ import {
127
+ ListLicenseConversionTasksCommandInput,
128
+ ListLicenseConversionTasksCommandOutput,
129
+ } from "../commands/ListLicenseConversionTasksCommand";
130
+ import {
131
+ ListLicenseManagerReportGeneratorsCommandInput,
132
+ ListLicenseManagerReportGeneratorsCommandOutput,
133
+ } from "../commands/ListLicenseManagerReportGeneratorsCommand";
134
+ import {
135
+ ListLicensesCommandInput,
136
+ ListLicensesCommandOutput,
137
+ } from "../commands/ListLicensesCommand";
138
+ import {
139
+ ListLicenseSpecificationsForResourceCommandInput,
140
+ ListLicenseSpecificationsForResourceCommandOutput,
141
+ } from "../commands/ListLicenseSpecificationsForResourceCommand";
142
+ import {
143
+ ListLicenseVersionsCommandInput,
144
+ ListLicenseVersionsCommandOutput,
145
+ } from "../commands/ListLicenseVersionsCommand";
146
+ import {
147
+ ListReceivedGrantsCommandInput,
148
+ ListReceivedGrantsCommandOutput,
149
+ } from "../commands/ListReceivedGrantsCommand";
150
+ import {
151
+ ListReceivedLicensesCommandInput,
152
+ ListReceivedLicensesCommandOutput,
153
+ } from "../commands/ListReceivedLicensesCommand";
154
+ import {
155
+ ListResourceInventoryCommandInput,
156
+ ListResourceInventoryCommandOutput,
157
+ } from "../commands/ListResourceInventoryCommand";
158
+ import {
159
+ ListTagsForResourceCommandInput,
160
+ ListTagsForResourceCommandOutput,
161
+ } from "../commands/ListTagsForResourceCommand";
162
+ import {
163
+ ListTokensCommandInput,
164
+ ListTokensCommandOutput,
165
+ } from "../commands/ListTokensCommand";
166
+ import {
167
+ ListUsageForLicenseConfigurationCommandInput,
168
+ ListUsageForLicenseConfigurationCommandOutput,
169
+ } from "../commands/ListUsageForLicenseConfigurationCommand";
170
+ import {
171
+ RejectGrantCommandInput,
172
+ RejectGrantCommandOutput,
173
+ } from "../commands/RejectGrantCommand";
174
+ import {
175
+ TagResourceCommandInput,
176
+ TagResourceCommandOutput,
177
+ } from "../commands/TagResourceCommand";
178
+ import {
179
+ UntagResourceCommandInput,
180
+ UntagResourceCommandOutput,
181
+ } from "../commands/UntagResourceCommand";
182
+ import {
183
+ UpdateLicenseConfigurationCommandInput,
184
+ UpdateLicenseConfigurationCommandOutput,
185
+ } from "../commands/UpdateLicenseConfigurationCommand";
186
+ import {
187
+ UpdateLicenseManagerReportGeneratorCommandInput,
188
+ UpdateLicenseManagerReportGeneratorCommandOutput,
189
+ } from "../commands/UpdateLicenseManagerReportGeneratorCommand";
190
+ import {
191
+ UpdateLicenseSpecificationsForResourceCommandInput,
192
+ UpdateLicenseSpecificationsForResourceCommandOutput,
193
+ } from "../commands/UpdateLicenseSpecificationsForResourceCommand";
194
+ import {
195
+ UpdateServiceSettingsCommandInput,
196
+ UpdateServiceSettingsCommandOutput,
197
+ } from "../commands/UpdateServiceSettingsCommand";
198
+ export declare const serializeAws_json1_1AcceptGrantCommand: (
199
+ input: AcceptGrantCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1CheckInLicenseCommand: (
203
+ input: CheckInLicenseCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1CheckoutBorrowLicenseCommand: (
207
+ input: CheckoutBorrowLicenseCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1CheckoutLicenseCommand: (
211
+ input: CheckoutLicenseCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1CreateGrantCommand: (
215
+ input: CreateGrantCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1CreateGrantVersionCommand: (
219
+ input: CreateGrantVersionCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1CreateLicenseCommand: (
223
+ input: CreateLicenseCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1CreateLicenseConfigurationCommand: (
227
+ input: CreateLicenseConfigurationCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1CreateLicenseConversionTaskForResourceCommand: (
231
+ input: CreateLicenseConversionTaskForResourceCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1CreateLicenseManagerReportGeneratorCommand: (
235
+ input: CreateLicenseManagerReportGeneratorCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1CreateLicenseVersionCommand: (
239
+ input: CreateLicenseVersionCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1CreateTokenCommand: (
243
+ input: CreateTokenCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1DeleteGrantCommand: (
247
+ input: DeleteGrantCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1DeleteLicenseCommand: (
251
+ input: DeleteLicenseCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1DeleteLicenseConfigurationCommand: (
255
+ input: DeleteLicenseConfigurationCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand: (
259
+ input: DeleteLicenseManagerReportGeneratorCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1DeleteTokenCommand: (
263
+ input: DeleteTokenCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1ExtendLicenseConsumptionCommand: (
267
+ input: ExtendLicenseConsumptionCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1GetAccessTokenCommand: (
271
+ input: GetAccessTokenCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1GetGrantCommand: (
275
+ input: GetGrantCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1GetLicenseCommand: (
279
+ input: GetLicenseCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1GetLicenseConfigurationCommand: (
283
+ input: GetLicenseConfigurationCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1GetLicenseConversionTaskCommand: (
287
+ input: GetLicenseConversionTaskCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1GetLicenseManagerReportGeneratorCommand: (
291
+ input: GetLicenseManagerReportGeneratorCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1GetLicenseUsageCommand: (
295
+ input: GetLicenseUsageCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1GetServiceSettingsCommand: (
299
+ input: GetServiceSettingsCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1ListAssociationsForLicenseConfigurationCommand: (
303
+ input: ListAssociationsForLicenseConfigurationCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1ListDistributedGrantsCommand: (
307
+ input: ListDistributedGrantsCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand: (
311
+ input: ListFailuresForLicenseConfigurationOperationsCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1ListLicenseConfigurationsCommand: (
315
+ input: ListLicenseConfigurationsCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1ListLicenseConversionTasksCommand: (
319
+ input: ListLicenseConversionTasksCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1ListLicenseManagerReportGeneratorsCommand: (
323
+ input: ListLicenseManagerReportGeneratorsCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1ListLicensesCommand: (
327
+ input: ListLicensesCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1ListLicenseSpecificationsForResourceCommand: (
331
+ input: ListLicenseSpecificationsForResourceCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1ListLicenseVersionsCommand: (
335
+ input: ListLicenseVersionsCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1ListReceivedGrantsCommand: (
339
+ input: ListReceivedGrantsCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1ListReceivedLicensesCommand: (
343
+ input: ListReceivedLicensesCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1ListResourceInventoryCommand: (
347
+ input: ListResourceInventoryCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
351
+ input: ListTagsForResourceCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1ListTokensCommand: (
355
+ input: ListTokensCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1ListUsageForLicenseConfigurationCommand: (
359
+ input: ListUsageForLicenseConfigurationCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1RejectGrantCommand: (
363
+ input: RejectGrantCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1TagResourceCommand: (
367
+ input: TagResourceCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1UntagResourceCommand: (
371
+ input: UntagResourceCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1UpdateLicenseConfigurationCommand: (
375
+ input: UpdateLicenseConfigurationCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand: (
379
+ input: UpdateLicenseManagerReportGeneratorCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand: (
383
+ input: UpdateLicenseSpecificationsForResourceCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_json1_1UpdateServiceSettingsCommand: (
387
+ input: UpdateServiceSettingsCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const deserializeAws_json1_1AcceptGrantCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<AcceptGrantCommandOutput>;
394
+ export declare const deserializeAws_json1_1CheckInLicenseCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<CheckInLicenseCommandOutput>;
398
+ export declare const deserializeAws_json1_1CheckoutBorrowLicenseCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<CheckoutBorrowLicenseCommandOutput>;
402
+ export declare const deserializeAws_json1_1CheckoutLicenseCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<CheckoutLicenseCommandOutput>;
406
+ export declare const deserializeAws_json1_1CreateGrantCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<CreateGrantCommandOutput>;
410
+ export declare const deserializeAws_json1_1CreateGrantVersionCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<CreateGrantVersionCommandOutput>;
414
+ export declare const deserializeAws_json1_1CreateLicenseCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<CreateLicenseCommandOutput>;
418
+ export declare const deserializeAws_json1_1CreateLicenseConfigurationCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<CreateLicenseConfigurationCommandOutput>;
422
+ export declare const deserializeAws_json1_1CreateLicenseConversionTaskForResourceCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<CreateLicenseConversionTaskForResourceCommandOutput>;
426
+ export declare const deserializeAws_json1_1CreateLicenseManagerReportGeneratorCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<CreateLicenseManagerReportGeneratorCommandOutput>;
430
+ export declare const deserializeAws_json1_1CreateLicenseVersionCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<CreateLicenseVersionCommandOutput>;
434
+ export declare const deserializeAws_json1_1CreateTokenCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<CreateTokenCommandOutput>;
438
+ export declare const deserializeAws_json1_1DeleteGrantCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<DeleteGrantCommandOutput>;
442
+ export declare const deserializeAws_json1_1DeleteLicenseCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<DeleteLicenseCommandOutput>;
446
+ export declare const deserializeAws_json1_1DeleteLicenseConfigurationCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<DeleteLicenseConfigurationCommandOutput>;
450
+ export declare const deserializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<DeleteLicenseManagerReportGeneratorCommandOutput>;
454
+ export declare const deserializeAws_json1_1DeleteTokenCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<DeleteTokenCommandOutput>;
458
+ export declare const deserializeAws_json1_1ExtendLicenseConsumptionCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<ExtendLicenseConsumptionCommandOutput>;
462
+ export declare const deserializeAws_json1_1GetAccessTokenCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<GetAccessTokenCommandOutput>;
466
+ export declare const deserializeAws_json1_1GetGrantCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<GetGrantCommandOutput>;
470
+ export declare const deserializeAws_json1_1GetLicenseCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<GetLicenseCommandOutput>;
474
+ export declare const deserializeAws_json1_1GetLicenseConfigurationCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<GetLicenseConfigurationCommandOutput>;
478
+ export declare const deserializeAws_json1_1GetLicenseConversionTaskCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<GetLicenseConversionTaskCommandOutput>;
482
+ export declare const deserializeAws_json1_1GetLicenseManagerReportGeneratorCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<GetLicenseManagerReportGeneratorCommandOutput>;
486
+ export declare const deserializeAws_json1_1GetLicenseUsageCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<GetLicenseUsageCommandOutput>;
490
+ export declare const deserializeAws_json1_1GetServiceSettingsCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<GetServiceSettingsCommandOutput>;
494
+ export declare const deserializeAws_json1_1ListAssociationsForLicenseConfigurationCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<ListAssociationsForLicenseConfigurationCommandOutput>;
498
+ export declare const deserializeAws_json1_1ListDistributedGrantsCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<ListDistributedGrantsCommandOutput>;
502
+ export declare const deserializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<ListFailuresForLicenseConfigurationOperationsCommandOutput>;
506
+ export declare const deserializeAws_json1_1ListLicenseConfigurationsCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<ListLicenseConfigurationsCommandOutput>;
510
+ export declare const deserializeAws_json1_1ListLicenseConversionTasksCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<ListLicenseConversionTasksCommandOutput>;
514
+ export declare const deserializeAws_json1_1ListLicenseManagerReportGeneratorsCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<ListLicenseManagerReportGeneratorsCommandOutput>;
518
+ export declare const deserializeAws_json1_1ListLicensesCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<ListLicensesCommandOutput>;
522
+ export declare const deserializeAws_json1_1ListLicenseSpecificationsForResourceCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<ListLicenseSpecificationsForResourceCommandOutput>;
526
+ export declare const deserializeAws_json1_1ListLicenseVersionsCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<ListLicenseVersionsCommandOutput>;
530
+ export declare const deserializeAws_json1_1ListReceivedGrantsCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<ListReceivedGrantsCommandOutput>;
534
+ export declare const deserializeAws_json1_1ListReceivedLicensesCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<ListReceivedLicensesCommandOutput>;
538
+ export declare const deserializeAws_json1_1ListResourceInventoryCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<ListResourceInventoryCommandOutput>;
542
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<ListTagsForResourceCommandOutput>;
546
+ export declare const deserializeAws_json1_1ListTokensCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<ListTokensCommandOutput>;
550
+ export declare const deserializeAws_json1_1ListUsageForLicenseConfigurationCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<ListUsageForLicenseConfigurationCommandOutput>;
554
+ export declare const deserializeAws_json1_1RejectGrantCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<RejectGrantCommandOutput>;
558
+ export declare const deserializeAws_json1_1TagResourceCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<TagResourceCommandOutput>;
562
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<UntagResourceCommandOutput>;
566
+ export declare const deserializeAws_json1_1UpdateLicenseConfigurationCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<UpdateLicenseConfigurationCommandOutput>;
570
+ export declare const deserializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<UpdateLicenseManagerReportGeneratorCommandOutput>;
574
+ export declare const deserializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<UpdateLicenseSpecificationsForResourceCommandOutput>;
578
+ export declare const deserializeAws_json1_1UpdateServiceSettingsCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<UpdateServiceSettingsCommandOutput>;