@aws-sdk/client-service-catalog-appregistry 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}/ServiceCatalogAppRegistry.js +1 -1
- package/dist-cjs/ServiceCatalogAppRegistry.js.map +1 -0
- package/{dist/cjs → dist-cjs}/ServiceCatalogAppRegistryClient.js +14 -14
- package/dist-cjs/ServiceCatalogAppRegistryClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/AssociateAttributeGroupCommand.js +5 -5
- package/dist-cjs/commands/AssociateAttributeGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/AssociateResourceCommand.js +5 -5
- package/dist-cjs/commands/AssociateResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +5 -5
- package/dist-cjs/commands/CreateApplicationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateAttributeGroupCommand.js +5 -5
- package/dist-cjs/commands/CreateAttributeGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteApplicationCommand.js +5 -5
- package/dist-cjs/commands/DeleteApplicationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteAttributeGroupCommand.js +5 -5
- package/dist-cjs/commands/DeleteAttributeGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DisassociateAttributeGroupCommand.js +5 -5
- package/dist-cjs/commands/DisassociateAttributeGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DisassociateResourceCommand.js +5 -5
- package/dist-cjs/commands/DisassociateResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetApplicationCommand.js +5 -5
- package/dist-cjs/commands/GetApplicationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetAssociatedResourceCommand.js +5 -5
- package/dist-cjs/commands/GetAssociatedResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetAttributeGroupCommand.js +5 -5
- package/dist-cjs/commands/GetAttributeGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListApplicationsCommand.js +5 -5
- package/dist-cjs/commands/ListApplicationsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListAssociatedAttributeGroupsCommand.js +5 -5
- package/dist-cjs/commands/ListAssociatedAttributeGroupsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListAssociatedResourcesCommand.js +5 -5
- package/dist-cjs/commands/ListAssociatedResourcesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListAttributeGroupsCommand.js +5 -5
- package/dist-cjs/commands/ListAttributeGroupsCommand.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/SyncResourceCommand.js +5 -5
- package/dist-cjs/commands/SyncResourceCommand.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/UpdateApplicationCommand.js +5 -5
- package/dist-cjs/commands/UpdateApplicationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateAttributeGroupCommand.js +5 -5
- package/dist-cjs/commands/UpdateAttributeGroupCommand.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 +33 -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/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/pagination/ListApplicationsPaginator.js +1 -1
- package/dist-cjs/pagination/ListApplicationsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListAssociatedAttributeGroupsPaginator.js +1 -1
- package/dist-cjs/pagination/ListAssociatedAttributeGroupsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListAssociatedResourcesPaginator.js +1 -1
- package/dist-cjs/pagination/ListAssociatedResourcesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListAttributeGroupsPaginator.js +1 -1
- package/dist-cjs/pagination/ListAttributeGroupsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +119 -119
- package/dist-cjs/protocols/Aws_restJson1.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}/ServiceCatalogAppRegistry.js +2 -5
- package/dist-es/ServiceCatalogAppRegistry.js.map +1 -0
- package/{dist/es → dist-es}/ServiceCatalogAppRegistryClient.js +2 -10
- package/dist-es/ServiceCatalogAppRegistryClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/AssociateAttributeGroupCommand.js +4 -31
- package/dist-es/commands/AssociateAttributeGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/AssociateResourceCommand.js +4 -29
- package/dist-es/commands/AssociateResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +4 -29
- package/dist-es/commands/CreateApplicationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateAttributeGroupCommand.js +4 -32
- package/dist-es/commands/CreateAttributeGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteApplicationCommand.js +4 -29
- package/dist-es/commands/DeleteApplicationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteAttributeGroupCommand.js +4 -29
- package/dist-es/commands/DeleteAttributeGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DisassociateAttributeGroupCommand.js +4 -29
- package/dist-es/commands/DisassociateAttributeGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DisassociateResourceCommand.js +4 -29
- package/dist-es/commands/DisassociateResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetApplicationCommand.js +4 -29
- package/dist-es/commands/GetApplicationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetAssociatedResourceCommand.js +4 -29
- package/dist-es/commands/GetAssociatedResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetAttributeGroupCommand.js +4 -29
- package/dist-es/commands/GetAttributeGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListApplicationsCommand.js +4 -29
- package/dist-es/commands/ListApplicationsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListAssociatedAttributeGroupsCommand.js +4 -29
- package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListAssociatedResourcesCommand.js +4 -29
- package/dist-es/commands/ListAssociatedResourcesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListAttributeGroupsCommand.js +4 -29
- package/dist-es/commands/ListAttributeGroupsCommand.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/SyncResourceCommand.js +4 -30
- package/dist-es/commands/SyncResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -31
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +4 -29
- package/dist-es/commands/UpdateApplicationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateAttributeGroupCommand.js +4 -29
- package/dist-es/commands/UpdateAttributeGroupCommand.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 -168
- package/dist-es/models/models_0.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}/pagination/ListApplicationsPaginator.js +17 -29
- package/dist-es/pagination/ListApplicationsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListAssociatedAttributeGroupsPaginator.js +17 -29
- package/dist-es/pagination/ListAssociatedAttributeGroupsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListAssociatedResourcesPaginator.js +17 -29
- package/dist-es/pagination/ListAssociatedResourcesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListAttributeGroupsPaginator.js +17 -29
- package/dist-es/pagination/ListAttributeGroupsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +447 -452
- package/dist-es/protocols/Aws_restJson1.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}/ServiceCatalogAppRegistry.d.ts +2 -2
- package/{dist/types → dist-types}/ServiceCatalogAppRegistryClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AssociateAttributeGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/AssociateResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateAttributeGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteApplicationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteAttributeGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DisassociateAttributeGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DisassociateResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetApplicationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetAssociatedResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetAttributeGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListApplicationsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListAssociatedAttributeGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListAssociatedResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListAttributeGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/SyncResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateAttributeGroupCommand.d.ts +3 -3
- 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/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAssociatedResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAttributeGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- 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/ServiceCatalogAppRegistry.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/ServiceCatalogAppRegistryClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/AssociateResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateApplicationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateAttributeGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetApplicationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetAssociatedResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetAttributeGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListApplicationsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListAttributeGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/SyncResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateApplicationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +3 -3
- 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/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAssociatedResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAttributeGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- 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/{ServiceCatalogAppRegistry.ts → src/ServiceCatalogAppRegistry.ts} +3 -2
- package/{ServiceCatalogAppRegistryClient.ts → src/ServiceCatalogAppRegistryClient.ts} +58 -57
- package/{commands → src/commands}/AssociateAttributeGroupCommand.ts +12 -11
- package/{commands → src/commands}/AssociateResourceCommand.ts +12 -11
- package/{commands → src/commands}/CreateApplicationCommand.ts +12 -11
- package/{commands → src/commands}/CreateAttributeGroupCommand.ts +12 -11
- package/{commands → src/commands}/DeleteApplicationCommand.ts +12 -11
- package/{commands → src/commands}/DeleteAttributeGroupCommand.ts +12 -11
- package/{commands → src/commands}/DisassociateAttributeGroupCommand.ts +12 -11
- package/{commands → src/commands}/DisassociateResourceCommand.ts +12 -11
- package/{commands → src/commands}/GetApplicationCommand.ts +12 -11
- package/{commands → src/commands}/GetAssociatedResourceCommand.ts +12 -11
- package/{commands → src/commands}/GetAttributeGroupCommand.ts +12 -11
- package/{commands → src/commands}/ListApplicationsCommand.ts +12 -11
- package/{commands → src/commands}/ListAssociatedAttributeGroupsCommand.ts +12 -11
- package/{commands → src/commands}/ListAssociatedResourcesCommand.ts +12 -11
- package/{commands → src/commands}/ListAttributeGroupsCommand.ts +12 -11
- package/{commands → src/commands}/ListTagsForResourceCommand.ts +12 -11
- package/{commands → src/commands}/SyncResourceCommand.ts +12 -11
- package/{commands → src/commands}/TagResourceCommand.ts +12 -11
- package/{commands → src/commands}/UntagResourceCommand.ts +12 -11
- package/{commands → src/commands}/UpdateApplicationCommand.ts +12 -11
- package/{commands → src/commands}/UpdateAttributeGroupCommand.ts +12 -11
- 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}/Interfaces.ts +2 -1
- package/{pagination → src/pagination}/ListApplicationsPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListAssociatedAttributeGroupsPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListAssociatedResourcesPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListAttributeGroupsPaginator.ts +4 -3
- package/{protocols → src/protocols}/Aws_restJson1.ts +43 -42
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +4 -3
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +2 -1
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +5 -4
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/dist/cjs/ServiceCatalogAppRegistry.js.map +0 -1
- package/dist/cjs/ServiceCatalogAppRegistryClient.js.map +0 -1
- package/dist/cjs/commands/AssociateAttributeGroupCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateResourceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAttributeGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAttributeGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateAttributeGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateResourceCommand.js.map +0 -1
- package/dist/cjs/commands/GetApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssociatedResourceCommand.js.map +0 -1
- package/dist/cjs/commands/GetAttributeGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ListApplicationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssociatedAttributeGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssociatedResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/ListAttributeGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/SyncResourceCommand.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/UpdateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAttributeGroupCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -33
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/ListApplicationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssociatedAttributeGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssociatedResourcesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAttributeGroupsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.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/ServiceCatalogAppRegistry.js.map +0 -1
- package/dist/es/ServiceCatalogAppRegistryClient.js.map +0 -1
- package/dist/es/commands/AssociateAttributeGroupCommand.js.map +0 -1
- package/dist/es/commands/AssociateResourceCommand.js.map +0 -1
- package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/es/commands/CreateAttributeGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/es/commands/DeleteAttributeGroupCommand.js.map +0 -1
- package/dist/es/commands/DisassociateAttributeGroupCommand.js.map +0 -1
- package/dist/es/commands/DisassociateResourceCommand.js.map +0 -1
- package/dist/es/commands/GetApplicationCommand.js.map +0 -1
- package/dist/es/commands/GetAssociatedResourceCommand.js.map +0 -1
- package/dist/es/commands/GetAttributeGroupCommand.js.map +0 -1
- package/dist/es/commands/ListApplicationsCommand.js.map +0 -1
- package/dist/es/commands/ListAssociatedAttributeGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListAssociatedResourcesCommand.js.map +0 -1
- package/dist/es/commands/ListAttributeGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/SyncResourceCommand.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/UpdateApplicationCommand.js.map +0 -1
- package/dist/es/commands/UpdateAttributeGroupCommand.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 -93
- package/dist/es/pagination/ListApplicationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssociatedAttributeGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssociatedResourcesPaginator.js.map +0 -1
- package/dist/es/pagination/ListAttributeGroupsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.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
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListApplicationsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves a list of all of your applications. Results are paginated.</p>
|
|
10
10
|
* @example
|
|
@@ -35,7 +35,7 @@ class ListApplicationsCommand extends smithy_client_1.Command {
|
|
|
35
35
|
* @internal
|
|
36
36
|
*/
|
|
37
37
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
39
|
const stack = clientStack.concat(this.middlewareStack);
|
|
40
40
|
const { logger } = configuration;
|
|
41
41
|
const clientName = "ServiceCatalogAppRegistryClient";
|
|
@@ -51,10 +51,10 @@ class ListApplicationsCommand extends smithy_client_1.Command {
|
|
|
51
51
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
52
|
}
|
|
53
53
|
serialize(input, context) {
|
|
54
|
-
return
|
|
54
|
+
return Aws_restJson1_1.serializeAws_restJson1ListApplicationsCommand(input, context);
|
|
55
55
|
}
|
|
56
56
|
deserialize(output, context) {
|
|
57
|
-
return
|
|
57
|
+
return Aws_restJson1_1.deserializeAws_restJson1ListApplicationsCommand(output, context);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListApplicationsCommand = ListApplicationsCommand;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListApplicationsCommand.js","sourceRoot":"","sources":["../../src/commands/ListApplicationsCommand.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,0DAA6D;AAW7D,iDAAuF;AACvF,8DAGoC;AAUpC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,uBAAwB,SAAQ,uBAI5C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAmC;QACtD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA8B;QAGtD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,MAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,kCAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,mCAAwB,CAAC,kBAAkB;SACtE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAmC,EAAE,OAAuB;QAC5E,OAAO,6DAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,+DAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;CAIF;AAtDD,0DAsDC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListAssociatedAttributeGroupsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists all attribute groups that are associated with specified application. Results are paginated.</p>
|
|
10
10
|
* @example
|
|
@@ -35,7 +35,7 @@ class ListAssociatedAttributeGroupsCommand extends smithy_client_1.Command {
|
|
|
35
35
|
* @internal
|
|
36
36
|
*/
|
|
37
37
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
39
|
const stack = clientStack.concat(this.middlewareStack);
|
|
40
40
|
const { logger } = configuration;
|
|
41
41
|
const clientName = "ServiceCatalogAppRegistryClient";
|
|
@@ -51,10 +51,10 @@ class ListAssociatedAttributeGroupsCommand extends smithy_client_1.Command {
|
|
|
51
51
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
52
|
}
|
|
53
53
|
serialize(input, context) {
|
|
54
|
-
return
|
|
54
|
+
return Aws_restJson1_1.serializeAws_restJson1ListAssociatedAttributeGroupsCommand(input, context);
|
|
55
55
|
}
|
|
56
56
|
deserialize(output, context) {
|
|
57
|
-
return
|
|
57
|
+
return Aws_restJson1_1.deserializeAws_restJson1ListAssociatedAttributeGroupsCommand(output, context);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListAssociatedAttributeGroupsCommand = ListAssociatedAttributeGroupsCommand;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAssociatedAttributeGroupsCommand.js","sourceRoot":"","sources":["../../src/commands/ListAssociatedAttributeGroupsCommand.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,0DAA6D;AAW7D,iDAAiH;AACjH,8DAGoC;AAYpC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,oCAAqC,SAAQ,uBAIzD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAgD;QACnE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA2C;QAGnE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,MAAM,WAAW,GAAG,sCAAsC,CAAC;QAC3D,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,+CAAoC,CAAC,kBAAkB;YAChF,wBAAwB,EAAE,gDAAqC,CAAC,kBAAkB;SACnF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAgD,EAAE,OAAuB;QACzF,OAAO,0EAA0D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,4EAA4D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;CAIF;AAzDD,oFAyDC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListAssociatedResourcesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists all resources that are associated with specified application. Results are paginated.</p>
|
|
10
10
|
* @example
|
|
@@ -35,7 +35,7 @@ class ListAssociatedResourcesCommand extends smithy_client_1.Command {
|
|
|
35
35
|
* @internal
|
|
36
36
|
*/
|
|
37
37
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
39
|
const stack = clientStack.concat(this.middlewareStack);
|
|
40
40
|
const { logger } = configuration;
|
|
41
41
|
const clientName = "ServiceCatalogAppRegistryClient";
|
|
@@ -51,10 +51,10 @@ class ListAssociatedResourcesCommand extends smithy_client_1.Command {
|
|
|
51
51
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
52
|
}
|
|
53
53
|
serialize(input, context) {
|
|
54
|
-
return
|
|
54
|
+
return Aws_restJson1_1.serializeAws_restJson1ListAssociatedResourcesCommand(input, context);
|
|
55
55
|
}
|
|
56
56
|
deserialize(output, context) {
|
|
57
|
-
return
|
|
57
|
+
return Aws_restJson1_1.deserializeAws_restJson1ListAssociatedResourcesCommand(output, context);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListAssociatedResourcesCommand = ListAssociatedResourcesCommand;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAssociatedResourcesCommand.js","sourceRoot":"","sources":["../../src/commands/ListAssociatedResourcesCommand.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,0DAA6D;AAW7D,iDAAqG;AACrG,8DAGoC;AAUpC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,8BAA+B,SAAQ,uBAInD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA0C;QAC7D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAqC;QAG7D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,MAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,yCAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,0CAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA0C,EAAE,OAAuB;QACnF,OAAO,oEAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,sEAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CAIF;AAtDD,wEAsDC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListAttributeGroupsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists all attribute groups which you have access to. Results are paginated.</p>
|
|
10
10
|
* @example
|
|
@@ -35,7 +35,7 @@ class ListAttributeGroupsCommand extends smithy_client_1.Command {
|
|
|
35
35
|
* @internal
|
|
36
36
|
*/
|
|
37
37
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
39
|
const stack = clientStack.concat(this.middlewareStack);
|
|
40
40
|
const { logger } = configuration;
|
|
41
41
|
const clientName = "ServiceCatalogAppRegistryClient";
|
|
@@ -51,10 +51,10 @@ class ListAttributeGroupsCommand extends smithy_client_1.Command {
|
|
|
51
51
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
52
|
}
|
|
53
53
|
serialize(input, context) {
|
|
54
|
-
return
|
|
54
|
+
return Aws_restJson1_1.serializeAws_restJson1ListAttributeGroupsCommand(input, context);
|
|
55
55
|
}
|
|
56
56
|
deserialize(output, context) {
|
|
57
|
-
return
|
|
57
|
+
return Aws_restJson1_1.deserializeAws_restJson1ListAttributeGroupsCommand(output, context);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListAttributeGroupsCommand = ListAttributeGroupsCommand;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAttributeGroupsCommand.js","sourceRoot":"","sources":["../../src/commands/ListAttributeGroupsCommand.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,0DAA6D;AAW7D,iDAA6F;AAC7F,8DAGoC;AAUpC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,0BAA2B,SAAQ,uBAI/C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAsC;QACzD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAiC;QAGzD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,MAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,qCAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,sCAA2B,CAAC,kBAAkB;SACzE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAsC,EAAE,OAAuB;QAC/E,OAAO,gEAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,kEAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;CAIF;AAtDD,gEAsDC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists all of the tags on the resource.</p>
|
|
10
10
|
* @example
|
|
@@ -35,7 +35,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
35
35
|
* @internal
|
|
36
36
|
*/
|
|
37
37
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
39
|
const stack = clientStack.concat(this.middlewareStack);
|
|
40
40
|
const { logger } = configuration;
|
|
41
41
|
const clientName = "ServiceCatalogAppRegistryClient";
|
|
@@ -51,10 +51,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
51
51
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
52
|
}
|
|
53
53
|
serialize(input, context) {
|
|
54
|
-
return
|
|
54
|
+
return Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand(input, context);
|
|
55
55
|
}
|
|
56
56
|
deserialize(output, context) {
|
|
57
|
-
return
|
|
57
|
+
return Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand(output, context);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListTagsForResourceCommand.js","sourceRoot":"","sources":["../../src/commands/ListTagsForResourceCommand.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,0DAA6D;AAW7D,iDAA6F;AAC7F,8DAGoC;AAUpC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,0BAA2B,SAAQ,uBAI/C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAsC;QACzD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAiC;QAGzD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,MAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,qCAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,sCAA2B,CAAC,kBAAkB;SACzE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAsC,EAAE,OAAuB;QAC/E,OAAO,gEAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,kEAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;CAIF;AAtDD,gEAsDC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SyncResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Syncs the resource with current AppRegistry records.</p>
|
|
10
10
|
* <p>Specifically, the resource’s AppRegistry system tags sync with its associated application. We remove the resource's AppRegistry system tags if it does not associate with the application. The caller must have permissions to read and update the resource.</p>
|
|
@@ -36,7 +36,7 @@ class SyncResourceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
* @internal
|
|
37
37
|
*/
|
|
38
38
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(
|
|
39
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
40
|
const stack = clientStack.concat(this.middlewareStack);
|
|
41
41
|
const { logger } = configuration;
|
|
42
42
|
const clientName = "ServiceCatalogAppRegistryClient";
|
|
@@ -52,10 +52,10 @@ class SyncResourceCommand extends smithy_client_1.Command {
|
|
|
52
52
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
53
53
|
}
|
|
54
54
|
serialize(input, context) {
|
|
55
|
-
return
|
|
55
|
+
return Aws_restJson1_1.serializeAws_restJson1SyncResourceCommand(input, context);
|
|
56
56
|
}
|
|
57
57
|
deserialize(output, context) {
|
|
58
|
-
return
|
|
58
|
+
return Aws_restJson1_1.deserializeAws_restJson1SyncResourceCommand(output, context);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.SyncResourceCommand = SyncResourceCommand;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SyncResourceCommand.js","sourceRoot":"","sources":["../../src/commands/SyncResourceCommand.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,0DAA6D;AAW7D,iDAA+E;AAC/E,8DAGoC;AAUpC;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,mBAAoB,SAAQ,uBAIxC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA+B;QAClD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA0B;QAGlD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,MAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,8BAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,+BAAoB,CAAC,kBAAkB;SAClE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA+B,EAAE,OAAuB;QACxE,OAAO,yDAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,2DAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;CAIF;AAtDD,kDAsDC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Assigns one or more tags (key-value pairs) to the specified resource.</p>
|
|
10
10
|
* <p>Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.</p>
|
|
@@ -37,7 +37,7 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
37
37
|
* @internal
|
|
38
38
|
*/
|
|
39
39
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
|
-
this.middlewareStack.use(
|
|
40
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
41
|
const stack = clientStack.concat(this.middlewareStack);
|
|
42
42
|
const { logger } = configuration;
|
|
43
43
|
const clientName = "ServiceCatalogAppRegistryClient";
|
|
@@ -53,10 +53,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
53
53
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
54
54
|
}
|
|
55
55
|
serialize(input, context) {
|
|
56
|
-
return
|
|
56
|
+
return Aws_restJson1_1.serializeAws_restJson1TagResourceCommand(input, context);
|
|
57
57
|
}
|
|
58
58
|
deserialize(output, context) {
|
|
59
|
-
return
|
|
59
|
+
return Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand(output, context);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TagResourceCommand.js","sourceRoot":"","sources":["../../src/commands/TagResourceCommand.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,0DAA6D;AAW7D,iDAA6E;AAC7E,8DAGoC;AAUpC;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,kBAAmB,SAAQ,uBAIvC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA8B;QACjD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAyB;QAGjD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,6BAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,8BAAmB,CAAC,kBAAkB;SACjE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA8B,EAAE,OAAuB;QACvE,OAAO,wDAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,0DAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;CAIF;AAtDD,gDAsDC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Removes tags from a resource.</p>
|
|
10
10
|
* <p>This operation returns an empty response if the call was successful.</p>
|
|
@@ -36,7 +36,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
* @internal
|
|
37
37
|
*/
|
|
38
38
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(
|
|
39
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
40
|
const stack = clientStack.concat(this.middlewareStack);
|
|
41
41
|
const { logger } = configuration;
|
|
42
42
|
const clientName = "ServiceCatalogAppRegistryClient";
|
|
@@ -52,10 +52,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
52
52
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
53
53
|
}
|
|
54
54
|
serialize(input, context) {
|
|
55
|
-
return
|
|
55
|
+
return Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand(input, context);
|
|
56
56
|
}
|
|
57
57
|
deserialize(output, context) {
|
|
58
|
-
return
|
|
58
|
+
return Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand(output, context);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UntagResourceCommand.js","sourceRoot":"","sources":["../../src/commands/UntagResourceCommand.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,0DAA6D;AAW7D,iDAAiF;AACjF,8DAGoC;AAUpC;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,oBAAqB,SAAQ,uBAIzC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAgC;QACnD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA2B;QAGnD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,MAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,+BAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,gCAAqB,CAAC,kBAAkB;SACnE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAgC,EAAE,OAAuB;QACzE,OAAO,0DAA0C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,4DAA4C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;CAIF;AAtDD,oDAsDC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateApplicationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Updates an existing application with new attributes.</p>
|
|
10
10
|
* @example
|
|
@@ -35,7 +35,7 @@ class UpdateApplicationCommand extends smithy_client_1.Command {
|
|
|
35
35
|
* @internal
|
|
36
36
|
*/
|
|
37
37
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
39
|
const stack = clientStack.concat(this.middlewareStack);
|
|
40
40
|
const { logger } = configuration;
|
|
41
41
|
const clientName = "ServiceCatalogAppRegistryClient";
|
|
@@ -51,10 +51,10 @@ class UpdateApplicationCommand extends smithy_client_1.Command {
|
|
|
51
51
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
52
|
}
|
|
53
53
|
serialize(input, context) {
|
|
54
|
-
return
|
|
54
|
+
return Aws_restJson1_1.serializeAws_restJson1UpdateApplicationCommand(input, context);
|
|
55
55
|
}
|
|
56
56
|
deserialize(output, context) {
|
|
57
|
-
return
|
|
57
|
+
return Aws_restJson1_1.deserializeAws_restJson1UpdateApplicationCommand(output, context);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UpdateApplicationCommand = UpdateApplicationCommand;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateApplicationCommand.js","sourceRoot":"","sources":["../../src/commands/UpdateApplicationCommand.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,0DAA6D;AAW7D,iDAAyF;AACzF,8DAGoC;AAUpC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,wBAAyB,SAAQ,uBAI7C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAoC;QACvD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA+B;QAGvD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,MAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,mCAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,oCAAyB,CAAC,kBAAkB;SACvE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAoC,EAAE,OAAuB;QAC7E,OAAO,8DAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,gEAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;CAIF;AAtDD,4DAsDC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateAttributeGroupCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Updates an existing attribute group with new details. </p>
|
|
10
10
|
* @example
|
|
@@ -35,7 +35,7 @@ class UpdateAttributeGroupCommand extends smithy_client_1.Command {
|
|
|
35
35
|
* @internal
|
|
36
36
|
*/
|
|
37
37
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
39
|
const stack = clientStack.concat(this.middlewareStack);
|
|
40
40
|
const { logger } = configuration;
|
|
41
41
|
const clientName = "ServiceCatalogAppRegistryClient";
|
|
@@ -51,10 +51,10 @@ class UpdateAttributeGroupCommand extends smithy_client_1.Command {
|
|
|
51
51
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
52
|
}
|
|
53
53
|
serialize(input, context) {
|
|
54
|
-
return
|
|
54
|
+
return Aws_restJson1_1.serializeAws_restJson1UpdateAttributeGroupCommand(input, context);
|
|
55
55
|
}
|
|
56
56
|
deserialize(output, context) {
|
|
57
|
-
return
|
|
57
|
+
return Aws_restJson1_1.deserializeAws_restJson1UpdateAttributeGroupCommand(output, context);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UpdateAttributeGroupCommand = UpdateAttributeGroupCommand;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateAttributeGroupCommand.js","sourceRoot":"","sources":["../../src/commands/UpdateAttributeGroupCommand.ts"],"names":[],"mappings":";;;AAAA,gEAA2D;AAE3D,0DAA6D;AAW7D,iDAA+F;AAC/F,8DAGoC;AAUpC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,2BAA4B,SAAQ,uBAIhD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAuC;QAC1D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAkC;QAG1D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,MAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,sCAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,uCAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAuC,EAAE,OAAuB;QAChF,OAAO,iEAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,mEAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;CAIF;AAtDD,kEAsDC"}
|
|
@@ -81,7 +81,7 @@ const partitionHash = {
|
|
|
81
81
|
hostname: "servicecatalog-appregistry.{region}.amazonaws.com",
|
|
82
82
|
},
|
|
83
83
|
};
|
|
84
|
-
const defaultRegionInfoProvider = async (region, options) =>
|
|
84
|
+
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
85
85
|
...options,
|
|
86
86
|
signingService: "servicecatalog",
|
|
87
87
|
regionHash,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../src/endpoints.ts"],"names":[],"mappings":";;;AAAA,8DAAoF;AAGpF,MAAM,UAAU,GAAe;IAC7B,mBAAmB,EAAE;QACnB,QAAQ,EAAE,4DAA4D;QACtE,aAAa,EAAE,cAAc;KAC9B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,yDAAyD;QACnE,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,yDAAyD;QACnE,aAAa,EAAE,WAAW;KAC3B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,wDAAwD;QAClE,aAAa,EAAE,eAAe;KAC/B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,wDAAwD;QAClE,aAAa,EAAE,eAAe;KAC/B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,yDAAyD;QACnE,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,yDAAyD;QACnE,aAAa,EAAE,WAAW;KAC3B;CACF,CAAC;AAEF,MAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,mBAAmB;YACnB,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,mDAAmD;KAC9D;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,sDAAsD;KACjE;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,gDAAgD;KAC3D;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,mDAAmD;KAC9D;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,oBAAoB,EAAE,oBAAoB,EAAE,eAAe,EAAE,eAAe,CAAC;QACvF,QAAQ,EAAE,mDAAmD;KAC9D;CACF,CAAC;AAEK,MAAM,yBAAyB,GAAuB,KAAK,EAAE,MAAc,EAAE,OAAa,EAAE,EAAE,CACnG,+BAAa,CAAC,MAAM,EAAE;IACpB,GAAG,OAAO;IACV,cAAc,EAAE,gBAAgB;IAChC,UAAU;IACV,aAAa;CACd,CAAC,CAAC;AANQ,QAAA,yBAAyB,6BAMjC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./ServiceCatalogAppRegistryClient"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ServiceCatalogAppRegistry"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands/AssociateAttributeGroupCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./commands/AssociateResourceCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./commands/CreateApplicationCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./commands/CreateAttributeGroupCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./commands/DeleteApplicationCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./commands/DeleteAttributeGroupCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./commands/DisassociateAttributeGroupCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./commands/DisassociateResourceCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./commands/GetApplicationCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./commands/GetAssociatedResourceCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./commands/GetAttributeGroupCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./commands/ListApplicationsCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./pagination/ListApplicationsPaginator"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./commands/ListAssociatedAttributeGroupsCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./pagination/ListAssociatedAttributeGroupsPaginator"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./commands/ListAssociatedResourcesCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./pagination/ListAssociatedResourcesPaginator"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./commands/ListAttributeGroupsCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./pagination/ListAttributeGroupsPaginator"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./commands/SyncResourceCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./commands/UpdateApplicationCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./commands/UpdateAttributeGroupCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./models/index"), exports);
|
|
33
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,4EAAkD;AAClD,sEAA4C;AAC5C,oFAA0D;AAC1D,8EAAoD;AACpD,8EAAoD;AACpD,iFAAuD;AACvD,8EAAoD;AACpD,iFAAuD;AACvD,uFAA6D;AAC7D,iFAAuD;AACvD,2EAAiD;AACjD,kFAAwD;AACxD,8EAAoD;AACpD,6EAAmD;AACnD,iFAAuD;AACvD,0FAAgE;AAChE,8FAAoE;AACpE,oFAA0D;AAC1D,wFAA8D;AAC9D,gFAAsD;AACtD,oFAA0D;AAC1D,gFAAsD;AACtD,yEAA+C;AAC/C,wEAA8C;AAC9C,0EAAgD;AAChD,8EAAoD;AACpD,iFAAuD;AACvD,kEAAwC;AACxC,yDAA+B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":";;;AAAA,qDAA2B"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../src/models/models_0.ts"],"names":[],"mappings":"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"}
|
|
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":""}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListApplications = void 0;
|
|
4
|
+
const ListApplicationsCommand_1 = require("../commands/ListApplicationsCommand");
|
|
4
5
|
const ServiceCatalogAppRegistry_1 = require("../ServiceCatalogAppRegistry");
|
|
5
6
|
const ServiceCatalogAppRegistryClient_1 = require("../ServiceCatalogAppRegistryClient");
|
|
6
|
-
const ListApplicationsCommand_1 = require("../commands/ListApplicationsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListApplicationsPaginator.js","sourceRoot":"","sources":["../../src/pagination/ListApplicationsPaginator.ts"],"names":[],"mappings":";;;AAEA,iFAI6C;AAC7C,4EAAyE;AACzE,wFAAqF;AAGrF;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAuC,EACvC,KAAmC,EACnC,GAAG,IAAS,EAC4B,EAAE;IAC1C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,iDAAuB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACxE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAiC,EACjC,KAAmC,EACnC,GAAG,IAAS,EAC4B,EAAE;IAC1C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,gBAAgB,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACvD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,wBAAwB,CAC7C,MAAwD,EACxD,KAAmC,EACnC,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAmC,CAAC;IACxC,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,qDAAyB,EAAE;YACtD,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,iEAA+B,EAAE;YACnE,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,sFAAsF,CAAC,CAAC;SACzG;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,4DAyBC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAssociatedAttributeGroups = void 0;
|
|
4
|
+
const ListAssociatedAttributeGroupsCommand_1 = require("../commands/ListAssociatedAttributeGroupsCommand");
|
|
4
5
|
const ServiceCatalogAppRegistry_1 = require("../ServiceCatalogAppRegistry");
|
|
5
6
|
const ServiceCatalogAppRegistryClient_1 = require("../ServiceCatalogAppRegistryClient");
|
|
6
|
-
const ListAssociatedAttributeGroupsCommand_1 = require("../commands/ListAssociatedAttributeGroupsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAssociatedAttributeGroupsPaginator.js","sourceRoot":"","sources":["../../src/pagination/ListAssociatedAttributeGroupsPaginator.ts"],"names":[],"mappings":";;;AAEA,2GAI0D;AAC1D,4EAAyE;AACzE,wFAAqF;AAGrF;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAuC,EACvC,KAAgD,EAChD,GAAG,IAAS,EACyC,EAAE;IACvD,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,2EAAoC,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACrF,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAiC,EACjC,KAAgD,EAChD,GAAG,IAAS,EACyC,EAAE;IACvD,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,6BAA6B,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACpE,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,qCAAqC,CAC1D,MAAwD,EACxD,KAAgD,EAChD,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAgD,CAAC;IACrD,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,qDAAyB,EAAE;YACtD,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,iEAA+B,EAAE;YACnE,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,sFAAsF,CAAC,CAAC;SACzG;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,sFAyBC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAssociatedResources = void 0;
|
|
4
|
+
const ListAssociatedResourcesCommand_1 = require("../commands/ListAssociatedResourcesCommand");
|
|
4
5
|
const ServiceCatalogAppRegistry_1 = require("../ServiceCatalogAppRegistry");
|
|
5
6
|
const ServiceCatalogAppRegistryClient_1 = require("../ServiceCatalogAppRegistryClient");
|
|
6
|
-
const ListAssociatedResourcesCommand_1 = require("../commands/ListAssociatedResourcesCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAssociatedResourcesPaginator.js","sourceRoot":"","sources":["../../src/pagination/ListAssociatedResourcesPaginator.ts"],"names":[],"mappings":";;;AAEA,+FAIoD;AACpD,4EAAyE;AACzE,wFAAqF;AAGrF;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAuC,EACvC,KAA0C,EAC1C,GAAG,IAAS,EACmC,EAAE;IACjD,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,+DAA8B,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AAC/E,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAiC,EACjC,KAA0C,EAC1C,GAAG,IAAS,EACmC,EAAE;IACjD,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,uBAAuB,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AAC9D,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,+BAA+B,CACpD,MAAwD,EACxD,KAA0C,EAC1C,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAA0C,CAAC;IAC/C,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,qDAAyB,EAAE;YACtD,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,iEAA+B,EAAE;YACnE,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,sFAAsF,CAAC,CAAC;SACzG;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,0EAyBC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAttributeGroups = void 0;
|
|
4
|
+
const ListAttributeGroupsCommand_1 = require("../commands/ListAttributeGroupsCommand");
|
|
4
5
|
const ServiceCatalogAppRegistry_1 = require("../ServiceCatalogAppRegistry");
|
|
5
6
|
const ServiceCatalogAppRegistryClient_1 = require("../ServiceCatalogAppRegistryClient");
|
|
6
|
-
const ListAttributeGroupsCommand_1 = require("../commands/ListAttributeGroupsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAttributeGroupsPaginator.js","sourceRoot":"","sources":["../../src/pagination/ListAttributeGroupsPaginator.ts"],"names":[],"mappings":";;;AAEA,uFAIgD;AAChD,4EAAyE;AACzE,wFAAqF;AAGrF;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAuC,EACvC,KAAsC,EACtC,GAAG,IAAS,EAC+B,EAAE;IAC7C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,uDAA0B,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AAC3E,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAiC,EACjC,KAAsC,EACtC,GAAG,IAAS,EAC+B,EAAE;IAC7C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,mBAAmB,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AAC1D,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,2BAA2B,CAChD,MAAwD,EACxD,KAAsC,EACtC,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAsC,CAAC;IAC3C,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,qDAAyB,EAAE;YACtD,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,iEAA+B,EAAE;YACnE,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,sFAAsF,CAAC,CAAC;SACzG;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,kEAyBC"}
|