@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,3515 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
export interface AcceptGrantRequest {
|
|
3
|
-
/**
|
|
4
|
-
* <p>Amazon Resource Name (ARN) of the grant.</p>
|
|
5
|
-
*/
|
|
6
|
-
GrantArn: string | undefined;
|
|
7
|
-
}
|
|
8
|
-
export declare namespace AcceptGrantRequest {
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
|
-
const filterSensitiveLog: (obj: AcceptGrantRequest) => any;
|
|
13
|
-
}
|
|
14
|
-
export declare enum GrantStatus {
|
|
15
|
-
ACTIVE = "ACTIVE",
|
|
16
|
-
DELETED = "DELETED",
|
|
17
|
-
DISABLED = "DISABLED",
|
|
18
|
-
FAILED_WORKFLOW = "FAILED_WORKFLOW",
|
|
19
|
-
PENDING_ACCEPT = "PENDING_ACCEPT",
|
|
20
|
-
PENDING_DELETE = "PENDING_DELETE",
|
|
21
|
-
PENDING_WORKFLOW = "PENDING_WORKFLOW",
|
|
22
|
-
REJECTED = "REJECTED",
|
|
23
|
-
WORKFLOW_COMPLETED = "WORKFLOW_COMPLETED"
|
|
24
|
-
}
|
|
25
|
-
export interface AcceptGrantResponse {
|
|
26
|
-
/**
|
|
27
|
-
* <p>Grant ARN.</p>
|
|
28
|
-
*/
|
|
29
|
-
GrantArn?: string;
|
|
30
|
-
/**
|
|
31
|
-
* <p>Grant status.</p>
|
|
32
|
-
*/
|
|
33
|
-
Status?: GrantStatus | string;
|
|
34
|
-
/**
|
|
35
|
-
* <p>Grant version.</p>
|
|
36
|
-
*/
|
|
37
|
-
Version?: string;
|
|
38
|
-
}
|
|
39
|
-
export declare namespace AcceptGrantResponse {
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
|
-
const filterSensitiveLog: (obj: AcceptGrantResponse) => any;
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* <p>Access to resource denied.</p>
|
|
47
|
-
*/
|
|
48
|
-
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
49
|
-
name: "AccessDeniedException";
|
|
50
|
-
$fault: "client";
|
|
51
|
-
Message?: string;
|
|
52
|
-
}
|
|
53
|
-
export declare namespace AccessDeniedException {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* <p>The AWS user account does not have permission to perform the action. Check the IAM
|
|
61
|
-
* policy associated with this account.</p>
|
|
62
|
-
*/
|
|
63
|
-
export interface AuthorizationException extends __SmithyException, $MetadataBearer {
|
|
64
|
-
name: "AuthorizationException";
|
|
65
|
-
$fault: "client";
|
|
66
|
-
Message?: string;
|
|
67
|
-
}
|
|
68
|
-
export declare namespace AuthorizationException {
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
const filterSensitiveLog: (obj: AuthorizationException) => any;
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* <p>One or more parameter values are not valid.</p>
|
|
76
|
-
*/
|
|
77
|
-
export interface InvalidParameterValueException extends __SmithyException, $MetadataBearer {
|
|
78
|
-
name: "InvalidParameterValueException";
|
|
79
|
-
$fault: "client";
|
|
80
|
-
Message?: string;
|
|
81
|
-
}
|
|
82
|
-
export declare namespace InvalidParameterValueException {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* <p>Too many requests have been submitted. Try again after a brief wait.</p>
|
|
90
|
-
*/
|
|
91
|
-
export interface RateLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
92
|
-
name: "RateLimitExceededException";
|
|
93
|
-
$fault: "client";
|
|
94
|
-
Message?: string;
|
|
95
|
-
}
|
|
96
|
-
export declare namespace RateLimitExceededException {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
const filterSensitiveLog: (obj: RateLimitExceededException) => any;
|
|
101
|
-
}
|
|
102
|
-
/**
|
|
103
|
-
* <p>Your resource limits have been exceeded.</p>
|
|
104
|
-
*/
|
|
105
|
-
export interface ResourceLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
106
|
-
name: "ResourceLimitExceededException";
|
|
107
|
-
$fault: "client";
|
|
108
|
-
Message?: string;
|
|
109
|
-
}
|
|
110
|
-
export declare namespace ResourceLimitExceededException {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
const filterSensitiveLog: (obj: ResourceLimitExceededException) => any;
|
|
115
|
-
}
|
|
116
|
-
/**
|
|
117
|
-
* <p>The server experienced an internal error. Try again.</p>
|
|
118
|
-
*/
|
|
119
|
-
export interface ServerInternalException extends __SmithyException, $MetadataBearer {
|
|
120
|
-
name: "ServerInternalException";
|
|
121
|
-
$fault: "server";
|
|
122
|
-
Message?: string;
|
|
123
|
-
}
|
|
124
|
-
export declare namespace ServerInternalException {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
const filterSensitiveLog: (obj: ServerInternalException) => any;
|
|
129
|
-
}
|
|
130
|
-
/**
|
|
131
|
-
* <p>The provided input is not valid. Try your request again.</p>
|
|
132
|
-
*/
|
|
133
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
134
|
-
name: "ValidationException";
|
|
135
|
-
$fault: "client";
|
|
136
|
-
Message?: string;
|
|
137
|
-
}
|
|
138
|
-
export declare namespace ValidationException {
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
143
|
-
}
|
|
144
|
-
export declare enum AllowedOperation {
|
|
145
|
-
CHECKOUT_BORROW_LICENSE = "CheckoutBorrowLicense",
|
|
146
|
-
CHECKOUT_LICENSE = "CheckoutLicense",
|
|
147
|
-
CHECK_IN_LICENSE = "CheckInLicense",
|
|
148
|
-
CREATE_GRANT = "CreateGrant",
|
|
149
|
-
CREATE_TOKEN = "CreateToken",
|
|
150
|
-
EXTEND_CONSUMPTION_LICENSE = "ExtendConsumptionLicense",
|
|
151
|
-
LIST_PURCHASED_LICENSES = "ListPurchasedLicenses"
|
|
152
|
-
}
|
|
153
|
-
/**
|
|
154
|
-
* <p>Describes automated discovery.</p>
|
|
155
|
-
*/
|
|
156
|
-
export interface AutomatedDiscoveryInformation {
|
|
157
|
-
/**
|
|
158
|
-
* <p>Time that automated discovery last ran.</p>
|
|
159
|
-
*/
|
|
160
|
-
LastRunTime?: Date;
|
|
161
|
-
}
|
|
162
|
-
export declare namespace AutomatedDiscoveryInformation {
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
const filterSensitiveLog: (obj: AutomatedDiscoveryInformation) => any;
|
|
167
|
-
}
|
|
168
|
-
export interface CheckInLicenseRequest {
|
|
169
|
-
/**
|
|
170
|
-
* <p>License consumption token.</p>
|
|
171
|
-
*/
|
|
172
|
-
LicenseConsumptionToken: string | undefined;
|
|
173
|
-
/**
|
|
174
|
-
* <p>License beneficiary.</p>
|
|
175
|
-
*/
|
|
176
|
-
Beneficiary?: string;
|
|
177
|
-
}
|
|
178
|
-
export declare namespace CheckInLicenseRequest {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
|
-
const filterSensitiveLog: (obj: CheckInLicenseRequest) => any;
|
|
183
|
-
}
|
|
184
|
-
export interface CheckInLicenseResponse {
|
|
185
|
-
}
|
|
186
|
-
export declare namespace CheckInLicenseResponse {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
|
-
const filterSensitiveLog: (obj: CheckInLicenseResponse) => any;
|
|
191
|
-
}
|
|
192
|
-
/**
|
|
193
|
-
* <p>There was a conflict processing the request. Try your request again.</p>
|
|
194
|
-
*/
|
|
195
|
-
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
196
|
-
name: "ConflictException";
|
|
197
|
-
$fault: "client";
|
|
198
|
-
Message?: string;
|
|
199
|
-
}
|
|
200
|
-
export declare namespace ConflictException {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
205
|
-
}
|
|
206
|
-
/**
|
|
207
|
-
* <p>The resource cannot be found.</p>
|
|
208
|
-
*/
|
|
209
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
210
|
-
name: "ResourceNotFoundException";
|
|
211
|
-
$fault: "client";
|
|
212
|
-
Message?: string;
|
|
213
|
-
}
|
|
214
|
-
export declare namespace ResourceNotFoundException {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
219
|
-
}
|
|
220
|
-
/**
|
|
221
|
-
* <p>Describes key/value pairs.</p>
|
|
222
|
-
*/
|
|
223
|
-
export interface Metadata {
|
|
224
|
-
/**
|
|
225
|
-
* <p>The key name.</p>
|
|
226
|
-
*/
|
|
227
|
-
Name?: string;
|
|
228
|
-
/**
|
|
229
|
-
* <p>The value.</p>
|
|
230
|
-
*/
|
|
231
|
-
Value?: string;
|
|
232
|
-
}
|
|
233
|
-
export declare namespace Metadata {
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
|
-
const filterSensitiveLog: (obj: Metadata) => any;
|
|
238
|
-
}
|
|
239
|
-
export declare enum DigitalSignatureMethod {
|
|
240
|
-
JWT_PS384 = "JWT_PS384"
|
|
241
|
-
}
|
|
242
|
-
export declare enum EntitlementDataUnit {
|
|
243
|
-
BITS = "Bits",
|
|
244
|
-
BITS_PER_SECOND = "Bits/Second",
|
|
245
|
-
BYTES = "Bytes",
|
|
246
|
-
BYTES_PER_SECOND = "Bytes/Second",
|
|
247
|
-
COUNT = "Count",
|
|
248
|
-
COUNT_PER_SECOND = "Count/Second",
|
|
249
|
-
GIGABITS = "Gigabits",
|
|
250
|
-
GIGABITS_PER_SECOND = "Gigabits/Second",
|
|
251
|
-
GIGABYTES = "Gigabytes",
|
|
252
|
-
GIGABYTES_PER_SECOND = "Gigabytes/Second",
|
|
253
|
-
KILOBITS = "Kilobits",
|
|
254
|
-
KILOBITS_PER_SECOND = "Kilobits/Second",
|
|
255
|
-
KILOBYTES = "Kilobytes",
|
|
256
|
-
KILOBYTES_PER_SECOND = "Kilobytes/Second",
|
|
257
|
-
MEGABITS = "Megabits",
|
|
258
|
-
MEGABITS_PER_SECOND = "Megabits/Second",
|
|
259
|
-
MEGABYTES = "Megabytes",
|
|
260
|
-
MEGABYTES_PER_SECOND = "Megabytes/Second",
|
|
261
|
-
MICROSECONDS = "Microseconds",
|
|
262
|
-
MILLISECONDS = "Milliseconds",
|
|
263
|
-
NONE = "None",
|
|
264
|
-
PERCENT = "Percent",
|
|
265
|
-
SECONDS = "Seconds",
|
|
266
|
-
TERABITS = "Terabits",
|
|
267
|
-
TERABITS_PER_SECOND = "Terabits/Second",
|
|
268
|
-
TERABYTES = "Terabytes",
|
|
269
|
-
TERABYTES_PER_SECOND = "Terabytes/Second"
|
|
270
|
-
}
|
|
271
|
-
/**
|
|
272
|
-
* <p>Data associated with an entitlement resource.</p>
|
|
273
|
-
*/
|
|
274
|
-
export interface EntitlementData {
|
|
275
|
-
/**
|
|
276
|
-
* <p>Entitlement data name.</p>
|
|
277
|
-
*/
|
|
278
|
-
Name: string | undefined;
|
|
279
|
-
/**
|
|
280
|
-
* <p>Entitlement data value.</p>
|
|
281
|
-
*/
|
|
282
|
-
Value?: string;
|
|
283
|
-
/**
|
|
284
|
-
* <p>Entitlement data unit.</p>
|
|
285
|
-
*/
|
|
286
|
-
Unit: EntitlementDataUnit | string | undefined;
|
|
287
|
-
}
|
|
288
|
-
export declare namespace EntitlementData {
|
|
289
|
-
/**
|
|
290
|
-
* @internal
|
|
291
|
-
*/
|
|
292
|
-
const filterSensitiveLog: (obj: EntitlementData) => any;
|
|
293
|
-
}
|
|
294
|
-
export interface CheckoutBorrowLicenseRequest {
|
|
295
|
-
/**
|
|
296
|
-
* <p>Amazon Resource Name (ARN) of the license. The license must use the borrow consumption configuration.</p>
|
|
297
|
-
*/
|
|
298
|
-
LicenseArn: string | undefined;
|
|
299
|
-
/**
|
|
300
|
-
* <p>License entitlements. Partial checkouts are not supported.</p>
|
|
301
|
-
*/
|
|
302
|
-
Entitlements: EntitlementData[] | undefined;
|
|
303
|
-
/**
|
|
304
|
-
* <p>Digital signature method. The possible value is JSON Web Signature (JWS) algorithm PS384.
|
|
305
|
-
* For more information, see <a href="https://tools.ietf.org/html/rfc7518#section-3.5">RFC 7518 Digital Signature with RSASSA-PSS</a>.</p>
|
|
306
|
-
*/
|
|
307
|
-
DigitalSignatureMethod: DigitalSignatureMethod | string | undefined;
|
|
308
|
-
/**
|
|
309
|
-
* <p>Node ID.</p>
|
|
310
|
-
*/
|
|
311
|
-
NodeId?: string;
|
|
312
|
-
/**
|
|
313
|
-
* <p>Information about constraints.</p>
|
|
314
|
-
*/
|
|
315
|
-
CheckoutMetadata?: Metadata[];
|
|
316
|
-
/**
|
|
317
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
318
|
-
*/
|
|
319
|
-
ClientToken: string | undefined;
|
|
320
|
-
}
|
|
321
|
-
export declare namespace CheckoutBorrowLicenseRequest {
|
|
322
|
-
/**
|
|
323
|
-
* @internal
|
|
324
|
-
*/
|
|
325
|
-
const filterSensitiveLog: (obj: CheckoutBorrowLicenseRequest) => any;
|
|
326
|
-
}
|
|
327
|
-
export interface CheckoutBorrowLicenseResponse {
|
|
328
|
-
/**
|
|
329
|
-
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
330
|
-
*/
|
|
331
|
-
LicenseArn?: string;
|
|
332
|
-
/**
|
|
333
|
-
* <p>License consumption token.</p>
|
|
334
|
-
*/
|
|
335
|
-
LicenseConsumptionToken?: string;
|
|
336
|
-
/**
|
|
337
|
-
* <p>Allowed license entitlements.</p>
|
|
338
|
-
*/
|
|
339
|
-
EntitlementsAllowed?: EntitlementData[];
|
|
340
|
-
/**
|
|
341
|
-
* <p>Node ID.</p>
|
|
342
|
-
*/
|
|
343
|
-
NodeId?: string;
|
|
344
|
-
/**
|
|
345
|
-
* <p>Signed token.</p>
|
|
346
|
-
*/
|
|
347
|
-
SignedToken?: string;
|
|
348
|
-
/**
|
|
349
|
-
* <p>Date and time at which the license checkout is issued.</p>
|
|
350
|
-
*/
|
|
351
|
-
IssuedAt?: string;
|
|
352
|
-
/**
|
|
353
|
-
* <p>Date and time at which the license checkout expires.</p>
|
|
354
|
-
*/
|
|
355
|
-
Expiration?: string;
|
|
356
|
-
/**
|
|
357
|
-
* <p>Information about constraints.</p>
|
|
358
|
-
*/
|
|
359
|
-
CheckoutMetadata?: Metadata[];
|
|
360
|
-
}
|
|
361
|
-
export declare namespace CheckoutBorrowLicenseResponse {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
|
-
const filterSensitiveLog: (obj: CheckoutBorrowLicenseResponse) => any;
|
|
366
|
-
}
|
|
367
|
-
/**
|
|
368
|
-
* <p>The entitlement is not allowed.</p>
|
|
369
|
-
*/
|
|
370
|
-
export interface EntitlementNotAllowedException extends __SmithyException, $MetadataBearer {
|
|
371
|
-
name: "EntitlementNotAllowedException";
|
|
372
|
-
$fault: "client";
|
|
373
|
-
Message?: string;
|
|
374
|
-
}
|
|
375
|
-
export declare namespace EntitlementNotAllowedException {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
|
-
const filterSensitiveLog: (obj: EntitlementNotAllowedException) => any;
|
|
380
|
-
}
|
|
381
|
-
/**
|
|
382
|
-
* <p>There are no entitlements found for this license, or the entitlement maximum count is reached.</p>
|
|
383
|
-
*/
|
|
384
|
-
export interface NoEntitlementsAllowedException extends __SmithyException, $MetadataBearer {
|
|
385
|
-
name: "NoEntitlementsAllowedException";
|
|
386
|
-
$fault: "client";
|
|
387
|
-
Message?: string;
|
|
388
|
-
}
|
|
389
|
-
export declare namespace NoEntitlementsAllowedException {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
|
-
const filterSensitiveLog: (obj: NoEntitlementsAllowedException) => any;
|
|
394
|
-
}
|
|
395
|
-
/**
|
|
396
|
-
* <p>This is not the correct Region for the resource. Try again.</p>
|
|
397
|
-
*/
|
|
398
|
-
export interface RedirectException extends __SmithyException, $MetadataBearer {
|
|
399
|
-
name: "RedirectException";
|
|
400
|
-
$fault: "client";
|
|
401
|
-
Location?: string;
|
|
402
|
-
Message?: string;
|
|
403
|
-
}
|
|
404
|
-
export declare namespace RedirectException {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
|
-
const filterSensitiveLog: (obj: RedirectException) => any;
|
|
409
|
-
}
|
|
410
|
-
/**
|
|
411
|
-
* <p>The digital signature method is unsupported. Try your request again.</p>
|
|
412
|
-
*/
|
|
413
|
-
export interface UnsupportedDigitalSignatureMethodException extends __SmithyException, $MetadataBearer {
|
|
414
|
-
name: "UnsupportedDigitalSignatureMethodException";
|
|
415
|
-
$fault: "client";
|
|
416
|
-
Message?: string;
|
|
417
|
-
}
|
|
418
|
-
export declare namespace UnsupportedDigitalSignatureMethodException {
|
|
419
|
-
/**
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
|
-
const filterSensitiveLog: (obj: UnsupportedDigitalSignatureMethodException) => any;
|
|
423
|
-
}
|
|
424
|
-
export declare enum CheckoutType {
|
|
425
|
-
PERPETUAL = "PERPETUAL",
|
|
426
|
-
PROVISIONAL = "PROVISIONAL"
|
|
427
|
-
}
|
|
428
|
-
export interface CheckoutLicenseRequest {
|
|
429
|
-
/**
|
|
430
|
-
* <p>Product SKU.</p>
|
|
431
|
-
*/
|
|
432
|
-
ProductSKU: string | undefined;
|
|
433
|
-
/**
|
|
434
|
-
* <p>Checkout type.</p>
|
|
435
|
-
*/
|
|
436
|
-
CheckoutType: CheckoutType | string | undefined;
|
|
437
|
-
/**
|
|
438
|
-
* <p>Key fingerprint identifying the license.</p>
|
|
439
|
-
*/
|
|
440
|
-
KeyFingerprint: string | undefined;
|
|
441
|
-
/**
|
|
442
|
-
* <p>License entitlements.</p>
|
|
443
|
-
*/
|
|
444
|
-
Entitlements: EntitlementData[] | undefined;
|
|
445
|
-
/**
|
|
446
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
447
|
-
*/
|
|
448
|
-
ClientToken: string | undefined;
|
|
449
|
-
/**
|
|
450
|
-
* <p>License beneficiary.</p>
|
|
451
|
-
*/
|
|
452
|
-
Beneficiary?: string;
|
|
453
|
-
/**
|
|
454
|
-
* <p>Node ID.</p>
|
|
455
|
-
*/
|
|
456
|
-
NodeId?: string;
|
|
457
|
-
}
|
|
458
|
-
export declare namespace CheckoutLicenseRequest {
|
|
459
|
-
/**
|
|
460
|
-
* @internal
|
|
461
|
-
*/
|
|
462
|
-
const filterSensitiveLog: (obj: CheckoutLicenseRequest) => any;
|
|
463
|
-
}
|
|
464
|
-
export interface CheckoutLicenseResponse {
|
|
465
|
-
/**
|
|
466
|
-
* <p>Checkout type.</p>
|
|
467
|
-
*/
|
|
468
|
-
CheckoutType?: CheckoutType | string;
|
|
469
|
-
/**
|
|
470
|
-
* <p>License consumption token.</p>
|
|
471
|
-
*/
|
|
472
|
-
LicenseConsumptionToken?: string;
|
|
473
|
-
/**
|
|
474
|
-
* <p>Allowed license entitlements.</p>
|
|
475
|
-
*/
|
|
476
|
-
EntitlementsAllowed?: EntitlementData[];
|
|
477
|
-
/**
|
|
478
|
-
* <p>Signed token.</p>
|
|
479
|
-
*/
|
|
480
|
-
SignedToken?: string;
|
|
481
|
-
/**
|
|
482
|
-
* <p>Node ID.</p>
|
|
483
|
-
*/
|
|
484
|
-
NodeId?: string;
|
|
485
|
-
/**
|
|
486
|
-
* <p>Date and time at which the license checkout is issued.</p>
|
|
487
|
-
*/
|
|
488
|
-
IssuedAt?: string;
|
|
489
|
-
/**
|
|
490
|
-
* <p>Date and time at which the license checkout expires.</p>
|
|
491
|
-
*/
|
|
492
|
-
Expiration?: string;
|
|
493
|
-
}
|
|
494
|
-
export declare namespace CheckoutLicenseResponse {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
|
-
const filterSensitiveLog: (obj: CheckoutLicenseResponse) => any;
|
|
499
|
-
}
|
|
500
|
-
export interface CreateGrantRequest {
|
|
501
|
-
/**
|
|
502
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
503
|
-
*/
|
|
504
|
-
ClientToken: string | undefined;
|
|
505
|
-
/**
|
|
506
|
-
* <p>Grant name.</p>
|
|
507
|
-
*/
|
|
508
|
-
GrantName: string | undefined;
|
|
509
|
-
/**
|
|
510
|
-
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
511
|
-
*/
|
|
512
|
-
LicenseArn: string | undefined;
|
|
513
|
-
/**
|
|
514
|
-
* <p>The grant principals.</p>
|
|
515
|
-
*/
|
|
516
|
-
Principals: string[] | undefined;
|
|
517
|
-
/**
|
|
518
|
-
* <p>Home Region of the grant.</p>
|
|
519
|
-
*/
|
|
520
|
-
HomeRegion: string | undefined;
|
|
521
|
-
/**
|
|
522
|
-
* <p>Allowed operations for the grant.</p>
|
|
523
|
-
*/
|
|
524
|
-
AllowedOperations: (AllowedOperation | string)[] | undefined;
|
|
525
|
-
}
|
|
526
|
-
export declare namespace CreateGrantRequest {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
const filterSensitiveLog: (obj: CreateGrantRequest) => any;
|
|
531
|
-
}
|
|
532
|
-
export interface CreateGrantResponse {
|
|
533
|
-
/**
|
|
534
|
-
* <p>Grant ARN.</p>
|
|
535
|
-
*/
|
|
536
|
-
GrantArn?: string;
|
|
537
|
-
/**
|
|
538
|
-
* <p>Grant status.</p>
|
|
539
|
-
*/
|
|
540
|
-
Status?: GrantStatus | string;
|
|
541
|
-
/**
|
|
542
|
-
* <p>Grant version.</p>
|
|
543
|
-
*/
|
|
544
|
-
Version?: string;
|
|
545
|
-
}
|
|
546
|
-
export declare namespace CreateGrantResponse {
|
|
547
|
-
/**
|
|
548
|
-
* @internal
|
|
549
|
-
*/
|
|
550
|
-
const filterSensitiveLog: (obj: CreateGrantResponse) => any;
|
|
551
|
-
}
|
|
552
|
-
export interface CreateGrantVersionRequest {
|
|
553
|
-
/**
|
|
554
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
555
|
-
*/
|
|
556
|
-
ClientToken: string | undefined;
|
|
557
|
-
/**
|
|
558
|
-
* <p>Amazon Resource Name (ARN) of the grant.</p>
|
|
559
|
-
*/
|
|
560
|
-
GrantArn: string | undefined;
|
|
561
|
-
/**
|
|
562
|
-
* <p>Grant name.</p>
|
|
563
|
-
*/
|
|
564
|
-
GrantName?: string;
|
|
565
|
-
/**
|
|
566
|
-
* <p>Allowed operations for the grant.</p>
|
|
567
|
-
*/
|
|
568
|
-
AllowedOperations?: (AllowedOperation | string)[];
|
|
569
|
-
/**
|
|
570
|
-
* <p>Grant status.</p>
|
|
571
|
-
*/
|
|
572
|
-
Status?: GrantStatus | string;
|
|
573
|
-
StatusReason?: string;
|
|
574
|
-
/**
|
|
575
|
-
* <p>Current version of the grant.</p>
|
|
576
|
-
*/
|
|
577
|
-
SourceVersion?: string;
|
|
578
|
-
}
|
|
579
|
-
export declare namespace CreateGrantVersionRequest {
|
|
580
|
-
/**
|
|
581
|
-
* @internal
|
|
582
|
-
*/
|
|
583
|
-
const filterSensitiveLog: (obj: CreateGrantVersionRequest) => any;
|
|
584
|
-
}
|
|
585
|
-
export interface CreateGrantVersionResponse {
|
|
586
|
-
/**
|
|
587
|
-
* <p>Grant ARN.</p>
|
|
588
|
-
*/
|
|
589
|
-
GrantArn?: string;
|
|
590
|
-
/**
|
|
591
|
-
* <p>Grant status.</p>
|
|
592
|
-
*/
|
|
593
|
-
Status?: GrantStatus | string;
|
|
594
|
-
/**
|
|
595
|
-
* <p>New version of the grant.</p>
|
|
596
|
-
*/
|
|
597
|
-
Version?: string;
|
|
598
|
-
}
|
|
599
|
-
export declare namespace CreateGrantVersionResponse {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
|
-
const filterSensitiveLog: (obj: CreateGrantVersionResponse) => any;
|
|
604
|
-
}
|
|
605
|
-
/**
|
|
606
|
-
* <p>Details about a borrow configuration.</p>
|
|
607
|
-
*/
|
|
608
|
-
export interface BorrowConfiguration {
|
|
609
|
-
/**
|
|
610
|
-
* <p>Indicates whether early check-ins are allowed.</p>
|
|
611
|
-
*/
|
|
612
|
-
AllowEarlyCheckIn: boolean | undefined;
|
|
613
|
-
/**
|
|
614
|
-
* <p>Maximum time for the borrow configuration, in minutes.</p>
|
|
615
|
-
*/
|
|
616
|
-
MaxTimeToLiveInMinutes: number | undefined;
|
|
617
|
-
}
|
|
618
|
-
export declare namespace BorrowConfiguration {
|
|
619
|
-
/**
|
|
620
|
-
* @internal
|
|
621
|
-
*/
|
|
622
|
-
const filterSensitiveLog: (obj: BorrowConfiguration) => any;
|
|
623
|
-
}
|
|
624
|
-
/**
|
|
625
|
-
* <p>Details about a provisional configuration.</p>
|
|
626
|
-
*/
|
|
627
|
-
export interface ProvisionalConfiguration {
|
|
628
|
-
/**
|
|
629
|
-
* <p>Maximum time for the provisional configuration, in minutes.</p>
|
|
630
|
-
*/
|
|
631
|
-
MaxTimeToLiveInMinutes: number | undefined;
|
|
632
|
-
}
|
|
633
|
-
export declare namespace ProvisionalConfiguration {
|
|
634
|
-
/**
|
|
635
|
-
* @internal
|
|
636
|
-
*/
|
|
637
|
-
const filterSensitiveLog: (obj: ProvisionalConfiguration) => any;
|
|
638
|
-
}
|
|
639
|
-
export declare enum RenewType {
|
|
640
|
-
MONTHLY = "Monthly",
|
|
641
|
-
NONE = "None",
|
|
642
|
-
WEEKLY = "Weekly"
|
|
643
|
-
}
|
|
644
|
-
/**
|
|
645
|
-
* <p>Details about a consumption configuration.</p>
|
|
646
|
-
*/
|
|
647
|
-
export interface ConsumptionConfiguration {
|
|
648
|
-
/**
|
|
649
|
-
* <p>Renewal frequency.</p>
|
|
650
|
-
*/
|
|
651
|
-
RenewType?: RenewType | string;
|
|
652
|
-
/**
|
|
653
|
-
* <p>Details about a provisional configuration.</p>
|
|
654
|
-
*/
|
|
655
|
-
ProvisionalConfiguration?: ProvisionalConfiguration;
|
|
656
|
-
/**
|
|
657
|
-
* <p>Details about a borrow configuration.</p>
|
|
658
|
-
*/
|
|
659
|
-
BorrowConfiguration?: BorrowConfiguration;
|
|
660
|
-
}
|
|
661
|
-
export declare namespace ConsumptionConfiguration {
|
|
662
|
-
/**
|
|
663
|
-
* @internal
|
|
664
|
-
*/
|
|
665
|
-
const filterSensitiveLog: (obj: ConsumptionConfiguration) => any;
|
|
666
|
-
}
|
|
667
|
-
export declare enum EntitlementUnit {
|
|
668
|
-
BITS = "Bits",
|
|
669
|
-
BITS_PER_SECOND = "Bits/Second",
|
|
670
|
-
BYTES = "Bytes",
|
|
671
|
-
BYTES_PER_SECOND = "Bytes/Second",
|
|
672
|
-
COUNT = "Count",
|
|
673
|
-
COUNT_PER_SECOND = "Count/Second",
|
|
674
|
-
GIGABITS = "Gigabits",
|
|
675
|
-
GIGABITS_PER_SECOND = "Gigabits/Second",
|
|
676
|
-
GIGABYTES = "Gigabytes",
|
|
677
|
-
GIGABYTES_PER_SECOND = "Gigabytes/Second",
|
|
678
|
-
KILOBITS = "Kilobits",
|
|
679
|
-
KILOBITS_PER_SECOND = "Kilobits/Second",
|
|
680
|
-
KILOBYTES = "Kilobytes",
|
|
681
|
-
KILOBYTES_PER_SECOND = "Kilobytes/Second",
|
|
682
|
-
MEGABITS = "Megabits",
|
|
683
|
-
MEGABITS_PER_SECOND = "Megabits/Second",
|
|
684
|
-
MEGABYTES = "Megabytes",
|
|
685
|
-
MEGABYTES_PER_SECOND = "Megabytes/Second",
|
|
686
|
-
MICROSECONDS = "Microseconds",
|
|
687
|
-
MILLISECONDS = "Milliseconds",
|
|
688
|
-
NONE = "None",
|
|
689
|
-
PERCENT = "Percent",
|
|
690
|
-
SECONDS = "Seconds",
|
|
691
|
-
TERABITS = "Terabits",
|
|
692
|
-
TERABITS_PER_SECOND = "Terabits/Second",
|
|
693
|
-
TERABYTES = "Terabytes",
|
|
694
|
-
TERABYTES_PER_SECOND = "Terabytes/Second"
|
|
695
|
-
}
|
|
696
|
-
/**
|
|
697
|
-
* <p>Describes a resource entitled for use with a license.</p>
|
|
698
|
-
*/
|
|
699
|
-
export interface Entitlement {
|
|
700
|
-
/**
|
|
701
|
-
* <p>Entitlement name.</p>
|
|
702
|
-
*/
|
|
703
|
-
Name: string | undefined;
|
|
704
|
-
/**
|
|
705
|
-
* <p>Entitlement resource. Use only if the unit is None.</p>
|
|
706
|
-
*/
|
|
707
|
-
Value?: string;
|
|
708
|
-
/**
|
|
709
|
-
* <p>Maximum entitlement count. Use if the unit is not None.</p>
|
|
710
|
-
*/
|
|
711
|
-
MaxCount?: number;
|
|
712
|
-
/**
|
|
713
|
-
* <p>Indicates whether overages are allowed.</p>
|
|
714
|
-
*/
|
|
715
|
-
Overage?: boolean;
|
|
716
|
-
/**
|
|
717
|
-
* <p>Entitlement unit.</p>
|
|
718
|
-
*/
|
|
719
|
-
Unit: EntitlementUnit | string | undefined;
|
|
720
|
-
/**
|
|
721
|
-
* <p>Indicates whether check-ins are allowed.</p>
|
|
722
|
-
*/
|
|
723
|
-
AllowCheckIn?: boolean;
|
|
724
|
-
}
|
|
725
|
-
export declare namespace Entitlement {
|
|
726
|
-
/**
|
|
727
|
-
* @internal
|
|
728
|
-
*/
|
|
729
|
-
const filterSensitiveLog: (obj: Entitlement) => any;
|
|
730
|
-
}
|
|
731
|
-
/**
|
|
732
|
-
* <p>Details about the issuer of a license.</p>
|
|
733
|
-
*/
|
|
734
|
-
export interface Issuer {
|
|
735
|
-
/**
|
|
736
|
-
* <p>Issuer name.</p>
|
|
737
|
-
*/
|
|
738
|
-
Name: string | undefined;
|
|
739
|
-
/**
|
|
740
|
-
* <p>Asymmetric CMK from AWS Key Management Service. The CMK must have a key usage of sign and verify,
|
|
741
|
-
* and support the RSASSA-PSS SHA-256 signing algorithm.</p>
|
|
742
|
-
*/
|
|
743
|
-
SignKey?: string;
|
|
744
|
-
}
|
|
745
|
-
export declare namespace Issuer {
|
|
746
|
-
/**
|
|
747
|
-
* @internal
|
|
748
|
-
*/
|
|
749
|
-
const filterSensitiveLog: (obj: Issuer) => any;
|
|
750
|
-
}
|
|
751
|
-
/**
|
|
752
|
-
* <p>Describes a time range, in ISO8601-UTC format.</p>
|
|
753
|
-
*/
|
|
754
|
-
export interface DatetimeRange {
|
|
755
|
-
/**
|
|
756
|
-
* <p>Start of the time range.</p>
|
|
757
|
-
*/
|
|
758
|
-
Begin: string | undefined;
|
|
759
|
-
/**
|
|
760
|
-
* <p>End of the time range.</p>
|
|
761
|
-
*/
|
|
762
|
-
End?: string;
|
|
763
|
-
}
|
|
764
|
-
export declare namespace DatetimeRange {
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
|
-
const filterSensitiveLog: (obj: DatetimeRange) => any;
|
|
769
|
-
}
|
|
770
|
-
export interface CreateLicenseRequest {
|
|
771
|
-
/**
|
|
772
|
-
* <p>License name.</p>
|
|
773
|
-
*/
|
|
774
|
-
LicenseName: string | undefined;
|
|
775
|
-
/**
|
|
776
|
-
* <p>Product name.</p>
|
|
777
|
-
*/
|
|
778
|
-
ProductName: string | undefined;
|
|
779
|
-
/**
|
|
780
|
-
* <p>Product SKU.</p>
|
|
781
|
-
*/
|
|
782
|
-
ProductSKU: string | undefined;
|
|
783
|
-
/**
|
|
784
|
-
* <p>License issuer.</p>
|
|
785
|
-
*/
|
|
786
|
-
Issuer: Issuer | undefined;
|
|
787
|
-
/**
|
|
788
|
-
* <p>Home Region for the license.</p>
|
|
789
|
-
*/
|
|
790
|
-
HomeRegion: string | undefined;
|
|
791
|
-
/**
|
|
792
|
-
* <p>Date and time range during which the license is valid, in ISO8601-UTC format.</p>
|
|
793
|
-
*/
|
|
794
|
-
Validity: DatetimeRange | undefined;
|
|
795
|
-
/**
|
|
796
|
-
* <p>License entitlements.</p>
|
|
797
|
-
*/
|
|
798
|
-
Entitlements: Entitlement[] | undefined;
|
|
799
|
-
/**
|
|
800
|
-
* <p>License beneficiary.</p>
|
|
801
|
-
*/
|
|
802
|
-
Beneficiary: string | undefined;
|
|
803
|
-
/**
|
|
804
|
-
* <p>Configuration for consumption of the license. Choose a provisional configuration for workloads
|
|
805
|
-
* running with continuous connectivity. Choose a borrow configuration for workloads with offline
|
|
806
|
-
* usage.</p>
|
|
807
|
-
*/
|
|
808
|
-
ConsumptionConfiguration: ConsumptionConfiguration | undefined;
|
|
809
|
-
/**
|
|
810
|
-
* <p>Information about the license.</p>
|
|
811
|
-
*/
|
|
812
|
-
LicenseMetadata?: Metadata[];
|
|
813
|
-
/**
|
|
814
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
815
|
-
*/
|
|
816
|
-
ClientToken: string | undefined;
|
|
817
|
-
}
|
|
818
|
-
export declare namespace CreateLicenseRequest {
|
|
819
|
-
/**
|
|
820
|
-
* @internal
|
|
821
|
-
*/
|
|
822
|
-
const filterSensitiveLog: (obj: CreateLicenseRequest) => any;
|
|
823
|
-
}
|
|
824
|
-
export declare enum LicenseStatus {
|
|
825
|
-
AVAILABLE = "AVAILABLE",
|
|
826
|
-
DEACTIVATED = "DEACTIVATED",
|
|
827
|
-
DELETED = "DELETED",
|
|
828
|
-
EXPIRED = "EXPIRED",
|
|
829
|
-
PENDING_AVAILABLE = "PENDING_AVAILABLE",
|
|
830
|
-
PENDING_DELETE = "PENDING_DELETE",
|
|
831
|
-
SUSPENDED = "SUSPENDED"
|
|
832
|
-
}
|
|
833
|
-
export interface CreateLicenseResponse {
|
|
834
|
-
/**
|
|
835
|
-
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
836
|
-
*/
|
|
837
|
-
LicenseArn?: string;
|
|
838
|
-
/**
|
|
839
|
-
* <p>License status.</p>
|
|
840
|
-
*/
|
|
841
|
-
Status?: LicenseStatus | string;
|
|
842
|
-
/**
|
|
843
|
-
* <p>License version.</p>
|
|
844
|
-
*/
|
|
845
|
-
Version?: string;
|
|
846
|
-
}
|
|
847
|
-
export declare namespace CreateLicenseResponse {
|
|
848
|
-
/**
|
|
849
|
-
* @internal
|
|
850
|
-
*/
|
|
851
|
-
const filterSensitiveLog: (obj: CreateLicenseResponse) => any;
|
|
852
|
-
}
|
|
853
|
-
export declare enum LicenseCountingType {
|
|
854
|
-
CORE = "Core",
|
|
855
|
-
INSTANCE = "Instance",
|
|
856
|
-
SOCKET = "Socket",
|
|
857
|
-
VCPU = "vCPU"
|
|
858
|
-
}
|
|
859
|
-
/**
|
|
860
|
-
* <p>Describes product information filters.</p>
|
|
861
|
-
*/
|
|
862
|
-
export interface ProductInformationFilter {
|
|
863
|
-
/**
|
|
864
|
-
* <p>Filter name.</p>
|
|
865
|
-
*/
|
|
866
|
-
ProductInformationFilterName: string | undefined;
|
|
867
|
-
/**
|
|
868
|
-
* <p>Filter value.</p>
|
|
869
|
-
*/
|
|
870
|
-
ProductInformationFilterValue?: string[];
|
|
871
|
-
/**
|
|
872
|
-
* <p>Logical operator.</p>
|
|
873
|
-
*/
|
|
874
|
-
ProductInformationFilterComparator: string | undefined;
|
|
875
|
-
}
|
|
876
|
-
export declare namespace ProductInformationFilter {
|
|
877
|
-
/**
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
880
|
-
const filterSensitiveLog: (obj: ProductInformationFilter) => any;
|
|
881
|
-
}
|
|
882
|
-
/**
|
|
883
|
-
* <p>Describes product information for a license configuration.</p>
|
|
884
|
-
*/
|
|
885
|
-
export interface ProductInformation {
|
|
886
|
-
/**
|
|
887
|
-
* <p>Resource type. The possible values are <code>SSM_MANAGED</code> | <code>RDS</code>.</p>
|
|
888
|
-
*/
|
|
889
|
-
ResourceType: string | undefined;
|
|
890
|
-
/**
|
|
891
|
-
* <p>A Product information filter consists of a <code>ProductInformationFilterComparator</code> which is a logical operator, a <code>ProductInformationFilterName</code> which specifies the type of filter being declared, and a <code>ProductInformationFilterValue</code> that specifies the value to filter on. </p>
|
|
892
|
-
* <p>Accepted values for <code>ProductInformationFilterName</code> are listed here along with descriptions and valid options for <code>ProductInformationFilterComparator</code>. </p>
|
|
893
|
-
* <p>The following filters and are supported when the resource type
|
|
894
|
-
* is <code>SSM_MANAGED</code>:</p>
|
|
895
|
-
* <ul>
|
|
896
|
-
* <li>
|
|
897
|
-
* <p>
|
|
898
|
-
* <code>Application Name</code> - The name of the application.
|
|
899
|
-
* Logical operator is <code>EQUALS</code>.</p>
|
|
900
|
-
* </li>
|
|
901
|
-
* <li>
|
|
902
|
-
* <p>
|
|
903
|
-
* <code>Application Publisher</code> - The publisher of the application.
|
|
904
|
-
* Logical operator is <code>EQUALS</code>.</p>
|
|
905
|
-
* </li>
|
|
906
|
-
* <li>
|
|
907
|
-
* <p>
|
|
908
|
-
* <code>Application Version</code> - The version of the application.
|
|
909
|
-
* Logical operator is <code>EQUALS</code>.</p>
|
|
910
|
-
* </li>
|
|
911
|
-
* <li>
|
|
912
|
-
* <p>
|
|
913
|
-
* <code>Platform Name</code> - The name of the platform.
|
|
914
|
-
* Logical operator is <code>EQUALS</code>.</p>
|
|
915
|
-
* </li>
|
|
916
|
-
* <li>
|
|
917
|
-
* <p>
|
|
918
|
-
* <code>Platform Type</code> - The platform type.
|
|
919
|
-
* Logical operator is <code>EQUALS</code>.</p>
|
|
920
|
-
* </li>
|
|
921
|
-
* <li>
|
|
922
|
-
* <p>
|
|
923
|
-
* <code>Tag:key</code> - The key of a tag attached to an AWS 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
|
-
* </p>
|
|
925
|
-
* </li>
|
|
926
|
-
* <li>
|
|
927
|
-
* <p>
|
|
928
|
-
* <code>AccountId</code> - The 12-digit ID of an AWS account you wish to exclude from automated discovery.
|
|
929
|
-
* Logical operator is <code>NOT_EQUALS</code>.</p>
|
|
930
|
-
* </li>
|
|
931
|
-
* <li>
|
|
932
|
-
* <p>
|
|
933
|
-
* <code>License Included</code> - The type of license included.
|
|
934
|
-
* Logical operators are <code>EQUALS</code> and <code>NOT_EQUALS</code>.
|
|
935
|
-
* Possible values are: <code>sql-server-enterprise</code> |
|
|
936
|
-
* <code>sql-server-standard</code> |
|
|
937
|
-
* <code>sql-server-web</code> |
|
|
938
|
-
* <code>windows-server-datacenter</code>.</p>
|
|
939
|
-
* </li>
|
|
940
|
-
* </ul>
|
|
941
|
-
* <p>The following filters and logical operators are supported when the resource type
|
|
942
|
-
* is <code>RDS</code>:</p>
|
|
943
|
-
* <ul>
|
|
944
|
-
* <li>
|
|
945
|
-
* <p>
|
|
946
|
-
* <code>Engine Edition</code> - The edition of the database engine.
|
|
947
|
-
* Logical operator is <code>EQUALS</code>.
|
|
948
|
-
* Possible values are: <code>oracle-ee</code> | <code>oracle-se</code> | <code>oracle-se1</code> | <code>oracle-se2</code>.</p>
|
|
949
|
-
* </li>
|
|
950
|
-
* <li>
|
|
951
|
-
* <p>
|
|
952
|
-
* <code>License Pack</code> - The license pack.
|
|
953
|
-
* Logical operator is <code>EQUALS</code>.
|
|
954
|
-
* Possible values are: <code>data guard</code> |
|
|
955
|
-
* <code>diagnostic pack sqlt</code> |
|
|
956
|
-
* <code>tuning pack sqlt</code> |
|
|
957
|
-
* <code>ols</code> |
|
|
958
|
-
* <code>olap</code>.</p>
|
|
959
|
-
* </li>
|
|
960
|
-
* </ul>
|
|
961
|
-
*/
|
|
962
|
-
ProductInformationFilterList: ProductInformationFilter[] | undefined;
|
|
963
|
-
}
|
|
964
|
-
export declare namespace ProductInformation {
|
|
965
|
-
/**
|
|
966
|
-
* @internal
|
|
967
|
-
*/
|
|
968
|
-
const filterSensitiveLog: (obj: ProductInformation) => any;
|
|
969
|
-
}
|
|
970
|
-
/**
|
|
971
|
-
* <p>Details about a tag for a license configuration.</p>
|
|
972
|
-
*/
|
|
973
|
-
export interface Tag {
|
|
974
|
-
/**
|
|
975
|
-
* <p>Tag key.</p>
|
|
976
|
-
*/
|
|
977
|
-
Key?: string;
|
|
978
|
-
/**
|
|
979
|
-
* <p>Tag value.</p>
|
|
980
|
-
*/
|
|
981
|
-
Value?: string;
|
|
982
|
-
}
|
|
983
|
-
export declare namespace Tag {
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
988
|
-
}
|
|
989
|
-
export interface CreateLicenseConfigurationRequest {
|
|
990
|
-
/**
|
|
991
|
-
* <p>Name of the license configuration.</p>
|
|
992
|
-
*/
|
|
993
|
-
Name: string | undefined;
|
|
994
|
-
/**
|
|
995
|
-
* <p>Description of the license configuration.</p>
|
|
996
|
-
*/
|
|
997
|
-
Description?: string;
|
|
998
|
-
/**
|
|
999
|
-
* <p>Dimension used to track the license inventory.</p>
|
|
1000
|
-
*/
|
|
1001
|
-
LicenseCountingType: LicenseCountingType | string | undefined;
|
|
1002
|
-
/**
|
|
1003
|
-
* <p>Number of licenses managed by the license configuration.</p>
|
|
1004
|
-
*/
|
|
1005
|
-
LicenseCount?: number;
|
|
1006
|
-
/**
|
|
1007
|
-
* <p>Indicates whether hard or soft license enforcement is used. Exceeding a hard limit
|
|
1008
|
-
* blocks the launch of new instances.</p>
|
|
1009
|
-
*/
|
|
1010
|
-
LicenseCountHardLimit?: boolean;
|
|
1011
|
-
/**
|
|
1012
|
-
* <p>License rules. The syntax is #name=value (for example, #allowedTenancy=EC2-DedicatedHost). The available rules
|
|
1013
|
-
* vary by dimension, as follows.</p>
|
|
1014
|
-
* <ul>
|
|
1015
|
-
* <li>
|
|
1016
|
-
* <p>
|
|
1017
|
-
* <code>Cores</code> dimension: <code>allowedTenancy</code> |
|
|
1018
|
-
* <code>licenseAffinityToHost</code> |
|
|
1019
|
-
* <code>maximumCores</code> | <code>minimumCores</code>
|
|
1020
|
-
* </p>
|
|
1021
|
-
* </li>
|
|
1022
|
-
* <li>
|
|
1023
|
-
* <p>
|
|
1024
|
-
* <code>Instances</code> dimension: <code>allowedTenancy</code> |
|
|
1025
|
-
* <code>maximumCores</code> | <code>minimumCores</code> |
|
|
1026
|
-
* <code>maximumSockets</code> | <code>minimumSockets</code> |
|
|
1027
|
-
* <code>maximumVcpus</code> | <code>minimumVcpus</code>
|
|
1028
|
-
* </p>
|
|
1029
|
-
* </li>
|
|
1030
|
-
* <li>
|
|
1031
|
-
* <p>
|
|
1032
|
-
* <code>Sockets</code> dimension: <code>allowedTenancy</code> |
|
|
1033
|
-
* <code>licenseAffinityToHost</code> |
|
|
1034
|
-
* <code>maximumSockets</code> | <code>minimumSockets</code>
|
|
1035
|
-
* </p>
|
|
1036
|
-
* </li>
|
|
1037
|
-
* <li>
|
|
1038
|
-
* <p>
|
|
1039
|
-
* <code>vCPUs</code> dimension: <code>allowedTenancy</code> |
|
|
1040
|
-
* <code>honorVcpuOptimization</code> |
|
|
1041
|
-
* <code>maximumVcpus</code> | <code>minimumVcpus</code>
|
|
1042
|
-
* </p>
|
|
1043
|
-
* </li>
|
|
1044
|
-
* </ul>
|
|
1045
|
-
* <p>The unit for <code>licenseAffinityToHost</code> is days and the range is 1 to 180. The possible
|
|
1046
|
-
* values for <code>allowedTenancy</code> are <code>EC2-Default</code>, <code>EC2-DedicatedHost</code>, and
|
|
1047
|
-
* <code>EC2-DedicatedInstance</code>. The possible values for <code>honorVcpuOptimization</code> are
|
|
1048
|
-
* <code>True</code> and <code>False</code>.</p>
|
|
1049
|
-
*/
|
|
1050
|
-
LicenseRules?: string[];
|
|
1051
|
-
/**
|
|
1052
|
-
* <p>Tags to add to the license configuration.</p>
|
|
1053
|
-
*/
|
|
1054
|
-
Tags?: Tag[];
|
|
1055
|
-
/**
|
|
1056
|
-
* <p>When true, disassociates a resource when software is uninstalled.</p>
|
|
1057
|
-
*/
|
|
1058
|
-
DisassociateWhenNotFound?: boolean;
|
|
1059
|
-
/**
|
|
1060
|
-
* <p>Product information.</p>
|
|
1061
|
-
*/
|
|
1062
|
-
ProductInformationList?: ProductInformation[];
|
|
1063
|
-
}
|
|
1064
|
-
export declare namespace CreateLicenseConfigurationRequest {
|
|
1065
|
-
/**
|
|
1066
|
-
* @internal
|
|
1067
|
-
*/
|
|
1068
|
-
const filterSensitiveLog: (obj: CreateLicenseConfigurationRequest) => any;
|
|
1069
|
-
}
|
|
1070
|
-
export interface CreateLicenseConfigurationResponse {
|
|
1071
|
-
/**
|
|
1072
|
-
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
1073
|
-
*/
|
|
1074
|
-
LicenseConfigurationArn?: string;
|
|
1075
|
-
}
|
|
1076
|
-
export declare namespace CreateLicenseConfigurationResponse {
|
|
1077
|
-
/**
|
|
1078
|
-
* @internal
|
|
1079
|
-
*/
|
|
1080
|
-
const filterSensitiveLog: (obj: CreateLicenseConfigurationResponse) => any;
|
|
1081
|
-
}
|
|
1082
|
-
/**
|
|
1083
|
-
* <p>Details of the license configuration that this generator reports on.</p>
|
|
1084
|
-
*/
|
|
1085
|
-
export interface ReportContext {
|
|
1086
|
-
/**
|
|
1087
|
-
* <p>Amazon Resource Number (ARN) of the license configuration that this generator reports on.</p>
|
|
1088
|
-
*/
|
|
1089
|
-
licenseConfigurationArns: string[] | undefined;
|
|
1090
|
-
}
|
|
1091
|
-
export declare namespace ReportContext {
|
|
1092
|
-
/**
|
|
1093
|
-
* @internal
|
|
1094
|
-
*/
|
|
1095
|
-
const filterSensitiveLog: (obj: ReportContext) => any;
|
|
1096
|
-
}
|
|
1097
|
-
export declare enum ReportFrequencyType {
|
|
1098
|
-
DAY = "DAY",
|
|
1099
|
-
MONTH = "MONTH",
|
|
1100
|
-
WEEK = "WEEK"
|
|
1101
|
-
}
|
|
1102
|
-
/**
|
|
1103
|
-
* <p>Details on how frequently reports are generated.</p>
|
|
1104
|
-
*/
|
|
1105
|
-
export interface ReportFrequency {
|
|
1106
|
-
/**
|
|
1107
|
-
* <p>Number of times within the frequency period that a report will be generated. Currently only <code>1</code> is supported.</p>
|
|
1108
|
-
*/
|
|
1109
|
-
value?: number;
|
|
1110
|
-
/**
|
|
1111
|
-
* <p>Time period between each report. The period can be daily, weekly, or monthly.</p>
|
|
1112
|
-
*/
|
|
1113
|
-
period?: ReportFrequencyType | string;
|
|
1114
|
-
}
|
|
1115
|
-
export declare namespace ReportFrequency {
|
|
1116
|
-
/**
|
|
1117
|
-
* @internal
|
|
1118
|
-
*/
|
|
1119
|
-
const filterSensitiveLog: (obj: ReportFrequency) => any;
|
|
1120
|
-
}
|
|
1121
|
-
export declare enum ReportType {
|
|
1122
|
-
LICENSE_CONFIGURATION_SUMMARY_REPORT = "LicenseConfigurationSummaryReport",
|
|
1123
|
-
LICENSE_CONFIGURATION_USAGE_REPORT = "LicenseConfigurationUsageReport"
|
|
1124
|
-
}
|
|
1125
|
-
export interface CreateLicenseManagerReportGeneratorRequest {
|
|
1126
|
-
/**
|
|
1127
|
-
* <p>Name of the report generator.</p>
|
|
1128
|
-
*/
|
|
1129
|
-
ReportGeneratorName: string | undefined;
|
|
1130
|
-
/**
|
|
1131
|
-
* <p>Type of reports to generate. The following report types an be generated:</p>
|
|
1132
|
-
* <ul>
|
|
1133
|
-
* <li>
|
|
1134
|
-
* <p>License configuration report - Reports on the number and details of consumed licenses for a license configuration.</p>
|
|
1135
|
-
* </li>
|
|
1136
|
-
* <li>
|
|
1137
|
-
* <p>Resource report - Reports on the tracked licenses and resource consumption for a license configuration.</p>
|
|
1138
|
-
* </li>
|
|
1139
|
-
* </ul>
|
|
1140
|
-
*/
|
|
1141
|
-
Type: (ReportType | string)[] | undefined;
|
|
1142
|
-
/**
|
|
1143
|
-
* <p>Defines the type of license configuration the report generator tracks.</p>
|
|
1144
|
-
*/
|
|
1145
|
-
ReportContext: ReportContext | undefined;
|
|
1146
|
-
/**
|
|
1147
|
-
* <p>Frequency by which reports are generated. Reports can be generated daily, monthly, or weekly.</p>
|
|
1148
|
-
*/
|
|
1149
|
-
ReportFrequency: ReportFrequency | undefined;
|
|
1150
|
-
/**
|
|
1151
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
1152
|
-
*/
|
|
1153
|
-
ClientToken: string | undefined;
|
|
1154
|
-
/**
|
|
1155
|
-
* <p>Description of the report generator.</p>
|
|
1156
|
-
*/
|
|
1157
|
-
Description?: string;
|
|
1158
|
-
/**
|
|
1159
|
-
* <p>Tags to add to the report generator.</p>
|
|
1160
|
-
*/
|
|
1161
|
-
Tags?: Tag[];
|
|
1162
|
-
}
|
|
1163
|
-
export declare namespace CreateLicenseManagerReportGeneratorRequest {
|
|
1164
|
-
/**
|
|
1165
|
-
* @internal
|
|
1166
|
-
*/
|
|
1167
|
-
const filterSensitiveLog: (obj: CreateLicenseManagerReportGeneratorRequest) => any;
|
|
1168
|
-
}
|
|
1169
|
-
export interface CreateLicenseManagerReportGeneratorResponse {
|
|
1170
|
-
/**
|
|
1171
|
-
* <p>The Amazon Resource Number (ARN) of the new report generator.</p>
|
|
1172
|
-
*/
|
|
1173
|
-
LicenseManagerReportGeneratorArn?: string;
|
|
1174
|
-
}
|
|
1175
|
-
export declare namespace CreateLicenseManagerReportGeneratorResponse {
|
|
1176
|
-
/**
|
|
1177
|
-
* @internal
|
|
1178
|
-
*/
|
|
1179
|
-
const filterSensitiveLog: (obj: CreateLicenseManagerReportGeneratorResponse) => any;
|
|
1180
|
-
}
|
|
1181
|
-
export interface CreateLicenseVersionRequest {
|
|
1182
|
-
/**
|
|
1183
|
-
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
1184
|
-
*/
|
|
1185
|
-
LicenseArn: string | undefined;
|
|
1186
|
-
/**
|
|
1187
|
-
* <p>License name.</p>
|
|
1188
|
-
*/
|
|
1189
|
-
LicenseName: string | undefined;
|
|
1190
|
-
/**
|
|
1191
|
-
* <p>Product name.</p>
|
|
1192
|
-
*/
|
|
1193
|
-
ProductName: string | undefined;
|
|
1194
|
-
/**
|
|
1195
|
-
* <p>License issuer.</p>
|
|
1196
|
-
*/
|
|
1197
|
-
Issuer: Issuer | undefined;
|
|
1198
|
-
/**
|
|
1199
|
-
* <p>Home Region of the license.</p>
|
|
1200
|
-
*/
|
|
1201
|
-
HomeRegion: string | undefined;
|
|
1202
|
-
/**
|
|
1203
|
-
* <p>Date and time range during which the license is valid, in ISO8601-UTC format.</p>
|
|
1204
|
-
*/
|
|
1205
|
-
Validity: DatetimeRange | undefined;
|
|
1206
|
-
/**
|
|
1207
|
-
* <p>Information about the license.</p>
|
|
1208
|
-
*/
|
|
1209
|
-
LicenseMetadata?: Metadata[];
|
|
1210
|
-
/**
|
|
1211
|
-
* <p>License entitlements.</p>
|
|
1212
|
-
*/
|
|
1213
|
-
Entitlements: Entitlement[] | undefined;
|
|
1214
|
-
/**
|
|
1215
|
-
* <p>Configuration for consumption of the license. Choose a provisional configuration for workloads
|
|
1216
|
-
* running with continuous connectivity. Choose a borrow configuration for workloads with offline
|
|
1217
|
-
* usage.</p>
|
|
1218
|
-
*/
|
|
1219
|
-
ConsumptionConfiguration: ConsumptionConfiguration | undefined;
|
|
1220
|
-
/**
|
|
1221
|
-
* <p>License status.</p>
|
|
1222
|
-
*/
|
|
1223
|
-
Status: LicenseStatus | string | undefined;
|
|
1224
|
-
/**
|
|
1225
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
1226
|
-
*/
|
|
1227
|
-
ClientToken: string | undefined;
|
|
1228
|
-
/**
|
|
1229
|
-
* <p>Current version of the license.</p>
|
|
1230
|
-
*/
|
|
1231
|
-
SourceVersion?: string;
|
|
1232
|
-
}
|
|
1233
|
-
export declare namespace CreateLicenseVersionRequest {
|
|
1234
|
-
/**
|
|
1235
|
-
* @internal
|
|
1236
|
-
*/
|
|
1237
|
-
const filterSensitiveLog: (obj: CreateLicenseVersionRequest) => any;
|
|
1238
|
-
}
|
|
1239
|
-
export interface CreateLicenseVersionResponse {
|
|
1240
|
-
/**
|
|
1241
|
-
* <p>License ARN.</p>
|
|
1242
|
-
*/
|
|
1243
|
-
LicenseArn?: string;
|
|
1244
|
-
/**
|
|
1245
|
-
* <p>New version of the license.</p>
|
|
1246
|
-
*/
|
|
1247
|
-
Version?: string;
|
|
1248
|
-
/**
|
|
1249
|
-
* <p>License status.</p>
|
|
1250
|
-
*/
|
|
1251
|
-
Status?: LicenseStatus | string;
|
|
1252
|
-
}
|
|
1253
|
-
export declare namespace CreateLicenseVersionResponse {
|
|
1254
|
-
/**
|
|
1255
|
-
* @internal
|
|
1256
|
-
*/
|
|
1257
|
-
const filterSensitiveLog: (obj: CreateLicenseVersionResponse) => any;
|
|
1258
|
-
}
|
|
1259
|
-
export interface CreateTokenRequest {
|
|
1260
|
-
/**
|
|
1261
|
-
* <p>Amazon Resource Name (ARN) of the license. The ARN is mapped to the aud claim of the
|
|
1262
|
-
* JWT token.</p>
|
|
1263
|
-
*/
|
|
1264
|
-
LicenseArn: string | undefined;
|
|
1265
|
-
/**
|
|
1266
|
-
* <p>Amazon Resource Name (ARN) of the IAM roles to embed in the token.
|
|
1267
|
-
* License Manager does not check whether the roles are in use.</p>
|
|
1268
|
-
*/
|
|
1269
|
-
RoleArns?: string[];
|
|
1270
|
-
/**
|
|
1271
|
-
* <p>Token expiration, in days, counted from token creation. The default is 365 days.</p>
|
|
1272
|
-
*/
|
|
1273
|
-
ExpirationInDays?: number;
|
|
1274
|
-
/**
|
|
1275
|
-
* <p>Data specified by the caller to be included in the JWT token. The data is mapped
|
|
1276
|
-
* to the amr claim of the JWT token.</p>
|
|
1277
|
-
*/
|
|
1278
|
-
TokenProperties?: string[];
|
|
1279
|
-
/**
|
|
1280
|
-
* <p>Idempotency token, valid for 10 minutes.</p>
|
|
1281
|
-
*/
|
|
1282
|
-
ClientToken: string | undefined;
|
|
1283
|
-
}
|
|
1284
|
-
export declare namespace CreateTokenRequest {
|
|
1285
|
-
/**
|
|
1286
|
-
* @internal
|
|
1287
|
-
*/
|
|
1288
|
-
const filterSensitiveLog: (obj: CreateTokenRequest) => any;
|
|
1289
|
-
}
|
|
1290
|
-
export declare enum TokenType {
|
|
1291
|
-
REFRESH_TOKEN = "REFRESH_TOKEN"
|
|
1292
|
-
}
|
|
1293
|
-
export interface CreateTokenResponse {
|
|
1294
|
-
/**
|
|
1295
|
-
* <p>Token ID.</p>
|
|
1296
|
-
*/
|
|
1297
|
-
TokenId?: string;
|
|
1298
|
-
/**
|
|
1299
|
-
* <p>Token type.</p>
|
|
1300
|
-
*/
|
|
1301
|
-
TokenType?: TokenType | string;
|
|
1302
|
-
/**
|
|
1303
|
-
* <p>Refresh token, encoded as a JWT token.</p>
|
|
1304
|
-
*/
|
|
1305
|
-
Token?: string;
|
|
1306
|
-
}
|
|
1307
|
-
export declare namespace CreateTokenResponse {
|
|
1308
|
-
/**
|
|
1309
|
-
* @internal
|
|
1310
|
-
*/
|
|
1311
|
-
const filterSensitiveLog: (obj: CreateTokenResponse) => any;
|
|
1312
|
-
}
|
|
1313
|
-
export interface DeleteGrantRequest {
|
|
1314
|
-
/**
|
|
1315
|
-
* <p>Amazon Resource Name (ARN) of the grant.</p>
|
|
1316
|
-
*/
|
|
1317
|
-
GrantArn: string | undefined;
|
|
1318
|
-
StatusReason?: string;
|
|
1319
|
-
/**
|
|
1320
|
-
* <p>Current version of the grant.</p>
|
|
1321
|
-
*/
|
|
1322
|
-
Version: string | undefined;
|
|
1323
|
-
}
|
|
1324
|
-
export declare namespace DeleteGrantRequest {
|
|
1325
|
-
/**
|
|
1326
|
-
* @internal
|
|
1327
|
-
*/
|
|
1328
|
-
const filterSensitiveLog: (obj: DeleteGrantRequest) => any;
|
|
1329
|
-
}
|
|
1330
|
-
export interface DeleteGrantResponse {
|
|
1331
|
-
/**
|
|
1332
|
-
* <p>Grant ARN.</p>
|
|
1333
|
-
*/
|
|
1334
|
-
GrantArn?: string;
|
|
1335
|
-
/**
|
|
1336
|
-
* <p>Grant status.</p>
|
|
1337
|
-
*/
|
|
1338
|
-
Status?: GrantStatus | string;
|
|
1339
|
-
/**
|
|
1340
|
-
* <p>Grant version.</p>
|
|
1341
|
-
*/
|
|
1342
|
-
Version?: string;
|
|
1343
|
-
}
|
|
1344
|
-
export declare namespace DeleteGrantResponse {
|
|
1345
|
-
/**
|
|
1346
|
-
* @internal
|
|
1347
|
-
*/
|
|
1348
|
-
const filterSensitiveLog: (obj: DeleteGrantResponse) => any;
|
|
1349
|
-
}
|
|
1350
|
-
export interface DeleteLicenseRequest {
|
|
1351
|
-
/**
|
|
1352
|
-
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
1353
|
-
*/
|
|
1354
|
-
LicenseArn: string | undefined;
|
|
1355
|
-
/**
|
|
1356
|
-
* <p>Current version of the license.</p>
|
|
1357
|
-
*/
|
|
1358
|
-
SourceVersion: string | undefined;
|
|
1359
|
-
}
|
|
1360
|
-
export declare namespace DeleteLicenseRequest {
|
|
1361
|
-
/**
|
|
1362
|
-
* @internal
|
|
1363
|
-
*/
|
|
1364
|
-
const filterSensitiveLog: (obj: DeleteLicenseRequest) => any;
|
|
1365
|
-
}
|
|
1366
|
-
export declare enum LicenseDeletionStatus {
|
|
1367
|
-
DELETED = "DELETED",
|
|
1368
|
-
PENDING_DELETE = "PENDING_DELETE"
|
|
1369
|
-
}
|
|
1370
|
-
export interface DeleteLicenseResponse {
|
|
1371
|
-
/**
|
|
1372
|
-
* <p>License status.</p>
|
|
1373
|
-
*/
|
|
1374
|
-
Status?: LicenseDeletionStatus | string;
|
|
1375
|
-
/**
|
|
1376
|
-
* <p>Date on which the license is deleted.</p>
|
|
1377
|
-
*/
|
|
1378
|
-
DeletionDate?: string;
|
|
1379
|
-
}
|
|
1380
|
-
export declare namespace DeleteLicenseResponse {
|
|
1381
|
-
/**
|
|
1382
|
-
* @internal
|
|
1383
|
-
*/
|
|
1384
|
-
const filterSensitiveLog: (obj: DeleteLicenseResponse) => any;
|
|
1385
|
-
}
|
|
1386
|
-
export interface DeleteLicenseConfigurationRequest {
|
|
1387
|
-
/**
|
|
1388
|
-
* <p>ID of the license configuration.</p>
|
|
1389
|
-
*/
|
|
1390
|
-
LicenseConfigurationArn: string | undefined;
|
|
1391
|
-
}
|
|
1392
|
-
export declare namespace DeleteLicenseConfigurationRequest {
|
|
1393
|
-
/**
|
|
1394
|
-
* @internal
|
|
1395
|
-
*/
|
|
1396
|
-
const filterSensitiveLog: (obj: DeleteLicenseConfigurationRequest) => any;
|
|
1397
|
-
}
|
|
1398
|
-
export interface DeleteLicenseConfigurationResponse {
|
|
1399
|
-
}
|
|
1400
|
-
export declare namespace DeleteLicenseConfigurationResponse {
|
|
1401
|
-
/**
|
|
1402
|
-
* @internal
|
|
1403
|
-
*/
|
|
1404
|
-
const filterSensitiveLog: (obj: DeleteLicenseConfigurationResponse) => any;
|
|
1405
|
-
}
|
|
1406
|
-
export interface DeleteLicenseManagerReportGeneratorRequest {
|
|
1407
|
-
/**
|
|
1408
|
-
* <p>Amazon Resource Number (ARN) of the report generator that will be deleted.</p>
|
|
1409
|
-
*/
|
|
1410
|
-
LicenseManagerReportGeneratorArn: string | undefined;
|
|
1411
|
-
}
|
|
1412
|
-
export declare namespace DeleteLicenseManagerReportGeneratorRequest {
|
|
1413
|
-
/**
|
|
1414
|
-
* @internal
|
|
1415
|
-
*/
|
|
1416
|
-
const filterSensitiveLog: (obj: DeleteLicenseManagerReportGeneratorRequest) => any;
|
|
1417
|
-
}
|
|
1418
|
-
export interface DeleteLicenseManagerReportGeneratorResponse {
|
|
1419
|
-
}
|
|
1420
|
-
export declare namespace DeleteLicenseManagerReportGeneratorResponse {
|
|
1421
|
-
/**
|
|
1422
|
-
* @internal
|
|
1423
|
-
*/
|
|
1424
|
-
const filterSensitiveLog: (obj: DeleteLicenseManagerReportGeneratorResponse) => any;
|
|
1425
|
-
}
|
|
1426
|
-
export interface DeleteTokenRequest {
|
|
1427
|
-
/**
|
|
1428
|
-
* <p>Token ID.</p>
|
|
1429
|
-
*/
|
|
1430
|
-
TokenId: string | undefined;
|
|
1431
|
-
}
|
|
1432
|
-
export declare namespace DeleteTokenRequest {
|
|
1433
|
-
/**
|
|
1434
|
-
* @internal
|
|
1435
|
-
*/
|
|
1436
|
-
const filterSensitiveLog: (obj: DeleteTokenRequest) => any;
|
|
1437
|
-
}
|
|
1438
|
-
export interface DeleteTokenResponse {
|
|
1439
|
-
}
|
|
1440
|
-
export declare namespace DeleteTokenResponse {
|
|
1441
|
-
/**
|
|
1442
|
-
* @internal
|
|
1443
|
-
*/
|
|
1444
|
-
const filterSensitiveLog: (obj: DeleteTokenResponse) => any;
|
|
1445
|
-
}
|
|
1446
|
-
export interface ExtendLicenseConsumptionRequest {
|
|
1447
|
-
/**
|
|
1448
|
-
* <p>License consumption token.</p>
|
|
1449
|
-
*/
|
|
1450
|
-
LicenseConsumptionToken: string | undefined;
|
|
1451
|
-
/**
|
|
1452
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.</p>
|
|
1453
|
-
*/
|
|
1454
|
-
DryRun?: boolean;
|
|
1455
|
-
}
|
|
1456
|
-
export declare namespace ExtendLicenseConsumptionRequest {
|
|
1457
|
-
/**
|
|
1458
|
-
* @internal
|
|
1459
|
-
*/
|
|
1460
|
-
const filterSensitiveLog: (obj: ExtendLicenseConsumptionRequest) => any;
|
|
1461
|
-
}
|
|
1462
|
-
export interface ExtendLicenseConsumptionResponse {
|
|
1463
|
-
/**
|
|
1464
|
-
* <p>License consumption token.</p>
|
|
1465
|
-
*/
|
|
1466
|
-
LicenseConsumptionToken?: string;
|
|
1467
|
-
/**
|
|
1468
|
-
* <p>Date and time at which the license consumption expires.</p>
|
|
1469
|
-
*/
|
|
1470
|
-
Expiration?: string;
|
|
1471
|
-
}
|
|
1472
|
-
export declare namespace ExtendLicenseConsumptionResponse {
|
|
1473
|
-
/**
|
|
1474
|
-
* @internal
|
|
1475
|
-
*/
|
|
1476
|
-
const filterSensitiveLog: (obj: ExtendLicenseConsumptionResponse) => any;
|
|
1477
|
-
}
|
|
1478
|
-
export interface GetAccessTokenRequest {
|
|
1479
|
-
/**
|
|
1480
|
-
* <p>Refresh token, encoded as a JWT token.</p>
|
|
1481
|
-
*/
|
|
1482
|
-
Token: string | undefined;
|
|
1483
|
-
/**
|
|
1484
|
-
* <p>Token properties to validate against those present in the JWT token.</p>
|
|
1485
|
-
*/
|
|
1486
|
-
TokenProperties?: string[];
|
|
1487
|
-
}
|
|
1488
|
-
export declare namespace GetAccessTokenRequest {
|
|
1489
|
-
/**
|
|
1490
|
-
* @internal
|
|
1491
|
-
*/
|
|
1492
|
-
const filterSensitiveLog: (obj: GetAccessTokenRequest) => any;
|
|
1493
|
-
}
|
|
1494
|
-
export interface GetAccessTokenResponse {
|
|
1495
|
-
/**
|
|
1496
|
-
* <p>Temporary access token.</p>
|
|
1497
|
-
*/
|
|
1498
|
-
AccessToken?: string;
|
|
1499
|
-
}
|
|
1500
|
-
export declare namespace GetAccessTokenResponse {
|
|
1501
|
-
/**
|
|
1502
|
-
* @internal
|
|
1503
|
-
*/
|
|
1504
|
-
const filterSensitiveLog: (obj: GetAccessTokenResponse) => any;
|
|
1505
|
-
}
|
|
1506
|
-
export interface GetGrantRequest {
|
|
1507
|
-
/**
|
|
1508
|
-
* <p>Amazon Resource Name (ARN) of the grant.</p>
|
|
1509
|
-
*/
|
|
1510
|
-
GrantArn: string | undefined;
|
|
1511
|
-
/**
|
|
1512
|
-
* <p>Grant version.</p>
|
|
1513
|
-
*/
|
|
1514
|
-
Version?: string;
|
|
1515
|
-
}
|
|
1516
|
-
export declare namespace GetGrantRequest {
|
|
1517
|
-
/**
|
|
1518
|
-
* @internal
|
|
1519
|
-
*/
|
|
1520
|
-
const filterSensitiveLog: (obj: GetGrantRequest) => any;
|
|
1521
|
-
}
|
|
1522
|
-
/**
|
|
1523
|
-
* <p>Describes a grant.</p>
|
|
1524
|
-
*/
|
|
1525
|
-
export interface Grant {
|
|
1526
|
-
/**
|
|
1527
|
-
* <p>Amazon Resource Name (ARN) of the grant.</p>
|
|
1528
|
-
*/
|
|
1529
|
-
GrantArn: string | undefined;
|
|
1530
|
-
/**
|
|
1531
|
-
* <p>Grant name.</p>
|
|
1532
|
-
*/
|
|
1533
|
-
GrantName: string | undefined;
|
|
1534
|
-
/**
|
|
1535
|
-
* <p>Parent ARN.</p>
|
|
1536
|
-
*/
|
|
1537
|
-
ParentArn: string | undefined;
|
|
1538
|
-
/**
|
|
1539
|
-
* <p>License ARN.</p>
|
|
1540
|
-
*/
|
|
1541
|
-
LicenseArn: string | undefined;
|
|
1542
|
-
/**
|
|
1543
|
-
* <p>The grantee principal ARN.</p>
|
|
1544
|
-
*/
|
|
1545
|
-
GranteePrincipalArn: string | undefined;
|
|
1546
|
-
/**
|
|
1547
|
-
* <p>Home Region of the grant.</p>
|
|
1548
|
-
*/
|
|
1549
|
-
HomeRegion: string | undefined;
|
|
1550
|
-
/**
|
|
1551
|
-
* <p>Grant status.</p>
|
|
1552
|
-
*/
|
|
1553
|
-
GrantStatus: GrantStatus | string | undefined;
|
|
1554
|
-
/**
|
|
1555
|
-
* <p>Grant status reason.</p>
|
|
1556
|
-
*/
|
|
1557
|
-
StatusReason?: string;
|
|
1558
|
-
/**
|
|
1559
|
-
* <p>Grant version.</p>
|
|
1560
|
-
*/
|
|
1561
|
-
Version: string | undefined;
|
|
1562
|
-
/**
|
|
1563
|
-
* <p>Granted operations.</p>
|
|
1564
|
-
*/
|
|
1565
|
-
GrantedOperations: (AllowedOperation | string)[] | undefined;
|
|
1566
|
-
}
|
|
1567
|
-
export declare namespace Grant {
|
|
1568
|
-
/**
|
|
1569
|
-
* @internal
|
|
1570
|
-
*/
|
|
1571
|
-
const filterSensitiveLog: (obj: Grant) => any;
|
|
1572
|
-
}
|
|
1573
|
-
export interface GetGrantResponse {
|
|
1574
|
-
/**
|
|
1575
|
-
* <p>Grant details.</p>
|
|
1576
|
-
*/
|
|
1577
|
-
Grant?: Grant;
|
|
1578
|
-
}
|
|
1579
|
-
export declare namespace GetGrantResponse {
|
|
1580
|
-
/**
|
|
1581
|
-
* @internal
|
|
1582
|
-
*/
|
|
1583
|
-
const filterSensitiveLog: (obj: GetGrantResponse) => any;
|
|
1584
|
-
}
|
|
1585
|
-
export interface GetLicenseRequest {
|
|
1586
|
-
/**
|
|
1587
|
-
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
1588
|
-
*/
|
|
1589
|
-
LicenseArn: string | undefined;
|
|
1590
|
-
/**
|
|
1591
|
-
* <p>License version.</p>
|
|
1592
|
-
*/
|
|
1593
|
-
Version?: string;
|
|
1594
|
-
}
|
|
1595
|
-
export declare namespace GetLicenseRequest {
|
|
1596
|
-
/**
|
|
1597
|
-
* @internal
|
|
1598
|
-
*/
|
|
1599
|
-
const filterSensitiveLog: (obj: GetLicenseRequest) => any;
|
|
1600
|
-
}
|
|
1601
|
-
/**
|
|
1602
|
-
* <p>Details associated with the issuer of a license.</p>
|
|
1603
|
-
*/
|
|
1604
|
-
export interface IssuerDetails {
|
|
1605
|
-
/**
|
|
1606
|
-
* <p>Issuer name.</p>
|
|
1607
|
-
*/
|
|
1608
|
-
Name?: string;
|
|
1609
|
-
/**
|
|
1610
|
-
* <p>Asymmetric CMK from AWS Key Management Service. The CMK must have a key usage of sign and verify,
|
|
1611
|
-
* and support the RSASSA-PSS SHA-256 signing algorithm.</p>
|
|
1612
|
-
*/
|
|
1613
|
-
SignKey?: string;
|
|
1614
|
-
/**
|
|
1615
|
-
* <p>Issuer key fingerprint.</p>
|
|
1616
|
-
*/
|
|
1617
|
-
KeyFingerprint?: string;
|
|
1618
|
-
}
|
|
1619
|
-
export declare namespace IssuerDetails {
|
|
1620
|
-
/**
|
|
1621
|
-
* @internal
|
|
1622
|
-
*/
|
|
1623
|
-
const filterSensitiveLog: (obj: IssuerDetails) => any;
|
|
1624
|
-
}
|
|
1625
|
-
/**
|
|
1626
|
-
* <p>Software license that is managed in AWS License Manager.</p>
|
|
1627
|
-
*/
|
|
1628
|
-
export interface License {
|
|
1629
|
-
/**
|
|
1630
|
-
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
1631
|
-
*/
|
|
1632
|
-
LicenseArn?: string;
|
|
1633
|
-
/**
|
|
1634
|
-
* <p>License name.</p>
|
|
1635
|
-
*/
|
|
1636
|
-
LicenseName?: string;
|
|
1637
|
-
/**
|
|
1638
|
-
* <p>Product name.</p>
|
|
1639
|
-
*/
|
|
1640
|
-
ProductName?: string;
|
|
1641
|
-
/**
|
|
1642
|
-
* <p>Product SKU.</p>
|
|
1643
|
-
*/
|
|
1644
|
-
ProductSKU?: string;
|
|
1645
|
-
/**
|
|
1646
|
-
* <p>License issuer.</p>
|
|
1647
|
-
*/
|
|
1648
|
-
Issuer?: IssuerDetails;
|
|
1649
|
-
/**
|
|
1650
|
-
* <p>Home Region of the license.</p>
|
|
1651
|
-
*/
|
|
1652
|
-
HomeRegion?: string;
|
|
1653
|
-
/**
|
|
1654
|
-
* <p>License status.</p>
|
|
1655
|
-
*/
|
|
1656
|
-
Status?: LicenseStatus | string;
|
|
1657
|
-
/**
|
|
1658
|
-
* <p>Date and time range during which the license is valid, in ISO8601-UTC format.</p>
|
|
1659
|
-
*/
|
|
1660
|
-
Validity?: DatetimeRange;
|
|
1661
|
-
/**
|
|
1662
|
-
* <p>License beneficiary.</p>
|
|
1663
|
-
*/
|
|
1664
|
-
Beneficiary?: string;
|
|
1665
|
-
/**
|
|
1666
|
-
* <p>License entitlements.</p>
|
|
1667
|
-
*/
|
|
1668
|
-
Entitlements?: Entitlement[];
|
|
1669
|
-
/**
|
|
1670
|
-
* <p>Configuration for consumption of the license.</p>
|
|
1671
|
-
*/
|
|
1672
|
-
ConsumptionConfiguration?: ConsumptionConfiguration;
|
|
1673
|
-
/**
|
|
1674
|
-
* <p>License metadata.</p>
|
|
1675
|
-
*/
|
|
1676
|
-
LicenseMetadata?: Metadata[];
|
|
1677
|
-
/**
|
|
1678
|
-
* <p>License creation time.</p>
|
|
1679
|
-
*/
|
|
1680
|
-
CreateTime?: string;
|
|
1681
|
-
/**
|
|
1682
|
-
* <p>License version.</p>
|
|
1683
|
-
*/
|
|
1684
|
-
Version?: string;
|
|
1685
|
-
}
|
|
1686
|
-
export declare namespace License {
|
|
1687
|
-
/**
|
|
1688
|
-
* @internal
|
|
1689
|
-
*/
|
|
1690
|
-
const filterSensitiveLog: (obj: License) => any;
|
|
1691
|
-
}
|
|
1692
|
-
export interface GetLicenseResponse {
|
|
1693
|
-
/**
|
|
1694
|
-
* <p>License details.</p>
|
|
1695
|
-
*/
|
|
1696
|
-
License?: License;
|
|
1697
|
-
}
|
|
1698
|
-
export declare namespace GetLicenseResponse {
|
|
1699
|
-
/**
|
|
1700
|
-
* @internal
|
|
1701
|
-
*/
|
|
1702
|
-
const filterSensitiveLog: (obj: GetLicenseResponse) => any;
|
|
1703
|
-
}
|
|
1704
|
-
export interface GetLicenseConfigurationRequest {
|
|
1705
|
-
/**
|
|
1706
|
-
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
1707
|
-
*/
|
|
1708
|
-
LicenseConfigurationArn: string | undefined;
|
|
1709
|
-
}
|
|
1710
|
-
export declare namespace GetLicenseConfigurationRequest {
|
|
1711
|
-
/**
|
|
1712
|
-
* @internal
|
|
1713
|
-
*/
|
|
1714
|
-
const filterSensitiveLog: (obj: GetLicenseConfigurationRequest) => any;
|
|
1715
|
-
}
|
|
1716
|
-
export declare enum ResourceType {
|
|
1717
|
-
EC2_AMI = "EC2_AMI",
|
|
1718
|
-
EC2_HOST = "EC2_HOST",
|
|
1719
|
-
EC2_INSTANCE = "EC2_INSTANCE",
|
|
1720
|
-
RDS = "RDS",
|
|
1721
|
-
SYSTEMS_MANAGER_MANAGED_INSTANCE = "SYSTEMS_MANAGER_MANAGED_INSTANCE"
|
|
1722
|
-
}
|
|
1723
|
-
/**
|
|
1724
|
-
* <p>Details about license consumption.</p>
|
|
1725
|
-
*/
|
|
1726
|
-
export interface ConsumedLicenseSummary {
|
|
1727
|
-
/**
|
|
1728
|
-
* <p>Resource type of the resource consuming a license.</p>
|
|
1729
|
-
*/
|
|
1730
|
-
ResourceType?: ResourceType | string;
|
|
1731
|
-
/**
|
|
1732
|
-
* <p>Number of licenses consumed by the resource.</p>
|
|
1733
|
-
*/
|
|
1734
|
-
ConsumedLicenses?: number;
|
|
1735
|
-
}
|
|
1736
|
-
export declare namespace ConsumedLicenseSummary {
|
|
1737
|
-
/**
|
|
1738
|
-
* @internal
|
|
1739
|
-
*/
|
|
1740
|
-
const filterSensitiveLog: (obj: ConsumedLicenseSummary) => any;
|
|
1741
|
-
}
|
|
1742
|
-
/**
|
|
1743
|
-
* <p>Summary information about a managed resource.</p>
|
|
1744
|
-
*/
|
|
1745
|
-
export interface ManagedResourceSummary {
|
|
1746
|
-
/**
|
|
1747
|
-
* <p>Type of resource associated with a license.</p>
|
|
1748
|
-
*/
|
|
1749
|
-
ResourceType?: ResourceType | string;
|
|
1750
|
-
/**
|
|
1751
|
-
* <p>Number of resources associated with licenses.</p>
|
|
1752
|
-
*/
|
|
1753
|
-
AssociationCount?: number;
|
|
1754
|
-
}
|
|
1755
|
-
export declare namespace ManagedResourceSummary {
|
|
1756
|
-
/**
|
|
1757
|
-
* @internal
|
|
1758
|
-
*/
|
|
1759
|
-
const filterSensitiveLog: (obj: ManagedResourceSummary) => any;
|
|
1760
|
-
}
|
|
1761
|
-
export interface GetLicenseConfigurationResponse {
|
|
1762
|
-
/**
|
|
1763
|
-
* <p>Unique ID for the license configuration.</p>
|
|
1764
|
-
*/
|
|
1765
|
-
LicenseConfigurationId?: string;
|
|
1766
|
-
/**
|
|
1767
|
-
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
1768
|
-
*/
|
|
1769
|
-
LicenseConfigurationArn?: string;
|
|
1770
|
-
/**
|
|
1771
|
-
* <p>Name of the license configuration.</p>
|
|
1772
|
-
*/
|
|
1773
|
-
Name?: string;
|
|
1774
|
-
/**
|
|
1775
|
-
* <p>Description of the license configuration.</p>
|
|
1776
|
-
*/
|
|
1777
|
-
Description?: string;
|
|
1778
|
-
/**
|
|
1779
|
-
* <p>Dimension on which the licenses are counted.</p>
|
|
1780
|
-
*/
|
|
1781
|
-
LicenseCountingType?: LicenseCountingType | string;
|
|
1782
|
-
/**
|
|
1783
|
-
* <p>License rules.</p>
|
|
1784
|
-
*/
|
|
1785
|
-
LicenseRules?: string[];
|
|
1786
|
-
/**
|
|
1787
|
-
* <p>Number of available licenses.</p>
|
|
1788
|
-
*/
|
|
1789
|
-
LicenseCount?: number;
|
|
1790
|
-
/**
|
|
1791
|
-
* <p>Sets the number of available licenses as a hard limit.</p>
|
|
1792
|
-
*/
|
|
1793
|
-
LicenseCountHardLimit?: boolean;
|
|
1794
|
-
/**
|
|
1795
|
-
* <p>Number of licenses assigned to resources.</p>
|
|
1796
|
-
*/
|
|
1797
|
-
ConsumedLicenses?: number;
|
|
1798
|
-
/**
|
|
1799
|
-
* <p>License configuration status.</p>
|
|
1800
|
-
*/
|
|
1801
|
-
Status?: string;
|
|
1802
|
-
/**
|
|
1803
|
-
* <p>Account ID of the owner of the license configuration.</p>
|
|
1804
|
-
*/
|
|
1805
|
-
OwnerAccountId?: string;
|
|
1806
|
-
/**
|
|
1807
|
-
* <p>Summaries of the licenses consumed by resources.</p>
|
|
1808
|
-
*/
|
|
1809
|
-
ConsumedLicenseSummaryList?: ConsumedLicenseSummary[];
|
|
1810
|
-
/**
|
|
1811
|
-
* <p>Summaries of the managed resources.</p>
|
|
1812
|
-
*/
|
|
1813
|
-
ManagedResourceSummaryList?: ManagedResourceSummary[];
|
|
1814
|
-
/**
|
|
1815
|
-
* <p>Tags for the license configuration.</p>
|
|
1816
|
-
*/
|
|
1817
|
-
Tags?: Tag[];
|
|
1818
|
-
/**
|
|
1819
|
-
* <p>Product information.</p>
|
|
1820
|
-
*/
|
|
1821
|
-
ProductInformationList?: ProductInformation[];
|
|
1822
|
-
/**
|
|
1823
|
-
* <p>Automated discovery information.</p>
|
|
1824
|
-
*/
|
|
1825
|
-
AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation;
|
|
1826
|
-
/**
|
|
1827
|
-
* <p>When true, disassociates a resource when software is uninstalled.</p>
|
|
1828
|
-
*/
|
|
1829
|
-
DisassociateWhenNotFound?: boolean;
|
|
1830
|
-
}
|
|
1831
|
-
export declare namespace GetLicenseConfigurationResponse {
|
|
1832
|
-
/**
|
|
1833
|
-
* @internal
|
|
1834
|
-
*/
|
|
1835
|
-
const filterSensitiveLog: (obj: GetLicenseConfigurationResponse) => any;
|
|
1836
|
-
}
|
|
1837
|
-
export interface GetLicenseManagerReportGeneratorRequest {
|
|
1838
|
-
/**
|
|
1839
|
-
* <p>mazon Resource Number (ARN) of the report generator to retrieve information on.</p>
|
|
1840
|
-
*/
|
|
1841
|
-
LicenseManagerReportGeneratorArn: string | undefined;
|
|
1842
|
-
}
|
|
1843
|
-
export declare namespace GetLicenseManagerReportGeneratorRequest {
|
|
1844
|
-
/**
|
|
1845
|
-
* @internal
|
|
1846
|
-
*/
|
|
1847
|
-
const filterSensitiveLog: (obj: GetLicenseManagerReportGeneratorRequest) => any;
|
|
1848
|
-
}
|
|
1849
|
-
/**
|
|
1850
|
-
* <p>Details of the S3 bucket that report generator reports are published to.</p>
|
|
1851
|
-
*/
|
|
1852
|
-
export interface S3Location {
|
|
1853
|
-
/**
|
|
1854
|
-
* <p>Name of the S3 bucket reports are published to.</p>
|
|
1855
|
-
*/
|
|
1856
|
-
bucket?: string;
|
|
1857
|
-
/**
|
|
1858
|
-
* <p>Prefix of the S3 bucket reports are published to.</p>
|
|
1859
|
-
*/
|
|
1860
|
-
keyPrefix?: string;
|
|
1861
|
-
}
|
|
1862
|
-
export declare namespace S3Location {
|
|
1863
|
-
/**
|
|
1864
|
-
* @internal
|
|
1865
|
-
*/
|
|
1866
|
-
const filterSensitiveLog: (obj: S3Location) => any;
|
|
1867
|
-
}
|
|
1868
|
-
/**
|
|
1869
|
-
* <p>Describe the details of a report generator.</p>
|
|
1870
|
-
*/
|
|
1871
|
-
export interface ReportGenerator {
|
|
1872
|
-
/**
|
|
1873
|
-
* <p>Name of the report generator.</p>
|
|
1874
|
-
*/
|
|
1875
|
-
ReportGeneratorName?: string;
|
|
1876
|
-
/**
|
|
1877
|
-
* <p>Type of reports that are generated.</p>
|
|
1878
|
-
*/
|
|
1879
|
-
ReportType?: (ReportType | string)[];
|
|
1880
|
-
/**
|
|
1881
|
-
* <p>License configuration type this generator reports on.</p>
|
|
1882
|
-
*/
|
|
1883
|
-
ReportContext?: ReportContext;
|
|
1884
|
-
/**
|
|
1885
|
-
* <p>Details on how frequently reports are generated.</p>
|
|
1886
|
-
*/
|
|
1887
|
-
ReportFrequency?: ReportFrequency;
|
|
1888
|
-
/**
|
|
1889
|
-
* <p>Amazon Resource Number (ARN) of the report generator.</p>
|
|
1890
|
-
*/
|
|
1891
|
-
LicenseManagerReportGeneratorArn?: string;
|
|
1892
|
-
/**
|
|
1893
|
-
* <p>Status of the last report generation attempt.</p>
|
|
1894
|
-
*/
|
|
1895
|
-
LastRunStatus?: string;
|
|
1896
|
-
/**
|
|
1897
|
-
* <p>Failure message for the last report generation attempt.</p>
|
|
1898
|
-
*/
|
|
1899
|
-
LastRunFailureReason?: string;
|
|
1900
|
-
/**
|
|
1901
|
-
* <p>Time the last report was generated at.</p>
|
|
1902
|
-
*/
|
|
1903
|
-
LastReportGenerationTime?: string;
|
|
1904
|
-
/**
|
|
1905
|
-
* <p>The AWS account ID used to create the report generator.</p>
|
|
1906
|
-
*/
|
|
1907
|
-
ReportCreatorAccount?: string;
|
|
1908
|
-
/**
|
|
1909
|
-
* <p>Description of the report generator.</p>
|
|
1910
|
-
*/
|
|
1911
|
-
Description?: string;
|
|
1912
|
-
/**
|
|
1913
|
-
* <p>Details of the S3 bucket that report generator reports are published to.</p>
|
|
1914
|
-
*/
|
|
1915
|
-
S3Location?: S3Location;
|
|
1916
|
-
/**
|
|
1917
|
-
* <p>Time the report was created.</p>
|
|
1918
|
-
*/
|
|
1919
|
-
CreateTime?: string;
|
|
1920
|
-
/**
|
|
1921
|
-
* <p>Tags associated with the report generator.</p>
|
|
1922
|
-
*/
|
|
1923
|
-
Tags?: Tag[];
|
|
1924
|
-
}
|
|
1925
|
-
export declare namespace ReportGenerator {
|
|
1926
|
-
/**
|
|
1927
|
-
* @internal
|
|
1928
|
-
*/
|
|
1929
|
-
const filterSensitiveLog: (obj: ReportGenerator) => any;
|
|
1930
|
-
}
|
|
1931
|
-
export interface GetLicenseManagerReportGeneratorResponse {
|
|
1932
|
-
/**
|
|
1933
|
-
* <p>A report generator that creates periodic reports on your license configurations.</p>
|
|
1934
|
-
*/
|
|
1935
|
-
ReportGenerator?: ReportGenerator;
|
|
1936
|
-
}
|
|
1937
|
-
export declare namespace GetLicenseManagerReportGeneratorResponse {
|
|
1938
|
-
/**
|
|
1939
|
-
* @internal
|
|
1940
|
-
*/
|
|
1941
|
-
const filterSensitiveLog: (obj: GetLicenseManagerReportGeneratorResponse) => any;
|
|
1942
|
-
}
|
|
1943
|
-
export interface GetLicenseUsageRequest {
|
|
1944
|
-
/**
|
|
1945
|
-
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
1946
|
-
*/
|
|
1947
|
-
LicenseArn: string | undefined;
|
|
1948
|
-
}
|
|
1949
|
-
export declare namespace GetLicenseUsageRequest {
|
|
1950
|
-
/**
|
|
1951
|
-
* @internal
|
|
1952
|
-
*/
|
|
1953
|
-
const filterSensitiveLog: (obj: GetLicenseUsageRequest) => any;
|
|
1954
|
-
}
|
|
1955
|
-
/**
|
|
1956
|
-
* <p>Usage associated with an entitlement resource.</p>
|
|
1957
|
-
*/
|
|
1958
|
-
export interface EntitlementUsage {
|
|
1959
|
-
/**
|
|
1960
|
-
* <p>Entitlement usage name.</p>
|
|
1961
|
-
*/
|
|
1962
|
-
Name: string | undefined;
|
|
1963
|
-
/**
|
|
1964
|
-
* <p>Resource usage consumed.</p>
|
|
1965
|
-
*/
|
|
1966
|
-
ConsumedValue: string | undefined;
|
|
1967
|
-
/**
|
|
1968
|
-
* <p>Maximum entitlement usage count.</p>
|
|
1969
|
-
*/
|
|
1970
|
-
MaxCount?: string;
|
|
1971
|
-
/**
|
|
1972
|
-
* <p>Entitlement usage unit.</p>
|
|
1973
|
-
*/
|
|
1974
|
-
Unit: EntitlementDataUnit | string | undefined;
|
|
1975
|
-
}
|
|
1976
|
-
export declare namespace EntitlementUsage {
|
|
1977
|
-
/**
|
|
1978
|
-
* @internal
|
|
1979
|
-
*/
|
|
1980
|
-
const filterSensitiveLog: (obj: EntitlementUsage) => any;
|
|
1981
|
-
}
|
|
1982
|
-
/**
|
|
1983
|
-
* <p>Describes the entitlement usage associated with a license.</p>
|
|
1984
|
-
*/
|
|
1985
|
-
export interface LicenseUsage {
|
|
1986
|
-
/**
|
|
1987
|
-
* <p>License entitlement usages.</p>
|
|
1988
|
-
*/
|
|
1989
|
-
EntitlementUsages?: EntitlementUsage[];
|
|
1990
|
-
}
|
|
1991
|
-
export declare namespace LicenseUsage {
|
|
1992
|
-
/**
|
|
1993
|
-
* @internal
|
|
1994
|
-
*/
|
|
1995
|
-
const filterSensitiveLog: (obj: LicenseUsage) => any;
|
|
1996
|
-
}
|
|
1997
|
-
export interface GetLicenseUsageResponse {
|
|
1998
|
-
/**
|
|
1999
|
-
* <p>License usage details.</p>
|
|
2000
|
-
*/
|
|
2001
|
-
LicenseUsage?: LicenseUsage;
|
|
2002
|
-
}
|
|
2003
|
-
export declare namespace GetLicenseUsageResponse {
|
|
2004
|
-
/**
|
|
2005
|
-
* @internal
|
|
2006
|
-
*/
|
|
2007
|
-
const filterSensitiveLog: (obj: GetLicenseUsageResponse) => any;
|
|
2008
|
-
}
|
|
2009
|
-
export interface GetServiceSettingsRequest {
|
|
2010
|
-
}
|
|
2011
|
-
export declare namespace GetServiceSettingsRequest {
|
|
2012
|
-
/**
|
|
2013
|
-
* @internal
|
|
2014
|
-
*/
|
|
2015
|
-
const filterSensitiveLog: (obj: GetServiceSettingsRequest) => any;
|
|
2016
|
-
}
|
|
2017
|
-
/**
|
|
2018
|
-
* <p>Configuration information for AWS Organizations.</p>
|
|
2019
|
-
*/
|
|
2020
|
-
export interface OrganizationConfiguration {
|
|
2021
|
-
/**
|
|
2022
|
-
* <p>Enables AWS Organization integration.</p>
|
|
2023
|
-
*/
|
|
2024
|
-
EnableIntegration: boolean | undefined;
|
|
2025
|
-
}
|
|
2026
|
-
export declare namespace OrganizationConfiguration {
|
|
2027
|
-
/**
|
|
2028
|
-
* @internal
|
|
2029
|
-
*/
|
|
2030
|
-
const filterSensitiveLog: (obj: OrganizationConfiguration) => any;
|
|
2031
|
-
}
|
|
2032
|
-
export interface GetServiceSettingsResponse {
|
|
2033
|
-
/**
|
|
2034
|
-
* <p>Regional S3 bucket path for storing reports, license trail event data, discovery data,
|
|
2035
|
-
* and so on.</p>
|
|
2036
|
-
*/
|
|
2037
|
-
S3BucketArn?: string;
|
|
2038
|
-
/**
|
|
2039
|
-
* <p>SNS topic configured to receive notifications from License Manager.</p>
|
|
2040
|
-
*/
|
|
2041
|
-
SnsTopicArn?: string;
|
|
2042
|
-
/**
|
|
2043
|
-
* <p>Indicates whether AWS Organizations is integrated with License Manager for
|
|
2044
|
-
* cross-account discovery.</p>
|
|
2045
|
-
*/
|
|
2046
|
-
OrganizationConfiguration?: OrganizationConfiguration;
|
|
2047
|
-
/**
|
|
2048
|
-
* <p>Indicates whether cross-account discovery is enabled.</p>
|
|
2049
|
-
*/
|
|
2050
|
-
EnableCrossAccountsDiscovery?: boolean;
|
|
2051
|
-
/**
|
|
2052
|
-
* <p>Amazon Resource Name (ARN) of the AWS resource share. The License Manager management account
|
|
2053
|
-
* provides member accounts with access to this share.</p>
|
|
2054
|
-
*/
|
|
2055
|
-
LicenseManagerResourceShareArn?: string;
|
|
2056
|
-
}
|
|
2057
|
-
export declare namespace GetServiceSettingsResponse {
|
|
2058
|
-
/**
|
|
2059
|
-
* @internal
|
|
2060
|
-
*/
|
|
2061
|
-
const filterSensitiveLog: (obj: GetServiceSettingsResponse) => any;
|
|
2062
|
-
}
|
|
2063
|
-
/**
|
|
2064
|
-
* <p>The request uses too many filters or too many filter values.</p>
|
|
2065
|
-
*/
|
|
2066
|
-
export interface FilterLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
2067
|
-
name: "FilterLimitExceededException";
|
|
2068
|
-
$fault: "client";
|
|
2069
|
-
Message?: string;
|
|
2070
|
-
}
|
|
2071
|
-
export declare namespace FilterLimitExceededException {
|
|
2072
|
-
/**
|
|
2073
|
-
* @internal
|
|
2074
|
-
*/
|
|
2075
|
-
const filterSensitiveLog: (obj: FilterLimitExceededException) => any;
|
|
2076
|
-
}
|
|
2077
|
-
export interface ListAssociationsForLicenseConfigurationRequest {
|
|
2078
|
-
/**
|
|
2079
|
-
* <p>Amazon Resource Name (ARN) of a license configuration.</p>
|
|
2080
|
-
*/
|
|
2081
|
-
LicenseConfigurationArn: string | undefined;
|
|
2082
|
-
/**
|
|
2083
|
-
* <p>Maximum number of results to return in a single call.</p>
|
|
2084
|
-
*/
|
|
2085
|
-
MaxResults?: number;
|
|
2086
|
-
/**
|
|
2087
|
-
* <p>Token for the next set of results.</p>
|
|
2088
|
-
*/
|
|
2089
|
-
NextToken?: string;
|
|
2090
|
-
}
|
|
2091
|
-
export declare namespace ListAssociationsForLicenseConfigurationRequest {
|
|
2092
|
-
/**
|
|
2093
|
-
* @internal
|
|
2094
|
-
*/
|
|
2095
|
-
const filterSensitiveLog: (obj: ListAssociationsForLicenseConfigurationRequest) => any;
|
|
2096
|
-
}
|
|
2097
|
-
/**
|
|
2098
|
-
* <p>Describes an association with a license configuration.</p>
|
|
2099
|
-
*/
|
|
2100
|
-
export interface LicenseConfigurationAssociation {
|
|
2101
|
-
/**
|
|
2102
|
-
* <p>Amazon Resource Name (ARN) of the resource.</p>
|
|
2103
|
-
*/
|
|
2104
|
-
ResourceArn?: string;
|
|
2105
|
-
/**
|
|
2106
|
-
* <p>Type of server resource.</p>
|
|
2107
|
-
*/
|
|
2108
|
-
ResourceType?: ResourceType | string;
|
|
2109
|
-
/**
|
|
2110
|
-
* <p>ID of the AWS account that owns the resource consuming licenses.</p>
|
|
2111
|
-
*/
|
|
2112
|
-
ResourceOwnerId?: string;
|
|
2113
|
-
/**
|
|
2114
|
-
* <p>Time when the license configuration was associated with the resource.</p>
|
|
2115
|
-
*/
|
|
2116
|
-
AssociationTime?: Date;
|
|
2117
|
-
/**
|
|
2118
|
-
* <p>Scope of AMI associations. The possible value is <code>cross-account</code>.</p>
|
|
2119
|
-
*/
|
|
2120
|
-
AmiAssociationScope?: string;
|
|
2121
|
-
}
|
|
2122
|
-
export declare namespace LicenseConfigurationAssociation {
|
|
2123
|
-
/**
|
|
2124
|
-
* @internal
|
|
2125
|
-
*/
|
|
2126
|
-
const filterSensitiveLog: (obj: LicenseConfigurationAssociation) => any;
|
|
2127
|
-
}
|
|
2128
|
-
export interface ListAssociationsForLicenseConfigurationResponse {
|
|
2129
|
-
/**
|
|
2130
|
-
* <p>Information about the associations for the license configuration.</p>
|
|
2131
|
-
*/
|
|
2132
|
-
LicenseConfigurationAssociations?: LicenseConfigurationAssociation[];
|
|
2133
|
-
/**
|
|
2134
|
-
* <p>Token for the next set of results.</p>
|
|
2135
|
-
*/
|
|
2136
|
-
NextToken?: string;
|
|
2137
|
-
}
|
|
2138
|
-
export declare namespace ListAssociationsForLicenseConfigurationResponse {
|
|
2139
|
-
/**
|
|
2140
|
-
* @internal
|
|
2141
|
-
*/
|
|
2142
|
-
const filterSensitiveLog: (obj: ListAssociationsForLicenseConfigurationResponse) => any;
|
|
2143
|
-
}
|
|
2144
|
-
/**
|
|
2145
|
-
* <p>A filter name and value pair that is used to return more specific results from a
|
|
2146
|
-
* describe operation. Filters can be used to match a set of resources by specific criteria,
|
|
2147
|
-
* such as tags, attributes, or IDs.</p>
|
|
2148
|
-
*/
|
|
2149
|
-
export interface Filter {
|
|
2150
|
-
/**
|
|
2151
|
-
* <p>Name of the filter. Filter names are case-sensitive.</p>
|
|
2152
|
-
*/
|
|
2153
|
-
Name?: string;
|
|
2154
|
-
/**
|
|
2155
|
-
* <p>Filter values. Filter values are case-sensitive.</p>
|
|
2156
|
-
*/
|
|
2157
|
-
Values?: string[];
|
|
2158
|
-
}
|
|
2159
|
-
export declare namespace Filter {
|
|
2160
|
-
/**
|
|
2161
|
-
* @internal
|
|
2162
|
-
*/
|
|
2163
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
2164
|
-
}
|
|
2165
|
-
export interface ListDistributedGrantsRequest {
|
|
2166
|
-
/**
|
|
2167
|
-
* <p>Amazon Resource Names (ARNs) of the grants.</p>
|
|
2168
|
-
*/
|
|
2169
|
-
GrantArns?: string[];
|
|
2170
|
-
/**
|
|
2171
|
-
* <p>Filters to scope the results. The following filters are supported:</p>
|
|
2172
|
-
* <ul>
|
|
2173
|
-
* <li>
|
|
2174
|
-
* <p>
|
|
2175
|
-
* <code>LicenseArn</code>
|
|
2176
|
-
* </p>
|
|
2177
|
-
* </li>
|
|
2178
|
-
* <li>
|
|
2179
|
-
* <p>
|
|
2180
|
-
* <code>GrantStatus</code>
|
|
2181
|
-
* </p>
|
|
2182
|
-
* </li>
|
|
2183
|
-
* <li>
|
|
2184
|
-
* <p>
|
|
2185
|
-
* <code>GranteePrincipalARN</code>
|
|
2186
|
-
* </p>
|
|
2187
|
-
* </li>
|
|
2188
|
-
* <li>
|
|
2189
|
-
* <p>
|
|
2190
|
-
* <code>ProductSKU</code>
|
|
2191
|
-
* </p>
|
|
2192
|
-
* </li>
|
|
2193
|
-
* <li>
|
|
2194
|
-
* <p>
|
|
2195
|
-
* <code>LicenseIssuerName</code>
|
|
2196
|
-
* </p>
|
|
2197
|
-
* </li>
|
|
2198
|
-
* </ul>
|
|
2199
|
-
*/
|
|
2200
|
-
Filters?: Filter[];
|
|
2201
|
-
/**
|
|
2202
|
-
* <p>Token for the next set of results.</p>
|
|
2203
|
-
*/
|
|
2204
|
-
NextToken?: string;
|
|
2205
|
-
/**
|
|
2206
|
-
* <p>Maximum number of results to return in a single call.</p>
|
|
2207
|
-
*/
|
|
2208
|
-
MaxResults?: number;
|
|
2209
|
-
}
|
|
2210
|
-
export declare namespace ListDistributedGrantsRequest {
|
|
2211
|
-
/**
|
|
2212
|
-
* @internal
|
|
2213
|
-
*/
|
|
2214
|
-
const filterSensitiveLog: (obj: ListDistributedGrantsRequest) => any;
|
|
2215
|
-
}
|
|
2216
|
-
export interface ListDistributedGrantsResponse {
|
|
2217
|
-
/**
|
|
2218
|
-
* <p>Distributed grant details.</p>
|
|
2219
|
-
*/
|
|
2220
|
-
Grants?: Grant[];
|
|
2221
|
-
/**
|
|
2222
|
-
* <p>Token for the next set of results.</p>
|
|
2223
|
-
*/
|
|
2224
|
-
NextToken?: string;
|
|
2225
|
-
}
|
|
2226
|
-
export declare namespace ListDistributedGrantsResponse {
|
|
2227
|
-
/**
|
|
2228
|
-
* @internal
|
|
2229
|
-
*/
|
|
2230
|
-
const filterSensitiveLog: (obj: ListDistributedGrantsResponse) => any;
|
|
2231
|
-
}
|
|
2232
|
-
export interface ListFailuresForLicenseConfigurationOperationsRequest {
|
|
2233
|
-
/**
|
|
2234
|
-
* <p>Amazon Resource Name of the license configuration.</p>
|
|
2235
|
-
*/
|
|
2236
|
-
LicenseConfigurationArn: string | undefined;
|
|
2237
|
-
/**
|
|
2238
|
-
* <p>Maximum number of results to return in a single call.</p>
|
|
2239
|
-
*/
|
|
2240
|
-
MaxResults?: number;
|
|
2241
|
-
/**
|
|
2242
|
-
* <p>Token for the next set of results.</p>
|
|
2243
|
-
*/
|
|
2244
|
-
NextToken?: string;
|
|
2245
|
-
}
|
|
2246
|
-
export declare namespace ListFailuresForLicenseConfigurationOperationsRequest {
|
|
2247
|
-
/**
|
|
2248
|
-
* @internal
|
|
2249
|
-
*/
|
|
2250
|
-
const filterSensitiveLog: (obj: ListFailuresForLicenseConfigurationOperationsRequest) => any;
|
|
2251
|
-
}
|
|
2252
|
-
/**
|
|
2253
|
-
* <p>Describes the failure of a license operation.</p>
|
|
2254
|
-
*/
|
|
2255
|
-
export interface LicenseOperationFailure {
|
|
2256
|
-
/**
|
|
2257
|
-
* <p>Amazon Resource Name (ARN) of the resource.</p>
|
|
2258
|
-
*/
|
|
2259
|
-
ResourceArn?: string;
|
|
2260
|
-
/**
|
|
2261
|
-
* <p>Resource type.</p>
|
|
2262
|
-
*/
|
|
2263
|
-
ResourceType?: ResourceType | string;
|
|
2264
|
-
/**
|
|
2265
|
-
* <p>Error message.</p>
|
|
2266
|
-
*/
|
|
2267
|
-
ErrorMessage?: string;
|
|
2268
|
-
/**
|
|
2269
|
-
* <p>Failure time.</p>
|
|
2270
|
-
*/
|
|
2271
|
-
FailureTime?: Date;
|
|
2272
|
-
/**
|
|
2273
|
-
* <p>Name of the operation.</p>
|
|
2274
|
-
*/
|
|
2275
|
-
OperationName?: string;
|
|
2276
|
-
/**
|
|
2277
|
-
* <p>ID of the AWS account that owns the resource.</p>
|
|
2278
|
-
*/
|
|
2279
|
-
ResourceOwnerId?: string;
|
|
2280
|
-
/**
|
|
2281
|
-
* <p>The requester is "License Manager Automated Discovery".</p>
|
|
2282
|
-
*/
|
|
2283
|
-
OperationRequestedBy?: string;
|
|
2284
|
-
/**
|
|
2285
|
-
* <p>Reserved.</p>
|
|
2286
|
-
*/
|
|
2287
|
-
MetadataList?: Metadata[];
|
|
2288
|
-
}
|
|
2289
|
-
export declare namespace LicenseOperationFailure {
|
|
2290
|
-
/**
|
|
2291
|
-
* @internal
|
|
2292
|
-
*/
|
|
2293
|
-
const filterSensitiveLog: (obj: LicenseOperationFailure) => any;
|
|
2294
|
-
}
|
|
2295
|
-
export interface ListFailuresForLicenseConfigurationOperationsResponse {
|
|
2296
|
-
/**
|
|
2297
|
-
* <p>License configuration operations that failed.</p>
|
|
2298
|
-
*/
|
|
2299
|
-
LicenseOperationFailureList?: LicenseOperationFailure[];
|
|
2300
|
-
/**
|
|
2301
|
-
* <p>Token for the next set of results.</p>
|
|
2302
|
-
*/
|
|
2303
|
-
NextToken?: string;
|
|
2304
|
-
}
|
|
2305
|
-
export declare namespace ListFailuresForLicenseConfigurationOperationsResponse {
|
|
2306
|
-
/**
|
|
2307
|
-
* @internal
|
|
2308
|
-
*/
|
|
2309
|
-
const filterSensitiveLog: (obj: ListFailuresForLicenseConfigurationOperationsResponse) => any;
|
|
2310
|
-
}
|
|
2311
|
-
export interface ListLicenseConfigurationsRequest {
|
|
2312
|
-
/**
|
|
2313
|
-
* <p>Amazon Resource Names (ARN) of the license configurations.</p>
|
|
2314
|
-
*/
|
|
2315
|
-
LicenseConfigurationArns?: string[];
|
|
2316
|
-
/**
|
|
2317
|
-
* <p>Maximum number of results to return in a single call.</p>
|
|
2318
|
-
*/
|
|
2319
|
-
MaxResults?: number;
|
|
2320
|
-
/**
|
|
2321
|
-
* <p>Token for the next set of results.</p>
|
|
2322
|
-
*/
|
|
2323
|
-
NextToken?: string;
|
|
2324
|
-
/**
|
|
2325
|
-
* <p>Filters to scope the results. The following filters and logical operators
|
|
2326
|
-
* are supported:</p>
|
|
2327
|
-
* <ul>
|
|
2328
|
-
* <li>
|
|
2329
|
-
* <p>
|
|
2330
|
-
* <code>licenseCountingType</code> - The dimension on which licenses are counted.
|
|
2331
|
-
* Possible values are <code>vCPU</code> | <code>Instance</code> | <code>Core</code> | <code>Socket</code>.
|
|
2332
|
-
* Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p>
|
|
2333
|
-
* </li>
|
|
2334
|
-
* <li>
|
|
2335
|
-
* <p>
|
|
2336
|
-
* <code>enforceLicenseCount</code> - A Boolean value that indicates whether hard license enforcement is used.
|
|
2337
|
-
* Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p>
|
|
2338
|
-
* </li>
|
|
2339
|
-
* <li>
|
|
2340
|
-
* <p>
|
|
2341
|
-
* <code>usagelimitExceeded</code> - A Boolean value that indicates whether the available licenses have been exceeded.
|
|
2342
|
-
* Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p>
|
|
2343
|
-
* </li>
|
|
2344
|
-
* </ul>
|
|
2345
|
-
*/
|
|
2346
|
-
Filters?: Filter[];
|
|
2347
|
-
}
|
|
2348
|
-
export declare namespace ListLicenseConfigurationsRequest {
|
|
2349
|
-
/**
|
|
2350
|
-
* @internal
|
|
2351
|
-
*/
|
|
2352
|
-
const filterSensitiveLog: (obj: ListLicenseConfigurationsRequest) => any;
|
|
2353
|
-
}
|
|
2354
|
-
/**
|
|
2355
|
-
* <p>A license configuration is an abstraction of a customer license agreement that can be
|
|
2356
|
-
* consumed and enforced by License Manager. Components include specifications for the license
|
|
2357
|
-
* type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy,
|
|
2358
|
-
* Dedicated Instance, Dedicated Host, or all of these), host affinity (how long a VM
|
|
2359
|
-
* must be associated with a host), and the number of licenses purchased and used.</p>
|
|
2360
|
-
*/
|
|
2361
|
-
export interface LicenseConfiguration {
|
|
2362
|
-
/**
|
|
2363
|
-
* <p>Unique ID of the license configuration.</p>
|
|
2364
|
-
*/
|
|
2365
|
-
LicenseConfigurationId?: string;
|
|
2366
|
-
/**
|
|
2367
|
-
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
2368
|
-
*/
|
|
2369
|
-
LicenseConfigurationArn?: string;
|
|
2370
|
-
/**
|
|
2371
|
-
* <p>Name of the license configuration.</p>
|
|
2372
|
-
*/
|
|
2373
|
-
Name?: string;
|
|
2374
|
-
/**
|
|
2375
|
-
* <p>Description of the license configuration.</p>
|
|
2376
|
-
*/
|
|
2377
|
-
Description?: string;
|
|
2378
|
-
/**
|
|
2379
|
-
* <p>Dimension to use to track the license inventory.</p>
|
|
2380
|
-
*/
|
|
2381
|
-
LicenseCountingType?: LicenseCountingType | string;
|
|
2382
|
-
/**
|
|
2383
|
-
* <p>License rules.</p>
|
|
2384
|
-
*/
|
|
2385
|
-
LicenseRules?: string[];
|
|
2386
|
-
/**
|
|
2387
|
-
* <p>Number of licenses managed by the license configuration.</p>
|
|
2388
|
-
*/
|
|
2389
|
-
LicenseCount?: number;
|
|
2390
|
-
/**
|
|
2391
|
-
* <p>Number of available licenses as a hard limit.</p>
|
|
2392
|
-
*/
|
|
2393
|
-
LicenseCountHardLimit?: boolean;
|
|
2394
|
-
/**
|
|
2395
|
-
* <p>When true, disassociates a resource when software is uninstalled.</p>
|
|
2396
|
-
*/
|
|
2397
|
-
DisassociateWhenNotFound?: boolean;
|
|
2398
|
-
/**
|
|
2399
|
-
* <p>Number of licenses consumed. </p>
|
|
2400
|
-
*/
|
|
2401
|
-
ConsumedLicenses?: number;
|
|
2402
|
-
/**
|
|
2403
|
-
* <p>Status of the license configuration.</p>
|
|
2404
|
-
*/
|
|
2405
|
-
Status?: string;
|
|
2406
|
-
/**
|
|
2407
|
-
* <p>Account ID of the license configuration's owner.</p>
|
|
2408
|
-
*/
|
|
2409
|
-
OwnerAccountId?: string;
|
|
2410
|
-
/**
|
|
2411
|
-
* <p>Summaries for licenses consumed by various resources.</p>
|
|
2412
|
-
*/
|
|
2413
|
-
ConsumedLicenseSummaryList?: ConsumedLicenseSummary[];
|
|
2414
|
-
/**
|
|
2415
|
-
* <p>Summaries for managed resources.</p>
|
|
2416
|
-
*/
|
|
2417
|
-
ManagedResourceSummaryList?: ManagedResourceSummary[];
|
|
2418
|
-
/**
|
|
2419
|
-
* <p>Product information.</p>
|
|
2420
|
-
*/
|
|
2421
|
-
ProductInformationList?: ProductInformation[];
|
|
2422
|
-
/**
|
|
2423
|
-
* <p>Automated discovery information.</p>
|
|
2424
|
-
*/
|
|
2425
|
-
AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation;
|
|
2426
|
-
}
|
|
2427
|
-
export declare namespace LicenseConfiguration {
|
|
2428
|
-
/**
|
|
2429
|
-
* @internal
|
|
2430
|
-
*/
|
|
2431
|
-
const filterSensitiveLog: (obj: LicenseConfiguration) => any;
|
|
2432
|
-
}
|
|
2433
|
-
export interface ListLicenseConfigurationsResponse {
|
|
2434
|
-
/**
|
|
2435
|
-
* <p>Information about the license configurations.</p>
|
|
2436
|
-
*/
|
|
2437
|
-
LicenseConfigurations?: LicenseConfiguration[];
|
|
2438
|
-
/**
|
|
2439
|
-
* <p>Token for the next set of results.</p>
|
|
2440
|
-
*/
|
|
2441
|
-
NextToken?: string;
|
|
2442
|
-
}
|
|
2443
|
-
export declare namespace ListLicenseConfigurationsResponse {
|
|
2444
|
-
/**
|
|
2445
|
-
* @internal
|
|
2446
|
-
*/
|
|
2447
|
-
const filterSensitiveLog: (obj: ListLicenseConfigurationsResponse) => any;
|
|
2448
|
-
}
|
|
2449
|
-
export interface ListLicenseManagerReportGeneratorsRequest {
|
|
2450
|
-
/**
|
|
2451
|
-
* <p>Filters to scope the results. The following filters are supported: </p>
|
|
2452
|
-
* <ul>
|
|
2453
|
-
* <li>
|
|
2454
|
-
* <p>
|
|
2455
|
-
* <code>LicenseConfigurationArn</code>
|
|
2456
|
-
* </p>
|
|
2457
|
-
* </li>
|
|
2458
|
-
* </ul>
|
|
2459
|
-
*/
|
|
2460
|
-
Filters?: Filter[];
|
|
2461
|
-
/**
|
|
2462
|
-
* <p>Token for the next set of results.</p>
|
|
2463
|
-
*/
|
|
2464
|
-
NextToken?: string;
|
|
2465
|
-
/**
|
|
2466
|
-
* <p>Maximum number of results to return in a single call.</p>
|
|
2467
|
-
*/
|
|
2468
|
-
MaxResults?: number;
|
|
2469
|
-
}
|
|
2470
|
-
export declare namespace ListLicenseManagerReportGeneratorsRequest {
|
|
2471
|
-
/**
|
|
2472
|
-
* @internal
|
|
2473
|
-
*/
|
|
2474
|
-
const filterSensitiveLog: (obj: ListLicenseManagerReportGeneratorsRequest) => any;
|
|
2475
|
-
}
|
|
2476
|
-
export interface ListLicenseManagerReportGeneratorsResponse {
|
|
2477
|
-
/**
|
|
2478
|
-
* <p>A report generator that creates periodic reports on your license configurations.</p>
|
|
2479
|
-
*/
|
|
2480
|
-
ReportGenerators?: ReportGenerator[];
|
|
2481
|
-
/**
|
|
2482
|
-
* <p>Token for the next set of results.</p>
|
|
2483
|
-
*/
|
|
2484
|
-
NextToken?: string;
|
|
2485
|
-
}
|
|
2486
|
-
export declare namespace ListLicenseManagerReportGeneratorsResponse {
|
|
2487
|
-
/**
|
|
2488
|
-
* @internal
|
|
2489
|
-
*/
|
|
2490
|
-
const filterSensitiveLog: (obj: ListLicenseManagerReportGeneratorsResponse) => any;
|
|
2491
|
-
}
|
|
2492
|
-
export interface ListLicensesRequest {
|
|
2493
|
-
/**
|
|
2494
|
-
* <p>Amazon Resource Names (ARNs) of the licenses.</p>
|
|
2495
|
-
*/
|
|
2496
|
-
LicenseArns?: string[];
|
|
2497
|
-
/**
|
|
2498
|
-
* <p>Filters to scope the results. The following filters are supported:</p>
|
|
2499
|
-
* <ul>
|
|
2500
|
-
* <li>
|
|
2501
|
-
* <p>
|
|
2502
|
-
* <code>Beneficiary</code>
|
|
2503
|
-
* </p>
|
|
2504
|
-
* </li>
|
|
2505
|
-
* <li>
|
|
2506
|
-
* <p>
|
|
2507
|
-
* <code>ProductSKU</code>
|
|
2508
|
-
* </p>
|
|
2509
|
-
* </li>
|
|
2510
|
-
* <li>
|
|
2511
|
-
* <p>
|
|
2512
|
-
* <code>Fingerprint</code>
|
|
2513
|
-
* </p>
|
|
2514
|
-
* </li>
|
|
2515
|
-
* <li>
|
|
2516
|
-
* <p>
|
|
2517
|
-
* <code>Status</code>
|
|
2518
|
-
* </p>
|
|
2519
|
-
* </li>
|
|
2520
|
-
* </ul>
|
|
2521
|
-
*/
|
|
2522
|
-
Filters?: Filter[];
|
|
2523
|
-
/**
|
|
2524
|
-
* <p>Token for the next set of results.</p>
|
|
2525
|
-
*/
|
|
2526
|
-
NextToken?: string;
|
|
2527
|
-
/**
|
|
2528
|
-
* <p>Maximum number of results to return in a single call.</p>
|
|
2529
|
-
*/
|
|
2530
|
-
MaxResults?: number;
|
|
2531
|
-
}
|
|
2532
|
-
export declare namespace ListLicensesRequest {
|
|
2533
|
-
/**
|
|
2534
|
-
* @internal
|
|
2535
|
-
*/
|
|
2536
|
-
const filterSensitiveLog: (obj: ListLicensesRequest) => any;
|
|
2537
|
-
}
|
|
2538
|
-
export interface ListLicensesResponse {
|
|
2539
|
-
/**
|
|
2540
|
-
* <p>License details.</p>
|
|
2541
|
-
*/
|
|
2542
|
-
Licenses?: License[];
|
|
2543
|
-
/**
|
|
2544
|
-
* <p>Token for the next set of results.</p>
|
|
2545
|
-
*/
|
|
2546
|
-
NextToken?: string;
|
|
2547
|
-
}
|
|
2548
|
-
export declare namespace ListLicensesResponse {
|
|
2549
|
-
/**
|
|
2550
|
-
* @internal
|
|
2551
|
-
*/
|
|
2552
|
-
const filterSensitiveLog: (obj: ListLicensesResponse) => any;
|
|
2553
|
-
}
|
|
2554
|
-
export interface ListLicenseSpecificationsForResourceRequest {
|
|
2555
|
-
/**
|
|
2556
|
-
* <p>Amazon Resource Name (ARN) of a resource that has an associated license configuration.</p>
|
|
2557
|
-
*/
|
|
2558
|
-
ResourceArn: string | undefined;
|
|
2559
|
-
/**
|
|
2560
|
-
* <p>Maximum number of results to return in a single call.</p>
|
|
2561
|
-
*/
|
|
2562
|
-
MaxResults?: number;
|
|
2563
|
-
/**
|
|
2564
|
-
* <p>Token for the next set of results.</p>
|
|
2565
|
-
*/
|
|
2566
|
-
NextToken?: string;
|
|
2567
|
-
}
|
|
2568
|
-
export declare namespace ListLicenseSpecificationsForResourceRequest {
|
|
2569
|
-
/**
|
|
2570
|
-
* @internal
|
|
2571
|
-
*/
|
|
2572
|
-
const filterSensitiveLog: (obj: ListLicenseSpecificationsForResourceRequest) => any;
|
|
2573
|
-
}
|
|
2574
|
-
/**
|
|
2575
|
-
* <p>Details for associating a license configuration with a resource.</p>
|
|
2576
|
-
*/
|
|
2577
|
-
export interface LicenseSpecification {
|
|
2578
|
-
/**
|
|
2579
|
-
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
2580
|
-
*/
|
|
2581
|
-
LicenseConfigurationArn: string | undefined;
|
|
2582
|
-
/**
|
|
2583
|
-
* <p>Scope of AMI associations. The possible value is <code>cross-account</code>.</p>
|
|
2584
|
-
*/
|
|
2585
|
-
AmiAssociationScope?: string;
|
|
2586
|
-
}
|
|
2587
|
-
export declare namespace LicenseSpecification {
|
|
2588
|
-
/**
|
|
2589
|
-
* @internal
|
|
2590
|
-
*/
|
|
2591
|
-
const filterSensitiveLog: (obj: LicenseSpecification) => any;
|
|
2592
|
-
}
|
|
2593
|
-
export interface ListLicenseSpecificationsForResourceResponse {
|
|
2594
|
-
/**
|
|
2595
|
-
* <p>License configurations associated with a resource.</p>
|
|
2596
|
-
*/
|
|
2597
|
-
LicenseSpecifications?: LicenseSpecification[];
|
|
2598
|
-
/**
|
|
2599
|
-
* <p>Token for the next set of results.</p>
|
|
2600
|
-
*/
|
|
2601
|
-
NextToken?: string;
|
|
2602
|
-
}
|
|
2603
|
-
export declare namespace ListLicenseSpecificationsForResourceResponse {
|
|
2604
|
-
/**
|
|
2605
|
-
* @internal
|
|
2606
|
-
*/
|
|
2607
|
-
const filterSensitiveLog: (obj: ListLicenseSpecificationsForResourceResponse) => any;
|
|
2608
|
-
}
|
|
2609
|
-
export interface ListLicenseVersionsRequest {
|
|
2610
|
-
/**
|
|
2611
|
-
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
2612
|
-
*/
|
|
2613
|
-
LicenseArn: string | undefined;
|
|
2614
|
-
/**
|
|
2615
|
-
* <p>Token for the next set of results.</p>
|
|
2616
|
-
*/
|
|
2617
|
-
NextToken?: string;
|
|
2618
|
-
/**
|
|
2619
|
-
* <p>Maximum number of results to return in a single call.</p>
|
|
2620
|
-
*/
|
|
2621
|
-
MaxResults?: number;
|
|
2622
|
-
}
|
|
2623
|
-
export declare namespace ListLicenseVersionsRequest {
|
|
2624
|
-
/**
|
|
2625
|
-
* @internal
|
|
2626
|
-
*/
|
|
2627
|
-
const filterSensitiveLog: (obj: ListLicenseVersionsRequest) => any;
|
|
2628
|
-
}
|
|
2629
|
-
export interface ListLicenseVersionsResponse {
|
|
2630
|
-
/**
|
|
2631
|
-
* <p>License details.</p>
|
|
2632
|
-
*/
|
|
2633
|
-
Licenses?: License[];
|
|
2634
|
-
/**
|
|
2635
|
-
* <p>Token for the next set of results.</p>
|
|
2636
|
-
*/
|
|
2637
|
-
NextToken?: string;
|
|
2638
|
-
}
|
|
2639
|
-
export declare namespace ListLicenseVersionsResponse {
|
|
2640
|
-
/**
|
|
2641
|
-
* @internal
|
|
2642
|
-
*/
|
|
2643
|
-
const filterSensitiveLog: (obj: ListLicenseVersionsResponse) => any;
|
|
2644
|
-
}
|
|
2645
|
-
export interface ListReceivedGrantsRequest {
|
|
2646
|
-
/**
|
|
2647
|
-
* <p>Amazon Resource Names (ARNs) of the grants.</p>
|
|
2648
|
-
*/
|
|
2649
|
-
GrantArns?: string[];
|
|
2650
|
-
/**
|
|
2651
|
-
* <p>Filters to scope the results. The following filters are supported:</p>
|
|
2652
|
-
* <ul>
|
|
2653
|
-
* <li>
|
|
2654
|
-
* <p>
|
|
2655
|
-
* <code>ProductSKU</code>
|
|
2656
|
-
* </p>
|
|
2657
|
-
* </li>
|
|
2658
|
-
* <li>
|
|
2659
|
-
* <p>
|
|
2660
|
-
* <code>LicenseIssuerName</code>
|
|
2661
|
-
* </p>
|
|
2662
|
-
* </li>
|
|
2663
|
-
* <li>
|
|
2664
|
-
* <p>
|
|
2665
|
-
* <code>LicenseArn</code>
|
|
2666
|
-
* </p>
|
|
2667
|
-
* </li>
|
|
2668
|
-
* <li>
|
|
2669
|
-
* <p>
|
|
2670
|
-
* <code>GrantStatus</code>
|
|
2671
|
-
* </p>
|
|
2672
|
-
* </li>
|
|
2673
|
-
* <li>
|
|
2674
|
-
* <p>
|
|
2675
|
-
* <code>GranterAccountId</code>
|
|
2676
|
-
* </p>
|
|
2677
|
-
* </li>
|
|
2678
|
-
* </ul>
|
|
2679
|
-
*/
|
|
2680
|
-
Filters?: Filter[];
|
|
2681
|
-
/**
|
|
2682
|
-
* <p>Token for the next set of results.</p>
|
|
2683
|
-
*/
|
|
2684
|
-
NextToken?: string;
|
|
2685
|
-
/**
|
|
2686
|
-
* <p>Maximum number of results to return in a single call.</p>
|
|
2687
|
-
*/
|
|
2688
|
-
MaxResults?: number;
|
|
2689
|
-
}
|
|
2690
|
-
export declare namespace ListReceivedGrantsRequest {
|
|
2691
|
-
/**
|
|
2692
|
-
* @internal
|
|
2693
|
-
*/
|
|
2694
|
-
const filterSensitiveLog: (obj: ListReceivedGrantsRequest) => any;
|
|
2695
|
-
}
|
|
2696
|
-
export interface ListReceivedGrantsResponse {
|
|
2697
|
-
/**
|
|
2698
|
-
* <p>Received grant details.</p>
|
|
2699
|
-
*/
|
|
2700
|
-
Grants?: Grant[];
|
|
2701
|
-
/**
|
|
2702
|
-
* <p>Token for the next set of results.</p>
|
|
2703
|
-
*/
|
|
2704
|
-
NextToken?: string;
|
|
2705
|
-
}
|
|
2706
|
-
export declare namespace ListReceivedGrantsResponse {
|
|
2707
|
-
/**
|
|
2708
|
-
* @internal
|
|
2709
|
-
*/
|
|
2710
|
-
const filterSensitiveLog: (obj: ListReceivedGrantsResponse) => any;
|
|
2711
|
-
}
|
|
2712
|
-
export interface ListReceivedLicensesRequest {
|
|
2713
|
-
/**
|
|
2714
|
-
* <p>Amazon Resource Names (ARNs) of the licenses.</p>
|
|
2715
|
-
*/
|
|
2716
|
-
LicenseArns?: string[];
|
|
2717
|
-
/**
|
|
2718
|
-
* <p>Filters to scope the results. The following filters are supported:</p>
|
|
2719
|
-
* <ul>
|
|
2720
|
-
* <li>
|
|
2721
|
-
* <p>
|
|
2722
|
-
* <code>ProductSKU</code>
|
|
2723
|
-
* </p>
|
|
2724
|
-
* </li>
|
|
2725
|
-
* <li>
|
|
2726
|
-
* <p>
|
|
2727
|
-
* <code>Status</code>
|
|
2728
|
-
* </p>
|
|
2729
|
-
* </li>
|
|
2730
|
-
* <li>
|
|
2731
|
-
* <p>
|
|
2732
|
-
* <code>Fingerprint</code>
|
|
2733
|
-
* </p>
|
|
2734
|
-
* </li>
|
|
2735
|
-
* <li>
|
|
2736
|
-
* <p>
|
|
2737
|
-
* <code>IssuerName</code>
|
|
2738
|
-
* </p>
|
|
2739
|
-
* </li>
|
|
2740
|
-
* <li>
|
|
2741
|
-
* <p>
|
|
2742
|
-
* <code>Beneficiary</code>
|
|
2743
|
-
* </p>
|
|
2744
|
-
* </li>
|
|
2745
|
-
* </ul>
|
|
2746
|
-
*/
|
|
2747
|
-
Filters?: Filter[];
|
|
2748
|
-
/**
|
|
2749
|
-
* <p>Token for the next set of results.</p>
|
|
2750
|
-
*/
|
|
2751
|
-
NextToken?: string;
|
|
2752
|
-
/**
|
|
2753
|
-
* <p>Maximum number of results to return in a single call.</p>
|
|
2754
|
-
*/
|
|
2755
|
-
MaxResults?: number;
|
|
2756
|
-
}
|
|
2757
|
-
export declare namespace ListReceivedLicensesRequest {
|
|
2758
|
-
/**
|
|
2759
|
-
* @internal
|
|
2760
|
-
*/
|
|
2761
|
-
const filterSensitiveLog: (obj: ListReceivedLicensesRequest) => any;
|
|
2762
|
-
}
|
|
2763
|
-
export declare enum ReceivedStatus {
|
|
2764
|
-
ACTIVE = "ACTIVE",
|
|
2765
|
-
DELETED = "DELETED",
|
|
2766
|
-
DISABLED = "DISABLED",
|
|
2767
|
-
FAILED_WORKFLOW = "FAILED_WORKFLOW",
|
|
2768
|
-
PENDING_ACCEPT = "PENDING_ACCEPT",
|
|
2769
|
-
PENDING_WORKFLOW = "PENDING_WORKFLOW",
|
|
2770
|
-
REJECTED = "REJECTED",
|
|
2771
|
-
WORKFLOW_COMPLETED = "WORKFLOW_COMPLETED"
|
|
2772
|
-
}
|
|
2773
|
-
/**
|
|
2774
|
-
* <p>Metadata associated with received licenses and grants.</p>
|
|
2775
|
-
*/
|
|
2776
|
-
export interface ReceivedMetadata {
|
|
2777
|
-
/**
|
|
2778
|
-
* <p>Received status.</p>
|
|
2779
|
-
*/
|
|
2780
|
-
ReceivedStatus?: ReceivedStatus | string;
|
|
2781
|
-
ReceivedStatusReason?: string;
|
|
2782
|
-
/**
|
|
2783
|
-
* <p>Allowed operations.</p>
|
|
2784
|
-
*/
|
|
2785
|
-
AllowedOperations?: (AllowedOperation | string)[];
|
|
2786
|
-
}
|
|
2787
|
-
export declare namespace ReceivedMetadata {
|
|
2788
|
-
/**
|
|
2789
|
-
* @internal
|
|
2790
|
-
*/
|
|
2791
|
-
const filterSensitiveLog: (obj: ReceivedMetadata) => any;
|
|
2792
|
-
}
|
|
2793
|
-
/**
|
|
2794
|
-
* <p>Describes a license that is granted to a grantee.</p>
|
|
2795
|
-
*/
|
|
2796
|
-
export interface GrantedLicense {
|
|
2797
|
-
/**
|
|
2798
|
-
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
2799
|
-
*/
|
|
2800
|
-
LicenseArn?: string;
|
|
2801
|
-
/**
|
|
2802
|
-
* <p>License name.</p>
|
|
2803
|
-
*/
|
|
2804
|
-
LicenseName?: string;
|
|
2805
|
-
/**
|
|
2806
|
-
* <p>Product name.</p>
|
|
2807
|
-
*/
|
|
2808
|
-
ProductName?: string;
|
|
2809
|
-
/**
|
|
2810
|
-
* <p>Product SKU.</p>
|
|
2811
|
-
*/
|
|
2812
|
-
ProductSKU?: string;
|
|
2813
|
-
/**
|
|
2814
|
-
* <p>Granted license issuer.</p>
|
|
2815
|
-
*/
|
|
2816
|
-
Issuer?: IssuerDetails;
|
|
2817
|
-
/**
|
|
2818
|
-
* <p>Home Region of the granted license.</p>
|
|
2819
|
-
*/
|
|
2820
|
-
HomeRegion?: string;
|
|
2821
|
-
/**
|
|
2822
|
-
* <p>Granted license status.</p>
|
|
2823
|
-
*/
|
|
2824
|
-
Status?: LicenseStatus | string;
|
|
2825
|
-
/**
|
|
2826
|
-
* <p>Date and time range during which the granted license is valid, in ISO8601-UTC format.</p>
|
|
2827
|
-
*/
|
|
2828
|
-
Validity?: DatetimeRange;
|
|
2829
|
-
/**
|
|
2830
|
-
* <p>Granted license beneficiary.</p>
|
|
2831
|
-
*/
|
|
2832
|
-
Beneficiary?: string;
|
|
2833
|
-
/**
|
|
2834
|
-
* <p>License entitlements.</p>
|
|
2835
|
-
*/
|
|
2836
|
-
Entitlements?: Entitlement[];
|
|
2837
|
-
/**
|
|
2838
|
-
* <p>Configuration for consumption of the license.</p>
|
|
2839
|
-
*/
|
|
2840
|
-
ConsumptionConfiguration?: ConsumptionConfiguration;
|
|
2841
|
-
/**
|
|
2842
|
-
* <p>Granted license metadata.</p>
|
|
2843
|
-
*/
|
|
2844
|
-
LicenseMetadata?: Metadata[];
|
|
2845
|
-
/**
|
|
2846
|
-
* <p>Creation time of the granted license.</p>
|
|
2847
|
-
*/
|
|
2848
|
-
CreateTime?: string;
|
|
2849
|
-
/**
|
|
2850
|
-
* <p>Version of the granted license.</p>
|
|
2851
|
-
*/
|
|
2852
|
-
Version?: string;
|
|
2853
|
-
/**
|
|
2854
|
-
* <p>Granted license received metadata.</p>
|
|
2855
|
-
*/
|
|
2856
|
-
ReceivedMetadata?: ReceivedMetadata;
|
|
2857
|
-
}
|
|
2858
|
-
export declare namespace GrantedLicense {
|
|
2859
|
-
/**
|
|
2860
|
-
* @internal
|
|
2861
|
-
*/
|
|
2862
|
-
const filterSensitiveLog: (obj: GrantedLicense) => any;
|
|
2863
|
-
}
|
|
2864
|
-
export interface ListReceivedLicensesResponse {
|
|
2865
|
-
/**
|
|
2866
|
-
* <p>Received license details.</p>
|
|
2867
|
-
*/
|
|
2868
|
-
Licenses?: GrantedLicense[];
|
|
2869
|
-
/**
|
|
2870
|
-
* <p>Token for the next set of results.</p>
|
|
2871
|
-
*/
|
|
2872
|
-
NextToken?: string;
|
|
2873
|
-
}
|
|
2874
|
-
export declare namespace ListReceivedLicensesResponse {
|
|
2875
|
-
/**
|
|
2876
|
-
* @internal
|
|
2877
|
-
*/
|
|
2878
|
-
const filterSensitiveLog: (obj: ListReceivedLicensesResponse) => any;
|
|
2879
|
-
}
|
|
2880
|
-
/**
|
|
2881
|
-
* <p>A dependency required to run the API is missing.</p>
|
|
2882
|
-
*/
|
|
2883
|
-
export interface FailedDependencyException extends __SmithyException, $MetadataBearer {
|
|
2884
|
-
name: "FailedDependencyException";
|
|
2885
|
-
$fault: "client";
|
|
2886
|
-
Message?: string;
|
|
2887
|
-
ErrorCode?: string;
|
|
2888
|
-
}
|
|
2889
|
-
export declare namespace FailedDependencyException {
|
|
2890
|
-
/**
|
|
2891
|
-
* @internal
|
|
2892
|
-
*/
|
|
2893
|
-
const filterSensitiveLog: (obj: FailedDependencyException) => any;
|
|
2894
|
-
}
|
|
2895
|
-
export declare enum InventoryFilterCondition {
|
|
2896
|
-
BEGINS_WITH = "BEGINS_WITH",
|
|
2897
|
-
CONTAINS = "CONTAINS",
|
|
2898
|
-
EQUALS = "EQUALS",
|
|
2899
|
-
NOT_EQUALS = "NOT_EQUALS"
|
|
2900
|
-
}
|
|
2901
|
-
/**
|
|
2902
|
-
* <p>An inventory filter.</p>
|
|
2903
|
-
*/
|
|
2904
|
-
export interface InventoryFilter {
|
|
2905
|
-
/**
|
|
2906
|
-
* <p>Name of the filter.</p>
|
|
2907
|
-
*/
|
|
2908
|
-
Name: string | undefined;
|
|
2909
|
-
/**
|
|
2910
|
-
* <p>Condition of the filter.</p>
|
|
2911
|
-
*/
|
|
2912
|
-
Condition: InventoryFilterCondition | string | undefined;
|
|
2913
|
-
/**
|
|
2914
|
-
* <p>Value of the filter.</p>
|
|
2915
|
-
*/
|
|
2916
|
-
Value?: string;
|
|
2917
|
-
}
|
|
2918
|
-
export declare namespace InventoryFilter {
|
|
2919
|
-
/**
|
|
2920
|
-
* @internal
|
|
2921
|
-
*/
|
|
2922
|
-
const filterSensitiveLog: (obj: InventoryFilter) => any;
|
|
2923
|
-
}
|
|
2924
|
-
export interface ListResourceInventoryRequest {
|
|
2925
|
-
/**
|
|
2926
|
-
* <p>Maximum number of results to return in a single call.</p>
|
|
2927
|
-
*/
|
|
2928
|
-
MaxResults?: number;
|
|
2929
|
-
/**
|
|
2930
|
-
* <p>Token for the next set of results.</p>
|
|
2931
|
-
*/
|
|
2932
|
-
NextToken?: string;
|
|
2933
|
-
/**
|
|
2934
|
-
* <p>Filters to scope the results. The following filters and logical operators
|
|
2935
|
-
* are supported:</p>
|
|
2936
|
-
* <ul>
|
|
2937
|
-
* <li>
|
|
2938
|
-
* <p>
|
|
2939
|
-
* <code>account_id</code> - The ID of the AWS account that owns the resource.
|
|
2940
|
-
* Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p>
|
|
2941
|
-
* </li>
|
|
2942
|
-
* <li>
|
|
2943
|
-
* <p>
|
|
2944
|
-
* <code>application_name</code> - The name of the application.
|
|
2945
|
-
* Logical operators are <code>EQUALS</code> | <code>BEGINS_WITH</code>.</p>
|
|
2946
|
-
* </li>
|
|
2947
|
-
* <li>
|
|
2948
|
-
* <p>
|
|
2949
|
-
* <code>license_included</code> - The type of license included.
|
|
2950
|
-
* Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.
|
|
2951
|
-
* Possible values are <code>sql-server-enterprise</code> |
|
|
2952
|
-
* <code>sql-server-standard</code> |
|
|
2953
|
-
* <code>sql-server-web</code> |
|
|
2954
|
-
* <code>windows-server-datacenter</code>.</p>
|
|
2955
|
-
* </li>
|
|
2956
|
-
* <li>
|
|
2957
|
-
* <p>
|
|
2958
|
-
* <code>platform</code> - The platform of the resource.
|
|
2959
|
-
* Logical operators are <code>EQUALS</code> | <code>BEGINS_WITH</code>.</p>
|
|
2960
|
-
* </li>
|
|
2961
|
-
* <li>
|
|
2962
|
-
* <p>
|
|
2963
|
-
* <code>resource_id</code> - The ID of the resource.
|
|
2964
|
-
* Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p>
|
|
2965
|
-
* </li>
|
|
2966
|
-
* <li>
|
|
2967
|
-
* <p>
|
|
2968
|
-
* <code>tag:<key></code> - The key/value combination of a tag assigned
|
|
2969
|
-
* to the resource. Logical operators are <code>EQUALS</code> (single account) or
|
|
2970
|
-
* <code>EQUALS</code> | <code>NOT_EQUALS</code> (cross account).</p>
|
|
2971
|
-
* </li>
|
|
2972
|
-
* </ul>
|
|
2973
|
-
*/
|
|
2974
|
-
Filters?: InventoryFilter[];
|
|
2975
|
-
}
|
|
2976
|
-
export declare namespace ListResourceInventoryRequest {
|
|
2977
|
-
/**
|
|
2978
|
-
* @internal
|
|
2979
|
-
*/
|
|
2980
|
-
const filterSensitiveLog: (obj: ListResourceInventoryRequest) => any;
|
|
2981
|
-
}
|
|
2982
|
-
/**
|
|
2983
|
-
* <p>Details about a resource.</p>
|
|
2984
|
-
*/
|
|
2985
|
-
export interface ResourceInventory {
|
|
2986
|
-
/**
|
|
2987
|
-
* <p>ID of the resource.</p>
|
|
2988
|
-
*/
|
|
2989
|
-
ResourceId?: string;
|
|
2990
|
-
/**
|
|
2991
|
-
* <p>Type of resource.</p>
|
|
2992
|
-
*/
|
|
2993
|
-
ResourceType?: ResourceType | string;
|
|
2994
|
-
/**
|
|
2995
|
-
* <p>Amazon Resource Name (ARN) of the resource.</p>
|
|
2996
|
-
*/
|
|
2997
|
-
ResourceArn?: string;
|
|
2998
|
-
/**
|
|
2999
|
-
* <p>Platform of the resource.</p>
|
|
3000
|
-
*/
|
|
3001
|
-
Platform?: string;
|
|
3002
|
-
/**
|
|
3003
|
-
* <p>Platform version of the resource in the inventory.</p>
|
|
3004
|
-
*/
|
|
3005
|
-
PlatformVersion?: string;
|
|
3006
|
-
/**
|
|
3007
|
-
* <p>ID of the account that owns the resource.</p>
|
|
3008
|
-
*/
|
|
3009
|
-
ResourceOwningAccountId?: string;
|
|
3010
|
-
}
|
|
3011
|
-
export declare namespace ResourceInventory {
|
|
3012
|
-
/**
|
|
3013
|
-
* @internal
|
|
3014
|
-
*/
|
|
3015
|
-
const filterSensitiveLog: (obj: ResourceInventory) => any;
|
|
3016
|
-
}
|
|
3017
|
-
export interface ListResourceInventoryResponse {
|
|
3018
|
-
/**
|
|
3019
|
-
* <p>Information about the resources.</p>
|
|
3020
|
-
*/
|
|
3021
|
-
ResourceInventoryList?: ResourceInventory[];
|
|
3022
|
-
/**
|
|
3023
|
-
* <p>Token for the next set of results.</p>
|
|
3024
|
-
*/
|
|
3025
|
-
NextToken?: string;
|
|
3026
|
-
}
|
|
3027
|
-
export declare namespace ListResourceInventoryResponse {
|
|
3028
|
-
/**
|
|
3029
|
-
* @internal
|
|
3030
|
-
*/
|
|
3031
|
-
const filterSensitiveLog: (obj: ListResourceInventoryResponse) => any;
|
|
3032
|
-
}
|
|
3033
|
-
export interface ListTagsForResourceRequest {
|
|
3034
|
-
/**
|
|
3035
|
-
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
3036
|
-
*/
|
|
3037
|
-
ResourceArn: string | undefined;
|
|
3038
|
-
}
|
|
3039
|
-
export declare namespace ListTagsForResourceRequest {
|
|
3040
|
-
/**
|
|
3041
|
-
* @internal
|
|
3042
|
-
*/
|
|
3043
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3044
|
-
}
|
|
3045
|
-
export interface ListTagsForResourceResponse {
|
|
3046
|
-
/**
|
|
3047
|
-
* <p>Information about the tags.</p>
|
|
3048
|
-
*/
|
|
3049
|
-
Tags?: Tag[];
|
|
3050
|
-
}
|
|
3051
|
-
export declare namespace ListTagsForResourceResponse {
|
|
3052
|
-
/**
|
|
3053
|
-
* @internal
|
|
3054
|
-
*/
|
|
3055
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3056
|
-
}
|
|
3057
|
-
export interface ListTokensRequest {
|
|
3058
|
-
/**
|
|
3059
|
-
* <p>Token IDs.</p>
|
|
3060
|
-
*/
|
|
3061
|
-
TokenIds?: string[];
|
|
3062
|
-
/**
|
|
3063
|
-
* <p>Filters to scope the results. The following filter is supported:</p>
|
|
3064
|
-
* <ul>
|
|
3065
|
-
* <li>
|
|
3066
|
-
* <p>
|
|
3067
|
-
* <code>LicenseArns</code>
|
|
3068
|
-
* </p>
|
|
3069
|
-
* </li>
|
|
3070
|
-
* </ul>
|
|
3071
|
-
*/
|
|
3072
|
-
Filters?: Filter[];
|
|
3073
|
-
/**
|
|
3074
|
-
* <p>Token for the next set of results.</p>
|
|
3075
|
-
*/
|
|
3076
|
-
NextToken?: string;
|
|
3077
|
-
/**
|
|
3078
|
-
* <p>Maximum number of results to return in a single call.</p>
|
|
3079
|
-
*/
|
|
3080
|
-
MaxResults?: number;
|
|
3081
|
-
}
|
|
3082
|
-
export declare namespace ListTokensRequest {
|
|
3083
|
-
/**
|
|
3084
|
-
* @internal
|
|
3085
|
-
*/
|
|
3086
|
-
const filterSensitiveLog: (obj: ListTokensRequest) => any;
|
|
3087
|
-
}
|
|
3088
|
-
/**
|
|
3089
|
-
* <p>Describes a token.</p>
|
|
3090
|
-
*/
|
|
3091
|
-
export interface TokenData {
|
|
3092
|
-
/**
|
|
3093
|
-
* <p>Token ID.</p>
|
|
3094
|
-
*/
|
|
3095
|
-
TokenId?: string;
|
|
3096
|
-
/**
|
|
3097
|
-
* <p>Type of token generated. The supported value is <code>REFRESH_TOKEN</code>.</p>
|
|
3098
|
-
*/
|
|
3099
|
-
TokenType?: string;
|
|
3100
|
-
/**
|
|
3101
|
-
* <p>Amazon Resource Name (ARN) of the license.</p>
|
|
3102
|
-
*/
|
|
3103
|
-
LicenseArn?: string;
|
|
3104
|
-
/**
|
|
3105
|
-
* <p>Token expiration time, in ISO8601-UTC format.</p>
|
|
3106
|
-
*/
|
|
3107
|
-
ExpirationTime?: string;
|
|
3108
|
-
/**
|
|
3109
|
-
* <p>Data specified by the caller.</p>
|
|
3110
|
-
*/
|
|
3111
|
-
TokenProperties?: string[];
|
|
3112
|
-
/**
|
|
3113
|
-
* <p>Amazon Resource Names (ARN) of the roles included in the token.</p>
|
|
3114
|
-
*/
|
|
3115
|
-
RoleArns?: string[];
|
|
3116
|
-
/**
|
|
3117
|
-
* <p>Token status. The possible values are <code>AVAILABLE</code> and <code>DELETED</code>.</p>
|
|
3118
|
-
*/
|
|
3119
|
-
Status?: string;
|
|
3120
|
-
}
|
|
3121
|
-
export declare namespace TokenData {
|
|
3122
|
-
/**
|
|
3123
|
-
* @internal
|
|
3124
|
-
*/
|
|
3125
|
-
const filterSensitiveLog: (obj: TokenData) => any;
|
|
3126
|
-
}
|
|
3127
|
-
export interface ListTokensResponse {
|
|
3128
|
-
/**
|
|
3129
|
-
* <p>Received token details.</p>
|
|
3130
|
-
*/
|
|
3131
|
-
Tokens?: TokenData[];
|
|
3132
|
-
/**
|
|
3133
|
-
* <p>Token for the next set of results.</p>
|
|
3134
|
-
*/
|
|
3135
|
-
NextToken?: string;
|
|
3136
|
-
}
|
|
3137
|
-
export declare namespace ListTokensResponse {
|
|
3138
|
-
/**
|
|
3139
|
-
* @internal
|
|
3140
|
-
*/
|
|
3141
|
-
const filterSensitiveLog: (obj: ListTokensResponse) => any;
|
|
3142
|
-
}
|
|
3143
|
-
export interface ListUsageForLicenseConfigurationRequest {
|
|
3144
|
-
/**
|
|
3145
|
-
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
3146
|
-
*/
|
|
3147
|
-
LicenseConfigurationArn: string | undefined;
|
|
3148
|
-
/**
|
|
3149
|
-
* <p>Maximum number of results to return in a single call.</p>
|
|
3150
|
-
*/
|
|
3151
|
-
MaxResults?: number;
|
|
3152
|
-
/**
|
|
3153
|
-
* <p>Token for the next set of results.</p>
|
|
3154
|
-
*/
|
|
3155
|
-
NextToken?: string;
|
|
3156
|
-
/**
|
|
3157
|
-
* <p>Filters to scope the results. The following filters and logical operators
|
|
3158
|
-
* are supported:</p>
|
|
3159
|
-
* <ul>
|
|
3160
|
-
* <li>
|
|
3161
|
-
* <p>
|
|
3162
|
-
* <code>resourceArn</code> - The ARN of the license configuration resource.
|
|
3163
|
-
* Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p>
|
|
3164
|
-
* </li>
|
|
3165
|
-
* <li>
|
|
3166
|
-
* <p>
|
|
3167
|
-
* <code>resourceType</code> - The resource type (<code>EC2_INSTANCE</code> | <code>EC2_HOST</code> | <code>EC2_AMI</code> | <code>SYSTEMS_MANAGER_MANAGED_INSTANCE</code>).
|
|
3168
|
-
* Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p>
|
|
3169
|
-
* </li>
|
|
3170
|
-
* <li>
|
|
3171
|
-
* <p>
|
|
3172
|
-
* <code>resourceAccount</code> - The ID of the account that owns the resource.
|
|
3173
|
-
* Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p>
|
|
3174
|
-
* </li>
|
|
3175
|
-
* </ul>
|
|
3176
|
-
*/
|
|
3177
|
-
Filters?: Filter[];
|
|
3178
|
-
}
|
|
3179
|
-
export declare namespace ListUsageForLicenseConfigurationRequest {
|
|
3180
|
-
/**
|
|
3181
|
-
* @internal
|
|
3182
|
-
*/
|
|
3183
|
-
const filterSensitiveLog: (obj: ListUsageForLicenseConfigurationRequest) => any;
|
|
3184
|
-
}
|
|
3185
|
-
/**
|
|
3186
|
-
* <p>Details about the usage of a resource associated with a license configuration.</p>
|
|
3187
|
-
*/
|
|
3188
|
-
export interface LicenseConfigurationUsage {
|
|
3189
|
-
/**
|
|
3190
|
-
* <p>Amazon Resource Name (ARN) of the resource.</p>
|
|
3191
|
-
*/
|
|
3192
|
-
ResourceArn?: string;
|
|
3193
|
-
/**
|
|
3194
|
-
* <p>Type of resource.</p>
|
|
3195
|
-
*/
|
|
3196
|
-
ResourceType?: ResourceType | string;
|
|
3197
|
-
/**
|
|
3198
|
-
* <p>Status of the resource.</p>
|
|
3199
|
-
*/
|
|
3200
|
-
ResourceStatus?: string;
|
|
3201
|
-
/**
|
|
3202
|
-
* <p>ID of the account that owns the resource.</p>
|
|
3203
|
-
*/
|
|
3204
|
-
ResourceOwnerId?: string;
|
|
3205
|
-
/**
|
|
3206
|
-
* <p>Time when the license configuration was initially associated with the resource.</p>
|
|
3207
|
-
*/
|
|
3208
|
-
AssociationTime?: Date;
|
|
3209
|
-
/**
|
|
3210
|
-
* <p>Number of licenses consumed by the resource.</p>
|
|
3211
|
-
*/
|
|
3212
|
-
ConsumedLicenses?: number;
|
|
3213
|
-
}
|
|
3214
|
-
export declare namespace LicenseConfigurationUsage {
|
|
3215
|
-
/**
|
|
3216
|
-
* @internal
|
|
3217
|
-
*/
|
|
3218
|
-
const filterSensitiveLog: (obj: LicenseConfigurationUsage) => any;
|
|
3219
|
-
}
|
|
3220
|
-
export interface ListUsageForLicenseConfigurationResponse {
|
|
3221
|
-
/**
|
|
3222
|
-
* <p>Information about the license configurations.</p>
|
|
3223
|
-
*/
|
|
3224
|
-
LicenseConfigurationUsageList?: LicenseConfigurationUsage[];
|
|
3225
|
-
/**
|
|
3226
|
-
* <p>Token for the next set of results.</p>
|
|
3227
|
-
*/
|
|
3228
|
-
NextToken?: string;
|
|
3229
|
-
}
|
|
3230
|
-
export declare namespace ListUsageForLicenseConfigurationResponse {
|
|
3231
|
-
/**
|
|
3232
|
-
* @internal
|
|
3233
|
-
*/
|
|
3234
|
-
const filterSensitiveLog: (obj: ListUsageForLicenseConfigurationResponse) => any;
|
|
3235
|
-
}
|
|
3236
|
-
export interface RejectGrantRequest {
|
|
3237
|
-
/**
|
|
3238
|
-
* <p>Amazon Resource Name (ARN) of the grant.</p>
|
|
3239
|
-
*/
|
|
3240
|
-
GrantArn: string | undefined;
|
|
3241
|
-
}
|
|
3242
|
-
export declare namespace RejectGrantRequest {
|
|
3243
|
-
/**
|
|
3244
|
-
* @internal
|
|
3245
|
-
*/
|
|
3246
|
-
const filterSensitiveLog: (obj: RejectGrantRequest) => any;
|
|
3247
|
-
}
|
|
3248
|
-
export interface RejectGrantResponse {
|
|
3249
|
-
/**
|
|
3250
|
-
* <p>Grant ARN.</p>
|
|
3251
|
-
*/
|
|
3252
|
-
GrantArn?: string;
|
|
3253
|
-
/**
|
|
3254
|
-
* <p>Grant status.</p>
|
|
3255
|
-
*/
|
|
3256
|
-
Status?: GrantStatus | string;
|
|
3257
|
-
/**
|
|
3258
|
-
* <p>Grant version.</p>
|
|
3259
|
-
*/
|
|
3260
|
-
Version?: string;
|
|
3261
|
-
}
|
|
3262
|
-
export declare namespace RejectGrantResponse {
|
|
3263
|
-
/**
|
|
3264
|
-
* @internal
|
|
3265
|
-
*/
|
|
3266
|
-
const filterSensitiveLog: (obj: RejectGrantResponse) => any;
|
|
3267
|
-
}
|
|
3268
|
-
export interface TagResourceRequest {
|
|
3269
|
-
/**
|
|
3270
|
-
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
3271
|
-
*/
|
|
3272
|
-
ResourceArn: string | undefined;
|
|
3273
|
-
/**
|
|
3274
|
-
* <p>One or more tags.</p>
|
|
3275
|
-
*/
|
|
3276
|
-
Tags: Tag[] | undefined;
|
|
3277
|
-
}
|
|
3278
|
-
export declare namespace TagResourceRequest {
|
|
3279
|
-
/**
|
|
3280
|
-
* @internal
|
|
3281
|
-
*/
|
|
3282
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3283
|
-
}
|
|
3284
|
-
export interface TagResourceResponse {
|
|
3285
|
-
}
|
|
3286
|
-
export declare namespace TagResourceResponse {
|
|
3287
|
-
/**
|
|
3288
|
-
* @internal
|
|
3289
|
-
*/
|
|
3290
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3291
|
-
}
|
|
3292
|
-
export interface UntagResourceRequest {
|
|
3293
|
-
/**
|
|
3294
|
-
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
3295
|
-
*/
|
|
3296
|
-
ResourceArn: string | undefined;
|
|
3297
|
-
/**
|
|
3298
|
-
* <p>Keys identifying the tags to remove.</p>
|
|
3299
|
-
*/
|
|
3300
|
-
TagKeys: string[] | undefined;
|
|
3301
|
-
}
|
|
3302
|
-
export declare namespace UntagResourceRequest {
|
|
3303
|
-
/**
|
|
3304
|
-
* @internal
|
|
3305
|
-
*/
|
|
3306
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3307
|
-
}
|
|
3308
|
-
export interface UntagResourceResponse {
|
|
3309
|
-
}
|
|
3310
|
-
export declare namespace UntagResourceResponse {
|
|
3311
|
-
/**
|
|
3312
|
-
* @internal
|
|
3313
|
-
*/
|
|
3314
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3315
|
-
}
|
|
3316
|
-
export declare enum LicenseConfigurationStatus {
|
|
3317
|
-
AVAILABLE = "AVAILABLE",
|
|
3318
|
-
DISABLED = "DISABLED"
|
|
3319
|
-
}
|
|
3320
|
-
export interface UpdateLicenseConfigurationRequest {
|
|
3321
|
-
/**
|
|
3322
|
-
* <p>Amazon Resource Name (ARN) of the license configuration.</p>
|
|
3323
|
-
*/
|
|
3324
|
-
LicenseConfigurationArn: string | undefined;
|
|
3325
|
-
/**
|
|
3326
|
-
* <p>New status of the license configuration.</p>
|
|
3327
|
-
*/
|
|
3328
|
-
LicenseConfigurationStatus?: LicenseConfigurationStatus | string;
|
|
3329
|
-
/**
|
|
3330
|
-
* <p>New license rule. The only rule that you can add after you create a license
|
|
3331
|
-
* configuration is licenseAffinityToHost.</p>
|
|
3332
|
-
*/
|
|
3333
|
-
LicenseRules?: string[];
|
|
3334
|
-
/**
|
|
3335
|
-
* <p>New number of licenses managed by the license configuration.</p>
|
|
3336
|
-
*/
|
|
3337
|
-
LicenseCount?: number;
|
|
3338
|
-
/**
|
|
3339
|
-
* <p>New hard limit of the number of available licenses.</p>
|
|
3340
|
-
*/
|
|
3341
|
-
LicenseCountHardLimit?: boolean;
|
|
3342
|
-
/**
|
|
3343
|
-
* <p>New name of the license configuration.</p>
|
|
3344
|
-
*/
|
|
3345
|
-
Name?: string;
|
|
3346
|
-
/**
|
|
3347
|
-
* <p>New description of the license configuration.</p>
|
|
3348
|
-
*/
|
|
3349
|
-
Description?: string;
|
|
3350
|
-
/**
|
|
3351
|
-
* <p>New product information.</p>
|
|
3352
|
-
*/
|
|
3353
|
-
ProductInformationList?: ProductInformation[];
|
|
3354
|
-
/**
|
|
3355
|
-
* <p>When true, disassociates a resource when software is uninstalled.</p>
|
|
3356
|
-
*/
|
|
3357
|
-
DisassociateWhenNotFound?: boolean;
|
|
3358
|
-
}
|
|
3359
|
-
export declare namespace UpdateLicenseConfigurationRequest {
|
|
3360
|
-
/**
|
|
3361
|
-
* @internal
|
|
3362
|
-
*/
|
|
3363
|
-
const filterSensitiveLog: (obj: UpdateLicenseConfigurationRequest) => any;
|
|
3364
|
-
}
|
|
3365
|
-
export interface UpdateLicenseConfigurationResponse {
|
|
3366
|
-
}
|
|
3367
|
-
export declare namespace UpdateLicenseConfigurationResponse {
|
|
3368
|
-
/**
|
|
3369
|
-
* @internal
|
|
3370
|
-
*/
|
|
3371
|
-
const filterSensitiveLog: (obj: UpdateLicenseConfigurationResponse) => any;
|
|
3372
|
-
}
|
|
3373
|
-
export interface UpdateLicenseManagerReportGeneratorRequest {
|
|
3374
|
-
/**
|
|
3375
|
-
* <p>Amazon Resource Number (ARN) of the report generator to update.</p>
|
|
3376
|
-
*/
|
|
3377
|
-
LicenseManagerReportGeneratorArn: string | undefined;
|
|
3378
|
-
/**
|
|
3379
|
-
* <p>Name of the report generator.</p>
|
|
3380
|
-
*/
|
|
3381
|
-
ReportGeneratorName: string | undefined;
|
|
3382
|
-
/**
|
|
3383
|
-
* <p>Type of reports to generate. The following report types an be generated:</p>
|
|
3384
|
-
* <ul>
|
|
3385
|
-
* <li>
|
|
3386
|
-
* <p>License configuration report - Reports on the number and details of consumed licenses for a license configuration.</p>
|
|
3387
|
-
* </li>
|
|
3388
|
-
* <li>
|
|
3389
|
-
* <p>Resource report - Reports on the tracked licenses and resource consumption for a license configuration.</p>
|
|
3390
|
-
* </li>
|
|
3391
|
-
* </ul>
|
|
3392
|
-
*/
|
|
3393
|
-
Type: (ReportType | string)[] | undefined;
|
|
3394
|
-
/**
|
|
3395
|
-
* <p>?</p>
|
|
3396
|
-
*/
|
|
3397
|
-
ReportContext: ReportContext | undefined;
|
|
3398
|
-
/**
|
|
3399
|
-
* <p>Frequency by which reports are generated. The following options are avaiable:</p>
|
|
3400
|
-
* <p>??? What are the APi value options?</p>
|
|
3401
|
-
*/
|
|
3402
|
-
ReportFrequency: ReportFrequency | undefined;
|
|
3403
|
-
/**
|
|
3404
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
3405
|
-
*/
|
|
3406
|
-
ClientToken: string | undefined;
|
|
3407
|
-
/**
|
|
3408
|
-
* <p>Description of the report generator.</p>
|
|
3409
|
-
*/
|
|
3410
|
-
Description?: string;
|
|
3411
|
-
}
|
|
3412
|
-
export declare namespace UpdateLicenseManagerReportGeneratorRequest {
|
|
3413
|
-
/**
|
|
3414
|
-
* @internal
|
|
3415
|
-
*/
|
|
3416
|
-
const filterSensitiveLog: (obj: UpdateLicenseManagerReportGeneratorRequest) => any;
|
|
3417
|
-
}
|
|
3418
|
-
export interface UpdateLicenseManagerReportGeneratorResponse {
|
|
3419
|
-
}
|
|
3420
|
-
export declare namespace UpdateLicenseManagerReportGeneratorResponse {
|
|
3421
|
-
/**
|
|
3422
|
-
* @internal
|
|
3423
|
-
*/
|
|
3424
|
-
const filterSensitiveLog: (obj: UpdateLicenseManagerReportGeneratorResponse) => any;
|
|
3425
|
-
}
|
|
3426
|
-
/**
|
|
3427
|
-
* <p>License Manager cannot allocate a license to a resource because of its state. </p>
|
|
3428
|
-
* <p>For example, you cannot allocate a license to an instance in the process of shutting
|
|
3429
|
-
* down.</p>
|
|
3430
|
-
*/
|
|
3431
|
-
export interface InvalidResourceStateException extends __SmithyException, $MetadataBearer {
|
|
3432
|
-
name: "InvalidResourceStateException";
|
|
3433
|
-
$fault: "client";
|
|
3434
|
-
Message?: string;
|
|
3435
|
-
}
|
|
3436
|
-
export declare namespace InvalidResourceStateException {
|
|
3437
|
-
/**
|
|
3438
|
-
* @internal
|
|
3439
|
-
*/
|
|
3440
|
-
const filterSensitiveLog: (obj: InvalidResourceStateException) => any;
|
|
3441
|
-
}
|
|
3442
|
-
/**
|
|
3443
|
-
* <p>You do not have enough licenses available to support a new resource launch.</p>
|
|
3444
|
-
*/
|
|
3445
|
-
export interface LicenseUsageException extends __SmithyException, $MetadataBearer {
|
|
3446
|
-
name: "LicenseUsageException";
|
|
3447
|
-
$fault: "client";
|
|
3448
|
-
Message?: string;
|
|
3449
|
-
}
|
|
3450
|
-
export declare namespace LicenseUsageException {
|
|
3451
|
-
/**
|
|
3452
|
-
* @internal
|
|
3453
|
-
*/
|
|
3454
|
-
const filterSensitiveLog: (obj: LicenseUsageException) => any;
|
|
3455
|
-
}
|
|
3456
|
-
export interface UpdateLicenseSpecificationsForResourceRequest {
|
|
3457
|
-
/**
|
|
3458
|
-
* <p>Amazon Resource Name (ARN) of the AWS resource.</p>
|
|
3459
|
-
*/
|
|
3460
|
-
ResourceArn: string | undefined;
|
|
3461
|
-
/**
|
|
3462
|
-
* <p>ARNs of the license configurations to add.</p>
|
|
3463
|
-
*/
|
|
3464
|
-
AddLicenseSpecifications?: LicenseSpecification[];
|
|
3465
|
-
/**
|
|
3466
|
-
* <p>ARNs of the license configurations to remove.</p>
|
|
3467
|
-
*/
|
|
3468
|
-
RemoveLicenseSpecifications?: LicenseSpecification[];
|
|
3469
|
-
}
|
|
3470
|
-
export declare namespace UpdateLicenseSpecificationsForResourceRequest {
|
|
3471
|
-
/**
|
|
3472
|
-
* @internal
|
|
3473
|
-
*/
|
|
3474
|
-
const filterSensitiveLog: (obj: UpdateLicenseSpecificationsForResourceRequest) => any;
|
|
3475
|
-
}
|
|
3476
|
-
export interface UpdateLicenseSpecificationsForResourceResponse {
|
|
3477
|
-
}
|
|
3478
|
-
export declare namespace UpdateLicenseSpecificationsForResourceResponse {
|
|
3479
|
-
/**
|
|
3480
|
-
* @internal
|
|
3481
|
-
*/
|
|
3482
|
-
const filterSensitiveLog: (obj: UpdateLicenseSpecificationsForResourceResponse) => any;
|
|
3483
|
-
}
|
|
3484
|
-
export interface UpdateServiceSettingsRequest {
|
|
3485
|
-
/**
|
|
3486
|
-
* <p>Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.</p>
|
|
3487
|
-
*/
|
|
3488
|
-
S3BucketArn?: string;
|
|
3489
|
-
/**
|
|
3490
|
-
* <p>Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.</p>
|
|
3491
|
-
*/
|
|
3492
|
-
SnsTopicArn?: string;
|
|
3493
|
-
/**
|
|
3494
|
-
* <p>Enables integration with AWS Organizations for cross-account discovery.</p>
|
|
3495
|
-
*/
|
|
3496
|
-
OrganizationConfiguration?: OrganizationConfiguration;
|
|
3497
|
-
/**
|
|
3498
|
-
* <p>Activates cross-account discovery.</p>
|
|
3499
|
-
*/
|
|
3500
|
-
EnableCrossAccountsDiscovery?: boolean;
|
|
3501
|
-
}
|
|
3502
|
-
export declare namespace UpdateServiceSettingsRequest {
|
|
3503
|
-
/**
|
|
3504
|
-
* @internal
|
|
3505
|
-
*/
|
|
3506
|
-
const filterSensitiveLog: (obj: UpdateServiceSettingsRequest) => any;
|
|
3507
|
-
}
|
|
3508
|
-
export interface UpdateServiceSettingsResponse {
|
|
3509
|
-
}
|
|
3510
|
-
export declare namespace UpdateServiceSettingsResponse {
|
|
3511
|
-
/**
|
|
3512
|
-
* @internal
|
|
3513
|
-
*/
|
|
3514
|
-
const filterSensitiveLog: (obj: UpdateServiceSettingsResponse) => any;
|
|
3515
|
-
}
|