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