@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
|
@@ -57,7 +57,7 @@ export declare namespace AccessDeniedException {
|
|
|
57
57
|
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
|
-
* <p>The
|
|
60
|
+
* <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
|
|
61
61
|
* policy associated with this account.</p>
|
|
62
62
|
*/
|
|
63
63
|
export interface AuthorizationException extends __SmithyException, $MetadataBearer {
|
|
@@ -490,6 +490,10 @@ export interface CheckoutLicenseResponse {
|
|
|
490
490
|
* <p>Date and time at which the license checkout expires.</p>
|
|
491
491
|
*/
|
|
492
492
|
Expiration?: string;
|
|
493
|
+
/**
|
|
494
|
+
* <p>Amazon Resource Name (ARN) of the checkout license.</p>
|
|
495
|
+
*/
|
|
496
|
+
LicenseArn?: string;
|
|
493
497
|
}
|
|
494
498
|
export declare namespace CheckoutLicenseResponse {
|
|
495
499
|
/**
|
|
@@ -570,6 +574,9 @@ export interface CreateGrantVersionRequest {
|
|
|
570
574
|
* <p>Grant status.</p>
|
|
571
575
|
*/
|
|
572
576
|
Status?: GrantStatus | string;
|
|
577
|
+
/**
|
|
578
|
+
* <p>Grant status reason.</p>
|
|
579
|
+
*/
|
|
573
580
|
StatusReason?: string;
|
|
574
581
|
/**
|
|
575
582
|
* <p>Current version of the grant.</p>
|
|
@@ -737,7 +744,7 @@ export interface Issuer {
|
|
|
737
744
|
*/
|
|
738
745
|
Name: string | undefined;
|
|
739
746
|
/**
|
|
740
|
-
* <p>Asymmetric
|
|
747
|
+
* <p>Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify,
|
|
741
748
|
* and support the RSASSA-PSS SHA-256 signing algorithm.</p>
|
|
742
749
|
*/
|
|
743
750
|
SignKey?: string;
|
|
@@ -920,12 +927,12 @@ export interface ProductInformation {
|
|
|
920
927
|
* </li>
|
|
921
928
|
* <li>
|
|
922
929
|
* <p>
|
|
923
|
-
* <code>Tag:key</code> - The key of a tag attached to an
|
|
930
|
+
* <code>Tag:key</code> - The key of a tag attached to an Amazon Web Services resource you wish to exclude from automated discovery. Logical operator is <code>NOT_EQUALS</code>. The key for your tag must be appended to <code>Tag:</code> following the example: <code>Tag:name-of-your-key</code>. <code>ProductInformationFilterValue</code> is optional if you are not using values for the key.
|
|
924
931
|
* </p>
|
|
925
932
|
* </li>
|
|
926
933
|
* <li>
|
|
927
934
|
* <p>
|
|
928
|
-
* <code>AccountId</code> - The 12-digit ID of an
|
|
935
|
+
* <code>AccountId</code> - The 12-digit ID of an Amazon Web Services account you wish to exclude from automated discovery.
|
|
929
936
|
* Logical operator is <code>NOT_EQUALS</code>.</p>
|
|
930
937
|
* </li>
|
|
931
938
|
* <li>
|
|
@@ -1079,12 +1086,62 @@ export declare namespace CreateLicenseConfigurationResponse {
|
|
|
1079
1086
|
*/
|
|
1080
1087
|
const filterSensitiveLog: (obj: CreateLicenseConfigurationResponse) => any;
|
|
1081
1088
|
}
|
|
1089
|
+
/**
|
|
1090
|
+
* <p>Information about a license type conversion task.</p>
|
|
1091
|
+
*/
|
|
1092
|
+
export interface LicenseConversionContext {
|
|
1093
|
+
/**
|
|
1094
|
+
* <p>The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html#billing-info">Sample data: usage operation by platform
|
|
1095
|
+
* </a>
|
|
1096
|
+
* </p>
|
|
1097
|
+
*/
|
|
1098
|
+
UsageOperation?: string;
|
|
1099
|
+
}
|
|
1100
|
+
export declare namespace LicenseConversionContext {
|
|
1101
|
+
/**
|
|
1102
|
+
* @internal
|
|
1103
|
+
*/
|
|
1104
|
+
const filterSensitiveLog: (obj: LicenseConversionContext) => any;
|
|
1105
|
+
}
|
|
1106
|
+
export interface CreateLicenseConversionTaskForResourceRequest {
|
|
1107
|
+
/**
|
|
1108
|
+
* <p>Amazon Resource Name (ARN) of the resource you are converting the license type for.</p>
|
|
1109
|
+
*/
|
|
1110
|
+
ResourceArn: string | undefined;
|
|
1111
|
+
/**
|
|
1112
|
+
* <p>Information that identifies the license type you are converting from.
|
|
1113
|
+
* For the structure of the source license, see <a href="https://docs.aws.amazon.com/license-manager/latest/userguide/conversion-procedures.html#conversion-cli">Convert a license type using the AWS CLI</a> in the <i>License Manager User Guide</i>.</p>
|
|
1114
|
+
*/
|
|
1115
|
+
SourceLicenseContext: LicenseConversionContext | undefined;
|
|
1116
|
+
/**
|
|
1117
|
+
* <p>Information that identifies the license type you are converting to. For the structure of the destination license, see <a href="https://docs.aws.amazon.com/license-manager/latest/userguide/conversion-procedures.html#conversion-cli">Convert a license type using the AWS CLI</a> in the <i>License Manager User Guide</i>.</p>
|
|
1118
|
+
*/
|
|
1119
|
+
DestinationLicenseContext: LicenseConversionContext | undefined;
|
|
1120
|
+
}
|
|
1121
|
+
export declare namespace CreateLicenseConversionTaskForResourceRequest {
|
|
1122
|
+
/**
|
|
1123
|
+
* @internal
|
|
1124
|
+
*/
|
|
1125
|
+
const filterSensitiveLog: (obj: CreateLicenseConversionTaskForResourceRequest) => any;
|
|
1126
|
+
}
|
|
1127
|
+
export interface CreateLicenseConversionTaskForResourceResponse {
|
|
1128
|
+
/**
|
|
1129
|
+
* <p>The ID of the created license type conversion task.</p>
|
|
1130
|
+
*/
|
|
1131
|
+
LicenseConversionTaskId?: string;
|
|
1132
|
+
}
|
|
1133
|
+
export declare namespace CreateLicenseConversionTaskForResourceResponse {
|
|
1134
|
+
/**
|
|
1135
|
+
* @internal
|
|
1136
|
+
*/
|
|
1137
|
+
const filterSensitiveLog: (obj: CreateLicenseConversionTaskForResourceResponse) => any;
|
|
1138
|
+
}
|
|
1082
1139
|
/**
|
|
1083
1140
|
* <p>Details of the license configuration that this generator reports on.</p>
|
|
1084
1141
|
*/
|
|
1085
1142
|
export interface ReportContext {
|
|
1086
1143
|
/**
|
|
1087
|
-
* <p>Amazon Resource
|
|
1144
|
+
* <p>Amazon Resource Name (ARN) of the license configuration that this generator reports on.</p>
|
|
1088
1145
|
*/
|
|
1089
1146
|
licenseConfigurationArns: string[] | undefined;
|
|
1090
1147
|
}
|
|
@@ -1100,11 +1157,12 @@ export declare enum ReportFrequencyType {
|
|
|
1100
1157
|
WEEK = "WEEK"
|
|
1101
1158
|
}
|
|
1102
1159
|
/**
|
|
1103
|
-
* <p>Details
|
|
1160
|
+
* <p>Details about how frequently reports are generated.</p>
|
|
1104
1161
|
*/
|
|
1105
1162
|
export interface ReportFrequency {
|
|
1106
1163
|
/**
|
|
1107
|
-
* <p>Number of times within the frequency period that a report
|
|
1164
|
+
* <p>Number of times within the frequency period that a report is generated.
|
|
1165
|
+
* The only supported value is <code>1</code>.</p>
|
|
1108
1166
|
*/
|
|
1109
1167
|
value?: number;
|
|
1110
1168
|
/**
|
|
@@ -1131,10 +1189,10 @@ export interface CreateLicenseManagerReportGeneratorRequest {
|
|
|
1131
1189
|
* <p>Type of reports to generate. The following report types an be generated:</p>
|
|
1132
1190
|
* <ul>
|
|
1133
1191
|
* <li>
|
|
1134
|
-
* <p>License configuration report - Reports
|
|
1192
|
+
* <p>License configuration report - Reports the number and details of consumed licenses for a license configuration.</p>
|
|
1135
1193
|
* </li>
|
|
1136
1194
|
* <li>
|
|
1137
|
-
* <p>Resource report - Reports
|
|
1195
|
+
* <p>Resource report - Reports the tracked licenses and resource consumption for a license configuration.</p>
|
|
1138
1196
|
* </li>
|
|
1139
1197
|
* </ul>
|
|
1140
1198
|
*/
|
|
@@ -1168,7 +1226,7 @@ export declare namespace CreateLicenseManagerReportGeneratorRequest {
|
|
|
1168
1226
|
}
|
|
1169
1227
|
export interface CreateLicenseManagerReportGeneratorResponse {
|
|
1170
1228
|
/**
|
|
1171
|
-
* <p>The Amazon Resource
|
|
1229
|
+
* <p>The Amazon Resource Name (ARN) of the new report generator.</p>
|
|
1172
1230
|
*/
|
|
1173
1231
|
LicenseManagerReportGeneratorArn?: string;
|
|
1174
1232
|
}
|
|
@@ -1315,6 +1373,9 @@ export interface DeleteGrantRequest {
|
|
|
1315
1373
|
* <p>Amazon Resource Name (ARN) of the grant.</p>
|
|
1316
1374
|
*/
|
|
1317
1375
|
GrantArn: string | undefined;
|
|
1376
|
+
/**
|
|
1377
|
+
* <p>The Status reason for the delete request.</p>
|
|
1378
|
+
*/
|
|
1318
1379
|
StatusReason?: string;
|
|
1319
1380
|
/**
|
|
1320
1381
|
* <p>Current version of the grant.</p>
|
|
@@ -1373,7 +1434,7 @@ export interface DeleteLicenseResponse {
|
|
|
1373
1434
|
*/
|
|
1374
1435
|
Status?: LicenseDeletionStatus | string;
|
|
1375
1436
|
/**
|
|
1376
|
-
* <p>Date
|
|
1437
|
+
* <p>Date when the license is deleted.</p>
|
|
1377
1438
|
*/
|
|
1378
1439
|
DeletionDate?: string;
|
|
1379
1440
|
}
|
|
@@ -1405,7 +1466,7 @@ export declare namespace DeleteLicenseConfigurationResponse {
|
|
|
1405
1466
|
}
|
|
1406
1467
|
export interface DeleteLicenseManagerReportGeneratorRequest {
|
|
1407
1468
|
/**
|
|
1408
|
-
* <p>Amazon Resource
|
|
1469
|
+
* <p>Amazon Resource Name (ARN) of the report generator to be deleted.</p>
|
|
1409
1470
|
*/
|
|
1410
1471
|
LicenseManagerReportGeneratorArn: string | undefined;
|
|
1411
1472
|
}
|
|
@@ -1607,7 +1668,7 @@ export interface IssuerDetails {
|
|
|
1607
1668
|
*/
|
|
1608
1669
|
Name?: string;
|
|
1609
1670
|
/**
|
|
1610
|
-
* <p>Asymmetric
|
|
1671
|
+
* <p>Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify,
|
|
1611
1672
|
* and support the RSASSA-PSS SHA-256 signing algorithm.</p>
|
|
1612
1673
|
*/
|
|
1613
1674
|
SignKey?: string;
|
|
@@ -1623,7 +1684,7 @@ export declare namespace IssuerDetails {
|
|
|
1623
1684
|
const filterSensitiveLog: (obj: IssuerDetails) => any;
|
|
1624
1685
|
}
|
|
1625
1686
|
/**
|
|
1626
|
-
* <p>Software license that is managed in
|
|
1687
|
+
* <p>Software license that is managed in License Manager.</p>
|
|
1627
1688
|
*/
|
|
1628
1689
|
export interface License {
|
|
1629
1690
|
/**
|
|
@@ -1776,7 +1837,7 @@ export interface GetLicenseConfigurationResponse {
|
|
|
1776
1837
|
*/
|
|
1777
1838
|
Description?: string;
|
|
1778
1839
|
/**
|
|
1779
|
-
* <p>Dimension
|
|
1840
|
+
* <p>Dimension for which the licenses are counted.</p>
|
|
1780
1841
|
*/
|
|
1781
1842
|
LicenseCountingType?: LicenseCountingType | string;
|
|
1782
1843
|
/**
|
|
@@ -1834,9 +1895,70 @@ export declare namespace GetLicenseConfigurationResponse {
|
|
|
1834
1895
|
*/
|
|
1835
1896
|
const filterSensitiveLog: (obj: GetLicenseConfigurationResponse) => any;
|
|
1836
1897
|
}
|
|
1898
|
+
export interface GetLicenseConversionTaskRequest {
|
|
1899
|
+
/**
|
|
1900
|
+
* <p>ID of the license type conversion task to retrieve information on.</p>
|
|
1901
|
+
*/
|
|
1902
|
+
LicenseConversionTaskId: string | undefined;
|
|
1903
|
+
}
|
|
1904
|
+
export declare namespace GetLicenseConversionTaskRequest {
|
|
1905
|
+
/**
|
|
1906
|
+
* @internal
|
|
1907
|
+
*/
|
|
1908
|
+
const filterSensitiveLog: (obj: GetLicenseConversionTaskRequest) => any;
|
|
1909
|
+
}
|
|
1910
|
+
export declare enum LicenseConversionTaskStatus {
|
|
1911
|
+
FAILED = "FAILED",
|
|
1912
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1913
|
+
SUCCEEDED = "SUCCEEDED"
|
|
1914
|
+
}
|
|
1915
|
+
export interface GetLicenseConversionTaskResponse {
|
|
1916
|
+
/**
|
|
1917
|
+
* <p>ID of the license type conversion task.</p>
|
|
1918
|
+
*/
|
|
1919
|
+
LicenseConversionTaskId?: string;
|
|
1920
|
+
/**
|
|
1921
|
+
* <p>Amazon Resource Names (ARN) of the resources the license conversion task is associated with.</p>
|
|
1922
|
+
*/
|
|
1923
|
+
ResourceArn?: string;
|
|
1924
|
+
/**
|
|
1925
|
+
* <p>Information about the license type converted from.</p>
|
|
1926
|
+
*/
|
|
1927
|
+
SourceLicenseContext?: LicenseConversionContext;
|
|
1928
|
+
/**
|
|
1929
|
+
* <p>Information about the license type converted to.</p>
|
|
1930
|
+
*/
|
|
1931
|
+
DestinationLicenseContext?: LicenseConversionContext;
|
|
1932
|
+
/**
|
|
1933
|
+
* <p>The status message for the conversion task.</p>
|
|
1934
|
+
*/
|
|
1935
|
+
StatusMessage?: string;
|
|
1936
|
+
/**
|
|
1937
|
+
* <p>Status of the license type conversion task.</p>
|
|
1938
|
+
*/
|
|
1939
|
+
Status?: LicenseConversionTaskStatus | string;
|
|
1940
|
+
/**
|
|
1941
|
+
* <p>Time at which the license type conversion task was started .</p>
|
|
1942
|
+
*/
|
|
1943
|
+
StartTime?: Date;
|
|
1944
|
+
/**
|
|
1945
|
+
* <p>Amount of time to complete the license type conversion.</p>
|
|
1946
|
+
*/
|
|
1947
|
+
LicenseConversionTime?: Date;
|
|
1948
|
+
/**
|
|
1949
|
+
* <p>Time at which the license type conversion task was completed.</p>
|
|
1950
|
+
*/
|
|
1951
|
+
EndTime?: Date;
|
|
1952
|
+
}
|
|
1953
|
+
export declare namespace GetLicenseConversionTaskResponse {
|
|
1954
|
+
/**
|
|
1955
|
+
* @internal
|
|
1956
|
+
*/
|
|
1957
|
+
const filterSensitiveLog: (obj: GetLicenseConversionTaskResponse) => any;
|
|
1958
|
+
}
|
|
1837
1959
|
export interface GetLicenseManagerReportGeneratorRequest {
|
|
1838
1960
|
/**
|
|
1839
|
-
* <p>
|
|
1961
|
+
* <p>Amazon Resource Name (ARN) of the report generator.</p>
|
|
1840
1962
|
*/
|
|
1841
1963
|
LicenseManagerReportGeneratorArn: string | undefined;
|
|
1842
1964
|
}
|
|
@@ -1878,15 +2000,15 @@ export interface ReportGenerator {
|
|
|
1878
2000
|
*/
|
|
1879
2001
|
ReportType?: (ReportType | string)[];
|
|
1880
2002
|
/**
|
|
1881
|
-
* <p>License configuration type this generator
|
|
2003
|
+
* <p>License configuration type for this generator.</p>
|
|
1882
2004
|
*/
|
|
1883
2005
|
ReportContext?: ReportContext;
|
|
1884
2006
|
/**
|
|
1885
|
-
* <p>Details
|
|
2007
|
+
* <p>Details about how frequently reports are generated.</p>
|
|
1886
2008
|
*/
|
|
1887
2009
|
ReportFrequency?: ReportFrequency;
|
|
1888
2010
|
/**
|
|
1889
|
-
* <p>Amazon Resource
|
|
2011
|
+
* <p>Amazon Resource Name (ARN) of the report generator.</p>
|
|
1890
2012
|
*/
|
|
1891
2013
|
LicenseManagerReportGeneratorArn?: string;
|
|
1892
2014
|
/**
|
|
@@ -1902,7 +2024,7 @@ export interface ReportGenerator {
|
|
|
1902
2024
|
*/
|
|
1903
2025
|
LastReportGenerationTime?: string;
|
|
1904
2026
|
/**
|
|
1905
|
-
* <p>The
|
|
2027
|
+
* <p>The Amazon Web Services account ID used to create the report generator.</p>
|
|
1906
2028
|
*/
|
|
1907
2029
|
ReportCreatorAccount?: string;
|
|
1908
2030
|
/**
|
|
@@ -1930,7 +2052,7 @@ export declare namespace ReportGenerator {
|
|
|
1930
2052
|
}
|
|
1931
2053
|
export interface GetLicenseManagerReportGeneratorResponse {
|
|
1932
2054
|
/**
|
|
1933
|
-
* <p>A report generator that creates periodic reports
|
|
2055
|
+
* <p>A report generator that creates periodic reports about your license configurations.</p>
|
|
1934
2056
|
*/
|
|
1935
2057
|
ReportGenerator?: ReportGenerator;
|
|
1936
2058
|
}
|
|
@@ -2015,11 +2137,11 @@ export declare namespace GetServiceSettingsRequest {
|
|
|
2015
2137
|
const filterSensitiveLog: (obj: GetServiceSettingsRequest) => any;
|
|
2016
2138
|
}
|
|
2017
2139
|
/**
|
|
2018
|
-
* <p>Configuration information for
|
|
2140
|
+
* <p>Configuration information for Organizations.</p>
|
|
2019
2141
|
*/
|
|
2020
2142
|
export interface OrganizationConfiguration {
|
|
2021
2143
|
/**
|
|
2022
|
-
* <p>Enables
|
|
2144
|
+
* <p>Enables Organizations integration.</p>
|
|
2023
2145
|
*/
|
|
2024
2146
|
EnableIntegration: boolean | undefined;
|
|
2025
2147
|
}
|
|
@@ -2040,7 +2162,7 @@ export interface GetServiceSettingsResponse {
|
|
|
2040
2162
|
*/
|
|
2041
2163
|
SnsTopicArn?: string;
|
|
2042
2164
|
/**
|
|
2043
|
-
* <p>Indicates whether
|
|
2165
|
+
* <p>Indicates whether Organizations is integrated with License Manager for
|
|
2044
2166
|
* cross-account discovery.</p>
|
|
2045
2167
|
*/
|
|
2046
2168
|
OrganizationConfiguration?: OrganizationConfiguration;
|
|
@@ -2049,7 +2171,7 @@ export interface GetServiceSettingsResponse {
|
|
|
2049
2171
|
*/
|
|
2050
2172
|
EnableCrossAccountsDiscovery?: boolean;
|
|
2051
2173
|
/**
|
|
2052
|
-
* <p>Amazon Resource Name (ARN) of the
|
|
2174
|
+
* <p>Amazon Resource Name (ARN) of the resource share. The License Manager management account
|
|
2053
2175
|
* provides member accounts with access to this share.</p>
|
|
2054
2176
|
*/
|
|
2055
2177
|
LicenseManagerResourceShareArn?: string;
|
|
@@ -2107,7 +2229,7 @@ export interface LicenseConfigurationAssociation {
|
|
|
2107
2229
|
*/
|
|
2108
2230
|
ResourceType?: ResourceType | string;
|
|
2109
2231
|
/**
|
|
2110
|
-
* <p>ID of the
|
|
2232
|
+
* <p>ID of the Amazon Web Services account that owns the resource consuming licenses.</p>
|
|
2111
2233
|
*/
|
|
2112
2234
|
ResourceOwnerId?: string;
|
|
2113
2235
|
/**
|
|
@@ -2274,7 +2396,7 @@ export interface LicenseOperationFailure {
|
|
|
2274
2396
|
*/
|
|
2275
2397
|
OperationName?: string;
|
|
2276
2398
|
/**
|
|
2277
|
-
* <p>ID of the
|
|
2399
|
+
* <p>ID of the Amazon Web Services account that owns the resource.</p>
|
|
2278
2400
|
*/
|
|
2279
2401
|
ResourceOwnerId?: string;
|
|
2280
2402
|
/**
|
|
@@ -2327,7 +2449,7 @@ export interface ListLicenseConfigurationsRequest {
|
|
|
2327
2449
|
* <ul>
|
|
2328
2450
|
* <li>
|
|
2329
2451
|
* <p>
|
|
2330
|
-
* <code>licenseCountingType</code> - The dimension
|
|
2452
|
+
* <code>licenseCountingType</code> - The dimension for which licenses are counted.
|
|
2331
2453
|
* Possible values are <code>vCPU</code> | <code>Instance</code> | <code>Core</code> | <code>Socket</code>.
|
|
2332
2454
|
* Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p>
|
|
2333
2455
|
* </li>
|
|
@@ -2446,6 +2568,92 @@ export declare namespace ListLicenseConfigurationsResponse {
|
|
|
2446
2568
|
*/
|
|
2447
2569
|
const filterSensitiveLog: (obj: ListLicenseConfigurationsResponse) => any;
|
|
2448
2570
|
}
|
|
2571
|
+
export interface ListLicenseConversionTasksRequest {
|
|
2572
|
+
/**
|
|
2573
|
+
* <p>Token for the next set of results.</p>
|
|
2574
|
+
*/
|
|
2575
|
+
NextToken?: string;
|
|
2576
|
+
/**
|
|
2577
|
+
* <p>Maximum number of results to return in a single call.</p>
|
|
2578
|
+
*/
|
|
2579
|
+
MaxResults?: number;
|
|
2580
|
+
/**
|
|
2581
|
+
* <p>
|
|
2582
|
+
* Filters to scope the results. Valid filters are <code>ResourceArns</code> and <code>Status</code>.
|
|
2583
|
+
* </p>
|
|
2584
|
+
*/
|
|
2585
|
+
Filters?: Filter[];
|
|
2586
|
+
}
|
|
2587
|
+
export declare namespace ListLicenseConversionTasksRequest {
|
|
2588
|
+
/**
|
|
2589
|
+
* @internal
|
|
2590
|
+
*/
|
|
2591
|
+
const filterSensitiveLog: (obj: ListLicenseConversionTasksRequest) => any;
|
|
2592
|
+
}
|
|
2593
|
+
/**
|
|
2594
|
+
* <p>Information about a license type conversion task.</p>
|
|
2595
|
+
*/
|
|
2596
|
+
export interface LicenseConversionTask {
|
|
2597
|
+
/**
|
|
2598
|
+
* <p>The ID of the license type conversion task.</p>
|
|
2599
|
+
*/
|
|
2600
|
+
LicenseConversionTaskId?: string;
|
|
2601
|
+
/**
|
|
2602
|
+
* <p>The Amazon Resource Name (ARN) of the resource associated with the license type
|
|
2603
|
+
* conversion task.</p>
|
|
2604
|
+
*/
|
|
2605
|
+
ResourceArn?: string;
|
|
2606
|
+
/**
|
|
2607
|
+
* <p>Information about the license type this conversion task converted from.</p>
|
|
2608
|
+
*/
|
|
2609
|
+
SourceLicenseContext?: LicenseConversionContext;
|
|
2610
|
+
/**
|
|
2611
|
+
* <p>Information about the license type this conversion task converted to.</p>
|
|
2612
|
+
*/
|
|
2613
|
+
DestinationLicenseContext?: LicenseConversionContext;
|
|
2614
|
+
/**
|
|
2615
|
+
* <p>The status of the conversion task.</p>
|
|
2616
|
+
*/
|
|
2617
|
+
Status?: LicenseConversionTaskStatus | string;
|
|
2618
|
+
/**
|
|
2619
|
+
* <p>The status message for the conversion task.</p>
|
|
2620
|
+
*/
|
|
2621
|
+
StatusMessage?: string;
|
|
2622
|
+
/**
|
|
2623
|
+
* <p>The time the conversion task was started at.</p>
|
|
2624
|
+
*/
|
|
2625
|
+
StartTime?: Date;
|
|
2626
|
+
/**
|
|
2627
|
+
* <p>The time the usage operation value of the resource was changed.</p>
|
|
2628
|
+
*/
|
|
2629
|
+
LicenseConversionTime?: Date;
|
|
2630
|
+
/**
|
|
2631
|
+
* <p>The time the conversion task was completed.</p>
|
|
2632
|
+
*/
|
|
2633
|
+
EndTime?: Date;
|
|
2634
|
+
}
|
|
2635
|
+
export declare namespace LicenseConversionTask {
|
|
2636
|
+
/**
|
|
2637
|
+
* @internal
|
|
2638
|
+
*/
|
|
2639
|
+
const filterSensitiveLog: (obj: LicenseConversionTask) => any;
|
|
2640
|
+
}
|
|
2641
|
+
export interface ListLicenseConversionTasksResponse {
|
|
2642
|
+
/**
|
|
2643
|
+
* <p>Information about the license configuration tasks for your account.</p>
|
|
2644
|
+
*/
|
|
2645
|
+
LicenseConversionTasks?: LicenseConversionTask[];
|
|
2646
|
+
/**
|
|
2647
|
+
* <p>Token for the next set of results.</p>
|
|
2648
|
+
*/
|
|
2649
|
+
NextToken?: string;
|
|
2650
|
+
}
|
|
2651
|
+
export declare namespace ListLicenseConversionTasksResponse {
|
|
2652
|
+
/**
|
|
2653
|
+
* @internal
|
|
2654
|
+
*/
|
|
2655
|
+
const filterSensitiveLog: (obj: ListLicenseConversionTasksResponse) => any;
|
|
2656
|
+
}
|
|
2449
2657
|
export interface ListLicenseManagerReportGeneratorsRequest {
|
|
2450
2658
|
/**
|
|
2451
2659
|
* <p>Filters to scope the results. The following filters are supported: </p>
|
|
@@ -2475,7 +2683,7 @@ export declare namespace ListLicenseManagerReportGeneratorsRequest {
|
|
|
2475
2683
|
}
|
|
2476
2684
|
export interface ListLicenseManagerReportGeneratorsResponse {
|
|
2477
2685
|
/**
|
|
2478
|
-
* <p>A report generator that creates periodic reports
|
|
2686
|
+
* <p>A report generator that creates periodic reports about your license configurations.</p>
|
|
2479
2687
|
*/
|
|
2480
2688
|
ReportGenerators?: ReportGenerator[];
|
|
2481
2689
|
/**
|
|
@@ -2778,6 +2986,9 @@ export interface ReceivedMetadata {
|
|
|
2778
2986
|
* <p>Received status.</p>
|
|
2779
2987
|
*/
|
|
2780
2988
|
ReceivedStatus?: ReceivedStatus | string;
|
|
2989
|
+
/**
|
|
2990
|
+
* <p>Received status reason.</p>
|
|
2991
|
+
*/
|
|
2781
2992
|
ReceivedStatusReason?: string;
|
|
2782
2993
|
/**
|
|
2783
2994
|
* <p>Allowed operations.</p>
|
|
@@ -2936,7 +3147,7 @@ export interface ListResourceInventoryRequest {
|
|
|
2936
3147
|
* <ul>
|
|
2937
3148
|
* <li>
|
|
2938
3149
|
* <p>
|
|
2939
|
-
* <code>account_id</code> - The ID of the
|
|
3150
|
+
* <code>account_id</code> - The ID of the Amazon Web Services account that owns the resource.
|
|
2940
3151
|
* Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p>
|
|
2941
3152
|
* </li>
|
|
2942
3153
|
* <li>
|
|
@@ -3372,7 +3583,7 @@ export declare namespace UpdateLicenseConfigurationResponse {
|
|
|
3372
3583
|
}
|
|
3373
3584
|
export interface UpdateLicenseManagerReportGeneratorRequest {
|
|
3374
3585
|
/**
|
|
3375
|
-
* <p>Amazon Resource
|
|
3586
|
+
* <p>Amazon Resource Name (ARN) of the report generator to update.</p>
|
|
3376
3587
|
*/
|
|
3377
3588
|
LicenseManagerReportGeneratorArn: string | undefined;
|
|
3378
3589
|
/**
|
|
@@ -3380,24 +3591,23 @@ export interface UpdateLicenseManagerReportGeneratorRequest {
|
|
|
3380
3591
|
*/
|
|
3381
3592
|
ReportGeneratorName: string | undefined;
|
|
3382
3593
|
/**
|
|
3383
|
-
* <p>Type of reports to generate. The following report types
|
|
3594
|
+
* <p>Type of reports to generate. The following report types are supported:</p>
|
|
3384
3595
|
* <ul>
|
|
3385
3596
|
* <li>
|
|
3386
|
-
* <p>License configuration report - Reports
|
|
3597
|
+
* <p>License configuration report - Reports the number and details of consumed licenses for a license configuration.</p>
|
|
3387
3598
|
* </li>
|
|
3388
3599
|
* <li>
|
|
3389
|
-
* <p>Resource report - Reports
|
|
3600
|
+
* <p>Resource report - Reports the tracked licenses and resource consumption for a license configuration.</p>
|
|
3390
3601
|
* </li>
|
|
3391
3602
|
* </ul>
|
|
3392
3603
|
*/
|
|
3393
3604
|
Type: (ReportType | string)[] | undefined;
|
|
3394
3605
|
/**
|
|
3395
|
-
* <p
|
|
3606
|
+
* <p>The report context.</p>
|
|
3396
3607
|
*/
|
|
3397
3608
|
ReportContext: ReportContext | undefined;
|
|
3398
3609
|
/**
|
|
3399
|
-
* <p>Frequency by which reports are generated
|
|
3400
|
-
* <p>??? What are the APi value options?</p>
|
|
3610
|
+
* <p>Frequency by which reports are generated.</p>
|
|
3401
3611
|
*/
|
|
3402
3612
|
ReportFrequency: ReportFrequency | undefined;
|
|
3403
3613
|
/**
|
|
@@ -3455,7 +3665,7 @@ export declare namespace LicenseUsageException {
|
|
|
3455
3665
|
}
|
|
3456
3666
|
export interface UpdateLicenseSpecificationsForResourceRequest {
|
|
3457
3667
|
/**
|
|
3458
|
-
* <p>Amazon Resource Name (ARN) of the
|
|
3668
|
+
* <p>Amazon Resource Name (ARN) of the Amazon Web Services resource.</p>
|
|
3459
3669
|
*/
|
|
3460
3670
|
ResourceArn: string | undefined;
|
|
3461
3671
|
/**
|
|
@@ -3491,7 +3701,7 @@ export interface UpdateServiceSettingsRequest {
|
|
|
3491
3701
|
*/
|
|
3492
3702
|
SnsTopicArn?: string;
|
|
3493
3703
|
/**
|
|
3494
|
-
* <p>Enables integration with
|
|
3704
|
+
* <p>Enables integration with Organizations for cross-account discovery.</p>
|
|
3495
3705
|
*/
|
|
3496
3706
|
OrganizationConfiguration?: OrganizationConfiguration;
|
|
3497
3707
|
/**
|