@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,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.deserializeAws_json1_1UpdateServiceSettingsCommand = exports.deserializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand = exports.deserializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand = exports.deserializeAws_json1_1UpdateLicenseConfigurationCommand = exports.deserializeAws_json1_1UntagResourceCommand = exports.deserializeAws_json1_1TagResourceCommand = exports.deserializeAws_json1_1RejectGrantCommand = exports.deserializeAws_json1_1ListUsageForLicenseConfigurationCommand = exports.deserializeAws_json1_1ListTokensCommand = exports.deserializeAws_json1_1ListTagsForResourceCommand = exports.deserializeAws_json1_1ListResourceInventoryCommand = exports.deserializeAws_json1_1ListReceivedLicensesCommand = exports.deserializeAws_json1_1ListReceivedGrantsCommand = exports.deserializeAws_json1_1ListLicenseVersionsCommand = exports.deserializeAws_json1_1ListLicenseSpecificationsForResourceCommand = exports.deserializeAws_json1_1ListLicensesCommand = exports.deserializeAws_json1_1ListLicenseManagerReportGeneratorsCommand = exports.deserializeAws_json1_1ListLicenseConfigurationsCommand = exports.deserializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand = exports.deserializeAws_json1_1ListDistributedGrantsCommand = exports.deserializeAws_json1_1ListAssociationsForLicenseConfigurationCommand = exports.deserializeAws_json1_1GetServiceSettingsCommand = exports.deserializeAws_json1_1GetLicenseUsageCommand = exports.deserializeAws_json1_1GetLicenseManagerReportGeneratorCommand = exports.deserializeAws_json1_1GetLicenseConfigurationCommand = exports.deserializeAws_json1_1GetLicenseCommand = exports.deserializeAws_json1_1GetGrantCommand = exports.deserializeAws_json1_1GetAccessTokenCommand = exports.deserializeAws_json1_1ExtendLicenseConsumptionCommand = exports.deserializeAws_json1_1DeleteTokenCommand = exports.deserializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand = exports.deserializeAws_json1_1DeleteLicenseConfigurationCommand = exports.deserializeAws_json1_1DeleteLicenseCommand = exports.deserializeAws_json1_1DeleteGrantCommand = exports.deserializeAws_json1_1CreateTokenCommand = exports.deserializeAws_json1_1CreateLicenseVersionCommand = exports.deserializeAws_json1_1CreateLicenseManagerReportGeneratorCommand = exports.deserializeAws_json1_1CreateLicenseConfigurationCommand = exports.deserializeAws_json1_1CreateLicenseCommand = exports.deserializeAws_json1_1CreateGrantVersionCommand = void 0;
|
|
3
|
+
exports.deserializeAws_json1_1CheckInLicenseCommand = exports.deserializeAws_json1_1AcceptGrantCommand = exports.serializeAws_json1_1UpdateServiceSettingsCommand = exports.serializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand = exports.serializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand = exports.serializeAws_json1_1UpdateLicenseConfigurationCommand = exports.serializeAws_json1_1UntagResourceCommand = exports.serializeAws_json1_1TagResourceCommand = exports.serializeAws_json1_1RejectGrantCommand = exports.serializeAws_json1_1ListUsageForLicenseConfigurationCommand = exports.serializeAws_json1_1ListTokensCommand = exports.serializeAws_json1_1ListTagsForResourceCommand = exports.serializeAws_json1_1ListResourceInventoryCommand = exports.serializeAws_json1_1ListReceivedLicensesCommand = exports.serializeAws_json1_1ListReceivedGrantsCommand = exports.serializeAws_json1_1ListLicenseVersionsCommand = exports.serializeAws_json1_1ListLicenseSpecificationsForResourceCommand = exports.serializeAws_json1_1ListLicensesCommand = exports.serializeAws_json1_1ListLicenseManagerReportGeneratorsCommand = exports.serializeAws_json1_1ListLicenseConversionTasksCommand = exports.serializeAws_json1_1ListLicenseConfigurationsCommand = exports.serializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand = exports.serializeAws_json1_1ListDistributedGrantsCommand = exports.serializeAws_json1_1ListAssociationsForLicenseConfigurationCommand = exports.serializeAws_json1_1GetServiceSettingsCommand = exports.serializeAws_json1_1GetLicenseUsageCommand = exports.serializeAws_json1_1GetLicenseManagerReportGeneratorCommand = exports.serializeAws_json1_1GetLicenseConversionTaskCommand = exports.serializeAws_json1_1GetLicenseConfigurationCommand = exports.serializeAws_json1_1GetLicenseCommand = exports.serializeAws_json1_1GetGrantCommand = exports.serializeAws_json1_1GetAccessTokenCommand = exports.serializeAws_json1_1ExtendLicenseConsumptionCommand = exports.serializeAws_json1_1DeleteTokenCommand = exports.serializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand = exports.serializeAws_json1_1DeleteLicenseConfigurationCommand = exports.serializeAws_json1_1DeleteLicenseCommand = exports.serializeAws_json1_1DeleteGrantCommand = exports.serializeAws_json1_1CreateTokenCommand = exports.serializeAws_json1_1CreateLicenseVersionCommand = exports.serializeAws_json1_1CreateLicenseManagerReportGeneratorCommand = exports.serializeAws_json1_1CreateLicenseConversionTaskForResourceCommand = exports.serializeAws_json1_1CreateLicenseConfigurationCommand = exports.serializeAws_json1_1CreateLicenseCommand = exports.serializeAws_json1_1CreateGrantVersionCommand = exports.serializeAws_json1_1CreateGrantCommand = exports.serializeAws_json1_1CheckoutLicenseCommand = exports.serializeAws_json1_1CheckoutBorrowLicenseCommand = exports.serializeAws_json1_1CheckInLicenseCommand = exports.serializeAws_json1_1AcceptGrantCommand = void 0;
|
|
4
|
+
exports.deserializeAws_json1_1UpdateServiceSettingsCommand = exports.deserializeAws_json1_1UpdateLicenseSpecificationsForResourceCommand = exports.deserializeAws_json1_1UpdateLicenseManagerReportGeneratorCommand = exports.deserializeAws_json1_1UpdateLicenseConfigurationCommand = exports.deserializeAws_json1_1UntagResourceCommand = exports.deserializeAws_json1_1TagResourceCommand = exports.deserializeAws_json1_1RejectGrantCommand = exports.deserializeAws_json1_1ListUsageForLicenseConfigurationCommand = exports.deserializeAws_json1_1ListTokensCommand = exports.deserializeAws_json1_1ListTagsForResourceCommand = exports.deserializeAws_json1_1ListResourceInventoryCommand = exports.deserializeAws_json1_1ListReceivedLicensesCommand = exports.deserializeAws_json1_1ListReceivedGrantsCommand = exports.deserializeAws_json1_1ListLicenseVersionsCommand = exports.deserializeAws_json1_1ListLicenseSpecificationsForResourceCommand = exports.deserializeAws_json1_1ListLicensesCommand = exports.deserializeAws_json1_1ListLicenseManagerReportGeneratorsCommand = exports.deserializeAws_json1_1ListLicenseConversionTasksCommand = exports.deserializeAws_json1_1ListLicenseConfigurationsCommand = exports.deserializeAws_json1_1ListFailuresForLicenseConfigurationOperationsCommand = exports.deserializeAws_json1_1ListDistributedGrantsCommand = exports.deserializeAws_json1_1ListAssociationsForLicenseConfigurationCommand = exports.deserializeAws_json1_1GetServiceSettingsCommand = exports.deserializeAws_json1_1GetLicenseUsageCommand = exports.deserializeAws_json1_1GetLicenseManagerReportGeneratorCommand = exports.deserializeAws_json1_1GetLicenseConversionTaskCommand = exports.deserializeAws_json1_1GetLicenseConfigurationCommand = exports.deserializeAws_json1_1GetLicenseCommand = exports.deserializeAws_json1_1GetGrantCommand = exports.deserializeAws_json1_1GetAccessTokenCommand = exports.deserializeAws_json1_1ExtendLicenseConsumptionCommand = exports.deserializeAws_json1_1DeleteTokenCommand = exports.deserializeAws_json1_1DeleteLicenseManagerReportGeneratorCommand = exports.deserializeAws_json1_1DeleteLicenseConfigurationCommand = exports.deserializeAws_json1_1DeleteLicenseCommand = exports.deserializeAws_json1_1DeleteGrantCommand = exports.deserializeAws_json1_1CreateTokenCommand = exports.deserializeAws_json1_1CreateLicenseVersionCommand = exports.deserializeAws_json1_1CreateLicenseManagerReportGeneratorCommand = exports.deserializeAws_json1_1CreateLicenseConversionTaskForResourceCommand = exports.deserializeAws_json1_1CreateLicenseConfigurationCommand = exports.deserializeAws_json1_1CreateLicenseCommand = exports.deserializeAws_json1_1CreateGrantVersionCommand = exports.deserializeAws_json1_1CreateGrantCommand = exports.deserializeAws_json1_1CheckoutLicenseCommand = exports.deserializeAws_json1_1CheckoutBorrowLicenseCommand = void 0;
|
|
5
5
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const serializeAws_json1_1AcceptGrantCommand = async (input, context) => {
|
|
@@ -84,6 +84,16 @@ const serializeAws_json1_1CreateLicenseConfigurationCommand = async (input, cont
|
|
|
84
84
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
85
85
|
};
|
|
86
86
|
exports.serializeAws_json1_1CreateLicenseConfigurationCommand = serializeAws_json1_1CreateLicenseConfigurationCommand;
|
|
87
|
+
const serializeAws_json1_1CreateLicenseConversionTaskForResourceCommand = async (input, context) => {
|
|
88
|
+
const headers = {
|
|
89
|
+
"content-type": "application/x-amz-json-1.1",
|
|
90
|
+
"x-amz-target": "AWSLicenseManager.CreateLicenseConversionTaskForResource",
|
|
91
|
+
};
|
|
92
|
+
let body;
|
|
93
|
+
body = JSON.stringify(serializeAws_json1_1CreateLicenseConversionTaskForResourceRequest(input, context));
|
|
94
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
95
|
+
};
|
|
96
|
+
exports.serializeAws_json1_1CreateLicenseConversionTaskForResourceCommand = serializeAws_json1_1CreateLicenseConversionTaskForResourceCommand;
|
|
87
97
|
const serializeAws_json1_1CreateLicenseManagerReportGeneratorCommand = async (input, context) => {
|
|
88
98
|
const headers = {
|
|
89
99
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -214,6 +224,16 @@ const serializeAws_json1_1GetLicenseConfigurationCommand = async (input, context
|
|
|
214
224
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
215
225
|
};
|
|
216
226
|
exports.serializeAws_json1_1GetLicenseConfigurationCommand = serializeAws_json1_1GetLicenseConfigurationCommand;
|
|
227
|
+
const serializeAws_json1_1GetLicenseConversionTaskCommand = async (input, context) => {
|
|
228
|
+
const headers = {
|
|
229
|
+
"content-type": "application/x-amz-json-1.1",
|
|
230
|
+
"x-amz-target": "AWSLicenseManager.GetLicenseConversionTask",
|
|
231
|
+
};
|
|
232
|
+
let body;
|
|
233
|
+
body = JSON.stringify(serializeAws_json1_1GetLicenseConversionTaskRequest(input, context));
|
|
234
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
235
|
+
};
|
|
236
|
+
exports.serializeAws_json1_1GetLicenseConversionTaskCommand = serializeAws_json1_1GetLicenseConversionTaskCommand;
|
|
217
237
|
const serializeAws_json1_1GetLicenseManagerReportGeneratorCommand = async (input, context) => {
|
|
218
238
|
const headers = {
|
|
219
239
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -284,6 +304,16 @@ const serializeAws_json1_1ListLicenseConfigurationsCommand = async (input, conte
|
|
|
284
304
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
285
305
|
};
|
|
286
306
|
exports.serializeAws_json1_1ListLicenseConfigurationsCommand = serializeAws_json1_1ListLicenseConfigurationsCommand;
|
|
307
|
+
const serializeAws_json1_1ListLicenseConversionTasksCommand = async (input, context) => {
|
|
308
|
+
const headers = {
|
|
309
|
+
"content-type": "application/x-amz-json-1.1",
|
|
310
|
+
"x-amz-target": "AWSLicenseManager.ListLicenseConversionTasks",
|
|
311
|
+
};
|
|
312
|
+
let body;
|
|
313
|
+
body = JSON.stringify(serializeAws_json1_1ListLicenseConversionTasksRequest(input, context));
|
|
314
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
315
|
+
};
|
|
316
|
+
exports.serializeAws_json1_1ListLicenseConversionTasksCommand = serializeAws_json1_1ListLicenseConversionTasksCommand;
|
|
287
317
|
const serializeAws_json1_1ListLicenseManagerReportGeneratorsCommand = async (input, context) => {
|
|
288
318
|
const headers = {
|
|
289
319
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -1270,6 +1300,93 @@ const deserializeAws_json1_1CreateLicenseConfigurationCommandError = async (outp
|
|
|
1270
1300
|
delete response.Message;
|
|
1271
1301
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
1272
1302
|
};
|
|
1303
|
+
const deserializeAws_json1_1CreateLicenseConversionTaskForResourceCommand = async (output, context) => {
|
|
1304
|
+
if (output.statusCode >= 300) {
|
|
1305
|
+
return deserializeAws_json1_1CreateLicenseConversionTaskForResourceCommandError(output, context);
|
|
1306
|
+
}
|
|
1307
|
+
const data = await parseBody(output.body, context);
|
|
1308
|
+
let contents = {};
|
|
1309
|
+
contents = deserializeAws_json1_1CreateLicenseConversionTaskForResourceResponse(data, context);
|
|
1310
|
+
const response = {
|
|
1311
|
+
$metadata: deserializeMetadata(output),
|
|
1312
|
+
...contents,
|
|
1313
|
+
};
|
|
1314
|
+
return Promise.resolve(response);
|
|
1315
|
+
};
|
|
1316
|
+
exports.deserializeAws_json1_1CreateLicenseConversionTaskForResourceCommand = deserializeAws_json1_1CreateLicenseConversionTaskForResourceCommand;
|
|
1317
|
+
const deserializeAws_json1_1CreateLicenseConversionTaskForResourceCommandError = async (output, context) => {
|
|
1318
|
+
const parsedOutput = {
|
|
1319
|
+
...output,
|
|
1320
|
+
body: await parseBody(output.body, context),
|
|
1321
|
+
};
|
|
1322
|
+
let response;
|
|
1323
|
+
let errorCode = "UnknownError";
|
|
1324
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1325
|
+
switch (errorCode) {
|
|
1326
|
+
case "AccessDeniedException":
|
|
1327
|
+
case "com.amazonaws.licensemanager#AccessDeniedException":
|
|
1328
|
+
response = {
|
|
1329
|
+
...(await deserializeAws_json1_1AccessDeniedExceptionResponse(parsedOutput, context)),
|
|
1330
|
+
name: errorCode,
|
|
1331
|
+
$metadata: deserializeMetadata(output),
|
|
1332
|
+
};
|
|
1333
|
+
break;
|
|
1334
|
+
case "AuthorizationException":
|
|
1335
|
+
case "com.amazonaws.licensemanager#AuthorizationException":
|
|
1336
|
+
response = {
|
|
1337
|
+
...(await deserializeAws_json1_1AuthorizationExceptionResponse(parsedOutput, context)),
|
|
1338
|
+
name: errorCode,
|
|
1339
|
+
$metadata: deserializeMetadata(output),
|
|
1340
|
+
};
|
|
1341
|
+
break;
|
|
1342
|
+
case "InvalidParameterValueException":
|
|
1343
|
+
case "com.amazonaws.licensemanager#InvalidParameterValueException":
|
|
1344
|
+
response = {
|
|
1345
|
+
...(await deserializeAws_json1_1InvalidParameterValueExceptionResponse(parsedOutput, context)),
|
|
1346
|
+
name: errorCode,
|
|
1347
|
+
$metadata: deserializeMetadata(output),
|
|
1348
|
+
};
|
|
1349
|
+
break;
|
|
1350
|
+
case "RateLimitExceededException":
|
|
1351
|
+
case "com.amazonaws.licensemanager#RateLimitExceededException":
|
|
1352
|
+
response = {
|
|
1353
|
+
...(await deserializeAws_json1_1RateLimitExceededExceptionResponse(parsedOutput, context)),
|
|
1354
|
+
name: errorCode,
|
|
1355
|
+
$metadata: deserializeMetadata(output),
|
|
1356
|
+
};
|
|
1357
|
+
break;
|
|
1358
|
+
case "ServerInternalException":
|
|
1359
|
+
case "com.amazonaws.licensemanager#ServerInternalException":
|
|
1360
|
+
response = {
|
|
1361
|
+
...(await deserializeAws_json1_1ServerInternalExceptionResponse(parsedOutput, context)),
|
|
1362
|
+
name: errorCode,
|
|
1363
|
+
$metadata: deserializeMetadata(output),
|
|
1364
|
+
};
|
|
1365
|
+
break;
|
|
1366
|
+
case "ValidationException":
|
|
1367
|
+
case "com.amazonaws.licensemanager#ValidationException":
|
|
1368
|
+
response = {
|
|
1369
|
+
...(await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context)),
|
|
1370
|
+
name: errorCode,
|
|
1371
|
+
$metadata: deserializeMetadata(output),
|
|
1372
|
+
};
|
|
1373
|
+
break;
|
|
1374
|
+
default:
|
|
1375
|
+
const parsedBody = parsedOutput.body;
|
|
1376
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
1377
|
+
response = {
|
|
1378
|
+
...parsedBody,
|
|
1379
|
+
name: `${errorCode}`,
|
|
1380
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
1381
|
+
$fault: "client",
|
|
1382
|
+
$metadata: deserializeMetadata(output),
|
|
1383
|
+
};
|
|
1384
|
+
}
|
|
1385
|
+
const message = response.message || response.Message || errorCode;
|
|
1386
|
+
response.message = message;
|
|
1387
|
+
delete response.Message;
|
|
1388
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
1389
|
+
};
|
|
1273
1390
|
const deserializeAws_json1_1CreateLicenseManagerReportGeneratorCommand = async (output, context) => {
|
|
1274
1391
|
if (output.statusCode >= 300) {
|
|
1275
1392
|
return deserializeAws_json1_1CreateLicenseManagerReportGeneratorCommandError(output, context);
|
|
@@ -2489,6 +2606,85 @@ const deserializeAws_json1_1GetLicenseConfigurationCommandError = async (output,
|
|
|
2489
2606
|
delete response.Message;
|
|
2490
2607
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
2491
2608
|
};
|
|
2609
|
+
const deserializeAws_json1_1GetLicenseConversionTaskCommand = async (output, context) => {
|
|
2610
|
+
if (output.statusCode >= 300) {
|
|
2611
|
+
return deserializeAws_json1_1GetLicenseConversionTaskCommandError(output, context);
|
|
2612
|
+
}
|
|
2613
|
+
const data = await parseBody(output.body, context);
|
|
2614
|
+
let contents = {};
|
|
2615
|
+
contents = deserializeAws_json1_1GetLicenseConversionTaskResponse(data, context);
|
|
2616
|
+
const response = {
|
|
2617
|
+
$metadata: deserializeMetadata(output),
|
|
2618
|
+
...contents,
|
|
2619
|
+
};
|
|
2620
|
+
return Promise.resolve(response);
|
|
2621
|
+
};
|
|
2622
|
+
exports.deserializeAws_json1_1GetLicenseConversionTaskCommand = deserializeAws_json1_1GetLicenseConversionTaskCommand;
|
|
2623
|
+
const deserializeAws_json1_1GetLicenseConversionTaskCommandError = async (output, context) => {
|
|
2624
|
+
const parsedOutput = {
|
|
2625
|
+
...output,
|
|
2626
|
+
body: await parseBody(output.body, context),
|
|
2627
|
+
};
|
|
2628
|
+
let response;
|
|
2629
|
+
let errorCode = "UnknownError";
|
|
2630
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2631
|
+
switch (errorCode) {
|
|
2632
|
+
case "AccessDeniedException":
|
|
2633
|
+
case "com.amazonaws.licensemanager#AccessDeniedException":
|
|
2634
|
+
response = {
|
|
2635
|
+
...(await deserializeAws_json1_1AccessDeniedExceptionResponse(parsedOutput, context)),
|
|
2636
|
+
name: errorCode,
|
|
2637
|
+
$metadata: deserializeMetadata(output),
|
|
2638
|
+
};
|
|
2639
|
+
break;
|
|
2640
|
+
case "AuthorizationException":
|
|
2641
|
+
case "com.amazonaws.licensemanager#AuthorizationException":
|
|
2642
|
+
response = {
|
|
2643
|
+
...(await deserializeAws_json1_1AuthorizationExceptionResponse(parsedOutput, context)),
|
|
2644
|
+
name: errorCode,
|
|
2645
|
+
$metadata: deserializeMetadata(output),
|
|
2646
|
+
};
|
|
2647
|
+
break;
|
|
2648
|
+
case "InvalidParameterValueException":
|
|
2649
|
+
case "com.amazonaws.licensemanager#InvalidParameterValueException":
|
|
2650
|
+
response = {
|
|
2651
|
+
...(await deserializeAws_json1_1InvalidParameterValueExceptionResponse(parsedOutput, context)),
|
|
2652
|
+
name: errorCode,
|
|
2653
|
+
$metadata: deserializeMetadata(output),
|
|
2654
|
+
};
|
|
2655
|
+
break;
|
|
2656
|
+
case "RateLimitExceededException":
|
|
2657
|
+
case "com.amazonaws.licensemanager#RateLimitExceededException":
|
|
2658
|
+
response = {
|
|
2659
|
+
...(await deserializeAws_json1_1RateLimitExceededExceptionResponse(parsedOutput, context)),
|
|
2660
|
+
name: errorCode,
|
|
2661
|
+
$metadata: deserializeMetadata(output),
|
|
2662
|
+
};
|
|
2663
|
+
break;
|
|
2664
|
+
case "ServerInternalException":
|
|
2665
|
+
case "com.amazonaws.licensemanager#ServerInternalException":
|
|
2666
|
+
response = {
|
|
2667
|
+
...(await deserializeAws_json1_1ServerInternalExceptionResponse(parsedOutput, context)),
|
|
2668
|
+
name: errorCode,
|
|
2669
|
+
$metadata: deserializeMetadata(output),
|
|
2670
|
+
};
|
|
2671
|
+
break;
|
|
2672
|
+
default:
|
|
2673
|
+
const parsedBody = parsedOutput.body;
|
|
2674
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
2675
|
+
response = {
|
|
2676
|
+
...parsedBody,
|
|
2677
|
+
name: `${errorCode}`,
|
|
2678
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
2679
|
+
$fault: "client",
|
|
2680
|
+
$metadata: deserializeMetadata(output),
|
|
2681
|
+
};
|
|
2682
|
+
}
|
|
2683
|
+
const message = response.message || response.Message || errorCode;
|
|
2684
|
+
response.message = message;
|
|
2685
|
+
delete response.Message;
|
|
2686
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
2687
|
+
};
|
|
2492
2688
|
const deserializeAws_json1_1GetLicenseManagerReportGeneratorCommand = async (output, context) => {
|
|
2493
2689
|
if (output.statusCode >= 300) {
|
|
2494
2690
|
return deserializeAws_json1_1GetLicenseManagerReportGeneratorCommandError(output, context);
|
|
@@ -3098,6 +3294,85 @@ const deserializeAws_json1_1ListLicenseConfigurationsCommandError = async (outpu
|
|
|
3098
3294
|
delete response.Message;
|
|
3099
3295
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
3100
3296
|
};
|
|
3297
|
+
const deserializeAws_json1_1ListLicenseConversionTasksCommand = async (output, context) => {
|
|
3298
|
+
if (output.statusCode >= 300) {
|
|
3299
|
+
return deserializeAws_json1_1ListLicenseConversionTasksCommandError(output, context);
|
|
3300
|
+
}
|
|
3301
|
+
const data = await parseBody(output.body, context);
|
|
3302
|
+
let contents = {};
|
|
3303
|
+
contents = deserializeAws_json1_1ListLicenseConversionTasksResponse(data, context);
|
|
3304
|
+
const response = {
|
|
3305
|
+
$metadata: deserializeMetadata(output),
|
|
3306
|
+
...contents,
|
|
3307
|
+
};
|
|
3308
|
+
return Promise.resolve(response);
|
|
3309
|
+
};
|
|
3310
|
+
exports.deserializeAws_json1_1ListLicenseConversionTasksCommand = deserializeAws_json1_1ListLicenseConversionTasksCommand;
|
|
3311
|
+
const deserializeAws_json1_1ListLicenseConversionTasksCommandError = async (output, context) => {
|
|
3312
|
+
const parsedOutput = {
|
|
3313
|
+
...output,
|
|
3314
|
+
body: await parseBody(output.body, context),
|
|
3315
|
+
};
|
|
3316
|
+
let response;
|
|
3317
|
+
let errorCode = "UnknownError";
|
|
3318
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3319
|
+
switch (errorCode) {
|
|
3320
|
+
case "AccessDeniedException":
|
|
3321
|
+
case "com.amazonaws.licensemanager#AccessDeniedException":
|
|
3322
|
+
response = {
|
|
3323
|
+
...(await deserializeAws_json1_1AccessDeniedExceptionResponse(parsedOutput, context)),
|
|
3324
|
+
name: errorCode,
|
|
3325
|
+
$metadata: deserializeMetadata(output),
|
|
3326
|
+
};
|
|
3327
|
+
break;
|
|
3328
|
+
case "AuthorizationException":
|
|
3329
|
+
case "com.amazonaws.licensemanager#AuthorizationException":
|
|
3330
|
+
response = {
|
|
3331
|
+
...(await deserializeAws_json1_1AuthorizationExceptionResponse(parsedOutput, context)),
|
|
3332
|
+
name: errorCode,
|
|
3333
|
+
$metadata: deserializeMetadata(output),
|
|
3334
|
+
};
|
|
3335
|
+
break;
|
|
3336
|
+
case "InvalidParameterValueException":
|
|
3337
|
+
case "com.amazonaws.licensemanager#InvalidParameterValueException":
|
|
3338
|
+
response = {
|
|
3339
|
+
...(await deserializeAws_json1_1InvalidParameterValueExceptionResponse(parsedOutput, context)),
|
|
3340
|
+
name: errorCode,
|
|
3341
|
+
$metadata: deserializeMetadata(output),
|
|
3342
|
+
};
|
|
3343
|
+
break;
|
|
3344
|
+
case "RateLimitExceededException":
|
|
3345
|
+
case "com.amazonaws.licensemanager#RateLimitExceededException":
|
|
3346
|
+
response = {
|
|
3347
|
+
...(await deserializeAws_json1_1RateLimitExceededExceptionResponse(parsedOutput, context)),
|
|
3348
|
+
name: errorCode,
|
|
3349
|
+
$metadata: deserializeMetadata(output),
|
|
3350
|
+
};
|
|
3351
|
+
break;
|
|
3352
|
+
case "ServerInternalException":
|
|
3353
|
+
case "com.amazonaws.licensemanager#ServerInternalException":
|
|
3354
|
+
response = {
|
|
3355
|
+
...(await deserializeAws_json1_1ServerInternalExceptionResponse(parsedOutput, context)),
|
|
3356
|
+
name: errorCode,
|
|
3357
|
+
$metadata: deserializeMetadata(output),
|
|
3358
|
+
};
|
|
3359
|
+
break;
|
|
3360
|
+
default:
|
|
3361
|
+
const parsedBody = parsedOutput.body;
|
|
3362
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
3363
|
+
response = {
|
|
3364
|
+
...parsedBody,
|
|
3365
|
+
name: `${errorCode}`,
|
|
3366
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
3367
|
+
$fault: "client",
|
|
3368
|
+
$metadata: deserializeMetadata(output),
|
|
3369
|
+
};
|
|
3370
|
+
}
|
|
3371
|
+
const message = response.message || response.Message || errorCode;
|
|
3372
|
+
response.message = message;
|
|
3373
|
+
delete response.Message;
|
|
3374
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
3375
|
+
};
|
|
3101
3376
|
const deserializeAws_json1_1ListLicenseManagerReportGeneratorsCommand = async (output, context) => {
|
|
3102
3377
|
if (output.statusCode >= 300) {
|
|
3103
3378
|
return deserializeAws_json1_1ListLicenseManagerReportGeneratorsCommandError(output, context);
|
|
@@ -4913,6 +5188,19 @@ const serializeAws_json1_1CreateLicenseConfigurationRequest = (input, context) =
|
|
|
4913
5188
|
...(input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }),
|
|
4914
5189
|
};
|
|
4915
5190
|
};
|
|
5191
|
+
const serializeAws_json1_1CreateLicenseConversionTaskForResourceRequest = (input, context) => {
|
|
5192
|
+
return {
|
|
5193
|
+
...(input.DestinationLicenseContext !== undefined &&
|
|
5194
|
+
input.DestinationLicenseContext !== null && {
|
|
5195
|
+
DestinationLicenseContext: serializeAws_json1_1LicenseConversionContext(input.DestinationLicenseContext, context),
|
|
5196
|
+
}),
|
|
5197
|
+
...(input.ResourceArn !== undefined && input.ResourceArn !== null && { ResourceArn: input.ResourceArn }),
|
|
5198
|
+
...(input.SourceLicenseContext !== undefined &&
|
|
5199
|
+
input.SourceLicenseContext !== null && {
|
|
5200
|
+
SourceLicenseContext: serializeAws_json1_1LicenseConversionContext(input.SourceLicenseContext, context),
|
|
5201
|
+
}),
|
|
5202
|
+
};
|
|
5203
|
+
};
|
|
4916
5204
|
const serializeAws_json1_1CreateLicenseManagerReportGeneratorRequest = (input, context) => {
|
|
4917
5205
|
return {
|
|
4918
5206
|
...(input.ClientToken !== undefined && input.ClientToken !== null && { ClientToken: input.ClientToken }),
|
|
@@ -5139,6 +5427,12 @@ const serializeAws_json1_1GetLicenseConfigurationRequest = (input, context) => {
|
|
|
5139
5427
|
input.LicenseConfigurationArn !== null && { LicenseConfigurationArn: input.LicenseConfigurationArn }),
|
|
5140
5428
|
};
|
|
5141
5429
|
};
|
|
5430
|
+
const serializeAws_json1_1GetLicenseConversionTaskRequest = (input, context) => {
|
|
5431
|
+
return {
|
|
5432
|
+
...(input.LicenseConversionTaskId !== undefined &&
|
|
5433
|
+
input.LicenseConversionTaskId !== null && { LicenseConversionTaskId: input.LicenseConversionTaskId }),
|
|
5434
|
+
};
|
|
5435
|
+
};
|
|
5142
5436
|
const serializeAws_json1_1GetLicenseManagerReportGeneratorRequest = (input, context) => {
|
|
5143
5437
|
return {
|
|
5144
5438
|
...(input.LicenseManagerReportGeneratorArn !== undefined &&
|
|
@@ -5184,6 +5478,12 @@ const serializeAws_json1_1Issuer = (input, context) => {
|
|
|
5184
5478
|
...(input.SignKey !== undefined && input.SignKey !== null && { SignKey: input.SignKey }),
|
|
5185
5479
|
};
|
|
5186
5480
|
};
|
|
5481
|
+
const serializeAws_json1_1LicenseConversionContext = (input, context) => {
|
|
5482
|
+
return {
|
|
5483
|
+
...(input.UsageOperation !== undefined &&
|
|
5484
|
+
input.UsageOperation !== null && { UsageOperation: input.UsageOperation }),
|
|
5485
|
+
};
|
|
5486
|
+
};
|
|
5187
5487
|
const serializeAws_json1_1LicenseSpecification = (input, context) => {
|
|
5188
5488
|
return {
|
|
5189
5489
|
...(input.AmiAssociationScope !== undefined &&
|
|
@@ -5240,6 +5540,14 @@ const serializeAws_json1_1ListLicenseConfigurationsRequest = (input, context) =>
|
|
|
5240
5540
|
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
5241
5541
|
};
|
|
5242
5542
|
};
|
|
5543
|
+
const serializeAws_json1_1ListLicenseConversionTasksRequest = (input, context) => {
|
|
5544
|
+
return {
|
|
5545
|
+
...(input.Filters !== undefined &&
|
|
5546
|
+
input.Filters !== null && { Filters: serializeAws_json1_1Filters(input.Filters, context) }),
|
|
5547
|
+
...(input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults }),
|
|
5548
|
+
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
5549
|
+
};
|
|
5550
|
+
};
|
|
5243
5551
|
const serializeAws_json1_1ListLicenseManagerReportGeneratorsRequest = (input, context) => {
|
|
5244
5552
|
return {
|
|
5245
5553
|
...(input.Filters !== undefined &&
|
|
@@ -5643,6 +5951,7 @@ const deserializeAws_json1_1CheckoutLicenseResponse = (output, context) => {
|
|
|
5643
5951
|
: undefined,
|
|
5644
5952
|
Expiration: smithy_client_1.expectString(output.Expiration),
|
|
5645
5953
|
IssuedAt: smithy_client_1.expectString(output.IssuedAt),
|
|
5954
|
+
LicenseArn: smithy_client_1.expectString(output.LicenseArn),
|
|
5646
5955
|
LicenseConsumptionToken: smithy_client_1.expectString(output.LicenseConsumptionToken),
|
|
5647
5956
|
NodeId: smithy_client_1.expectString(output.NodeId),
|
|
5648
5957
|
SignedToken: smithy_client_1.expectString(output.SignedToken),
|
|
@@ -5699,6 +6008,11 @@ const deserializeAws_json1_1CreateLicenseConfigurationResponse = (output, contex
|
|
|
5699
6008
|
LicenseConfigurationArn: smithy_client_1.expectString(output.LicenseConfigurationArn),
|
|
5700
6009
|
};
|
|
5701
6010
|
};
|
|
6011
|
+
const deserializeAws_json1_1CreateLicenseConversionTaskForResourceResponse = (output, context) => {
|
|
6012
|
+
return {
|
|
6013
|
+
LicenseConversionTaskId: smithy_client_1.expectString(output.LicenseConversionTaskId),
|
|
6014
|
+
};
|
|
6015
|
+
};
|
|
5702
6016
|
const deserializeAws_json1_1CreateLicenseManagerReportGeneratorResponse = (output, context) => {
|
|
5703
6017
|
return {
|
|
5704
6018
|
LicenseManagerReportGeneratorArn: smithy_client_1.expectString(output.LicenseManagerReportGeneratorArn),
|
|
@@ -5875,6 +6189,29 @@ const deserializeAws_json1_1GetLicenseConfigurationResponse = (output, context)
|
|
|
5875
6189
|
: undefined,
|
|
5876
6190
|
};
|
|
5877
6191
|
};
|
|
6192
|
+
const deserializeAws_json1_1GetLicenseConversionTaskResponse = (output, context) => {
|
|
6193
|
+
return {
|
|
6194
|
+
DestinationLicenseContext: output.DestinationLicenseContext !== undefined && output.DestinationLicenseContext !== null
|
|
6195
|
+
? deserializeAws_json1_1LicenseConversionContext(output.DestinationLicenseContext, context)
|
|
6196
|
+
: undefined,
|
|
6197
|
+
EndTime: output.EndTime !== undefined && output.EndTime !== null
|
|
6198
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndTime)))
|
|
6199
|
+
: undefined,
|
|
6200
|
+
LicenseConversionTaskId: smithy_client_1.expectString(output.LicenseConversionTaskId),
|
|
6201
|
+
LicenseConversionTime: output.LicenseConversionTime !== undefined && output.LicenseConversionTime !== null
|
|
6202
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LicenseConversionTime)))
|
|
6203
|
+
: undefined,
|
|
6204
|
+
ResourceArn: smithy_client_1.expectString(output.ResourceArn),
|
|
6205
|
+
SourceLicenseContext: output.SourceLicenseContext !== undefined && output.SourceLicenseContext !== null
|
|
6206
|
+
? deserializeAws_json1_1LicenseConversionContext(output.SourceLicenseContext, context)
|
|
6207
|
+
: undefined,
|
|
6208
|
+
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
6209
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
|
|
6210
|
+
: undefined,
|
|
6211
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
6212
|
+
StatusMessage: smithy_client_1.expectString(output.StatusMessage),
|
|
6213
|
+
};
|
|
6214
|
+
};
|
|
5878
6215
|
const deserializeAws_json1_1GetLicenseManagerReportGeneratorResponse = (output, context) => {
|
|
5879
6216
|
return {
|
|
5880
6217
|
ReportGenerator: output.ReportGenerator !== undefined && output.ReportGenerator !== null
|
|
@@ -6102,6 +6439,44 @@ const deserializeAws_json1_1LicenseConfigurationUsageList = (output, context) =>
|
|
|
6102
6439
|
return deserializeAws_json1_1LicenseConfigurationUsage(entry, context);
|
|
6103
6440
|
});
|
|
6104
6441
|
};
|
|
6442
|
+
const deserializeAws_json1_1LicenseConversionContext = (output, context) => {
|
|
6443
|
+
return {
|
|
6444
|
+
UsageOperation: smithy_client_1.expectString(output.UsageOperation),
|
|
6445
|
+
};
|
|
6446
|
+
};
|
|
6447
|
+
const deserializeAws_json1_1LicenseConversionTask = (output, context) => {
|
|
6448
|
+
return {
|
|
6449
|
+
DestinationLicenseContext: output.DestinationLicenseContext !== undefined && output.DestinationLicenseContext !== null
|
|
6450
|
+
? deserializeAws_json1_1LicenseConversionContext(output.DestinationLicenseContext, context)
|
|
6451
|
+
: undefined,
|
|
6452
|
+
EndTime: output.EndTime !== undefined && output.EndTime !== null
|
|
6453
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndTime)))
|
|
6454
|
+
: undefined,
|
|
6455
|
+
LicenseConversionTaskId: smithy_client_1.expectString(output.LicenseConversionTaskId),
|
|
6456
|
+
LicenseConversionTime: output.LicenseConversionTime !== undefined && output.LicenseConversionTime !== null
|
|
6457
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LicenseConversionTime)))
|
|
6458
|
+
: undefined,
|
|
6459
|
+
ResourceArn: smithy_client_1.expectString(output.ResourceArn),
|
|
6460
|
+
SourceLicenseContext: output.SourceLicenseContext !== undefined && output.SourceLicenseContext !== null
|
|
6461
|
+
? deserializeAws_json1_1LicenseConversionContext(output.SourceLicenseContext, context)
|
|
6462
|
+
: undefined,
|
|
6463
|
+
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
6464
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
|
|
6465
|
+
: undefined,
|
|
6466
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
6467
|
+
StatusMessage: smithy_client_1.expectString(output.StatusMessage),
|
|
6468
|
+
};
|
|
6469
|
+
};
|
|
6470
|
+
const deserializeAws_json1_1LicenseConversionTasks = (output, context) => {
|
|
6471
|
+
return (output || [])
|
|
6472
|
+
.filter((e) => e != null)
|
|
6473
|
+
.map((entry) => {
|
|
6474
|
+
if (entry === null) {
|
|
6475
|
+
return null;
|
|
6476
|
+
}
|
|
6477
|
+
return deserializeAws_json1_1LicenseConversionTask(entry, context);
|
|
6478
|
+
});
|
|
6479
|
+
};
|
|
6105
6480
|
const deserializeAws_json1_1LicenseList = (output, context) => {
|
|
6106
6481
|
return (output || [])
|
|
6107
6482
|
.filter((e) => e != null)
|
|
@@ -6198,6 +6573,14 @@ const deserializeAws_json1_1ListLicenseConfigurationsResponse = (output, context
|
|
|
6198
6573
|
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
6199
6574
|
};
|
|
6200
6575
|
};
|
|
6576
|
+
const deserializeAws_json1_1ListLicenseConversionTasksResponse = (output, context) => {
|
|
6577
|
+
return {
|
|
6578
|
+
LicenseConversionTasks: output.LicenseConversionTasks !== undefined && output.LicenseConversionTasks !== null
|
|
6579
|
+
? deserializeAws_json1_1LicenseConversionTasks(output.LicenseConversionTasks, context)
|
|
6580
|
+
: undefined,
|
|
6581
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
6582
|
+
};
|
|
6583
|
+
};
|
|
6201
6584
|
const deserializeAws_json1_1ListLicenseManagerReportGeneratorsResponse = (output, context) => {
|
|
6202
6585
|
return {
|
|
6203
6586
|
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
@@ -6587,14 +6970,12 @@ const deserializeMetadata = (output) => {
|
|
|
6587
6970
|
cfId: output.headers["x-amz-cf-id"],
|
|
6588
6971
|
});
|
|
6589
6972
|
};
|
|
6590
|
-
// Collect low-level response body stream to Uint8Array.
|
|
6591
6973
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
6592
6974
|
if (streamBody instanceof Uint8Array) {
|
|
6593
6975
|
return Promise.resolve(streamBody);
|
|
6594
6976
|
}
|
|
6595
6977
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
6596
6978
|
};
|
|
6597
|
-
// Encode Uint8Array data into string with utf-8.
|
|
6598
6979
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
6599
6980
|
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
6600
6981
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -6620,9 +7001,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
6620
7001
|
}
|
|
6621
7002
|
return {};
|
|
6622
7003
|
});
|
|
6623
|
-
/**
|
|
6624
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
6625
|
-
*/
|
|
6626
7004
|
const loadRestJsonErrorCode = (output, data) => {
|
|
6627
7005
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
6628
7006
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -6647,4 +7025,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
6647
7025
|
}
|
|
6648
7026
|
return "";
|
|
6649
7027
|
};
|
|
6650
|
-
//# sourceMappingURL=Aws_json1_1.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
const getRuntimeConfig = (config) => {
|
|
19
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
35
|
};
|
|
39
36
|
};
|
|
40
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeConfig = (config) => {
|
|
23
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
24
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
40
|
};
|
|
44
41
|
};
|
|
45
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
6
|
-
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|