@aws-sdk/client-license-manager 3.33.0 → 3.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -0
- package/README.md +2 -4
- package/{dist/cjs → dist-cjs}/LicenseManager.js +47 -8
- package/{dist/cjs → dist-cjs}/LicenseManagerClient.js +8 -19
- package/{dist/cjs → dist-cjs}/commands/AcceptGrantCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CheckInLicenseCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CheckoutBorrowLicenseCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CheckoutLicenseCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateGrantCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateGrantVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateLicenseCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateLicenseConfigurationCommand.js +2 -32
- package/dist-cjs/commands/CreateLicenseConversionTaskForResourceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateLicenseVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateTokenCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DeleteGrantCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteLicenseCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteLicenseConfigurationCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteTokenCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ExtendLicenseConsumptionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetAccessTokenCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetGrantCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetLicenseCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetLicenseConfigurationCommand.js +2 -27
- package/dist-cjs/commands/GetLicenseConversionTaskCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/GetLicenseManagerReportGeneratorCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetLicenseUsageCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetServiceSettingsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListDistributedGrantsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListLicenseConfigurationsCommand.js +2 -27
- package/dist-cjs/commands/ListLicenseConversionTasksCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListLicenseSpecificationsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListLicenseVersionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListLicensesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListReceivedGrantsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListReceivedLicensesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListResourceInventoryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTokensCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListUsageForLicenseConfigurationCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/RejectGrantCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateLicenseConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/UpdateServiceSettingsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +3 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +57 -430
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +385 -8
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/LicenseManager.js +48 -9
- package/{dist/es → dist-es}/LicenseManagerClient.js +2 -13
- package/{dist/es → dist-es}/commands/AcceptGrantCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CheckInLicenseCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CheckoutBorrowLicenseCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CheckoutLicenseCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateGrantCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateGrantVersionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateLicenseCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateLicenseConfigurationCommand.js +4 -35
- package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateLicenseManagerReportGeneratorCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateLicenseVersionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateTokenCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DeleteGrantCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteLicenseCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteLicenseConfigurationCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteLicenseManagerReportGeneratorCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteTokenCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ExtendLicenseConsumptionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetAccessTokenCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetGrantCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetLicenseCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetLicenseConfigurationCommand.js +4 -30
- package/dist-es/commands/GetLicenseConversionTaskCommand.js +39 -0
- package/{dist/es → dist-es}/commands/GetLicenseManagerReportGeneratorCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetLicenseUsageCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetServiceSettingsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListAssociationsForLicenseConfigurationCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ListDistributedGrantsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListLicenseConfigurationsCommand.js +4 -30
- package/dist-es/commands/ListLicenseConversionTasksCommand.js +39 -0
- package/{dist/es → dist-es}/commands/ListLicenseManagerReportGeneratorsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListLicenseSpecificationsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListLicenseVersionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListLicensesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListReceivedGrantsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListReceivedLicensesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListResourceInventoryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTokensCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListUsageForLicenseConfigurationCommand.js +4 -32
- package/{dist/es → dist-es}/commands/RejectGrantCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateLicenseConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateLicenseManagerReportGeneratorCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateLicenseSpecificationsForResourceCommand.js +4 -33
- package/{dist/es → dist-es}/commands/UpdateServiceSettingsCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/es → dist-es}/index.js +3 -1
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +38 -427
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +1927 -1532
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/LicenseManager.d.ts +35 -14
- package/{dist/types/ts3.4 → dist-types}/LicenseManagerClient.d.ts +181 -179
- package/{dist/types → dist-types}/commands/AcceptGrantCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CheckInLicenseCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CheckoutBorrowLicenseCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CheckoutLicenseCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateGrantCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateGrantVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLicenseCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLicenseConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateLicenseVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTokenCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteGrantCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLicenseCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLicenseConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +5 -4
- package/{dist/types → dist-types}/commands/DeleteTokenCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ExtendLicenseConsumptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAccessTokenCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetGrantCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetLicenseCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetLicenseConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/GetLicenseManagerReportGeneratorCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetLicenseUsageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetServiceSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDistributedGrantsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLicenseConfigurationsCommand.d.ts +2 -2
- package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLicenseSpecificationsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLicenseVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLicensesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListReceivedGrantsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListReceivedLicensesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListResourceInventoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTokensCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListUsageForLicenseConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RejectGrantCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateLicenseConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +4 -4
- package/{dist/types → dist-types}/commands/UpdateServiceSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +3 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +249 -39
- package/{dist/types/ts3.4 → dist-types}/protocols/Aws_json1_1.d.ts +146 -137
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/LicenseManager.d.ts +64 -163
- package/{dist/types → dist-types/ts3.4}/LicenseManagerClient.d.ts +115 -179
- package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/CheckoutLicenseCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateGrantVersionCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/CreateLicenseCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/CreateLicenseVersionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetServiceSettingsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListDistributedGrantsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListLicenseVersionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListReceivedGrantsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListReceivedLicensesCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListResourceInventoryCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +3 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2067 -0
- package/{dist/types → dist-types/ts3.4}/protocols/Aws_json1_1.d.ts +146 -137
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +52 -49
- package/LicenseManager.ts +0 -1597
- package/LicenseManagerClient.ts +0 -444
- package/commands/AcceptGrantCommand.ts +0 -94
- package/commands/CheckInLicenseCommand.ts +0 -94
- package/commands/CheckoutBorrowLicenseCommand.ts +0 -94
- package/commands/CheckoutLicenseCommand.ts +0 -94
- package/commands/CreateGrantCommand.ts +0 -94
- package/commands/CreateGrantVersionCommand.ts +0 -94
- package/commands/CreateLicenseCommand.ts +0 -94
- package/commands/CreateLicenseConfigurationCommand.ts +0 -102
- package/commands/CreateLicenseManagerReportGeneratorCommand.ts +0 -105
- package/commands/CreateLicenseVersionCommand.ts +0 -94
- package/commands/CreateTokenCommand.ts +0 -97
- package/commands/DeleteGrantCommand.ts +0 -94
- package/commands/DeleteLicenseCommand.ts +0 -94
- package/commands/DeleteLicenseConfigurationCommand.ts +0 -98
- package/commands/DeleteLicenseManagerReportGeneratorCommand.ts +0 -106
- package/commands/DeleteTokenCommand.ts +0 -94
- package/commands/ExtendLicenseConsumptionCommand.ts +0 -94
- package/commands/GetAccessTokenCommand.ts +0 -95
- package/commands/GetGrantCommand.ts +0 -91
- package/commands/GetLicenseCommand.ts +0 -94
- package/commands/GetLicenseConfigurationCommand.ts +0 -94
- package/commands/GetLicenseManagerReportGeneratorCommand.ts +0 -102
- package/commands/GetLicenseUsageCommand.ts +0 -94
- package/commands/GetServiceSettingsCommand.ts +0 -94
- package/commands/ListAssociationsForLicenseConfigurationCommand.ts +0 -112
- package/commands/ListDistributedGrantsCommand.ts +0 -94
- package/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts +0 -109
- package/commands/ListLicenseConfigurationsCommand.ts +0 -97
- package/commands/ListLicenseManagerReportGeneratorsCommand.ts +0 -105
- package/commands/ListLicenseSpecificationsForResourceCommand.ts +0 -105
- package/commands/ListLicenseVersionsCommand.ts +0 -94
- package/commands/ListLicensesCommand.ts +0 -94
- package/commands/ListReceivedGrantsCommand.ts +0 -94
- package/commands/ListReceivedLicensesCommand.ts +0 -94
- package/commands/ListResourceInventoryCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListTokensCommand.ts +0 -94
- package/commands/ListUsageForLicenseConfigurationCommand.ts +0 -104
- package/commands/RejectGrantCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateLicenseConfigurationCommand.ts +0 -97
- package/commands/UpdateLicenseManagerReportGeneratorCommand.ts +0 -106
- package/commands/UpdateLicenseSpecificationsForResourceCommand.ts +0 -109
- package/commands/UpdateServiceSettingsCommand.ts +0 -94
- package/dist/cjs/LicenseManager.js.map +0 -1
- package/dist/cjs/LicenseManagerClient.js.map +0 -1
- package/dist/cjs/commands/AcceptGrantCommand.js.map +0 -1
- package/dist/cjs/commands/CheckInLicenseCommand.js.map +0 -1
- package/dist/cjs/commands/CheckoutBorrowLicenseCommand.js.map +0 -1
- package/dist/cjs/commands/CheckoutLicenseCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGrantCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGrantVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLicenseCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLicenseConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLicenseVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTokenCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGrantCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLicenseCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLicenseConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTokenCommand.js.map +0 -1
- package/dist/cjs/commands/ExtendLicenseConsumptionCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccessTokenCommand.js.map +0 -1
- package/dist/cjs/commands/GetGrantCommand.js.map +0 -1
- package/dist/cjs/commands/GetLicenseCommand.js.map +0 -1
- package/dist/cjs/commands/GetLicenseConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/cjs/commands/GetLicenseUsageCommand.js.map +0 -1
- package/dist/cjs/commands/GetServiceSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssociationsForLicenseConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributedGrantsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFailuresForLicenseConfigurationOperationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLicenseConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLicenseManagerReportGeneratorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLicenseSpecificationsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListLicenseVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLicensesCommand.js.map +0 -1
- package/dist/cjs/commands/ListReceivedGrantsCommand.js.map +0 -1
- package/dist/cjs/commands/ListReceivedLicensesCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourceInventoryCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTokensCommand.js.map +0 -1
- package/dist/cjs/commands/ListUsageForLicenseConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/RejectGrantCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLicenseConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLicenseSpecificationsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateServiceSettingsCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/LicenseManager.js.map +0 -1
- package/dist/es/LicenseManagerClient.js.map +0 -1
- package/dist/es/commands/AcceptGrantCommand.js.map +0 -1
- package/dist/es/commands/CheckInLicenseCommand.js.map +0 -1
- package/dist/es/commands/CheckoutBorrowLicenseCommand.js.map +0 -1
- package/dist/es/commands/CheckoutLicenseCommand.js.map +0 -1
- package/dist/es/commands/CreateGrantCommand.js.map +0 -1
- package/dist/es/commands/CreateGrantVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateLicenseCommand.js.map +0 -1
- package/dist/es/commands/CreateLicenseConfigurationCommand.js.map +0 -1
- package/dist/es/commands/CreateLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/es/commands/CreateLicenseVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateTokenCommand.js.map +0 -1
- package/dist/es/commands/DeleteGrantCommand.js.map +0 -1
- package/dist/es/commands/DeleteLicenseCommand.js.map +0 -1
- package/dist/es/commands/DeleteLicenseConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/es/commands/DeleteTokenCommand.js.map +0 -1
- package/dist/es/commands/ExtendLicenseConsumptionCommand.js.map +0 -1
- package/dist/es/commands/GetAccessTokenCommand.js.map +0 -1
- package/dist/es/commands/GetGrantCommand.js.map +0 -1
- package/dist/es/commands/GetLicenseCommand.js.map +0 -1
- package/dist/es/commands/GetLicenseConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/es/commands/GetLicenseUsageCommand.js.map +0 -1
- package/dist/es/commands/GetServiceSettingsCommand.js.map +0 -1
- package/dist/es/commands/ListAssociationsForLicenseConfigurationCommand.js.map +0 -1
- package/dist/es/commands/ListDistributedGrantsCommand.js.map +0 -1
- package/dist/es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js.map +0 -1
- package/dist/es/commands/ListLicenseConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/ListLicenseManagerReportGeneratorsCommand.js.map +0 -1
- package/dist/es/commands/ListLicenseSpecificationsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListLicenseVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListLicensesCommand.js.map +0 -1
- package/dist/es/commands/ListReceivedGrantsCommand.js.map +0 -1
- package/dist/es/commands/ListReceivedLicensesCommand.js.map +0 -1
- package/dist/es/commands/ListResourceInventoryCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTokensCommand.js.map +0 -1
- package/dist/es/commands/ListUsageForLicenseConfigurationCommand.js.map +0 -1
- package/dist/es/commands/RejectGrantCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateLicenseConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateLicenseManagerReportGeneratorCommand.js.map +0 -1
- package/dist/es/commands/UpdateLicenseSpecificationsForResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateServiceSettingsCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/AcceptGrantCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CheckInLicenseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateGrantCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateTokenCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteGrantCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteLicenseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTokenCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccessTokenCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetGrantCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetLicenseCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetLicenseUsageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListLicensesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTokensCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/RejectGrantCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/models/models_0.d.ts +0 -3515
- package/endpoints.ts +0 -86
- package/index.ts +0 -48
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -4395
- package/protocols/Aws_json1_1.ts +0 -7994
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var AcceptGrantRequest;
|
|
3
3
|
(function (AcceptGrantRequest) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
AcceptGrantRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(AcceptGrantRequest || (AcceptGrantRequest = {}));
|
|
9
6
|
export var GrantStatus;
|
|
@@ -20,58 +17,34 @@ export var GrantStatus;
|
|
|
20
17
|
})(GrantStatus || (GrantStatus = {}));
|
|
21
18
|
export var AcceptGrantResponse;
|
|
22
19
|
(function (AcceptGrantResponse) {
|
|
23
|
-
/**
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
20
|
AcceptGrantResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
21
|
})(AcceptGrantResponse || (AcceptGrantResponse = {}));
|
|
28
22
|
export var AccessDeniedException;
|
|
29
23
|
(function (AccessDeniedException) {
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
24
|
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
25
|
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
35
26
|
export var AuthorizationException;
|
|
36
27
|
(function (AuthorizationException) {
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
28
|
AuthorizationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
29
|
})(AuthorizationException || (AuthorizationException = {}));
|
|
42
30
|
export var InvalidParameterValueException;
|
|
43
31
|
(function (InvalidParameterValueException) {
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
32
|
InvalidParameterValueException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
48
33
|
})(InvalidParameterValueException || (InvalidParameterValueException = {}));
|
|
49
34
|
export var RateLimitExceededException;
|
|
50
35
|
(function (RateLimitExceededException) {
|
|
51
|
-
/**
|
|
52
|
-
* @internal
|
|
53
|
-
*/
|
|
54
36
|
RateLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
55
37
|
})(RateLimitExceededException || (RateLimitExceededException = {}));
|
|
56
38
|
export var ResourceLimitExceededException;
|
|
57
39
|
(function (ResourceLimitExceededException) {
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
40
|
ResourceLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
41
|
})(ResourceLimitExceededException || (ResourceLimitExceededException = {}));
|
|
63
42
|
export var ServerInternalException;
|
|
64
43
|
(function (ServerInternalException) {
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
44
|
ServerInternalException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
45
|
})(ServerInternalException || (ServerInternalException = {}));
|
|
70
46
|
export var ValidationException;
|
|
71
47
|
(function (ValidationException) {
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
48
|
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
49
|
})(ValidationException || (ValidationException = {}));
|
|
77
50
|
export var AllowedOperation;
|
|
@@ -86,44 +59,26 @@ export var AllowedOperation;
|
|
|
86
59
|
})(AllowedOperation || (AllowedOperation = {}));
|
|
87
60
|
export var AutomatedDiscoveryInformation;
|
|
88
61
|
(function (AutomatedDiscoveryInformation) {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
62
|
AutomatedDiscoveryInformation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
63
|
})(AutomatedDiscoveryInformation || (AutomatedDiscoveryInformation = {}));
|
|
94
64
|
export var CheckInLicenseRequest;
|
|
95
65
|
(function (CheckInLicenseRequest) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
66
|
CheckInLicenseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
67
|
})(CheckInLicenseRequest || (CheckInLicenseRequest = {}));
|
|
101
68
|
export var CheckInLicenseResponse;
|
|
102
69
|
(function (CheckInLicenseResponse) {
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
70
|
CheckInLicenseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
71
|
})(CheckInLicenseResponse || (CheckInLicenseResponse = {}));
|
|
108
72
|
export var ConflictException;
|
|
109
73
|
(function (ConflictException) {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
74
|
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
75
|
})(ConflictException || (ConflictException = {}));
|
|
115
76
|
export var ResourceNotFoundException;
|
|
116
77
|
(function (ResourceNotFoundException) {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
78
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
79
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
122
80
|
export var Metadata;
|
|
123
81
|
(function (Metadata) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
82
|
Metadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
83
|
})(Metadata || (Metadata = {}));
|
|
129
84
|
export var DigitalSignatureMethod;
|
|
@@ -162,51 +117,30 @@ export var EntitlementDataUnit;
|
|
|
162
117
|
})(EntitlementDataUnit || (EntitlementDataUnit = {}));
|
|
163
118
|
export var EntitlementData;
|
|
164
119
|
(function (EntitlementData) {
|
|
165
|
-
/**
|
|
166
|
-
* @internal
|
|
167
|
-
*/
|
|
168
120
|
EntitlementData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
121
|
})(EntitlementData || (EntitlementData = {}));
|
|
170
122
|
export var CheckoutBorrowLicenseRequest;
|
|
171
123
|
(function (CheckoutBorrowLicenseRequest) {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
124
|
CheckoutBorrowLicenseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
125
|
})(CheckoutBorrowLicenseRequest || (CheckoutBorrowLicenseRequest = {}));
|
|
177
126
|
export var CheckoutBorrowLicenseResponse;
|
|
178
127
|
(function (CheckoutBorrowLicenseResponse) {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
128
|
CheckoutBorrowLicenseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
129
|
})(CheckoutBorrowLicenseResponse || (CheckoutBorrowLicenseResponse = {}));
|
|
184
130
|
export var EntitlementNotAllowedException;
|
|
185
131
|
(function (EntitlementNotAllowedException) {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
132
|
EntitlementNotAllowedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
133
|
})(EntitlementNotAllowedException || (EntitlementNotAllowedException = {}));
|
|
191
134
|
export var NoEntitlementsAllowedException;
|
|
192
135
|
(function (NoEntitlementsAllowedException) {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
136
|
NoEntitlementsAllowedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
137
|
})(NoEntitlementsAllowedException || (NoEntitlementsAllowedException = {}));
|
|
198
138
|
export var RedirectException;
|
|
199
139
|
(function (RedirectException) {
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
140
|
RedirectException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
141
|
})(RedirectException || (RedirectException = {}));
|
|
205
142
|
export var UnsupportedDigitalSignatureMethodException;
|
|
206
143
|
(function (UnsupportedDigitalSignatureMethodException) {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
144
|
UnsupportedDigitalSignatureMethodException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
145
|
})(UnsupportedDigitalSignatureMethodException || (UnsupportedDigitalSignatureMethodException = {}));
|
|
212
146
|
export var CheckoutType;
|
|
@@ -216,58 +150,34 @@ export var CheckoutType;
|
|
|
216
150
|
})(CheckoutType || (CheckoutType = {}));
|
|
217
151
|
export var CheckoutLicenseRequest;
|
|
218
152
|
(function (CheckoutLicenseRequest) {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
153
|
CheckoutLicenseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
154
|
})(CheckoutLicenseRequest || (CheckoutLicenseRequest = {}));
|
|
224
155
|
export var CheckoutLicenseResponse;
|
|
225
156
|
(function (CheckoutLicenseResponse) {
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
157
|
CheckoutLicenseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
158
|
})(CheckoutLicenseResponse || (CheckoutLicenseResponse = {}));
|
|
231
159
|
export var CreateGrantRequest;
|
|
232
160
|
(function (CreateGrantRequest) {
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
161
|
CreateGrantRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
162
|
})(CreateGrantRequest || (CreateGrantRequest = {}));
|
|
238
163
|
export var CreateGrantResponse;
|
|
239
164
|
(function (CreateGrantResponse) {
|
|
240
|
-
/**
|
|
241
|
-
* @internal
|
|
242
|
-
*/
|
|
243
165
|
CreateGrantResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
166
|
})(CreateGrantResponse || (CreateGrantResponse = {}));
|
|
245
167
|
export var CreateGrantVersionRequest;
|
|
246
168
|
(function (CreateGrantVersionRequest) {
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
169
|
CreateGrantVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
170
|
})(CreateGrantVersionRequest || (CreateGrantVersionRequest = {}));
|
|
252
171
|
export var CreateGrantVersionResponse;
|
|
253
172
|
(function (CreateGrantVersionResponse) {
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
173
|
CreateGrantVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
174
|
})(CreateGrantVersionResponse || (CreateGrantVersionResponse = {}));
|
|
259
175
|
export var BorrowConfiguration;
|
|
260
176
|
(function (BorrowConfiguration) {
|
|
261
|
-
/**
|
|
262
|
-
* @internal
|
|
263
|
-
*/
|
|
264
177
|
BorrowConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
178
|
})(BorrowConfiguration || (BorrowConfiguration = {}));
|
|
266
179
|
export var ProvisionalConfiguration;
|
|
267
180
|
(function (ProvisionalConfiguration) {
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
181
|
ProvisionalConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
182
|
})(ProvisionalConfiguration || (ProvisionalConfiguration = {}));
|
|
273
183
|
export var RenewType;
|
|
@@ -278,9 +188,6 @@ export var RenewType;
|
|
|
278
188
|
})(RenewType || (RenewType = {}));
|
|
279
189
|
export var ConsumptionConfiguration;
|
|
280
190
|
(function (ConsumptionConfiguration) {
|
|
281
|
-
/**
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
191
|
ConsumptionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
192
|
})(ConsumptionConfiguration || (ConsumptionConfiguration = {}));
|
|
286
193
|
export var EntitlementUnit;
|
|
@@ -315,30 +222,18 @@ export var EntitlementUnit;
|
|
|
315
222
|
})(EntitlementUnit || (EntitlementUnit = {}));
|
|
316
223
|
export var Entitlement;
|
|
317
224
|
(function (Entitlement) {
|
|
318
|
-
/**
|
|
319
|
-
* @internal
|
|
320
|
-
*/
|
|
321
225
|
Entitlement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
226
|
})(Entitlement || (Entitlement = {}));
|
|
323
227
|
export var Issuer;
|
|
324
228
|
(function (Issuer) {
|
|
325
|
-
/**
|
|
326
|
-
* @internal
|
|
327
|
-
*/
|
|
328
229
|
Issuer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
230
|
})(Issuer || (Issuer = {}));
|
|
330
231
|
export var DatetimeRange;
|
|
331
232
|
(function (DatetimeRange) {
|
|
332
|
-
/**
|
|
333
|
-
* @internal
|
|
334
|
-
*/
|
|
335
233
|
DatetimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
234
|
})(DatetimeRange || (DatetimeRange = {}));
|
|
337
235
|
export var CreateLicenseRequest;
|
|
338
236
|
(function (CreateLicenseRequest) {
|
|
339
|
-
/**
|
|
340
|
-
* @internal
|
|
341
|
-
*/
|
|
342
237
|
CreateLicenseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
238
|
})(CreateLicenseRequest || (CreateLicenseRequest = {}));
|
|
344
239
|
export var LicenseStatus;
|
|
@@ -353,9 +248,6 @@ export var LicenseStatus;
|
|
|
353
248
|
})(LicenseStatus || (LicenseStatus = {}));
|
|
354
249
|
export var CreateLicenseResponse;
|
|
355
250
|
(function (CreateLicenseResponse) {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
251
|
CreateLicenseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
252
|
})(CreateLicenseResponse || (CreateLicenseResponse = {}));
|
|
361
253
|
export var LicenseCountingType;
|
|
@@ -367,44 +259,38 @@ export var LicenseCountingType;
|
|
|
367
259
|
})(LicenseCountingType || (LicenseCountingType = {}));
|
|
368
260
|
export var ProductInformationFilter;
|
|
369
261
|
(function (ProductInformationFilter) {
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
262
|
ProductInformationFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
263
|
})(ProductInformationFilter || (ProductInformationFilter = {}));
|
|
375
264
|
export var ProductInformation;
|
|
376
265
|
(function (ProductInformation) {
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
266
|
ProductInformation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
267
|
})(ProductInformation || (ProductInformation = {}));
|
|
382
268
|
export var Tag;
|
|
383
269
|
(function (Tag) {
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
270
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
271
|
})(Tag || (Tag = {}));
|
|
389
272
|
export var CreateLicenseConfigurationRequest;
|
|
390
273
|
(function (CreateLicenseConfigurationRequest) {
|
|
391
|
-
/**
|
|
392
|
-
* @internal
|
|
393
|
-
*/
|
|
394
274
|
CreateLicenseConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
275
|
})(CreateLicenseConfigurationRequest || (CreateLicenseConfigurationRequest = {}));
|
|
396
276
|
export var CreateLicenseConfigurationResponse;
|
|
397
277
|
(function (CreateLicenseConfigurationResponse) {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
278
|
CreateLicenseConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
279
|
})(CreateLicenseConfigurationResponse || (CreateLicenseConfigurationResponse = {}));
|
|
280
|
+
export var LicenseConversionContext;
|
|
281
|
+
(function (LicenseConversionContext) {
|
|
282
|
+
LicenseConversionContext.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
})(LicenseConversionContext || (LicenseConversionContext = {}));
|
|
284
|
+
export var CreateLicenseConversionTaskForResourceRequest;
|
|
285
|
+
(function (CreateLicenseConversionTaskForResourceRequest) {
|
|
286
|
+
CreateLicenseConversionTaskForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
})(CreateLicenseConversionTaskForResourceRequest || (CreateLicenseConversionTaskForResourceRequest = {}));
|
|
288
|
+
export var CreateLicenseConversionTaskForResourceResponse;
|
|
289
|
+
(function (CreateLicenseConversionTaskForResourceResponse) {
|
|
290
|
+
CreateLicenseConversionTaskForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
})(CreateLicenseConversionTaskForResourceResponse || (CreateLicenseConversionTaskForResourceResponse = {}));
|
|
403
292
|
export var ReportContext;
|
|
404
293
|
(function (ReportContext) {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
294
|
ReportContext.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
295
|
})(ReportContext || (ReportContext = {}));
|
|
410
296
|
export var ReportFrequencyType;
|
|
@@ -415,9 +301,6 @@ export var ReportFrequencyType;
|
|
|
415
301
|
})(ReportFrequencyType || (ReportFrequencyType = {}));
|
|
416
302
|
export var ReportFrequency;
|
|
417
303
|
(function (ReportFrequency) {
|
|
418
|
-
/**
|
|
419
|
-
* @internal
|
|
420
|
-
*/
|
|
421
304
|
ReportFrequency.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
305
|
})(ReportFrequency || (ReportFrequency = {}));
|
|
423
306
|
export var ReportType;
|
|
@@ -427,37 +310,22 @@ export var ReportType;
|
|
|
427
310
|
})(ReportType || (ReportType = {}));
|
|
428
311
|
export var CreateLicenseManagerReportGeneratorRequest;
|
|
429
312
|
(function (CreateLicenseManagerReportGeneratorRequest) {
|
|
430
|
-
/**
|
|
431
|
-
* @internal
|
|
432
|
-
*/
|
|
433
313
|
CreateLicenseManagerReportGeneratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
314
|
})(CreateLicenseManagerReportGeneratorRequest || (CreateLicenseManagerReportGeneratorRequest = {}));
|
|
435
315
|
export var CreateLicenseManagerReportGeneratorResponse;
|
|
436
316
|
(function (CreateLicenseManagerReportGeneratorResponse) {
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
317
|
CreateLicenseManagerReportGeneratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
318
|
})(CreateLicenseManagerReportGeneratorResponse || (CreateLicenseManagerReportGeneratorResponse = {}));
|
|
442
319
|
export var CreateLicenseVersionRequest;
|
|
443
320
|
(function (CreateLicenseVersionRequest) {
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
321
|
CreateLicenseVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
322
|
})(CreateLicenseVersionRequest || (CreateLicenseVersionRequest = {}));
|
|
449
323
|
export var CreateLicenseVersionResponse;
|
|
450
324
|
(function (CreateLicenseVersionResponse) {
|
|
451
|
-
/**
|
|
452
|
-
* @internal
|
|
453
|
-
*/
|
|
454
325
|
CreateLicenseVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
326
|
})(CreateLicenseVersionResponse || (CreateLicenseVersionResponse = {}));
|
|
456
327
|
export var CreateTokenRequest;
|
|
457
328
|
(function (CreateTokenRequest) {
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
329
|
CreateTokenRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
330
|
})(CreateTokenRequest || (CreateTokenRequest = {}));
|
|
463
331
|
export var TokenType;
|
|
@@ -466,30 +334,18 @@ export var TokenType;
|
|
|
466
334
|
})(TokenType || (TokenType = {}));
|
|
467
335
|
export var CreateTokenResponse;
|
|
468
336
|
(function (CreateTokenResponse) {
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
337
|
CreateTokenResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
338
|
})(CreateTokenResponse || (CreateTokenResponse = {}));
|
|
474
339
|
export var DeleteGrantRequest;
|
|
475
340
|
(function (DeleteGrantRequest) {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
341
|
DeleteGrantRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
342
|
})(DeleteGrantRequest || (DeleteGrantRequest = {}));
|
|
481
343
|
export var DeleteGrantResponse;
|
|
482
344
|
(function (DeleteGrantResponse) {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
345
|
DeleteGrantResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
346
|
})(DeleteGrantResponse || (DeleteGrantResponse = {}));
|
|
488
347
|
export var DeleteLicenseRequest;
|
|
489
348
|
(function (DeleteLicenseRequest) {
|
|
490
|
-
/**
|
|
491
|
-
* @internal
|
|
492
|
-
*/
|
|
493
349
|
DeleteLicenseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
350
|
})(DeleteLicenseRequest || (DeleteLicenseRequest = {}));
|
|
495
351
|
export var LicenseDeletionStatus;
|
|
@@ -499,135 +355,78 @@ export var LicenseDeletionStatus;
|
|
|
499
355
|
})(LicenseDeletionStatus || (LicenseDeletionStatus = {}));
|
|
500
356
|
export var DeleteLicenseResponse;
|
|
501
357
|
(function (DeleteLicenseResponse) {
|
|
502
|
-
/**
|
|
503
|
-
* @internal
|
|
504
|
-
*/
|
|
505
358
|
DeleteLicenseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
359
|
})(DeleteLicenseResponse || (DeleteLicenseResponse = {}));
|
|
507
360
|
export var DeleteLicenseConfigurationRequest;
|
|
508
361
|
(function (DeleteLicenseConfigurationRequest) {
|
|
509
|
-
/**
|
|
510
|
-
* @internal
|
|
511
|
-
*/
|
|
512
362
|
DeleteLicenseConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
363
|
})(DeleteLicenseConfigurationRequest || (DeleteLicenseConfigurationRequest = {}));
|
|
514
364
|
export var DeleteLicenseConfigurationResponse;
|
|
515
365
|
(function (DeleteLicenseConfigurationResponse) {
|
|
516
|
-
/**
|
|
517
|
-
* @internal
|
|
518
|
-
*/
|
|
519
366
|
DeleteLicenseConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
367
|
})(DeleteLicenseConfigurationResponse || (DeleteLicenseConfigurationResponse = {}));
|
|
521
368
|
export var DeleteLicenseManagerReportGeneratorRequest;
|
|
522
369
|
(function (DeleteLicenseManagerReportGeneratorRequest) {
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
370
|
DeleteLicenseManagerReportGeneratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
371
|
})(DeleteLicenseManagerReportGeneratorRequest || (DeleteLicenseManagerReportGeneratorRequest = {}));
|
|
528
372
|
export var DeleteLicenseManagerReportGeneratorResponse;
|
|
529
373
|
(function (DeleteLicenseManagerReportGeneratorResponse) {
|
|
530
|
-
/**
|
|
531
|
-
* @internal
|
|
532
|
-
*/
|
|
533
374
|
DeleteLicenseManagerReportGeneratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
375
|
})(DeleteLicenseManagerReportGeneratorResponse || (DeleteLicenseManagerReportGeneratorResponse = {}));
|
|
535
376
|
export var DeleteTokenRequest;
|
|
536
377
|
(function (DeleteTokenRequest) {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
378
|
DeleteTokenRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
379
|
})(DeleteTokenRequest || (DeleteTokenRequest = {}));
|
|
542
380
|
export var DeleteTokenResponse;
|
|
543
381
|
(function (DeleteTokenResponse) {
|
|
544
|
-
/**
|
|
545
|
-
* @internal
|
|
546
|
-
*/
|
|
547
382
|
DeleteTokenResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
383
|
})(DeleteTokenResponse || (DeleteTokenResponse = {}));
|
|
549
384
|
export var ExtendLicenseConsumptionRequest;
|
|
550
385
|
(function (ExtendLicenseConsumptionRequest) {
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
386
|
ExtendLicenseConsumptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
387
|
})(ExtendLicenseConsumptionRequest || (ExtendLicenseConsumptionRequest = {}));
|
|
556
388
|
export var ExtendLicenseConsumptionResponse;
|
|
557
389
|
(function (ExtendLicenseConsumptionResponse) {
|
|
558
|
-
/**
|
|
559
|
-
* @internal
|
|
560
|
-
*/
|
|
561
390
|
ExtendLicenseConsumptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
391
|
})(ExtendLicenseConsumptionResponse || (ExtendLicenseConsumptionResponse = {}));
|
|
563
392
|
export var GetAccessTokenRequest;
|
|
564
393
|
(function (GetAccessTokenRequest) {
|
|
565
|
-
/**
|
|
566
|
-
* @internal
|
|
567
|
-
*/
|
|
568
394
|
GetAccessTokenRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
395
|
})(GetAccessTokenRequest || (GetAccessTokenRequest = {}));
|
|
570
396
|
export var GetAccessTokenResponse;
|
|
571
397
|
(function (GetAccessTokenResponse) {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
398
|
GetAccessTokenResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
399
|
})(GetAccessTokenResponse || (GetAccessTokenResponse = {}));
|
|
577
400
|
export var GetGrantRequest;
|
|
578
401
|
(function (GetGrantRequest) {
|
|
579
|
-
/**
|
|
580
|
-
* @internal
|
|
581
|
-
*/
|
|
582
402
|
GetGrantRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
403
|
})(GetGrantRequest || (GetGrantRequest = {}));
|
|
584
404
|
export var Grant;
|
|
585
405
|
(function (Grant) {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
406
|
Grant.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
407
|
})(Grant || (Grant = {}));
|
|
591
408
|
export var GetGrantResponse;
|
|
592
409
|
(function (GetGrantResponse) {
|
|
593
|
-
/**
|
|
594
|
-
* @internal
|
|
595
|
-
*/
|
|
596
410
|
GetGrantResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
411
|
})(GetGrantResponse || (GetGrantResponse = {}));
|
|
598
412
|
export var GetLicenseRequest;
|
|
599
413
|
(function (GetLicenseRequest) {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
414
|
GetLicenseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
415
|
})(GetLicenseRequest || (GetLicenseRequest = {}));
|
|
605
416
|
export var IssuerDetails;
|
|
606
417
|
(function (IssuerDetails) {
|
|
607
|
-
/**
|
|
608
|
-
* @internal
|
|
609
|
-
*/
|
|
610
418
|
IssuerDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
419
|
})(IssuerDetails || (IssuerDetails = {}));
|
|
612
420
|
export var License;
|
|
613
421
|
(function (License) {
|
|
614
|
-
/**
|
|
615
|
-
* @internal
|
|
616
|
-
*/
|
|
617
422
|
License.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
423
|
})(License || (License = {}));
|
|
619
424
|
export var GetLicenseResponse;
|
|
620
425
|
(function (GetLicenseResponse) {
|
|
621
|
-
/**
|
|
622
|
-
* @internal
|
|
623
|
-
*/
|
|
624
426
|
GetLicenseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
427
|
})(GetLicenseResponse || (GetLicenseResponse = {}));
|
|
626
428
|
export var GetLicenseConfigurationRequest;
|
|
627
429
|
(function (GetLicenseConfigurationRequest) {
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
630
|
-
*/
|
|
631
430
|
GetLicenseConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
431
|
})(GetLicenseConfigurationRequest || (GetLicenseConfigurationRequest = {}));
|
|
633
432
|
export var ResourceType;
|
|
@@ -640,275 +439,184 @@ export var ResourceType;
|
|
|
640
439
|
})(ResourceType || (ResourceType = {}));
|
|
641
440
|
export var ConsumedLicenseSummary;
|
|
642
441
|
(function (ConsumedLicenseSummary) {
|
|
643
|
-
/**
|
|
644
|
-
* @internal
|
|
645
|
-
*/
|
|
646
442
|
ConsumedLicenseSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
443
|
})(ConsumedLicenseSummary || (ConsumedLicenseSummary = {}));
|
|
648
444
|
export var ManagedResourceSummary;
|
|
649
445
|
(function (ManagedResourceSummary) {
|
|
650
|
-
/**
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
653
446
|
ManagedResourceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
447
|
})(ManagedResourceSummary || (ManagedResourceSummary = {}));
|
|
655
448
|
export var GetLicenseConfigurationResponse;
|
|
656
449
|
(function (GetLicenseConfigurationResponse) {
|
|
657
|
-
/**
|
|
658
|
-
* @internal
|
|
659
|
-
*/
|
|
660
450
|
GetLicenseConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
451
|
})(GetLicenseConfigurationResponse || (GetLicenseConfigurationResponse = {}));
|
|
452
|
+
export var GetLicenseConversionTaskRequest;
|
|
453
|
+
(function (GetLicenseConversionTaskRequest) {
|
|
454
|
+
GetLicenseConversionTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
})(GetLicenseConversionTaskRequest || (GetLicenseConversionTaskRequest = {}));
|
|
456
|
+
export var LicenseConversionTaskStatus;
|
|
457
|
+
(function (LicenseConversionTaskStatus) {
|
|
458
|
+
LicenseConversionTaskStatus["FAILED"] = "FAILED";
|
|
459
|
+
LicenseConversionTaskStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
460
|
+
LicenseConversionTaskStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
461
|
+
})(LicenseConversionTaskStatus || (LicenseConversionTaskStatus = {}));
|
|
462
|
+
export var GetLicenseConversionTaskResponse;
|
|
463
|
+
(function (GetLicenseConversionTaskResponse) {
|
|
464
|
+
GetLicenseConversionTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
})(GetLicenseConversionTaskResponse || (GetLicenseConversionTaskResponse = {}));
|
|
662
466
|
export var GetLicenseManagerReportGeneratorRequest;
|
|
663
467
|
(function (GetLicenseManagerReportGeneratorRequest) {
|
|
664
|
-
/**
|
|
665
|
-
* @internal
|
|
666
|
-
*/
|
|
667
468
|
GetLicenseManagerReportGeneratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
469
|
})(GetLicenseManagerReportGeneratorRequest || (GetLicenseManagerReportGeneratorRequest = {}));
|
|
669
470
|
export var S3Location;
|
|
670
471
|
(function (S3Location) {
|
|
671
|
-
/**
|
|
672
|
-
* @internal
|
|
673
|
-
*/
|
|
674
472
|
S3Location.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
473
|
})(S3Location || (S3Location = {}));
|
|
676
474
|
export var ReportGenerator;
|
|
677
475
|
(function (ReportGenerator) {
|
|
678
|
-
/**
|
|
679
|
-
* @internal
|
|
680
|
-
*/
|
|
681
476
|
ReportGenerator.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
477
|
})(ReportGenerator || (ReportGenerator = {}));
|
|
683
478
|
export var GetLicenseManagerReportGeneratorResponse;
|
|
684
479
|
(function (GetLicenseManagerReportGeneratorResponse) {
|
|
685
|
-
/**
|
|
686
|
-
* @internal
|
|
687
|
-
*/
|
|
688
480
|
GetLicenseManagerReportGeneratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
689
481
|
})(GetLicenseManagerReportGeneratorResponse || (GetLicenseManagerReportGeneratorResponse = {}));
|
|
690
482
|
export var GetLicenseUsageRequest;
|
|
691
483
|
(function (GetLicenseUsageRequest) {
|
|
692
|
-
/**
|
|
693
|
-
* @internal
|
|
694
|
-
*/
|
|
695
484
|
GetLicenseUsageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
485
|
})(GetLicenseUsageRequest || (GetLicenseUsageRequest = {}));
|
|
697
486
|
export var EntitlementUsage;
|
|
698
487
|
(function (EntitlementUsage) {
|
|
699
|
-
/**
|
|
700
|
-
* @internal
|
|
701
|
-
*/
|
|
702
488
|
EntitlementUsage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
489
|
})(EntitlementUsage || (EntitlementUsage = {}));
|
|
704
490
|
export var LicenseUsage;
|
|
705
491
|
(function (LicenseUsage) {
|
|
706
|
-
/**
|
|
707
|
-
* @internal
|
|
708
|
-
*/
|
|
709
492
|
LicenseUsage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
493
|
})(LicenseUsage || (LicenseUsage = {}));
|
|
711
494
|
export var GetLicenseUsageResponse;
|
|
712
495
|
(function (GetLicenseUsageResponse) {
|
|
713
|
-
/**
|
|
714
|
-
* @internal
|
|
715
|
-
*/
|
|
716
496
|
GetLicenseUsageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
497
|
})(GetLicenseUsageResponse || (GetLicenseUsageResponse = {}));
|
|
718
498
|
export var GetServiceSettingsRequest;
|
|
719
499
|
(function (GetServiceSettingsRequest) {
|
|
720
|
-
/**
|
|
721
|
-
* @internal
|
|
722
|
-
*/
|
|
723
500
|
GetServiceSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
501
|
})(GetServiceSettingsRequest || (GetServiceSettingsRequest = {}));
|
|
725
502
|
export var OrganizationConfiguration;
|
|
726
503
|
(function (OrganizationConfiguration) {
|
|
727
|
-
/**
|
|
728
|
-
* @internal
|
|
729
|
-
*/
|
|
730
504
|
OrganizationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
505
|
})(OrganizationConfiguration || (OrganizationConfiguration = {}));
|
|
732
506
|
export var GetServiceSettingsResponse;
|
|
733
507
|
(function (GetServiceSettingsResponse) {
|
|
734
|
-
/**
|
|
735
|
-
* @internal
|
|
736
|
-
*/
|
|
737
508
|
GetServiceSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
509
|
})(GetServiceSettingsResponse || (GetServiceSettingsResponse = {}));
|
|
739
510
|
export var FilterLimitExceededException;
|
|
740
511
|
(function (FilterLimitExceededException) {
|
|
741
|
-
/**
|
|
742
|
-
* @internal
|
|
743
|
-
*/
|
|
744
512
|
FilterLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
513
|
})(FilterLimitExceededException || (FilterLimitExceededException = {}));
|
|
746
514
|
export var ListAssociationsForLicenseConfigurationRequest;
|
|
747
515
|
(function (ListAssociationsForLicenseConfigurationRequest) {
|
|
748
|
-
/**
|
|
749
|
-
* @internal
|
|
750
|
-
*/
|
|
751
516
|
ListAssociationsForLicenseConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
517
|
})(ListAssociationsForLicenseConfigurationRequest || (ListAssociationsForLicenseConfigurationRequest = {}));
|
|
753
518
|
export var LicenseConfigurationAssociation;
|
|
754
519
|
(function (LicenseConfigurationAssociation) {
|
|
755
|
-
/**
|
|
756
|
-
* @internal
|
|
757
|
-
*/
|
|
758
520
|
LicenseConfigurationAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
521
|
})(LicenseConfigurationAssociation || (LicenseConfigurationAssociation = {}));
|
|
760
522
|
export var ListAssociationsForLicenseConfigurationResponse;
|
|
761
523
|
(function (ListAssociationsForLicenseConfigurationResponse) {
|
|
762
|
-
/**
|
|
763
|
-
* @internal
|
|
764
|
-
*/
|
|
765
524
|
ListAssociationsForLicenseConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
525
|
})(ListAssociationsForLicenseConfigurationResponse || (ListAssociationsForLicenseConfigurationResponse = {}));
|
|
767
526
|
export var Filter;
|
|
768
527
|
(function (Filter) {
|
|
769
|
-
/**
|
|
770
|
-
* @internal
|
|
771
|
-
*/
|
|
772
528
|
Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
529
|
})(Filter || (Filter = {}));
|
|
774
530
|
export var ListDistributedGrantsRequest;
|
|
775
531
|
(function (ListDistributedGrantsRequest) {
|
|
776
|
-
/**
|
|
777
|
-
* @internal
|
|
778
|
-
*/
|
|
779
532
|
ListDistributedGrantsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
780
533
|
})(ListDistributedGrantsRequest || (ListDistributedGrantsRequest = {}));
|
|
781
534
|
export var ListDistributedGrantsResponse;
|
|
782
535
|
(function (ListDistributedGrantsResponse) {
|
|
783
|
-
/**
|
|
784
|
-
* @internal
|
|
785
|
-
*/
|
|
786
536
|
ListDistributedGrantsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
537
|
})(ListDistributedGrantsResponse || (ListDistributedGrantsResponse = {}));
|
|
788
538
|
export var ListFailuresForLicenseConfigurationOperationsRequest;
|
|
789
539
|
(function (ListFailuresForLicenseConfigurationOperationsRequest) {
|
|
790
|
-
/**
|
|
791
|
-
* @internal
|
|
792
|
-
*/
|
|
793
540
|
ListFailuresForLicenseConfigurationOperationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
541
|
})(ListFailuresForLicenseConfigurationOperationsRequest || (ListFailuresForLicenseConfigurationOperationsRequest = {}));
|
|
795
542
|
export var LicenseOperationFailure;
|
|
796
543
|
(function (LicenseOperationFailure) {
|
|
797
|
-
/**
|
|
798
|
-
* @internal
|
|
799
|
-
*/
|
|
800
544
|
LicenseOperationFailure.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
545
|
})(LicenseOperationFailure || (LicenseOperationFailure = {}));
|
|
802
546
|
export var ListFailuresForLicenseConfigurationOperationsResponse;
|
|
803
547
|
(function (ListFailuresForLicenseConfigurationOperationsResponse) {
|
|
804
|
-
/**
|
|
805
|
-
* @internal
|
|
806
|
-
*/
|
|
807
548
|
ListFailuresForLicenseConfigurationOperationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
808
549
|
})(ListFailuresForLicenseConfigurationOperationsResponse || (ListFailuresForLicenseConfigurationOperationsResponse = {}));
|
|
809
550
|
export var ListLicenseConfigurationsRequest;
|
|
810
551
|
(function (ListLicenseConfigurationsRequest) {
|
|
811
|
-
/**
|
|
812
|
-
* @internal
|
|
813
|
-
*/
|
|
814
552
|
ListLicenseConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
553
|
})(ListLicenseConfigurationsRequest || (ListLicenseConfigurationsRequest = {}));
|
|
816
554
|
export var LicenseConfiguration;
|
|
817
555
|
(function (LicenseConfiguration) {
|
|
818
|
-
/**
|
|
819
|
-
* @internal
|
|
820
|
-
*/
|
|
821
556
|
LicenseConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
557
|
})(LicenseConfiguration || (LicenseConfiguration = {}));
|
|
823
558
|
export var ListLicenseConfigurationsResponse;
|
|
824
559
|
(function (ListLicenseConfigurationsResponse) {
|
|
825
|
-
/**
|
|
826
|
-
* @internal
|
|
827
|
-
*/
|
|
828
560
|
ListLicenseConfigurationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
561
|
})(ListLicenseConfigurationsResponse || (ListLicenseConfigurationsResponse = {}));
|
|
562
|
+
export var ListLicenseConversionTasksRequest;
|
|
563
|
+
(function (ListLicenseConversionTasksRequest) {
|
|
564
|
+
ListLicenseConversionTasksRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
})(ListLicenseConversionTasksRequest || (ListLicenseConversionTasksRequest = {}));
|
|
566
|
+
export var LicenseConversionTask;
|
|
567
|
+
(function (LicenseConversionTask) {
|
|
568
|
+
LicenseConversionTask.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
})(LicenseConversionTask || (LicenseConversionTask = {}));
|
|
570
|
+
export var ListLicenseConversionTasksResponse;
|
|
571
|
+
(function (ListLicenseConversionTasksResponse) {
|
|
572
|
+
ListLicenseConversionTasksResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
})(ListLicenseConversionTasksResponse || (ListLicenseConversionTasksResponse = {}));
|
|
830
574
|
export var ListLicenseManagerReportGeneratorsRequest;
|
|
831
575
|
(function (ListLicenseManagerReportGeneratorsRequest) {
|
|
832
|
-
/**
|
|
833
|
-
* @internal
|
|
834
|
-
*/
|
|
835
576
|
ListLicenseManagerReportGeneratorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
577
|
})(ListLicenseManagerReportGeneratorsRequest || (ListLicenseManagerReportGeneratorsRequest = {}));
|
|
837
578
|
export var ListLicenseManagerReportGeneratorsResponse;
|
|
838
579
|
(function (ListLicenseManagerReportGeneratorsResponse) {
|
|
839
|
-
/**
|
|
840
|
-
* @internal
|
|
841
|
-
*/
|
|
842
580
|
ListLicenseManagerReportGeneratorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
581
|
})(ListLicenseManagerReportGeneratorsResponse || (ListLicenseManagerReportGeneratorsResponse = {}));
|
|
844
582
|
export var ListLicensesRequest;
|
|
845
583
|
(function (ListLicensesRequest) {
|
|
846
|
-
/**
|
|
847
|
-
* @internal
|
|
848
|
-
*/
|
|
849
584
|
ListLicensesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
585
|
})(ListLicensesRequest || (ListLicensesRequest = {}));
|
|
851
586
|
export var ListLicensesResponse;
|
|
852
587
|
(function (ListLicensesResponse) {
|
|
853
|
-
/**
|
|
854
|
-
* @internal
|
|
855
|
-
*/
|
|
856
588
|
ListLicensesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
589
|
})(ListLicensesResponse || (ListLicensesResponse = {}));
|
|
858
590
|
export var ListLicenseSpecificationsForResourceRequest;
|
|
859
591
|
(function (ListLicenseSpecificationsForResourceRequest) {
|
|
860
|
-
/**
|
|
861
|
-
* @internal
|
|
862
|
-
*/
|
|
863
592
|
ListLicenseSpecificationsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
593
|
})(ListLicenseSpecificationsForResourceRequest || (ListLicenseSpecificationsForResourceRequest = {}));
|
|
865
594
|
export var LicenseSpecification;
|
|
866
595
|
(function (LicenseSpecification) {
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
*/
|
|
870
596
|
LicenseSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
597
|
})(LicenseSpecification || (LicenseSpecification = {}));
|
|
872
598
|
export var ListLicenseSpecificationsForResourceResponse;
|
|
873
599
|
(function (ListLicenseSpecificationsForResourceResponse) {
|
|
874
|
-
/**
|
|
875
|
-
* @internal
|
|
876
|
-
*/
|
|
877
600
|
ListLicenseSpecificationsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
601
|
})(ListLicenseSpecificationsForResourceResponse || (ListLicenseSpecificationsForResourceResponse = {}));
|
|
879
602
|
export var ListLicenseVersionsRequest;
|
|
880
603
|
(function (ListLicenseVersionsRequest) {
|
|
881
|
-
/**
|
|
882
|
-
* @internal
|
|
883
|
-
*/
|
|
884
604
|
ListLicenseVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
605
|
})(ListLicenseVersionsRequest || (ListLicenseVersionsRequest = {}));
|
|
886
606
|
export var ListLicenseVersionsResponse;
|
|
887
607
|
(function (ListLicenseVersionsResponse) {
|
|
888
|
-
/**
|
|
889
|
-
* @internal
|
|
890
|
-
*/
|
|
891
608
|
ListLicenseVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
892
609
|
})(ListLicenseVersionsResponse || (ListLicenseVersionsResponse = {}));
|
|
893
610
|
export var ListReceivedGrantsRequest;
|
|
894
611
|
(function (ListReceivedGrantsRequest) {
|
|
895
|
-
/**
|
|
896
|
-
* @internal
|
|
897
|
-
*/
|
|
898
612
|
ListReceivedGrantsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
613
|
})(ListReceivedGrantsRequest || (ListReceivedGrantsRequest = {}));
|
|
900
614
|
export var ListReceivedGrantsResponse;
|
|
901
615
|
(function (ListReceivedGrantsResponse) {
|
|
902
|
-
/**
|
|
903
|
-
* @internal
|
|
904
|
-
*/
|
|
905
616
|
ListReceivedGrantsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
617
|
})(ListReceivedGrantsResponse || (ListReceivedGrantsResponse = {}));
|
|
907
618
|
export var ListReceivedLicensesRequest;
|
|
908
619
|
(function (ListReceivedLicensesRequest) {
|
|
909
|
-
/**
|
|
910
|
-
* @internal
|
|
911
|
-
*/
|
|
912
620
|
ListReceivedLicensesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
913
621
|
})(ListReceivedLicensesRequest || (ListReceivedLicensesRequest = {}));
|
|
914
622
|
export var ReceivedStatus;
|
|
@@ -924,30 +632,18 @@ export var ReceivedStatus;
|
|
|
924
632
|
})(ReceivedStatus || (ReceivedStatus = {}));
|
|
925
633
|
export var ReceivedMetadata;
|
|
926
634
|
(function (ReceivedMetadata) {
|
|
927
|
-
/**
|
|
928
|
-
* @internal
|
|
929
|
-
*/
|
|
930
635
|
ReceivedMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
931
636
|
})(ReceivedMetadata || (ReceivedMetadata = {}));
|
|
932
637
|
export var GrantedLicense;
|
|
933
638
|
(function (GrantedLicense) {
|
|
934
|
-
/**
|
|
935
|
-
* @internal
|
|
936
|
-
*/
|
|
937
639
|
GrantedLicense.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
938
640
|
})(GrantedLicense || (GrantedLicense = {}));
|
|
939
641
|
export var ListReceivedLicensesResponse;
|
|
940
642
|
(function (ListReceivedLicensesResponse) {
|
|
941
|
-
/**
|
|
942
|
-
* @internal
|
|
943
|
-
*/
|
|
944
643
|
ListReceivedLicensesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
945
644
|
})(ListReceivedLicensesResponse || (ListReceivedLicensesResponse = {}));
|
|
946
645
|
export var FailedDependencyException;
|
|
947
646
|
(function (FailedDependencyException) {
|
|
948
|
-
/**
|
|
949
|
-
* @internal
|
|
950
|
-
*/
|
|
951
647
|
FailedDependencyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
952
648
|
})(FailedDependencyException || (FailedDependencyException = {}));
|
|
953
649
|
export var InventoryFilterCondition;
|
|
@@ -959,128 +655,74 @@ export var InventoryFilterCondition;
|
|
|
959
655
|
})(InventoryFilterCondition || (InventoryFilterCondition = {}));
|
|
960
656
|
export var InventoryFilter;
|
|
961
657
|
(function (InventoryFilter) {
|
|
962
|
-
/**
|
|
963
|
-
* @internal
|
|
964
|
-
*/
|
|
965
658
|
InventoryFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
966
659
|
})(InventoryFilter || (InventoryFilter = {}));
|
|
967
660
|
export var ListResourceInventoryRequest;
|
|
968
661
|
(function (ListResourceInventoryRequest) {
|
|
969
|
-
/**
|
|
970
|
-
* @internal
|
|
971
|
-
*/
|
|
972
662
|
ListResourceInventoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
973
663
|
})(ListResourceInventoryRequest || (ListResourceInventoryRequest = {}));
|
|
974
664
|
export var ResourceInventory;
|
|
975
665
|
(function (ResourceInventory) {
|
|
976
|
-
/**
|
|
977
|
-
* @internal
|
|
978
|
-
*/
|
|
979
666
|
ResourceInventory.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
980
667
|
})(ResourceInventory || (ResourceInventory = {}));
|
|
981
668
|
export var ListResourceInventoryResponse;
|
|
982
669
|
(function (ListResourceInventoryResponse) {
|
|
983
|
-
/**
|
|
984
|
-
* @internal
|
|
985
|
-
*/
|
|
986
670
|
ListResourceInventoryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
987
671
|
})(ListResourceInventoryResponse || (ListResourceInventoryResponse = {}));
|
|
988
672
|
export var ListTagsForResourceRequest;
|
|
989
673
|
(function (ListTagsForResourceRequest) {
|
|
990
|
-
/**
|
|
991
|
-
* @internal
|
|
992
|
-
*/
|
|
993
674
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
994
675
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
995
676
|
export var ListTagsForResourceResponse;
|
|
996
677
|
(function (ListTagsForResourceResponse) {
|
|
997
|
-
/**
|
|
998
|
-
* @internal
|
|
999
|
-
*/
|
|
1000
678
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1001
679
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1002
680
|
export var ListTokensRequest;
|
|
1003
681
|
(function (ListTokensRequest) {
|
|
1004
|
-
/**
|
|
1005
|
-
* @internal
|
|
1006
|
-
*/
|
|
1007
682
|
ListTokensRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1008
683
|
})(ListTokensRequest || (ListTokensRequest = {}));
|
|
1009
684
|
export var TokenData;
|
|
1010
685
|
(function (TokenData) {
|
|
1011
|
-
/**
|
|
1012
|
-
* @internal
|
|
1013
|
-
*/
|
|
1014
686
|
TokenData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1015
687
|
})(TokenData || (TokenData = {}));
|
|
1016
688
|
export var ListTokensResponse;
|
|
1017
689
|
(function (ListTokensResponse) {
|
|
1018
|
-
/**
|
|
1019
|
-
* @internal
|
|
1020
|
-
*/
|
|
1021
690
|
ListTokensResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1022
691
|
})(ListTokensResponse || (ListTokensResponse = {}));
|
|
1023
692
|
export var ListUsageForLicenseConfigurationRequest;
|
|
1024
693
|
(function (ListUsageForLicenseConfigurationRequest) {
|
|
1025
|
-
/**
|
|
1026
|
-
* @internal
|
|
1027
|
-
*/
|
|
1028
694
|
ListUsageForLicenseConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1029
695
|
})(ListUsageForLicenseConfigurationRequest || (ListUsageForLicenseConfigurationRequest = {}));
|
|
1030
696
|
export var LicenseConfigurationUsage;
|
|
1031
697
|
(function (LicenseConfigurationUsage) {
|
|
1032
|
-
/**
|
|
1033
|
-
* @internal
|
|
1034
|
-
*/
|
|
1035
698
|
LicenseConfigurationUsage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1036
699
|
})(LicenseConfigurationUsage || (LicenseConfigurationUsage = {}));
|
|
1037
700
|
export var ListUsageForLicenseConfigurationResponse;
|
|
1038
701
|
(function (ListUsageForLicenseConfigurationResponse) {
|
|
1039
|
-
/**
|
|
1040
|
-
* @internal
|
|
1041
|
-
*/
|
|
1042
702
|
ListUsageForLicenseConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1043
703
|
})(ListUsageForLicenseConfigurationResponse || (ListUsageForLicenseConfigurationResponse = {}));
|
|
1044
704
|
export var RejectGrantRequest;
|
|
1045
705
|
(function (RejectGrantRequest) {
|
|
1046
|
-
/**
|
|
1047
|
-
* @internal
|
|
1048
|
-
*/
|
|
1049
706
|
RejectGrantRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1050
707
|
})(RejectGrantRequest || (RejectGrantRequest = {}));
|
|
1051
708
|
export var RejectGrantResponse;
|
|
1052
709
|
(function (RejectGrantResponse) {
|
|
1053
|
-
/**
|
|
1054
|
-
* @internal
|
|
1055
|
-
*/
|
|
1056
710
|
RejectGrantResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1057
711
|
})(RejectGrantResponse || (RejectGrantResponse = {}));
|
|
1058
712
|
export var TagResourceRequest;
|
|
1059
713
|
(function (TagResourceRequest) {
|
|
1060
|
-
/**
|
|
1061
|
-
* @internal
|
|
1062
|
-
*/
|
|
1063
714
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1064
715
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1065
716
|
export var TagResourceResponse;
|
|
1066
717
|
(function (TagResourceResponse) {
|
|
1067
|
-
/**
|
|
1068
|
-
* @internal
|
|
1069
|
-
*/
|
|
1070
718
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1071
719
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1072
720
|
export var UntagResourceRequest;
|
|
1073
721
|
(function (UntagResourceRequest) {
|
|
1074
|
-
/**
|
|
1075
|
-
* @internal
|
|
1076
|
-
*/
|
|
1077
722
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1078
723
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
1079
724
|
export var UntagResourceResponse;
|
|
1080
725
|
(function (UntagResourceResponse) {
|
|
1081
|
-
/**
|
|
1082
|
-
* @internal
|
|
1083
|
-
*/
|
|
1084
726
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1085
727
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
1086
728
|
export var LicenseConfigurationStatus;
|
|
@@ -1090,72 +732,41 @@ export var LicenseConfigurationStatus;
|
|
|
1090
732
|
})(LicenseConfigurationStatus || (LicenseConfigurationStatus = {}));
|
|
1091
733
|
export var UpdateLicenseConfigurationRequest;
|
|
1092
734
|
(function (UpdateLicenseConfigurationRequest) {
|
|
1093
|
-
/**
|
|
1094
|
-
* @internal
|
|
1095
|
-
*/
|
|
1096
735
|
UpdateLicenseConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1097
736
|
})(UpdateLicenseConfigurationRequest || (UpdateLicenseConfigurationRequest = {}));
|
|
1098
737
|
export var UpdateLicenseConfigurationResponse;
|
|
1099
738
|
(function (UpdateLicenseConfigurationResponse) {
|
|
1100
|
-
/**
|
|
1101
|
-
* @internal
|
|
1102
|
-
*/
|
|
1103
739
|
UpdateLicenseConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1104
740
|
})(UpdateLicenseConfigurationResponse || (UpdateLicenseConfigurationResponse = {}));
|
|
1105
741
|
export var UpdateLicenseManagerReportGeneratorRequest;
|
|
1106
742
|
(function (UpdateLicenseManagerReportGeneratorRequest) {
|
|
1107
|
-
/**
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
1110
743
|
UpdateLicenseManagerReportGeneratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1111
744
|
})(UpdateLicenseManagerReportGeneratorRequest || (UpdateLicenseManagerReportGeneratorRequest = {}));
|
|
1112
745
|
export var UpdateLicenseManagerReportGeneratorResponse;
|
|
1113
746
|
(function (UpdateLicenseManagerReportGeneratorResponse) {
|
|
1114
|
-
/**
|
|
1115
|
-
* @internal
|
|
1116
|
-
*/
|
|
1117
747
|
UpdateLicenseManagerReportGeneratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1118
748
|
})(UpdateLicenseManagerReportGeneratorResponse || (UpdateLicenseManagerReportGeneratorResponse = {}));
|
|
1119
749
|
export var InvalidResourceStateException;
|
|
1120
750
|
(function (InvalidResourceStateException) {
|
|
1121
|
-
/**
|
|
1122
|
-
* @internal
|
|
1123
|
-
*/
|
|
1124
751
|
InvalidResourceStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1125
752
|
})(InvalidResourceStateException || (InvalidResourceStateException = {}));
|
|
1126
753
|
export var LicenseUsageException;
|
|
1127
754
|
(function (LicenseUsageException) {
|
|
1128
|
-
/**
|
|
1129
|
-
* @internal
|
|
1130
|
-
*/
|
|
1131
755
|
LicenseUsageException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1132
756
|
})(LicenseUsageException || (LicenseUsageException = {}));
|
|
1133
757
|
export var UpdateLicenseSpecificationsForResourceRequest;
|
|
1134
758
|
(function (UpdateLicenseSpecificationsForResourceRequest) {
|
|
1135
|
-
/**
|
|
1136
|
-
* @internal
|
|
1137
|
-
*/
|
|
1138
759
|
UpdateLicenseSpecificationsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1139
760
|
})(UpdateLicenseSpecificationsForResourceRequest || (UpdateLicenseSpecificationsForResourceRequest = {}));
|
|
1140
761
|
export var UpdateLicenseSpecificationsForResourceResponse;
|
|
1141
762
|
(function (UpdateLicenseSpecificationsForResourceResponse) {
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
763
|
UpdateLicenseSpecificationsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1146
764
|
})(UpdateLicenseSpecificationsForResourceResponse || (UpdateLicenseSpecificationsForResourceResponse = {}));
|
|
1147
765
|
export var UpdateServiceSettingsRequest;
|
|
1148
766
|
(function (UpdateServiceSettingsRequest) {
|
|
1149
|
-
/**
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
1152
767
|
UpdateServiceSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1153
768
|
})(UpdateServiceSettingsRequest || (UpdateServiceSettingsRequest = {}));
|
|
1154
769
|
export var UpdateServiceSettingsResponse;
|
|
1155
770
|
(function (UpdateServiceSettingsResponse) {
|
|
1156
|
-
/**
|
|
1157
|
-
* @internal
|
|
1158
|
-
*/
|
|
1159
771
|
UpdateServiceSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1160
772
|
})(UpdateServiceSettingsResponse || (UpdateServiceSettingsResponse = {}));
|
|
1161
|
-
//# sourceMappingURL=models_0.js.map
|