@aws-sdk/client-license-manager 3.33.0 → 3.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -0
- package/README.md +2 -4
- package/{dist/cjs → dist-cjs}/LicenseManager.js +47 -8
- package/{dist/cjs → dist-cjs}/LicenseManagerClient.js +8 -19
- package/{dist/cjs → dist-cjs}/commands/AcceptGrantCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CheckInLicenseCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CheckoutBorrowLicenseCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CheckoutLicenseCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateGrantCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateGrantVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateLicenseCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateLicenseConfigurationCommand.js +2 -32
- package/dist-cjs/commands/CreateLicenseConversionTaskForResourceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateLicenseVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateTokenCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DeleteGrantCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteLicenseCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteLicenseConfigurationCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteTokenCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ExtendLicenseConsumptionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetAccessTokenCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetGrantCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetLicenseCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetLicenseConfigurationCommand.js +2 -27
- package/dist-cjs/commands/GetLicenseConversionTaskCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/GetLicenseManagerReportGeneratorCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetLicenseUsageCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetServiceSettingsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListDistributedGrantsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListLicenseConfigurationsCommand.js +2 -27
- package/dist-cjs/commands/ListLicenseConversionTasksCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListLicenseSpecificationsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListLicenseVersionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListLicensesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListReceivedGrantsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListReceivedLicensesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListResourceInventoryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTokensCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListUsageForLicenseConfigurationCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/RejectGrantCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateLicenseConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/UpdateServiceSettingsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +3 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +57 -430
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +385 -8
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/LicenseManager.js +48 -9
- package/{dist/es → dist-es}/LicenseManagerClient.js +2 -13
- package/{dist/es → dist-es}/commands/AcceptGrantCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CheckInLicenseCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CheckoutBorrowLicenseCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CheckoutLicenseCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateGrantCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateGrantVersionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateLicenseCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateLicenseConfigurationCommand.js +4 -35
- package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateLicenseManagerReportGeneratorCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateLicenseVersionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateTokenCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DeleteGrantCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteLicenseCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteLicenseConfigurationCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteLicenseManagerReportGeneratorCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteTokenCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ExtendLicenseConsumptionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetAccessTokenCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetGrantCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetLicenseCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetLicenseConfigurationCommand.js +4 -30
- package/dist-es/commands/GetLicenseConversionTaskCommand.js +39 -0
- package/{dist/es → dist-es}/commands/GetLicenseManagerReportGeneratorCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetLicenseUsageCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetServiceSettingsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListAssociationsForLicenseConfigurationCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ListDistributedGrantsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListLicenseConfigurationsCommand.js +4 -30
- package/dist-es/commands/ListLicenseConversionTasksCommand.js +39 -0
- package/{dist/es → dist-es}/commands/ListLicenseManagerReportGeneratorsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListLicenseSpecificationsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListLicenseVersionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListLicensesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListReceivedGrantsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListReceivedLicensesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListResourceInventoryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTokensCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListUsageForLicenseConfigurationCommand.js +4 -32
- package/{dist/es → dist-es}/commands/RejectGrantCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateLicenseConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateLicenseManagerReportGeneratorCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateLicenseSpecificationsForResourceCommand.js +4 -33
- package/{dist/es → dist-es}/commands/UpdateServiceSettingsCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/es → dist-es}/index.js +3 -1
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +38 -427
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +1927 -1532
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/LicenseManager.d.ts +35 -14
- package/{dist/types/ts3.4 → dist-types}/LicenseManagerClient.d.ts +181 -179
- package/{dist/types → dist-types}/commands/AcceptGrantCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CheckInLicenseCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CheckoutBorrowLicenseCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CheckoutLicenseCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateGrantCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateGrantVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLicenseCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLicenseConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateLicenseVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTokenCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteGrantCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLicenseCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLicenseConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +5 -4
- package/{dist/types → dist-types}/commands/DeleteTokenCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ExtendLicenseConsumptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAccessTokenCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetGrantCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetLicenseCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetLicenseConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/GetLicenseManagerReportGeneratorCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetLicenseUsageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetServiceSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDistributedGrantsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLicenseConfigurationsCommand.d.ts +2 -2
- package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLicenseSpecificationsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLicenseVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLicensesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListReceivedGrantsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListReceivedLicensesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListResourceInventoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTokensCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListUsageForLicenseConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RejectGrantCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateLicenseConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +4 -4
- package/{dist/types → dist-types}/commands/UpdateServiceSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +3 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +249 -39
- package/{dist/types/ts3.4 → dist-types}/protocols/Aws_json1_1.d.ts +146 -137
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/LicenseManager.d.ts +64 -163
- package/{dist/types → dist-types/ts3.4}/LicenseManagerClient.d.ts +115 -179
- package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/CheckoutLicenseCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateGrantVersionCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/CreateLicenseCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/CreateLicenseVersionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetServiceSettingsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListDistributedGrantsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListLicenseVersionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListReceivedGrantsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListReceivedLicensesCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListResourceInventoryCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +3 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2067 -0
- package/{dist/types → dist-types/ts3.4}/protocols/Aws_json1_1.d.ts +146 -137
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +52 -49
- package/LicenseManager.ts +0 -1597
- package/LicenseManagerClient.ts +0 -444
- package/commands/AcceptGrantCommand.ts +0 -94
- package/commands/CheckInLicenseCommand.ts +0 -94
- package/commands/CheckoutBorrowLicenseCommand.ts +0 -94
- package/commands/CheckoutLicenseCommand.ts +0 -94
- package/commands/CreateGrantCommand.ts +0 -94
- package/commands/CreateGrantVersionCommand.ts +0 -94
- package/commands/CreateLicenseCommand.ts +0 -94
- package/commands/CreateLicenseConfigurationCommand.ts +0 -102
- package/commands/CreateLicenseManagerReportGeneratorCommand.ts +0 -105
- package/commands/CreateLicenseVersionCommand.ts +0 -94
- package/commands/CreateTokenCommand.ts +0 -97
- package/commands/DeleteGrantCommand.ts +0 -94
- package/commands/DeleteLicenseCommand.ts +0 -94
- package/commands/DeleteLicenseConfigurationCommand.ts +0 -98
- package/commands/DeleteLicenseManagerReportGeneratorCommand.ts +0 -106
- package/commands/DeleteTokenCommand.ts +0 -94
- package/commands/ExtendLicenseConsumptionCommand.ts +0 -94
- package/commands/GetAccessTokenCommand.ts +0 -95
- package/commands/GetGrantCommand.ts +0 -91
- package/commands/GetLicenseCommand.ts +0 -94
- package/commands/GetLicenseConfigurationCommand.ts +0 -94
- package/commands/GetLicenseManagerReportGeneratorCommand.ts +0 -102
- package/commands/GetLicenseUsageCommand.ts +0 -94
- package/commands/GetServiceSettingsCommand.ts +0 -94
- package/commands/ListAssociationsForLicenseConfigurationCommand.ts +0 -112
- package/commands/ListDistributedGrantsCommand.ts +0 -94
- package/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts +0 -109
- package/commands/ListLicenseConfigurationsCommand.ts +0 -97
- package/commands/ListLicenseManagerReportGeneratorsCommand.ts +0 -105
- package/commands/ListLicenseSpecificationsForResourceCommand.ts +0 -105
- package/commands/ListLicenseVersionsCommand.ts +0 -94
- package/commands/ListLicensesCommand.ts +0 -94
- package/commands/ListReceivedGrantsCommand.ts +0 -94
- package/commands/ListReceivedLicensesCommand.ts +0 -94
- package/commands/ListResourceInventoryCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListTokensCommand.ts +0 -94
- package/commands/ListUsageForLicenseConfigurationCommand.ts +0 -104
- package/commands/RejectGrantCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateLicenseConfigurationCommand.ts +0 -97
- package/commands/UpdateLicenseManagerReportGeneratorCommand.ts +0 -106
- package/commands/UpdateLicenseSpecificationsForResourceCommand.ts +0 -109
- package/commands/UpdateServiceSettingsCommand.ts +0 -94
- package/dist/cjs/LicenseManager.js.map +0 -1
- package/dist/cjs/LicenseManagerClient.js.map +0 -1
- package/dist/cjs/commands/AcceptGrantCommand.js.map +0 -1
- package/dist/cjs/commands/CheckInLicenseCommand.js.map +0 -1
- package/dist/cjs/commands/CheckoutBorrowLicenseCommand.js.map +0 -1
- package/dist/cjs/commands/CheckoutLicenseCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGrantCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGrantVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLicenseCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLicenseConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLicenseVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTokenCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGrantCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLicenseCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLicenseConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTokenCommand.js.map +0 -1
- package/dist/cjs/commands/ExtendLicenseConsumptionCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessTokenCommand.js.map +0 -1
- package/dist/cjs/commands/GetGrantCommand.js.map +0 -1
- package/dist/cjs/commands/GetLicenseCommand.js.map +0 -1
- package/dist/cjs/commands/GetLicenseConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/cjs/commands/GetLicenseUsageCommand.js.map +0 -1
- package/dist/cjs/commands/GetServiceSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssociationsForLicenseConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributedGrantsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFailuresForLicenseConfigurationOperationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLicenseConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLicenseManagerReportGeneratorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLicenseSpecificationsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListLicenseVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLicensesCommand.js.map +0 -1
- package/dist/cjs/commands/ListReceivedGrantsCommand.js.map +0 -1
- package/dist/cjs/commands/ListReceivedLicensesCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourceInventoryCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTokensCommand.js.map +0 -1
- package/dist/cjs/commands/ListUsageForLicenseConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/RejectGrantCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLicenseConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLicenseSpecificationsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateServiceSettingsCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/LicenseManager.js.map +0 -1
- package/dist/es/LicenseManagerClient.js.map +0 -1
- package/dist/es/commands/AcceptGrantCommand.js.map +0 -1
- package/dist/es/commands/CheckInLicenseCommand.js.map +0 -1
- package/dist/es/commands/CheckoutBorrowLicenseCommand.js.map +0 -1
- package/dist/es/commands/CheckoutLicenseCommand.js.map +0 -1
- package/dist/es/commands/CreateGrantCommand.js.map +0 -1
- package/dist/es/commands/CreateGrantVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateLicenseCommand.js.map +0 -1
- package/dist/es/commands/CreateLicenseConfigurationCommand.js.map +0 -1
- package/dist/es/commands/CreateLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/es/commands/CreateLicenseVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateTokenCommand.js.map +0 -1
- package/dist/es/commands/DeleteGrantCommand.js.map +0 -1
- package/dist/es/commands/DeleteLicenseCommand.js.map +0 -1
- package/dist/es/commands/DeleteLicenseConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/es/commands/DeleteTokenCommand.js.map +0 -1
- package/dist/es/commands/ExtendLicenseConsumptionCommand.js.map +0 -1
- package/dist/es/commands/GetAccessTokenCommand.js.map +0 -1
- package/dist/es/commands/GetGrantCommand.js.map +0 -1
- package/dist/es/commands/GetLicenseCommand.js.map +0 -1
- package/dist/es/commands/GetLicenseConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/es/commands/GetLicenseUsageCommand.js.map +0 -1
- package/dist/es/commands/GetServiceSettingsCommand.js.map +0 -1
- package/dist/es/commands/ListAssociationsForLicenseConfigurationCommand.js.map +0 -1
- package/dist/es/commands/ListDistributedGrantsCommand.js.map +0 -1
- package/dist/es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js.map +0 -1
- package/dist/es/commands/ListLicenseConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/ListLicenseManagerReportGeneratorsCommand.js.map +0 -1
- package/dist/es/commands/ListLicenseSpecificationsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListLicenseVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListLicensesCommand.js.map +0 -1
- package/dist/es/commands/ListReceivedGrantsCommand.js.map +0 -1
- package/dist/es/commands/ListReceivedLicensesCommand.js.map +0 -1
- package/dist/es/commands/ListResourceInventoryCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTokensCommand.js.map +0 -1
- package/dist/es/commands/ListUsageForLicenseConfigurationCommand.js.map +0 -1
- package/dist/es/commands/RejectGrantCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateLicenseConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/es/commands/UpdateLicenseSpecificationsForResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateServiceSettingsCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/AcceptGrantCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CheckInLicenseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateGrantCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateTokenCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteGrantCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteLicenseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTokenCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccessTokenCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetGrantCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetLicenseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetLicenseUsageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListLicensesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTokensCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/RejectGrantCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/models/models_0.d.ts +0 -3515
- package/endpoints.ts +0 -86
- package/index.ts +0 -48
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -4395
- package/protocols/Aws_json1_1.ts +0 -7994
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
2
|
import { AcceptGrantCommandInput, AcceptGrantCommandOutput } from "./commands/AcceptGrantCommand";
|
|
3
3
|
import { CheckInLicenseCommandInput, CheckInLicenseCommandOutput } from "./commands/CheckInLicenseCommand";
|
|
4
4
|
import { CheckoutBorrowLicenseCommandInput, CheckoutBorrowLicenseCommandOutput } from "./commands/CheckoutBorrowLicenseCommand";
|
|
@@ -7,6 +7,7 @@ import { CreateGrantCommandInput, CreateGrantCommandOutput } from "./commands/Cr
|
|
|
7
7
|
import { CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput } from "./commands/CreateGrantVersionCommand";
|
|
8
8
|
import { CreateLicenseCommandInput, CreateLicenseCommandOutput } from "./commands/CreateLicenseCommand";
|
|
9
9
|
import { CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput } from "./commands/CreateLicenseConfigurationCommand";
|
|
10
|
+
import { CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput } from "./commands/CreateLicenseConversionTaskForResourceCommand";
|
|
10
11
|
import { CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput } from "./commands/CreateLicenseManagerReportGeneratorCommand";
|
|
11
12
|
import { CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput } from "./commands/CreateLicenseVersionCommand";
|
|
12
13
|
import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand";
|
|
@@ -20,6 +21,7 @@ import { GetAccessTokenCommandInput, GetAccessTokenCommandOutput } from "./comma
|
|
|
20
21
|
import { GetGrantCommandInput, GetGrantCommandOutput } from "./commands/GetGrantCommand";
|
|
21
22
|
import { GetLicenseCommandInput, GetLicenseCommandOutput } from "./commands/GetLicenseCommand";
|
|
22
23
|
import { GetLicenseConfigurationCommandInput, GetLicenseConfigurationCommandOutput } from "./commands/GetLicenseConfigurationCommand";
|
|
24
|
+
import { GetLicenseConversionTaskCommandInput, GetLicenseConversionTaskCommandOutput } from "./commands/GetLicenseConversionTaskCommand";
|
|
23
25
|
import { GetLicenseManagerReportGeneratorCommandInput, GetLicenseManagerReportGeneratorCommandOutput } from "./commands/GetLicenseManagerReportGeneratorCommand";
|
|
24
26
|
import { GetLicenseUsageCommandInput, GetLicenseUsageCommandOutput } from "./commands/GetLicenseUsageCommand";
|
|
25
27
|
import { GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput } from "./commands/GetServiceSettingsCommand";
|
|
@@ -27,10 +29,11 @@ import { ListAssociationsForLicenseConfigurationCommandInput, ListAssociationsFo
|
|
|
27
29
|
import { ListDistributedGrantsCommandInput, ListDistributedGrantsCommandOutput } from "./commands/ListDistributedGrantsCommand";
|
|
28
30
|
import { ListFailuresForLicenseConfigurationOperationsCommandInput, ListFailuresForLicenseConfigurationOperationsCommandOutput } from "./commands/ListFailuresForLicenseConfigurationOperationsCommand";
|
|
29
31
|
import { ListLicenseConfigurationsCommandInput, ListLicenseConfigurationsCommandOutput } from "./commands/ListLicenseConfigurationsCommand";
|
|
32
|
+
import { ListLicenseConversionTasksCommandInput, ListLicenseConversionTasksCommandOutput } from "./commands/ListLicenseConversionTasksCommand";
|
|
30
33
|
import { ListLicenseManagerReportGeneratorsCommandInput, ListLicenseManagerReportGeneratorsCommandOutput } from "./commands/ListLicenseManagerReportGeneratorsCommand";
|
|
34
|
+
import { ListLicensesCommandInput, ListLicensesCommandOutput } from "./commands/ListLicensesCommand";
|
|
31
35
|
import { ListLicenseSpecificationsForResourceCommandInput, ListLicenseSpecificationsForResourceCommandOutput } from "./commands/ListLicenseSpecificationsForResourceCommand";
|
|
32
36
|
import { ListLicenseVersionsCommandInput, ListLicenseVersionsCommandOutput } from "./commands/ListLicenseVersionsCommand";
|
|
33
|
-
import { ListLicensesCommandInput, ListLicensesCommandOutput } from "./commands/ListLicensesCommand";
|
|
34
37
|
import { ListReceivedGrantsCommandInput, ListReceivedGrantsCommandOutput } from "./commands/ListReceivedGrantsCommand";
|
|
35
38
|
import { ListReceivedLicensesCommandInput, ListReceivedLicensesCommandOutput } from "./commands/ListReceivedLicensesCommand";
|
|
36
39
|
import { ListResourceInventoryCommandInput, ListResourceInventoryCommandOutput } from "./commands/ListResourceInventoryCommand";
|
|
@@ -44,300 +47,198 @@ import { UpdateLicenseConfigurationCommandInput, UpdateLicenseConfigurationComma
|
|
|
44
47
|
import { UpdateLicenseManagerReportGeneratorCommandInput, UpdateLicenseManagerReportGeneratorCommandOutput } from "./commands/UpdateLicenseManagerReportGeneratorCommand";
|
|
45
48
|
import { UpdateLicenseSpecificationsForResourceCommandInput, UpdateLicenseSpecificationsForResourceCommandOutput } from "./commands/UpdateLicenseSpecificationsForResourceCommand";
|
|
46
49
|
import { UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput } from "./commands/UpdateServiceSettingsCommand";
|
|
47
|
-
import {
|
|
48
|
-
|
|
49
|
-
* <fullname> AWS License Manager </fullname>
|
|
50
|
-
* <p>AWS License Manager makes it easier to manage licenses from software vendors across multiple
|
|
51
|
-
* AWS accounts and on-premises servers.</p>
|
|
52
|
-
*/
|
|
50
|
+
import { LicenseManagerClient } from "./LicenseManagerClient";
|
|
51
|
+
|
|
53
52
|
export declare class LicenseManager extends LicenseManagerClient {
|
|
54
|
-
|
|
55
|
-
* <p>Accepts the specified grant.</p>
|
|
56
|
-
*/
|
|
53
|
+
|
|
57
54
|
acceptGrant(args: AcceptGrantCommandInput, options?: __HttpHandlerOptions): Promise<AcceptGrantCommandOutput>;
|
|
58
55
|
acceptGrant(args: AcceptGrantCommandInput, cb: (err: any, data?: AcceptGrantCommandOutput) => void): void;
|
|
59
56
|
acceptGrant(args: AcceptGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptGrantCommandOutput) => void): void;
|
|
60
|
-
|
|
61
|
-
* <p>Checks in the specified license. Check in a license when it is no longer in use.</p>
|
|
62
|
-
*/
|
|
57
|
+
|
|
63
58
|
checkInLicense(args: CheckInLicenseCommandInput, options?: __HttpHandlerOptions): Promise<CheckInLicenseCommandOutput>;
|
|
64
59
|
checkInLicense(args: CheckInLicenseCommandInput, cb: (err: any, data?: CheckInLicenseCommandOutput) => void): void;
|
|
65
60
|
checkInLicense(args: CheckInLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckInLicenseCommandOutput) => void): void;
|
|
66
|
-
|
|
67
|
-
* <p>Checks out the specified license for offline use.</p>
|
|
68
|
-
*/
|
|
61
|
+
|
|
69
62
|
checkoutBorrowLicense(args: CheckoutBorrowLicenseCommandInput, options?: __HttpHandlerOptions): Promise<CheckoutBorrowLicenseCommandOutput>;
|
|
70
63
|
checkoutBorrowLicense(args: CheckoutBorrowLicenseCommandInput, cb: (err: any, data?: CheckoutBorrowLicenseCommandOutput) => void): void;
|
|
71
64
|
checkoutBorrowLicense(args: CheckoutBorrowLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckoutBorrowLicenseCommandOutput) => void): void;
|
|
72
|
-
|
|
73
|
-
* <p>Checks out the specified license.</p>
|
|
74
|
-
*/
|
|
65
|
+
|
|
75
66
|
checkoutLicense(args: CheckoutLicenseCommandInput, options?: __HttpHandlerOptions): Promise<CheckoutLicenseCommandOutput>;
|
|
76
67
|
checkoutLicense(args: CheckoutLicenseCommandInput, cb: (err: any, data?: CheckoutLicenseCommandOutput) => void): void;
|
|
77
68
|
checkoutLicense(args: CheckoutLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckoutLicenseCommandOutput) => void): void;
|
|
78
|
-
|
|
79
|
-
* <p>Creates a grant for the specified license. A grant shares the use of license entitlements with specific AWS accounts.</p>
|
|
80
|
-
*/
|
|
69
|
+
|
|
81
70
|
createGrant(args: CreateGrantCommandInput, options?: __HttpHandlerOptions): Promise<CreateGrantCommandOutput>;
|
|
82
71
|
createGrant(args: CreateGrantCommandInput, cb: (err: any, data?: CreateGrantCommandOutput) => void): void;
|
|
83
72
|
createGrant(args: CreateGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGrantCommandOutput) => void): void;
|
|
84
|
-
|
|
85
|
-
* <p>Creates a new version of the specified grant.</p>
|
|
86
|
-
*/
|
|
73
|
+
|
|
87
74
|
createGrantVersion(args: CreateGrantVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateGrantVersionCommandOutput>;
|
|
88
75
|
createGrantVersion(args: CreateGrantVersionCommandInput, cb: (err: any, data?: CreateGrantVersionCommandOutput) => void): void;
|
|
89
76
|
createGrantVersion(args: CreateGrantVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGrantVersionCommandOutput) => void): void;
|
|
90
|
-
|
|
91
|
-
* <p>Creates a license.</p>
|
|
92
|
-
*/
|
|
77
|
+
|
|
93
78
|
createLicense(args: CreateLicenseCommandInput, options?: __HttpHandlerOptions): Promise<CreateLicenseCommandOutput>;
|
|
94
79
|
createLicense(args: CreateLicenseCommandInput, cb: (err: any, data?: CreateLicenseCommandOutput) => void): void;
|
|
95
80
|
createLicense(args: CreateLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLicenseCommandOutput) => void): void;
|
|
96
|
-
|
|
97
|
-
* <p>Creates a license configuration.</p>
|
|
98
|
-
* <p>A license configuration is an abstraction of a customer license agreement that can be
|
|
99
|
-
* consumed and enforced by License Manager. Components include specifications for the license
|
|
100
|
-
* type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy,
|
|
101
|
-
* Dedicated Instance, Dedicated Host, or all of these), license affinity to host (how long a
|
|
102
|
-
* license must be associated with a host), and the number of licenses purchased and used.</p>
|
|
103
|
-
*/
|
|
81
|
+
|
|
104
82
|
createLicenseConfiguration(args: CreateLicenseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateLicenseConfigurationCommandOutput>;
|
|
105
83
|
createLicenseConfiguration(args: CreateLicenseConfigurationCommandInput, cb: (err: any, data?: CreateLicenseConfigurationCommandOutput) => void): void;
|
|
106
84
|
createLicenseConfiguration(args: CreateLicenseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLicenseConfigurationCommandOutput) => void): void;
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
85
|
+
|
|
86
|
+
createLicenseConversionTaskForResource(args: CreateLicenseConversionTaskForResourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateLicenseConversionTaskForResourceCommandOutput>;
|
|
87
|
+
createLicenseConversionTaskForResource(args: CreateLicenseConversionTaskForResourceCommandInput, cb: (err: any, data?: CreateLicenseConversionTaskForResourceCommandOutput) => void): void;
|
|
88
|
+
createLicenseConversionTaskForResource(args: CreateLicenseConversionTaskForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLicenseConversionTaskForResourceCommandOutput) => void): void;
|
|
89
|
+
|
|
110
90
|
createLicenseManagerReportGenerator(args: CreateLicenseManagerReportGeneratorCommandInput, options?: __HttpHandlerOptions): Promise<CreateLicenseManagerReportGeneratorCommandOutput>;
|
|
111
91
|
createLicenseManagerReportGenerator(args: CreateLicenseManagerReportGeneratorCommandInput, cb: (err: any, data?: CreateLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
112
92
|
createLicenseManagerReportGenerator(args: CreateLicenseManagerReportGeneratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
113
|
-
|
|
114
|
-
* <p>Creates a new version of the specified license.</p>
|
|
115
|
-
*/
|
|
93
|
+
|
|
116
94
|
createLicenseVersion(args: CreateLicenseVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateLicenseVersionCommandOutput>;
|
|
117
95
|
createLicenseVersion(args: CreateLicenseVersionCommandInput, cb: (err: any, data?: CreateLicenseVersionCommandOutput) => void): void;
|
|
118
96
|
createLicenseVersion(args: CreateLicenseVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLicenseVersionCommandOutput) => void): void;
|
|
119
|
-
|
|
120
|
-
* <p>Creates a long-lived token.</p>
|
|
121
|
-
* <p>A refresh token is a JWT token used to get an access token. With an access token,
|
|
122
|
-
* you can call AssumeRoleWithWebIdentity to get role credentials that you can use to
|
|
123
|
-
* call License Manager to manage the specified license.</p>
|
|
124
|
-
*/
|
|
97
|
+
|
|
125
98
|
createToken(args: CreateTokenCommandInput, options?: __HttpHandlerOptions): Promise<CreateTokenCommandOutput>;
|
|
126
99
|
createToken(args: CreateTokenCommandInput, cb: (err: any, data?: CreateTokenCommandOutput) => void): void;
|
|
127
100
|
createToken(args: CreateTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTokenCommandOutput) => void): void;
|
|
128
|
-
|
|
129
|
-
* <p>Deletes the specified grant.</p>
|
|
130
|
-
*/
|
|
101
|
+
|
|
131
102
|
deleteGrant(args: DeleteGrantCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGrantCommandOutput>;
|
|
132
103
|
deleteGrant(args: DeleteGrantCommandInput, cb: (err: any, data?: DeleteGrantCommandOutput) => void): void;
|
|
133
104
|
deleteGrant(args: DeleteGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGrantCommandOutput) => void): void;
|
|
134
|
-
|
|
135
|
-
* <p>Deletes the specified license.</p>
|
|
136
|
-
*/
|
|
105
|
+
|
|
137
106
|
deleteLicense(args: DeleteLicenseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLicenseCommandOutput>;
|
|
138
107
|
deleteLicense(args: DeleteLicenseCommandInput, cb: (err: any, data?: DeleteLicenseCommandOutput) => void): void;
|
|
139
108
|
deleteLicense(args: DeleteLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLicenseCommandOutput) => void): void;
|
|
140
|
-
|
|
141
|
-
* <p>Deletes the specified license configuration.</p>
|
|
142
|
-
* <p>You cannot delete a license configuration that is in use.</p>
|
|
143
|
-
*/
|
|
109
|
+
|
|
144
110
|
deleteLicenseConfiguration(args: DeleteLicenseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLicenseConfigurationCommandOutput>;
|
|
145
111
|
deleteLicenseConfiguration(args: DeleteLicenseConfigurationCommandInput, cb: (err: any, data?: DeleteLicenseConfigurationCommandOutput) => void): void;
|
|
146
112
|
deleteLicenseConfiguration(args: DeleteLicenseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLicenseConfigurationCommandOutput) => void): void;
|
|
147
|
-
|
|
148
|
-
* <p>Delete an existing report generator.</p>
|
|
149
|
-
* <p>This action deletes the report generator, which stops it from generating future reports and cannot be reversed. However, the previous reports from this generator will remain in your S3 bucket.</p>
|
|
150
|
-
*/
|
|
113
|
+
|
|
151
114
|
deleteLicenseManagerReportGenerator(args: DeleteLicenseManagerReportGeneratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLicenseManagerReportGeneratorCommandOutput>;
|
|
152
115
|
deleteLicenseManagerReportGenerator(args: DeleteLicenseManagerReportGeneratorCommandInput, cb: (err: any, data?: DeleteLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
153
116
|
deleteLicenseManagerReportGenerator(args: DeleteLicenseManagerReportGeneratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
154
|
-
|
|
155
|
-
* <p>Deletes the specified token. Must be called in the license home Region.</p>
|
|
156
|
-
*/
|
|
117
|
+
|
|
157
118
|
deleteToken(args: DeleteTokenCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTokenCommandOutput>;
|
|
158
119
|
deleteToken(args: DeleteTokenCommandInput, cb: (err: any, data?: DeleteTokenCommandOutput) => void): void;
|
|
159
120
|
deleteToken(args: DeleteTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTokenCommandOutput) => void): void;
|
|
160
|
-
|
|
161
|
-
* <p>Extends the expiration date for license consumption.</p>
|
|
162
|
-
*/
|
|
121
|
+
|
|
163
122
|
extendLicenseConsumption(args: ExtendLicenseConsumptionCommandInput, options?: __HttpHandlerOptions): Promise<ExtendLicenseConsumptionCommandOutput>;
|
|
164
123
|
extendLicenseConsumption(args: ExtendLicenseConsumptionCommandInput, cb: (err: any, data?: ExtendLicenseConsumptionCommandOutput) => void): void;
|
|
165
124
|
extendLicenseConsumption(args: ExtendLicenseConsumptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExtendLicenseConsumptionCommandOutput) => void): void;
|
|
166
|
-
|
|
167
|
-
* <p>Gets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens
|
|
168
|
-
* are valid for one hour.</p>
|
|
169
|
-
*/
|
|
125
|
+
|
|
170
126
|
getAccessToken(args: GetAccessTokenCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessTokenCommandOutput>;
|
|
171
127
|
getAccessToken(args: GetAccessTokenCommandInput, cb: (err: any, data?: GetAccessTokenCommandOutput) => void): void;
|
|
172
128
|
getAccessToken(args: GetAccessTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessTokenCommandOutput) => void): void;
|
|
173
|
-
|
|
174
|
-
* <p>Gets detailed information about the specified grant.</p>
|
|
175
|
-
*/
|
|
129
|
+
|
|
176
130
|
getGrant(args: GetGrantCommandInput, options?: __HttpHandlerOptions): Promise<GetGrantCommandOutput>;
|
|
177
131
|
getGrant(args: GetGrantCommandInput, cb: (err: any, data?: GetGrantCommandOutput) => void): void;
|
|
178
132
|
getGrant(args: GetGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGrantCommandOutput) => void): void;
|
|
179
|
-
|
|
180
|
-
* <p>Gets detailed information about the specified license.</p>
|
|
181
|
-
*/
|
|
133
|
+
|
|
182
134
|
getLicense(args: GetLicenseCommandInput, options?: __HttpHandlerOptions): Promise<GetLicenseCommandOutput>;
|
|
183
135
|
getLicense(args: GetLicenseCommandInput, cb: (err: any, data?: GetLicenseCommandOutput) => void): void;
|
|
184
136
|
getLicense(args: GetLicenseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLicenseCommandOutput) => void): void;
|
|
185
|
-
|
|
186
|
-
* <p>Gets detailed information about the specified license configuration.</p>
|
|
187
|
-
*/
|
|
137
|
+
|
|
188
138
|
getLicenseConfiguration(args: GetLicenseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetLicenseConfigurationCommandOutput>;
|
|
189
139
|
getLicenseConfiguration(args: GetLicenseConfigurationCommandInput, cb: (err: any, data?: GetLicenseConfigurationCommandOutput) => void): void;
|
|
190
140
|
getLicenseConfiguration(args: GetLicenseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLicenseConfigurationCommandOutput) => void): void;
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
141
|
+
|
|
142
|
+
getLicenseConversionTask(args: GetLicenseConversionTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetLicenseConversionTaskCommandOutput>;
|
|
143
|
+
getLicenseConversionTask(args: GetLicenseConversionTaskCommandInput, cb: (err: any, data?: GetLicenseConversionTaskCommandOutput) => void): void;
|
|
144
|
+
getLicenseConversionTask(args: GetLicenseConversionTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLicenseConversionTaskCommandOutput) => void): void;
|
|
145
|
+
|
|
194
146
|
getLicenseManagerReportGenerator(args: GetLicenseManagerReportGeneratorCommandInput, options?: __HttpHandlerOptions): Promise<GetLicenseManagerReportGeneratorCommandOutput>;
|
|
195
147
|
getLicenseManagerReportGenerator(args: GetLicenseManagerReportGeneratorCommandInput, cb: (err: any, data?: GetLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
196
148
|
getLicenseManagerReportGenerator(args: GetLicenseManagerReportGeneratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
197
|
-
|
|
198
|
-
* <p>Gets detailed information about the usage of the specified license.</p>
|
|
199
|
-
*/
|
|
149
|
+
|
|
200
150
|
getLicenseUsage(args: GetLicenseUsageCommandInput, options?: __HttpHandlerOptions): Promise<GetLicenseUsageCommandOutput>;
|
|
201
151
|
getLicenseUsage(args: GetLicenseUsageCommandInput, cb: (err: any, data?: GetLicenseUsageCommandOutput) => void): void;
|
|
202
152
|
getLicenseUsage(args: GetLicenseUsageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLicenseUsageCommandOutput) => void): void;
|
|
203
|
-
|
|
204
|
-
* <p>Gets the License Manager settings for the current Region.</p>
|
|
205
|
-
*/
|
|
153
|
+
|
|
206
154
|
getServiceSettings(args: GetServiceSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceSettingsCommandOutput>;
|
|
207
155
|
getServiceSettings(args: GetServiceSettingsCommandInput, cb: (err: any, data?: GetServiceSettingsCommandOutput) => void): void;
|
|
208
156
|
getServiceSettings(args: GetServiceSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceSettingsCommandOutput) => void): void;
|
|
209
|
-
|
|
210
|
-
* <p>Lists the resource associations for the specified license configuration.</p>
|
|
211
|
-
* <p>Resource associations need not consume licenses from a license configuration.
|
|
212
|
-
* For example, an AMI or a stopped instance might not consume a license (depending on
|
|
213
|
-
* the license rules).</p>
|
|
214
|
-
*/
|
|
157
|
+
|
|
215
158
|
listAssociationsForLicenseConfiguration(args: ListAssociationsForLicenseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ListAssociationsForLicenseConfigurationCommandOutput>;
|
|
216
159
|
listAssociationsForLicenseConfiguration(args: ListAssociationsForLicenseConfigurationCommandInput, cb: (err: any, data?: ListAssociationsForLicenseConfigurationCommandOutput) => void): void;
|
|
217
160
|
listAssociationsForLicenseConfiguration(args: ListAssociationsForLicenseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssociationsForLicenseConfigurationCommandOutput) => void): void;
|
|
218
|
-
|
|
219
|
-
* <p>Lists the grants distributed for the specified license.</p>
|
|
220
|
-
*/
|
|
161
|
+
|
|
221
162
|
listDistributedGrants(args: ListDistributedGrantsCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributedGrantsCommandOutput>;
|
|
222
163
|
listDistributedGrants(args: ListDistributedGrantsCommandInput, cb: (err: any, data?: ListDistributedGrantsCommandOutput) => void): void;
|
|
223
164
|
listDistributedGrants(args: ListDistributedGrantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributedGrantsCommandOutput) => void): void;
|
|
224
|
-
|
|
225
|
-
* <p>Lists the license configuration operations that failed.</p>
|
|
226
|
-
*/
|
|
165
|
+
|
|
227
166
|
listFailuresForLicenseConfigurationOperations(args: ListFailuresForLicenseConfigurationOperationsCommandInput, options?: __HttpHandlerOptions): Promise<ListFailuresForLicenseConfigurationOperationsCommandOutput>;
|
|
228
167
|
listFailuresForLicenseConfigurationOperations(args: ListFailuresForLicenseConfigurationOperationsCommandInput, cb: (err: any, data?: ListFailuresForLicenseConfigurationOperationsCommandOutput) => void): void;
|
|
229
168
|
listFailuresForLicenseConfigurationOperations(args: ListFailuresForLicenseConfigurationOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFailuresForLicenseConfigurationOperationsCommandOutput) => void): void;
|
|
230
|
-
|
|
231
|
-
* <p>Lists the license configurations for your account.</p>
|
|
232
|
-
*/
|
|
169
|
+
|
|
233
170
|
listLicenseConfigurations(args: ListLicenseConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseConfigurationsCommandOutput>;
|
|
234
171
|
listLicenseConfigurations(args: ListLicenseConfigurationsCommandInput, cb: (err: any, data?: ListLicenseConfigurationsCommandOutput) => void): void;
|
|
235
172
|
listLicenseConfigurations(args: ListLicenseConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseConfigurationsCommandOutput) => void): void;
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
173
|
+
|
|
174
|
+
listLicenseConversionTasks(args: ListLicenseConversionTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseConversionTasksCommandOutput>;
|
|
175
|
+
listLicenseConversionTasks(args: ListLicenseConversionTasksCommandInput, cb: (err: any, data?: ListLicenseConversionTasksCommandOutput) => void): void;
|
|
176
|
+
listLicenseConversionTasks(args: ListLicenseConversionTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseConversionTasksCommandOutput) => void): void;
|
|
177
|
+
|
|
239
178
|
listLicenseManagerReportGenerators(args: ListLicenseManagerReportGeneratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseManagerReportGeneratorsCommandOutput>;
|
|
240
179
|
listLicenseManagerReportGenerators(args: ListLicenseManagerReportGeneratorsCommandInput, cb: (err: any, data?: ListLicenseManagerReportGeneratorsCommandOutput) => void): void;
|
|
241
180
|
listLicenseManagerReportGenerators(args: ListLicenseManagerReportGeneratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseManagerReportGeneratorsCommandOutput) => void): void;
|
|
242
|
-
|
|
243
|
-
* <p>Lists the licenses for your account.</p>
|
|
244
|
-
*/
|
|
181
|
+
|
|
245
182
|
listLicenses(args: ListLicensesCommandInput, options?: __HttpHandlerOptions): Promise<ListLicensesCommandOutput>;
|
|
246
183
|
listLicenses(args: ListLicensesCommandInput, cb: (err: any, data?: ListLicensesCommandOutput) => void): void;
|
|
247
184
|
listLicenses(args: ListLicensesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicensesCommandOutput) => void): void;
|
|
248
|
-
|
|
249
|
-
* <p>Describes the license configurations for the specified resource.</p>
|
|
250
|
-
*/
|
|
185
|
+
|
|
251
186
|
listLicenseSpecificationsForResource(args: ListLicenseSpecificationsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseSpecificationsForResourceCommandOutput>;
|
|
252
187
|
listLicenseSpecificationsForResource(args: ListLicenseSpecificationsForResourceCommandInput, cb: (err: any, data?: ListLicenseSpecificationsForResourceCommandOutput) => void): void;
|
|
253
188
|
listLicenseSpecificationsForResource(args: ListLicenseSpecificationsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseSpecificationsForResourceCommandOutput) => void): void;
|
|
254
|
-
|
|
255
|
-
* <p>Lists all versions of the specified license.</p>
|
|
256
|
-
*/
|
|
189
|
+
|
|
257
190
|
listLicenseVersions(args: ListLicenseVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseVersionsCommandOutput>;
|
|
258
191
|
listLicenseVersions(args: ListLicenseVersionsCommandInput, cb: (err: any, data?: ListLicenseVersionsCommandOutput) => void): void;
|
|
259
192
|
listLicenseVersions(args: ListLicenseVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseVersionsCommandOutput) => void): void;
|
|
260
|
-
|
|
261
|
-
* <p>Lists grants that are received but not accepted.</p>
|
|
262
|
-
*/
|
|
193
|
+
|
|
263
194
|
listReceivedGrants(args: ListReceivedGrantsCommandInput, options?: __HttpHandlerOptions): Promise<ListReceivedGrantsCommandOutput>;
|
|
264
195
|
listReceivedGrants(args: ListReceivedGrantsCommandInput, cb: (err: any, data?: ListReceivedGrantsCommandOutput) => void): void;
|
|
265
196
|
listReceivedGrants(args: ListReceivedGrantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReceivedGrantsCommandOutput) => void): void;
|
|
266
|
-
|
|
267
|
-
* <p>Lists received licenses.</p>
|
|
268
|
-
*/
|
|
197
|
+
|
|
269
198
|
listReceivedLicenses(args: ListReceivedLicensesCommandInput, options?: __HttpHandlerOptions): Promise<ListReceivedLicensesCommandOutput>;
|
|
270
199
|
listReceivedLicenses(args: ListReceivedLicensesCommandInput, cb: (err: any, data?: ListReceivedLicensesCommandOutput) => void): void;
|
|
271
200
|
listReceivedLicenses(args: ListReceivedLicensesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReceivedLicensesCommandOutput) => void): void;
|
|
272
|
-
|
|
273
|
-
* <p>Lists resources managed using Systems Manager inventory.</p>
|
|
274
|
-
*/
|
|
201
|
+
|
|
275
202
|
listResourceInventory(args: ListResourceInventoryCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceInventoryCommandOutput>;
|
|
276
203
|
listResourceInventory(args: ListResourceInventoryCommandInput, cb: (err: any, data?: ListResourceInventoryCommandOutput) => void): void;
|
|
277
204
|
listResourceInventory(args: ListResourceInventoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceInventoryCommandOutput) => void): void;
|
|
278
|
-
|
|
279
|
-
* <p>Lists the tags for the specified license configuration.</p>
|
|
280
|
-
*/
|
|
205
|
+
|
|
281
206
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
282
207
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
283
208
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
284
|
-
|
|
285
|
-
* <p>Lists your tokens.</p>
|
|
286
|
-
*/
|
|
209
|
+
|
|
287
210
|
listTokens(args: ListTokensCommandInput, options?: __HttpHandlerOptions): Promise<ListTokensCommandOutput>;
|
|
288
211
|
listTokens(args: ListTokensCommandInput, cb: (err: any, data?: ListTokensCommandOutput) => void): void;
|
|
289
212
|
listTokens(args: ListTokensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTokensCommandOutput) => void): void;
|
|
290
|
-
|
|
291
|
-
* <p>Lists all license usage records for a license configuration, displaying license
|
|
292
|
-
* consumption details by resource at a selected point in time. Use this action to audit the
|
|
293
|
-
* current license consumption for any license inventory and configuration.</p>
|
|
294
|
-
*/
|
|
213
|
+
|
|
295
214
|
listUsageForLicenseConfiguration(args: ListUsageForLicenseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ListUsageForLicenseConfigurationCommandOutput>;
|
|
296
215
|
listUsageForLicenseConfiguration(args: ListUsageForLicenseConfigurationCommandInput, cb: (err: any, data?: ListUsageForLicenseConfigurationCommandOutput) => void): void;
|
|
297
216
|
listUsageForLicenseConfiguration(args: ListUsageForLicenseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsageForLicenseConfigurationCommandOutput) => void): void;
|
|
298
|
-
|
|
299
|
-
* <p>Rejects the specified grant.</p>
|
|
300
|
-
*/
|
|
217
|
+
|
|
301
218
|
rejectGrant(args: RejectGrantCommandInput, options?: __HttpHandlerOptions): Promise<RejectGrantCommandOutput>;
|
|
302
219
|
rejectGrant(args: RejectGrantCommandInput, cb: (err: any, data?: RejectGrantCommandOutput) => void): void;
|
|
303
220
|
rejectGrant(args: RejectGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectGrantCommandOutput) => void): void;
|
|
304
|
-
|
|
305
|
-
* <p>Adds the specified tags to the specified license configuration.</p>
|
|
306
|
-
*/
|
|
221
|
+
|
|
307
222
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
308
223
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
309
224
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
310
|
-
|
|
311
|
-
* <p>Removes the specified tags from the specified license configuration.</p>
|
|
312
|
-
*/
|
|
225
|
+
|
|
313
226
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
314
227
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
315
228
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
316
|
-
|
|
317
|
-
* <p>Modifies the attributes of an existing license configuration.</p>
|
|
318
|
-
*/
|
|
229
|
+
|
|
319
230
|
updateLicenseConfiguration(args: UpdateLicenseConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLicenseConfigurationCommandOutput>;
|
|
320
231
|
updateLicenseConfiguration(args: UpdateLicenseConfigurationCommandInput, cb: (err: any, data?: UpdateLicenseConfigurationCommandOutput) => void): void;
|
|
321
232
|
updateLicenseConfiguration(args: UpdateLicenseConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLicenseConfigurationCommandOutput) => void): void;
|
|
322
|
-
|
|
323
|
-
* <p>Updates a report generator.</p>
|
|
324
|
-
* <p>After you make changes to a report generator, it will start generating new reports within 60 minutes of being updated.</p>
|
|
325
|
-
*/
|
|
233
|
+
|
|
326
234
|
updateLicenseManagerReportGenerator(args: UpdateLicenseManagerReportGeneratorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLicenseManagerReportGeneratorCommandOutput>;
|
|
327
235
|
updateLicenseManagerReportGenerator(args: UpdateLicenseManagerReportGeneratorCommandInput, cb: (err: any, data?: UpdateLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
328
236
|
updateLicenseManagerReportGenerator(args: UpdateLicenseManagerReportGeneratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLicenseManagerReportGeneratorCommandOutput) => void): void;
|
|
329
|
-
|
|
330
|
-
* <p>Adds or removes the specified license configurations for the specified AWS resource.</p>
|
|
331
|
-
* <p>You can update the license specifications of AMIs, instances, and hosts.
|
|
332
|
-
* You cannot update the license specifications for launch templates and AWS CloudFormation templates,
|
|
333
|
-
* as they send license configurations to the operation that creates the resource.</p>
|
|
334
|
-
*/
|
|
237
|
+
|
|
335
238
|
updateLicenseSpecificationsForResource(args: UpdateLicenseSpecificationsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLicenseSpecificationsForResourceCommandOutput>;
|
|
336
239
|
updateLicenseSpecificationsForResource(args: UpdateLicenseSpecificationsForResourceCommandInput, cb: (err: any, data?: UpdateLicenseSpecificationsForResourceCommandOutput) => void): void;
|
|
337
240
|
updateLicenseSpecificationsForResource(args: UpdateLicenseSpecificationsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLicenseSpecificationsForResourceCommandOutput) => void): void;
|
|
338
|
-
|
|
339
|
-
* <p>Updates License Manager settings for the current Region.</p>
|
|
340
|
-
*/
|
|
241
|
+
|
|
341
242
|
updateServiceSettings(args: UpdateServiceSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceSettingsCommandOutput>;
|
|
342
243
|
updateServiceSettings(args: UpdateServiceSettingsCommandInput, cb: (err: any, data?: UpdateServiceSettingsCommandOutput) => void): void;
|
|
343
244
|
updateServiceSettings(args: UpdateServiceSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceSettingsCommandOutput) => void): void;
|