@aws-sdk/client-ecr-public 3.31.0 → 3.35.0
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 +39 -0
- package/{dist/cjs → dist-cjs}/ECRPUBLIC.js +2 -2
- package/dist-cjs/ECRPUBLIC.js.map +1 -0
- package/{dist/cjs → dist-cjs}/ECRPUBLICClient.js +14 -14
- package/dist-cjs/ECRPUBLICClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/BatchCheckLayerAvailabilityCommand.js +5 -5
- package/dist-cjs/commands/BatchCheckLayerAvailabilityCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/BatchDeleteImageCommand.js +5 -5
- package/dist-cjs/commands/BatchDeleteImageCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CompleteLayerUploadCommand.js +5 -5
- package/dist-cjs/commands/CompleteLayerUploadCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateRepositoryCommand.js +5 -5
- package/dist-cjs/commands/CreateRepositoryCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteRepositoryCommand.js +5 -5
- package/dist-cjs/commands/DeleteRepositoryCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteRepositoryPolicyCommand.js +5 -5
- package/dist-cjs/commands/DeleteRepositoryPolicyCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeImageTagsCommand.js +5 -5
- package/dist-cjs/commands/DescribeImageTagsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeImagesCommand.js +5 -5
- package/dist-cjs/commands/DescribeImagesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeRegistriesCommand.js +5 -5
- package/dist-cjs/commands/DescribeRegistriesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeRepositoriesCommand.js +5 -5
- package/dist-cjs/commands/DescribeRepositoriesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetAuthorizationTokenCommand.js +5 -5
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetRegistryCatalogDataCommand.js +5 -5
- package/dist-cjs/commands/GetRegistryCatalogDataCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetRepositoryCatalogDataCommand.js +5 -5
- package/dist-cjs/commands/GetRepositoryCatalogDataCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetRepositoryPolicyCommand.js +5 -5
- package/dist-cjs/commands/GetRepositoryPolicyCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/InitiateLayerUploadCommand.js +5 -5
- package/dist-cjs/commands/InitiateLayerUploadCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/PutImageCommand.js +5 -5
- package/dist-cjs/commands/PutImageCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/PutRegistryCatalogDataCommand.js +5 -5
- package/dist-cjs/commands/PutRegistryCatalogDataCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/PutRepositoryCatalogDataCommand.js +5 -5
- package/dist-cjs/commands/PutRepositoryCatalogDataCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/SetRepositoryPolicyCommand.js +5 -5
- package/dist-cjs/commands/SetRepositoryPolicyCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UploadLayerPartCommand.js +5 -5
- package/dist-cjs/commands/UploadLayerPartCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +35 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeImageTagsPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeImageTagsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeImagesPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeImagesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeRegistriesPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeRegistriesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeRepositoriesPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeRepositoriesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +105 -105
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/ECRPUBLIC.js +3 -12
- package/dist-es/ECRPUBLIC.js.map +1 -0
- package/{dist/es → dist-es}/ECRPUBLICClient.js +2 -16
- package/dist-es/ECRPUBLICClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/BatchCheckLayerAvailabilityCommand.js +4 -35
- package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/BatchDeleteImageCommand.js +4 -34
- package/dist-es/commands/BatchDeleteImageCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CompleteLayerUploadCommand.js +4 -36
- package/dist-es/commands/CompleteLayerUploadCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateRepositoryCommand.js +4 -30
- package/dist-es/commands/CreateRepositoryCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteRepositoryCommand.js +4 -31
- package/dist-es/commands/DeleteRepositoryCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteRepositoryPolicyCommand.js +4 -29
- package/dist-es/commands/DeleteRepositoryPolicyCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeImageTagsCommand.js +4 -29
- package/dist-es/commands/DescribeImageTagsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeImagesCommand.js +4 -35
- package/dist-es/commands/DescribeImagesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeRegistriesCommand.js +4 -29
- package/dist-es/commands/DescribeRegistriesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeRepositoriesCommand.js +4 -29
- package/dist-es/commands/DescribeRepositoriesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetAuthorizationTokenCommand.js +4 -33
- package/dist-es/commands/GetAuthorizationTokenCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetRegistryCatalogDataCommand.js +4 -29
- package/dist-es/commands/GetRegistryCatalogDataCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetRepositoryCatalogDataCommand.js +4 -30
- package/dist-es/commands/GetRepositoryCatalogDataCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetRepositoryPolicyCommand.js +4 -29
- package/dist-es/commands/GetRepositoryPolicyCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/InitiateLayerUploadCommand.js +4 -35
- package/dist-es/commands/InitiateLayerUploadCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/PutImageCommand.js +4 -36
- package/dist-es/commands/PutImageCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/PutRegistryCatalogDataCommand.js +4 -29
- package/dist-es/commands/PutRegistryCatalogDataCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/PutRepositoryCatalogDataCommand.js +4 -29
- package/dist-es/commands/PutRepositoryCatalogDataCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/SetRepositoryPolicyCommand.js +4 -31
- package/dist-es/commands/SetRepositoryPolicyCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -32
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UploadLayerPartCommand.js +4 -35
- package/dist-es/commands/UploadLayerPartCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -255
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeImageTagsPaginator.js +17 -29
- package/dist-es/pagination/DescribeImageTagsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeImagesPaginator.js +17 -29
- package/dist-es/pagination/DescribeImagesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeRegistriesPaginator.js +17 -29
- package/dist-es/pagination/DescribeRegistriesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeRepositoriesPaginator.js +17 -29
- package/dist-es/pagination/DescribeRepositoriesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +590 -595
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/ECRPUBLIC.d.ts +3 -3
- package/{dist/types → dist-types}/ECRPUBLICClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/BatchCheckLayerAvailabilityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchDeleteImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CompleteLayerUploadCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateRepositoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteRepositoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteRepositoryPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeImageTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeImagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRegistriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRepositoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAuthorizationTokenCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetRegistryCatalogDataCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetRepositoryCatalogDataCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetRepositoryPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/InitiateLayerUploadCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutRegistryCatalogDataCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutRepositoryCatalogDataCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetRepositoryPolicyCommand.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/UploadLayerPartCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeImageTagsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeRegistriesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeRepositoriesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ECRPUBLIC.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/ECRPUBLICClient.d.ts +9 -9
- package/{dist/types → dist-types}/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/BatchDeleteImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CompleteLayerUploadCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateRepositoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteRepositoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeImageTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeImagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRegistriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRepositoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetRegistryCatalogDataCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetRepositoryCatalogDataCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/InitiateLayerUploadCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutRegistryCatalogDataCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutRepositoryCatalogDataCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UploadLayerPartCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeImageTagsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeRegistriesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/{ECRPUBLIC.ts → src/ECRPUBLIC.ts} +8 -7
- package/{ECRPUBLICClient.ts → src/ECRPUBLICClient.ts} +59 -58
- package/{commands → src/commands}/BatchCheckLayerAvailabilityCommand.ts +8 -7
- package/{commands → src/commands}/BatchDeleteImageCommand.ts +8 -7
- package/{commands → src/commands}/CompleteLayerUploadCommand.ts +8 -7
- package/{commands → src/commands}/CreateRepositoryCommand.ts +8 -7
- package/{commands → src/commands}/DeleteRepositoryCommand.ts +8 -7
- package/{commands → src/commands}/DeleteRepositoryPolicyCommand.ts +8 -7
- package/{commands → src/commands}/DescribeImageTagsCommand.ts +8 -7
- package/{commands → src/commands}/DescribeImagesCommand.ts +8 -7
- package/{commands → src/commands}/DescribeRegistriesCommand.ts +8 -7
- package/{commands → src/commands}/DescribeRepositoriesCommand.ts +8 -7
- package/{commands → src/commands}/GetAuthorizationTokenCommand.ts +8 -7
- package/{commands → src/commands}/GetRegistryCatalogDataCommand.ts +8 -7
- package/{commands → src/commands}/GetRepositoryCatalogDataCommand.ts +8 -7
- package/{commands → src/commands}/GetRepositoryPolicyCommand.ts +8 -7
- package/{commands → src/commands}/InitiateLayerUploadCommand.ts +8 -7
- package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
- package/{commands → src/commands}/PutImageCommand.ts +5 -4
- package/{commands → src/commands}/PutRegistryCatalogDataCommand.ts +8 -7
- package/{commands → src/commands}/PutRepositoryCatalogDataCommand.ts +8 -7
- package/{commands → src/commands}/SetRepositoryPolicyCommand.ts +8 -7
- package/{commands → src/commands}/TagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UploadLayerPartCommand.ts +8 -7
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{pagination → src/pagination}/DescribeImageTagsPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeImagesPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeRegistriesPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeRepositoriesPaginator.ts +4 -3
- package/{pagination → src/pagination}/Interfaces.ts +2 -1
- package/{protocols → src/protocols}/Aws_json1_1.ts +44 -43
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/dist/cjs/ECRPUBLIC.js.map +0 -1
- package/dist/cjs/ECRPUBLICClient.js.map +0 -1
- package/dist/cjs/commands/BatchCheckLayerAvailabilityCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteImageCommand.js.map +0 -1
- package/dist/cjs/commands/CompleteLayerUploadCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRepositoryCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRepositoryCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRepositoryPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeImageTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeImagesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRegistriesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRepositoriesCommand.js.map +0 -1
- package/dist/cjs/commands/GetAuthorizationTokenCommand.js.map +0 -1
- package/dist/cjs/commands/GetRegistryCatalogDataCommand.js.map +0 -1
- package/dist/cjs/commands/GetRepositoryCatalogDataCommand.js.map +0 -1
- package/dist/cjs/commands/GetRepositoryPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/InitiateLayerUploadCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutImageCommand.js.map +0 -1
- package/dist/cjs/commands/PutRegistryCatalogDataCommand.js.map +0 -1
- package/dist/cjs/commands/PutRepositoryCatalogDataCommand.js.map +0 -1
- package/dist/cjs/commands/SetRepositoryPolicyCommand.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/UploadLayerPartCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -35
- package/dist/cjs/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/pagination/DescribeImageTagsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeImagesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeRegistriesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeRepositoriesPaginator.js.map +0 -1
- 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/ECRPUBLIC.js.map +0 -1
- package/dist/es/ECRPUBLICClient.js.map +0 -1
- package/dist/es/commands/BatchCheckLayerAvailabilityCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteImageCommand.js.map +0 -1
- package/dist/es/commands/CompleteLayerUploadCommand.js.map +0 -1
- package/dist/es/commands/CreateRepositoryCommand.js.map +0 -1
- package/dist/es/commands/DeleteRepositoryCommand.js.map +0 -1
- package/dist/es/commands/DeleteRepositoryPolicyCommand.js.map +0 -1
- package/dist/es/commands/DescribeImageTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeImagesCommand.js.map +0 -1
- package/dist/es/commands/DescribeRegistriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeRepositoriesCommand.js.map +0 -1
- package/dist/es/commands/GetAuthorizationTokenCommand.js.map +0 -1
- package/dist/es/commands/GetRegistryCatalogDataCommand.js.map +0 -1
- package/dist/es/commands/GetRepositoryCatalogDataCommand.js.map +0 -1
- package/dist/es/commands/GetRepositoryPolicyCommand.js.map +0 -1
- package/dist/es/commands/InitiateLayerUploadCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutImageCommand.js.map +0 -1
- package/dist/es/commands/PutRegistryCatalogDataCommand.js.map +0 -1
- package/dist/es/commands/PutRepositoryCatalogDataCommand.js.map +0 -1
- package/dist/es/commands/SetRepositoryPolicyCommand.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/UploadLayerPartCommand.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.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeImageTagsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeImagesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeRegistriesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeRepositoriesPaginator.js.map +0 -1
- 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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeImageTagsPaginator.js","sourceRoot":"","sources":["../../src/pagination/DescribeImageTagsPaginator.ts"],"names":[],"mappings":";;;AAEA,mFAI8C;AAC9C,4CAAyC;AACzC,wDAAqD;AAGrD;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAuB,EACvB,KAAoC,EACpC,GAAG,IAAS,EAC6B,EAAE;IAC3C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,mDAAwB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACzE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAiB,EACjB,KAAoC,EACpC,GAAG,IAAS,EAC6B,EAAE;IAC3C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,iBAAiB,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACxD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,yBAAyB,CAC9C,MAAwC,EACxC,KAAoC,EACpC,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAoC,CAAC;IACzC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;QACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACtC,IAAI,MAAM,CAAC,MAAM,YAAY,qBAAS,EAAE;YACtC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,iCAAe,EAAE;YACnD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,sDAAsD,CAAC,CAAC;SACzE;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;QACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,8DAyBC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateDescribeImages = void 0;
|
|
4
|
+
const DescribeImagesCommand_1 = require("../commands/DescribeImagesCommand");
|
|
4
5
|
const ECRPUBLIC_1 = require("../ECRPUBLIC");
|
|
5
6
|
const ECRPUBLICClient_1 = require("../ECRPUBLICClient");
|
|
6
|
-
const DescribeImagesCommand_1 = require("../commands/DescribeImagesCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeImagesPaginator.js","sourceRoot":"","sources":["../../src/pagination/DescribeImagesPaginator.ts"],"names":[],"mappings":";;;AAEA,6EAI2C;AAC3C,4CAAyC;AACzC,wDAAqD;AAGrD;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAuB,EACvB,KAAiC,EACjC,GAAG,IAAS,EAC0B,EAAE;IACxC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,6CAAqB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACtE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAiB,EACjB,KAAiC,EACjC,GAAG,IAAS,EAC0B,EAAE;IACxC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACrD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,sBAAsB,CAC3C,MAAwC,EACxC,KAAiC,EACjC,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAiC,CAAC;IACtC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;QACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACtC,IAAI,MAAM,CAAC,MAAM,YAAY,qBAAS,EAAE;YACtC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,iCAAe,EAAE;YACnD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,sDAAsD,CAAC,CAAC;SACzE;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;QACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,wDAyBC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateDescribeRegistries = void 0;
|
|
4
|
+
const DescribeRegistriesCommand_1 = require("../commands/DescribeRegistriesCommand");
|
|
4
5
|
const ECRPUBLIC_1 = require("../ECRPUBLIC");
|
|
5
6
|
const ECRPUBLICClient_1 = require("../ECRPUBLICClient");
|
|
6
|
-
const DescribeRegistriesCommand_1 = require("../commands/DescribeRegistriesCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeRegistriesPaginator.js","sourceRoot":"","sources":["../../src/pagination/DescribeRegistriesPaginator.ts"],"names":[],"mappings":";;;AAEA,qFAI+C;AAC/C,4CAAyC;AACzC,wDAAqD;AAGrD;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAuB,EACvB,KAAqC,EACrC,GAAG,IAAS,EAC8B,EAAE;IAC5C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,qDAAyB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AAC1E,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAiB,EACjB,KAAqC,EACrC,GAAG,IAAS,EAC8B,EAAE;IAC5C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,kBAAkB,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACzD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,0BAA0B,CAC/C,MAAwC,EACxC,KAAqC,EACrC,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAqC,CAAC;IAC1C,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;QACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACtC,IAAI,MAAM,CAAC,MAAM,YAAY,qBAAS,EAAE;YACtC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,iCAAe,EAAE;YACnD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,sDAAsD,CAAC,CAAC;SACzE;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;QACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,gEAyBC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateDescribeRepositories = void 0;
|
|
4
|
+
const DescribeRepositoriesCommand_1 = require("../commands/DescribeRepositoriesCommand");
|
|
4
5
|
const ECRPUBLIC_1 = require("../ECRPUBLIC");
|
|
5
6
|
const ECRPUBLICClient_1 = require("../ECRPUBLICClient");
|
|
6
|
-
const DescribeRepositoriesCommand_1 = require("../commands/DescribeRepositoriesCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeRepositoriesPaginator.js","sourceRoot":"","sources":["../../src/pagination/DescribeRepositoriesPaginator.ts"],"names":[],"mappings":";;;AAEA,yFAIiD;AACjD,4CAAyC;AACzC,wDAAqD;AAGrD;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAuB,EACvB,KAAuC,EACvC,GAAG,IAAS,EACgC,EAAE;IAC9C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,yDAA2B,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AAC5E,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAiB,EACjB,KAAuC,EACvC,GAAG,IAAS,EACgC,EAAE;IAC9C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,oBAAoB,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AAC3D,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,4BAA4B,CACjD,MAAwC,EACxC,KAAuC,EACvC,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAuC,CAAC;IAC5C,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;QACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACtC,IAAI,MAAM,CAAC,MAAM,YAAY,qBAAS,EAAE;YACtC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,iCAAe,EAAE;YACnD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,sDAAsD,CAAC,CAAC;SACzE;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;QACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,oEAyBC"}
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["../../src/pagination/Interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -2496,14 +2496,14 @@ const deserializeAws_json1_1ArchitectureList = (output, context) => {
|
|
|
2496
2496
|
if (entry === null) {
|
|
2497
2497
|
return null;
|
|
2498
2498
|
}
|
|
2499
|
-
return
|
|
2499
|
+
return smithy_client_1.expectString(entry);
|
|
2500
2500
|
});
|
|
2501
2501
|
};
|
|
2502
2502
|
const deserializeAws_json1_1AuthorizationData = (output, context) => {
|
|
2503
2503
|
return {
|
|
2504
|
-
authorizationToken:
|
|
2504
|
+
authorizationToken: smithy_client_1.expectString(output.authorizationToken),
|
|
2505
2505
|
expiresAt: output.expiresAt !== undefined && output.expiresAt !== null
|
|
2506
|
-
?
|
|
2506
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.expiresAt)))
|
|
2507
2507
|
: undefined,
|
|
2508
2508
|
};
|
|
2509
2509
|
};
|
|
@@ -2529,10 +2529,10 @@ const deserializeAws_json1_1BatchDeleteImageResponse = (output, context) => {
|
|
|
2529
2529
|
};
|
|
2530
2530
|
const deserializeAws_json1_1CompleteLayerUploadResponse = (output, context) => {
|
|
2531
2531
|
return {
|
|
2532
|
-
layerDigest:
|
|
2533
|
-
registryId:
|
|
2534
|
-
repositoryName:
|
|
2535
|
-
uploadId:
|
|
2532
|
+
layerDigest: smithy_client_1.expectString(output.layerDigest),
|
|
2533
|
+
registryId: smithy_client_1.expectString(output.registryId),
|
|
2534
|
+
repositoryName: smithy_client_1.expectString(output.repositoryName),
|
|
2535
|
+
uploadId: smithy_client_1.expectString(output.uploadId),
|
|
2536
2536
|
};
|
|
2537
2537
|
};
|
|
2538
2538
|
const deserializeAws_json1_1CreateRepositoryResponse = (output, context) => {
|
|
@@ -2547,9 +2547,9 @@ const deserializeAws_json1_1CreateRepositoryResponse = (output, context) => {
|
|
|
2547
2547
|
};
|
|
2548
2548
|
const deserializeAws_json1_1DeleteRepositoryPolicyResponse = (output, context) => {
|
|
2549
2549
|
return {
|
|
2550
|
-
policyText:
|
|
2551
|
-
registryId:
|
|
2552
|
-
repositoryName:
|
|
2550
|
+
policyText: smithy_client_1.expectString(output.policyText),
|
|
2551
|
+
registryId: smithy_client_1.expectString(output.registryId),
|
|
2552
|
+
repositoryName: smithy_client_1.expectString(output.repositoryName),
|
|
2553
2553
|
};
|
|
2554
2554
|
};
|
|
2555
2555
|
const deserializeAws_json1_1DeleteRepositoryResponse = (output, context) => {
|
|
@@ -2564,7 +2564,7 @@ const deserializeAws_json1_1DescribeImagesResponse = (output, context) => {
|
|
|
2564
2564
|
imageDetails: output.imageDetails !== undefined && output.imageDetails !== null
|
|
2565
2565
|
? deserializeAws_json1_1ImageDetailList(output.imageDetails, context)
|
|
2566
2566
|
: undefined,
|
|
2567
|
-
nextToken:
|
|
2567
|
+
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
2568
2568
|
};
|
|
2569
2569
|
};
|
|
2570
2570
|
const deserializeAws_json1_1DescribeImageTagsResponse = (output, context) => {
|
|
@@ -2572,12 +2572,12 @@ const deserializeAws_json1_1DescribeImageTagsResponse = (output, context) => {
|
|
|
2572
2572
|
imageTagDetails: output.imageTagDetails !== undefined && output.imageTagDetails !== null
|
|
2573
2573
|
? deserializeAws_json1_1ImageTagDetailList(output.imageTagDetails, context)
|
|
2574
2574
|
: undefined,
|
|
2575
|
-
nextToken:
|
|
2575
|
+
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
2576
2576
|
};
|
|
2577
2577
|
};
|
|
2578
2578
|
const deserializeAws_json1_1DescribeRegistriesResponse = (output, context) => {
|
|
2579
2579
|
return {
|
|
2580
|
-
nextToken:
|
|
2580
|
+
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
2581
2581
|
registries: output.registries !== undefined && output.registries !== null
|
|
2582
2582
|
? deserializeAws_json1_1RegistryList(output.registries, context)
|
|
2583
2583
|
: undefined,
|
|
@@ -2585,7 +2585,7 @@ const deserializeAws_json1_1DescribeRegistriesResponse = (output, context) => {
|
|
|
2585
2585
|
};
|
|
2586
2586
|
const deserializeAws_json1_1DescribeRepositoriesResponse = (output, context) => {
|
|
2587
2587
|
return {
|
|
2588
|
-
nextToken:
|
|
2588
|
+
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
2589
2589
|
repositories: output.repositories !== undefined && output.repositories !== null
|
|
2590
2590
|
? deserializeAws_json1_1RepositoryList(output.repositories, context)
|
|
2591
2591
|
: undefined,
|
|
@@ -2593,7 +2593,7 @@ const deserializeAws_json1_1DescribeRepositoriesResponse = (output, context) =>
|
|
|
2593
2593
|
};
|
|
2594
2594
|
const deserializeAws_json1_1EmptyUploadException = (output, context) => {
|
|
2595
2595
|
return {
|
|
2596
|
-
message:
|
|
2596
|
+
message: smithy_client_1.expectString(output.message),
|
|
2597
2597
|
};
|
|
2598
2598
|
};
|
|
2599
2599
|
const deserializeAws_json1_1GetAuthorizationTokenResponse = (output, context) => {
|
|
@@ -2619,9 +2619,9 @@ const deserializeAws_json1_1GetRepositoryCatalogDataResponse = (output, context)
|
|
|
2619
2619
|
};
|
|
2620
2620
|
const deserializeAws_json1_1GetRepositoryPolicyResponse = (output, context) => {
|
|
2621
2621
|
return {
|
|
2622
|
-
policyText:
|
|
2623
|
-
registryId:
|
|
2624
|
-
repositoryName:
|
|
2622
|
+
policyText: smithy_client_1.expectString(output.policyText),
|
|
2623
|
+
registryId: smithy_client_1.expectString(output.registryId),
|
|
2624
|
+
repositoryName: smithy_client_1.expectString(output.repositoryName),
|
|
2625
2625
|
};
|
|
2626
2626
|
};
|
|
2627
2627
|
const deserializeAws_json1_1Image = (output, context) => {
|
|
@@ -2629,31 +2629,31 @@ const deserializeAws_json1_1Image = (output, context) => {
|
|
|
2629
2629
|
imageId: output.imageId !== undefined && output.imageId !== null
|
|
2630
2630
|
? deserializeAws_json1_1ImageIdentifier(output.imageId, context)
|
|
2631
2631
|
: undefined,
|
|
2632
|
-
imageManifest:
|
|
2633
|
-
imageManifestMediaType:
|
|
2634
|
-
registryId:
|
|
2635
|
-
repositoryName:
|
|
2632
|
+
imageManifest: smithy_client_1.expectString(output.imageManifest),
|
|
2633
|
+
imageManifestMediaType: smithy_client_1.expectString(output.imageManifestMediaType),
|
|
2634
|
+
registryId: smithy_client_1.expectString(output.registryId),
|
|
2635
|
+
repositoryName: smithy_client_1.expectString(output.repositoryName),
|
|
2636
2636
|
};
|
|
2637
2637
|
};
|
|
2638
2638
|
const deserializeAws_json1_1ImageAlreadyExistsException = (output, context) => {
|
|
2639
2639
|
return {
|
|
2640
|
-
message:
|
|
2640
|
+
message: smithy_client_1.expectString(output.message),
|
|
2641
2641
|
};
|
|
2642
2642
|
};
|
|
2643
2643
|
const deserializeAws_json1_1ImageDetail = (output, context) => {
|
|
2644
2644
|
return {
|
|
2645
|
-
artifactMediaType:
|
|
2646
|
-
imageDigest:
|
|
2647
|
-
imageManifestMediaType:
|
|
2645
|
+
artifactMediaType: smithy_client_1.expectString(output.artifactMediaType),
|
|
2646
|
+
imageDigest: smithy_client_1.expectString(output.imageDigest),
|
|
2647
|
+
imageManifestMediaType: smithy_client_1.expectString(output.imageManifestMediaType),
|
|
2648
2648
|
imagePushedAt: output.imagePushedAt !== undefined && output.imagePushedAt !== null
|
|
2649
|
-
?
|
|
2649
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.imagePushedAt)))
|
|
2650
2650
|
: undefined,
|
|
2651
|
-
imageSizeInBytes:
|
|
2651
|
+
imageSizeInBytes: smithy_client_1.expectLong(output.imageSizeInBytes),
|
|
2652
2652
|
imageTags: output.imageTags !== undefined && output.imageTags !== null
|
|
2653
2653
|
? deserializeAws_json1_1ImageTagList(output.imageTags, context)
|
|
2654
2654
|
: undefined,
|
|
2655
|
-
registryId:
|
|
2656
|
-
repositoryName:
|
|
2655
|
+
registryId: smithy_client_1.expectString(output.registryId),
|
|
2656
|
+
repositoryName: smithy_client_1.expectString(output.repositoryName),
|
|
2657
2657
|
};
|
|
2658
2658
|
};
|
|
2659
2659
|
const deserializeAws_json1_1ImageDetailList = (output, context) => {
|
|
@@ -2668,13 +2668,13 @@ const deserializeAws_json1_1ImageDetailList = (output, context) => {
|
|
|
2668
2668
|
};
|
|
2669
2669
|
const deserializeAws_json1_1ImageDigestDoesNotMatchException = (output, context) => {
|
|
2670
2670
|
return {
|
|
2671
|
-
message:
|
|
2671
|
+
message: smithy_client_1.expectString(output.message),
|
|
2672
2672
|
};
|
|
2673
2673
|
};
|
|
2674
2674
|
const deserializeAws_json1_1ImageFailure = (output, context) => {
|
|
2675
2675
|
return {
|
|
2676
|
-
failureCode:
|
|
2677
|
-
failureReason:
|
|
2676
|
+
failureCode: smithy_client_1.expectString(output.failureCode),
|
|
2677
|
+
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
2678
2678
|
imageId: output.imageId !== undefined && output.imageId !== null
|
|
2679
2679
|
? deserializeAws_json1_1ImageIdentifier(output.imageId, context)
|
|
2680
2680
|
: undefined,
|
|
@@ -2692,8 +2692,8 @@ const deserializeAws_json1_1ImageFailureList = (output, context) => {
|
|
|
2692
2692
|
};
|
|
2693
2693
|
const deserializeAws_json1_1ImageIdentifier = (output, context) => {
|
|
2694
2694
|
return {
|
|
2695
|
-
imageDigest:
|
|
2696
|
-
imageTag:
|
|
2695
|
+
imageDigest: smithy_client_1.expectString(output.imageDigest),
|
|
2696
|
+
imageTag: smithy_client_1.expectString(output.imageTag),
|
|
2697
2697
|
};
|
|
2698
2698
|
};
|
|
2699
2699
|
const deserializeAws_json1_1ImageIdentifierList = (output, context) => {
|
|
@@ -2708,23 +2708,23 @@ const deserializeAws_json1_1ImageIdentifierList = (output, context) => {
|
|
|
2708
2708
|
};
|
|
2709
2709
|
const deserializeAws_json1_1ImageNotFoundException = (output, context) => {
|
|
2710
2710
|
return {
|
|
2711
|
-
message:
|
|
2711
|
+
message: smithy_client_1.expectString(output.message),
|
|
2712
2712
|
};
|
|
2713
2713
|
};
|
|
2714
2714
|
const deserializeAws_json1_1ImageTagAlreadyExistsException = (output, context) => {
|
|
2715
2715
|
return {
|
|
2716
|
-
message:
|
|
2716
|
+
message: smithy_client_1.expectString(output.message),
|
|
2717
2717
|
};
|
|
2718
2718
|
};
|
|
2719
2719
|
const deserializeAws_json1_1ImageTagDetail = (output, context) => {
|
|
2720
2720
|
return {
|
|
2721
2721
|
createdAt: output.createdAt !== undefined && output.createdAt !== null
|
|
2722
|
-
?
|
|
2722
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
|
|
2723
2723
|
: undefined,
|
|
2724
2724
|
imageDetail: output.imageDetail !== undefined && output.imageDetail !== null
|
|
2725
2725
|
? deserializeAws_json1_1ReferencedImageDetail(output.imageDetail, context)
|
|
2726
2726
|
: undefined,
|
|
2727
|
-
imageTag:
|
|
2727
|
+
imageTag: smithy_client_1.expectString(output.imageTag),
|
|
2728
2728
|
};
|
|
2729
2729
|
};
|
|
2730
2730
|
const deserializeAws_json1_1ImageTagDetailList = (output, context) => {
|
|
@@ -2744,57 +2744,57 @@ const deserializeAws_json1_1ImageTagList = (output, context) => {
|
|
|
2744
2744
|
if (entry === null) {
|
|
2745
2745
|
return null;
|
|
2746
2746
|
}
|
|
2747
|
-
return
|
|
2747
|
+
return smithy_client_1.expectString(entry);
|
|
2748
2748
|
});
|
|
2749
2749
|
};
|
|
2750
2750
|
const deserializeAws_json1_1InitiateLayerUploadResponse = (output, context) => {
|
|
2751
2751
|
return {
|
|
2752
|
-
partSize:
|
|
2753
|
-
uploadId:
|
|
2752
|
+
partSize: smithy_client_1.expectLong(output.partSize),
|
|
2753
|
+
uploadId: smithy_client_1.expectString(output.uploadId),
|
|
2754
2754
|
};
|
|
2755
2755
|
};
|
|
2756
2756
|
const deserializeAws_json1_1InvalidLayerException = (output, context) => {
|
|
2757
2757
|
return {
|
|
2758
|
-
message:
|
|
2758
|
+
message: smithy_client_1.expectString(output.message),
|
|
2759
2759
|
};
|
|
2760
2760
|
};
|
|
2761
2761
|
const deserializeAws_json1_1InvalidLayerPartException = (output, context) => {
|
|
2762
2762
|
return {
|
|
2763
|
-
lastValidByteReceived:
|
|
2764
|
-
message:
|
|
2765
|
-
registryId:
|
|
2766
|
-
repositoryName:
|
|
2767
|
-
uploadId:
|
|
2763
|
+
lastValidByteReceived: smithy_client_1.expectLong(output.lastValidByteReceived),
|
|
2764
|
+
message: smithy_client_1.expectString(output.message),
|
|
2765
|
+
registryId: smithy_client_1.expectString(output.registryId),
|
|
2766
|
+
repositoryName: smithy_client_1.expectString(output.repositoryName),
|
|
2767
|
+
uploadId: smithy_client_1.expectString(output.uploadId),
|
|
2768
2768
|
};
|
|
2769
2769
|
};
|
|
2770
2770
|
const deserializeAws_json1_1InvalidParameterException = (output, context) => {
|
|
2771
2771
|
return {
|
|
2772
|
-
message:
|
|
2772
|
+
message: smithy_client_1.expectString(output.message),
|
|
2773
2773
|
};
|
|
2774
2774
|
};
|
|
2775
2775
|
const deserializeAws_json1_1InvalidTagParameterException = (output, context) => {
|
|
2776
2776
|
return {
|
|
2777
|
-
message:
|
|
2777
|
+
message: smithy_client_1.expectString(output.message),
|
|
2778
2778
|
};
|
|
2779
2779
|
};
|
|
2780
2780
|
const deserializeAws_json1_1Layer = (output, context) => {
|
|
2781
2781
|
return {
|
|
2782
|
-
layerAvailability:
|
|
2783
|
-
layerDigest:
|
|
2784
|
-
layerSize:
|
|
2785
|
-
mediaType:
|
|
2782
|
+
layerAvailability: smithy_client_1.expectString(output.layerAvailability),
|
|
2783
|
+
layerDigest: smithy_client_1.expectString(output.layerDigest),
|
|
2784
|
+
layerSize: smithy_client_1.expectLong(output.layerSize),
|
|
2785
|
+
mediaType: smithy_client_1.expectString(output.mediaType),
|
|
2786
2786
|
};
|
|
2787
2787
|
};
|
|
2788
2788
|
const deserializeAws_json1_1LayerAlreadyExistsException = (output, context) => {
|
|
2789
2789
|
return {
|
|
2790
|
-
message:
|
|
2790
|
+
message: smithy_client_1.expectString(output.message),
|
|
2791
2791
|
};
|
|
2792
2792
|
};
|
|
2793
2793
|
const deserializeAws_json1_1LayerFailure = (output, context) => {
|
|
2794
2794
|
return {
|
|
2795
|
-
failureCode:
|
|
2796
|
-
failureReason:
|
|
2797
|
-
layerDigest:
|
|
2795
|
+
failureCode: smithy_client_1.expectString(output.failureCode),
|
|
2796
|
+
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
2797
|
+
layerDigest: smithy_client_1.expectString(output.layerDigest),
|
|
2798
2798
|
};
|
|
2799
2799
|
};
|
|
2800
2800
|
const deserializeAws_json1_1LayerFailureList = (output, context) => {
|
|
@@ -2819,17 +2819,17 @@ const deserializeAws_json1_1LayerList = (output, context) => {
|
|
|
2819
2819
|
};
|
|
2820
2820
|
const deserializeAws_json1_1LayerPartTooSmallException = (output, context) => {
|
|
2821
2821
|
return {
|
|
2822
|
-
message:
|
|
2822
|
+
message: smithy_client_1.expectString(output.message),
|
|
2823
2823
|
};
|
|
2824
2824
|
};
|
|
2825
2825
|
const deserializeAws_json1_1LayersNotFoundException = (output, context) => {
|
|
2826
2826
|
return {
|
|
2827
|
-
message:
|
|
2827
|
+
message: smithy_client_1.expectString(output.message),
|
|
2828
2828
|
};
|
|
2829
2829
|
};
|
|
2830
2830
|
const deserializeAws_json1_1LimitExceededException = (output, context) => {
|
|
2831
2831
|
return {
|
|
2832
|
-
message:
|
|
2832
|
+
message: smithy_client_1.expectString(output.message),
|
|
2833
2833
|
};
|
|
2834
2834
|
};
|
|
2835
2835
|
const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
@@ -2846,7 +2846,7 @@ const deserializeAws_json1_1OperatingSystemList = (output, context) => {
|
|
|
2846
2846
|
if (entry === null) {
|
|
2847
2847
|
return null;
|
|
2848
2848
|
}
|
|
2849
|
-
return
|
|
2849
|
+
return smithy_client_1.expectString(entry);
|
|
2850
2850
|
});
|
|
2851
2851
|
};
|
|
2852
2852
|
const deserializeAws_json1_1PutImageResponse = (output, context) => {
|
|
@@ -2872,18 +2872,18 @@ const deserializeAws_json1_1PutRepositoryCatalogDataResponse = (output, context)
|
|
|
2872
2872
|
};
|
|
2873
2873
|
const deserializeAws_json1_1ReferencedImageDetail = (output, context) => {
|
|
2874
2874
|
return {
|
|
2875
|
-
artifactMediaType:
|
|
2876
|
-
imageDigest:
|
|
2877
|
-
imageManifestMediaType:
|
|
2875
|
+
artifactMediaType: smithy_client_1.expectString(output.artifactMediaType),
|
|
2876
|
+
imageDigest: smithy_client_1.expectString(output.imageDigest),
|
|
2877
|
+
imageManifestMediaType: smithy_client_1.expectString(output.imageManifestMediaType),
|
|
2878
2878
|
imagePushedAt: output.imagePushedAt !== undefined && output.imagePushedAt !== null
|
|
2879
|
-
?
|
|
2879
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.imagePushedAt)))
|
|
2880
2880
|
: undefined,
|
|
2881
|
-
imageSizeInBytes:
|
|
2881
|
+
imageSizeInBytes: smithy_client_1.expectLong(output.imageSizeInBytes),
|
|
2882
2882
|
};
|
|
2883
2883
|
};
|
|
2884
2884
|
const deserializeAws_json1_1ReferencedImagesNotFoundException = (output, context) => {
|
|
2885
2885
|
return {
|
|
2886
|
-
message:
|
|
2886
|
+
message: smithy_client_1.expectString(output.message),
|
|
2887
2887
|
};
|
|
2888
2888
|
};
|
|
2889
2889
|
const deserializeAws_json1_1Registry = (output, context) => {
|
|
@@ -2891,18 +2891,18 @@ const deserializeAws_json1_1Registry = (output, context) => {
|
|
|
2891
2891
|
aliases: output.aliases !== undefined && output.aliases !== null
|
|
2892
2892
|
? deserializeAws_json1_1RegistryAliasList(output.aliases, context)
|
|
2893
2893
|
: undefined,
|
|
2894
|
-
registryArn:
|
|
2895
|
-
registryId:
|
|
2896
|
-
registryUri:
|
|
2897
|
-
verified:
|
|
2894
|
+
registryArn: smithy_client_1.expectString(output.registryArn),
|
|
2895
|
+
registryId: smithy_client_1.expectString(output.registryId),
|
|
2896
|
+
registryUri: smithy_client_1.expectString(output.registryUri),
|
|
2897
|
+
verified: smithy_client_1.expectBoolean(output.verified),
|
|
2898
2898
|
};
|
|
2899
2899
|
};
|
|
2900
2900
|
const deserializeAws_json1_1RegistryAlias = (output, context) => {
|
|
2901
2901
|
return {
|
|
2902
|
-
defaultRegistryAlias:
|
|
2903
|
-
name:
|
|
2904
|
-
primaryRegistryAlias:
|
|
2905
|
-
status:
|
|
2902
|
+
defaultRegistryAlias: smithy_client_1.expectBoolean(output.defaultRegistryAlias),
|
|
2903
|
+
name: smithy_client_1.expectString(output.name),
|
|
2904
|
+
primaryRegistryAlias: smithy_client_1.expectBoolean(output.primaryRegistryAlias),
|
|
2905
|
+
status: smithy_client_1.expectString(output.status),
|
|
2906
2906
|
};
|
|
2907
2907
|
};
|
|
2908
2908
|
const deserializeAws_json1_1RegistryAliasList = (output, context) => {
|
|
@@ -2917,7 +2917,7 @@ const deserializeAws_json1_1RegistryAliasList = (output, context) => {
|
|
|
2917
2917
|
};
|
|
2918
2918
|
const deserializeAws_json1_1RegistryCatalogData = (output, context) => {
|
|
2919
2919
|
return {
|
|
2920
|
-
displayName:
|
|
2920
|
+
displayName: smithy_client_1.expectString(output.displayName),
|
|
2921
2921
|
};
|
|
2922
2922
|
};
|
|
2923
2923
|
const deserializeAws_json1_1RegistryList = (output, context) => {
|
|
@@ -2932,38 +2932,38 @@ const deserializeAws_json1_1RegistryList = (output, context) => {
|
|
|
2932
2932
|
};
|
|
2933
2933
|
const deserializeAws_json1_1RegistryNotFoundException = (output, context) => {
|
|
2934
2934
|
return {
|
|
2935
|
-
message:
|
|
2935
|
+
message: smithy_client_1.expectString(output.message),
|
|
2936
2936
|
};
|
|
2937
2937
|
};
|
|
2938
2938
|
const deserializeAws_json1_1Repository = (output, context) => {
|
|
2939
2939
|
return {
|
|
2940
2940
|
createdAt: output.createdAt !== undefined && output.createdAt !== null
|
|
2941
|
-
?
|
|
2941
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
|
|
2942
2942
|
: undefined,
|
|
2943
|
-
registryId:
|
|
2944
|
-
repositoryArn:
|
|
2945
|
-
repositoryName:
|
|
2946
|
-
repositoryUri:
|
|
2943
|
+
registryId: smithy_client_1.expectString(output.registryId),
|
|
2944
|
+
repositoryArn: smithy_client_1.expectString(output.repositoryArn),
|
|
2945
|
+
repositoryName: smithy_client_1.expectString(output.repositoryName),
|
|
2946
|
+
repositoryUri: smithy_client_1.expectString(output.repositoryUri),
|
|
2947
2947
|
};
|
|
2948
2948
|
};
|
|
2949
2949
|
const deserializeAws_json1_1RepositoryAlreadyExistsException = (output, context) => {
|
|
2950
2950
|
return {
|
|
2951
|
-
message:
|
|
2951
|
+
message: smithy_client_1.expectString(output.message),
|
|
2952
2952
|
};
|
|
2953
2953
|
};
|
|
2954
2954
|
const deserializeAws_json1_1RepositoryCatalogData = (output, context) => {
|
|
2955
2955
|
return {
|
|
2956
|
-
aboutText:
|
|
2956
|
+
aboutText: smithy_client_1.expectString(output.aboutText),
|
|
2957
2957
|
architectures: output.architectures !== undefined && output.architectures !== null
|
|
2958
2958
|
? deserializeAws_json1_1ArchitectureList(output.architectures, context)
|
|
2959
2959
|
: undefined,
|
|
2960
|
-
description:
|
|
2961
|
-
logoUrl:
|
|
2962
|
-
marketplaceCertified:
|
|
2960
|
+
description: smithy_client_1.expectString(output.description),
|
|
2961
|
+
logoUrl: smithy_client_1.expectString(output.logoUrl),
|
|
2962
|
+
marketplaceCertified: smithy_client_1.expectBoolean(output.marketplaceCertified),
|
|
2963
2963
|
operatingSystems: output.operatingSystems !== undefined && output.operatingSystems !== null
|
|
2964
2964
|
? deserializeAws_json1_1OperatingSystemList(output.operatingSystems, context)
|
|
2965
2965
|
: undefined,
|
|
2966
|
-
usageText:
|
|
2966
|
+
usageText: smithy_client_1.expectString(output.usageText),
|
|
2967
2967
|
};
|
|
2968
2968
|
};
|
|
2969
2969
|
const deserializeAws_json1_1RepositoryList = (output, context) => {
|
|
@@ -2978,35 +2978,35 @@ const deserializeAws_json1_1RepositoryList = (output, context) => {
|
|
|
2978
2978
|
};
|
|
2979
2979
|
const deserializeAws_json1_1RepositoryNotEmptyException = (output, context) => {
|
|
2980
2980
|
return {
|
|
2981
|
-
message:
|
|
2981
|
+
message: smithy_client_1.expectString(output.message),
|
|
2982
2982
|
};
|
|
2983
2983
|
};
|
|
2984
2984
|
const deserializeAws_json1_1RepositoryNotFoundException = (output, context) => {
|
|
2985
2985
|
return {
|
|
2986
|
-
message:
|
|
2986
|
+
message: smithy_client_1.expectString(output.message),
|
|
2987
2987
|
};
|
|
2988
2988
|
};
|
|
2989
2989
|
const deserializeAws_json1_1RepositoryPolicyNotFoundException = (output, context) => {
|
|
2990
2990
|
return {
|
|
2991
|
-
message:
|
|
2991
|
+
message: smithy_client_1.expectString(output.message),
|
|
2992
2992
|
};
|
|
2993
2993
|
};
|
|
2994
2994
|
const deserializeAws_json1_1ServerException = (output, context) => {
|
|
2995
2995
|
return {
|
|
2996
|
-
message:
|
|
2996
|
+
message: smithy_client_1.expectString(output.message),
|
|
2997
2997
|
};
|
|
2998
2998
|
};
|
|
2999
2999
|
const deserializeAws_json1_1SetRepositoryPolicyResponse = (output, context) => {
|
|
3000
3000
|
return {
|
|
3001
|
-
policyText:
|
|
3002
|
-
registryId:
|
|
3003
|
-
repositoryName:
|
|
3001
|
+
policyText: smithy_client_1.expectString(output.policyText),
|
|
3002
|
+
registryId: smithy_client_1.expectString(output.registryId),
|
|
3003
|
+
repositoryName: smithy_client_1.expectString(output.repositoryName),
|
|
3004
3004
|
};
|
|
3005
3005
|
};
|
|
3006
3006
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
3007
3007
|
return {
|
|
3008
|
-
Key:
|
|
3009
|
-
Value:
|
|
3008
|
+
Key: smithy_client_1.expectString(output.Key),
|
|
3009
|
+
Value: smithy_client_1.expectString(output.Value),
|
|
3010
3010
|
};
|
|
3011
3011
|
};
|
|
3012
3012
|
const deserializeAws_json1_1TagList = (output, context) => {
|
|
@@ -3024,12 +3024,12 @@ const deserializeAws_json1_1TagResourceResponse = (output, context) => {
|
|
|
3024
3024
|
};
|
|
3025
3025
|
const deserializeAws_json1_1TooManyTagsException = (output, context) => {
|
|
3026
3026
|
return {
|
|
3027
|
-
message:
|
|
3027
|
+
message: smithy_client_1.expectString(output.message),
|
|
3028
3028
|
};
|
|
3029
3029
|
};
|
|
3030
3030
|
const deserializeAws_json1_1UnsupportedCommandException = (output, context) => {
|
|
3031
3031
|
return {
|
|
3032
|
-
message:
|
|
3032
|
+
message: smithy_client_1.expectString(output.message),
|
|
3033
3033
|
};
|
|
3034
3034
|
};
|
|
3035
3035
|
const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
|
|
@@ -3037,15 +3037,15 @@ const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
|
|
|
3037
3037
|
};
|
|
3038
3038
|
const deserializeAws_json1_1UploadLayerPartResponse = (output, context) => {
|
|
3039
3039
|
return {
|
|
3040
|
-
lastByteReceived:
|
|
3041
|
-
registryId:
|
|
3042
|
-
repositoryName:
|
|
3043
|
-
uploadId:
|
|
3040
|
+
lastByteReceived: smithy_client_1.expectLong(output.lastByteReceived),
|
|
3041
|
+
registryId: smithy_client_1.expectString(output.registryId),
|
|
3042
|
+
repositoryName: smithy_client_1.expectString(output.repositoryName),
|
|
3043
|
+
uploadId: smithy_client_1.expectString(output.uploadId),
|
|
3044
3044
|
};
|
|
3045
3045
|
};
|
|
3046
3046
|
const deserializeAws_json1_1UploadNotFoundException = (output, context) => {
|
|
3047
3047
|
return {
|
|
3048
|
-
message:
|
|
3048
|
+
message: smithy_client_1.expectString(output.message),
|
|
3049
3049
|
};
|
|
3050
3050
|
};
|
|
3051
3051
|
const deserializeMetadata = (output) => {
|