@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,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1DisassociateResourceCommand,
|
|
9
|
-
serializeAws_restJson1DisassociateResourceCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1DisassociateResourceCommand,
|
|
17
|
+
serializeAws_restJson1DisassociateResourceCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface DisassociateResourceCommandInput extends DisassociateResourceRequest {}
|
|
25
26
|
export interface DisassociateResourceCommandOutput extends DisassociateResourceResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1GetApplicationCommand,
|
|
9
|
-
serializeAws_restJson1GetApplicationCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1GetApplicationCommand,
|
|
17
|
+
serializeAws_restJson1GetApplicationCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
25
26
|
export interface GetApplicationCommandOutput extends GetApplicationResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { GetAssociatedResourceRequest, GetAssociatedResourceResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1GetAssociatedResourceCommand,
|
|
9
|
-
serializeAws_restJson1GetAssociatedResourceCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { GetAssociatedResourceRequest, GetAssociatedResourceResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1GetAssociatedResourceCommand,
|
|
17
|
+
serializeAws_restJson1GetAssociatedResourceCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface GetAssociatedResourceCommandInput extends GetAssociatedResourceRequest {}
|
|
25
26
|
export interface GetAssociatedResourceCommandOutput extends GetAssociatedResourceResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { GetAttributeGroupRequest, GetAttributeGroupResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1GetAttributeGroupCommand,
|
|
9
|
-
serializeAws_restJson1GetAttributeGroupCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { GetAttributeGroupRequest, GetAttributeGroupResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1GetAttributeGroupCommand,
|
|
17
|
+
serializeAws_restJson1GetAttributeGroupCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface GetAttributeGroupCommandInput extends GetAttributeGroupRequest {}
|
|
25
26
|
export interface GetAttributeGroupCommandOutput extends GetAttributeGroupResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1ListApplicationsCommand,
|
|
9
|
-
serializeAws_restJson1ListApplicationsCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1ListApplicationsCommand,
|
|
17
|
+
serializeAws_restJson1ListApplicationsCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
25
26
|
export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { ListAssociatedAttributeGroupsRequest, ListAssociatedAttributeGroupsResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1ListAssociatedAttributeGroupsCommand,
|
|
9
|
-
serializeAws_restJson1ListAssociatedAttributeGroupsCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { ListAssociatedAttributeGroupsRequest, ListAssociatedAttributeGroupsResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1ListAssociatedAttributeGroupsCommand,
|
|
17
|
+
serializeAws_restJson1ListAssociatedAttributeGroupsCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface ListAssociatedAttributeGroupsCommandInput extends ListAssociatedAttributeGroupsRequest {}
|
|
25
26
|
export interface ListAssociatedAttributeGroupsCommandOutput
|
|
26
27
|
extends ListAssociatedAttributeGroupsResponse,
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { ListAssociatedResourcesRequest, ListAssociatedResourcesResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1ListAssociatedResourcesCommand,
|
|
9
|
-
serializeAws_restJson1ListAssociatedResourcesCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { ListAssociatedResourcesRequest, ListAssociatedResourcesResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1ListAssociatedResourcesCommand,
|
|
17
|
+
serializeAws_restJson1ListAssociatedResourcesCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface ListAssociatedResourcesCommandInput extends ListAssociatedResourcesRequest {}
|
|
25
26
|
export interface ListAssociatedResourcesCommandOutput extends ListAssociatedResourcesResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { ListAttributeGroupsRequest, ListAttributeGroupsResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1ListAttributeGroupsCommand,
|
|
9
|
-
serializeAws_restJson1ListAttributeGroupsCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { ListAttributeGroupsRequest, ListAttributeGroupsResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1ListAttributeGroupsCommand,
|
|
17
|
+
serializeAws_restJson1ListAttributeGroupsCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface ListAttributeGroupsCommandInput extends ListAttributeGroupsRequest {}
|
|
25
26
|
export interface ListAttributeGroupsCommandOutput extends ListAttributeGroupsResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1ListTagsForResourceCommand,
|
|
9
|
-
serializeAws_restJson1ListTagsForResourceCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1ListTagsForResourceCommand,
|
|
17
|
+
serializeAws_restJson1ListTagsForResourceCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
25
26
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { SyncResourceRequest, SyncResourceResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1SyncResourceCommand,
|
|
9
|
-
serializeAws_restJson1SyncResourceCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { SyncResourceRequest, SyncResourceResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1SyncResourceCommand,
|
|
17
|
+
serializeAws_restJson1SyncResourceCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface SyncResourceCommandInput extends SyncResourceRequest {}
|
|
25
26
|
export interface SyncResourceCommandOutput extends SyncResourceResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1TagResourceCommand,
|
|
9
|
-
serializeAws_restJson1TagResourceCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1TagResourceCommand,
|
|
17
|
+
serializeAws_restJson1TagResourceCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
25
26
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1UntagResourceCommand,
|
|
9
|
-
serializeAws_restJson1UntagResourceCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1UntagResourceCommand,
|
|
17
|
+
serializeAws_restJson1UntagResourceCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
25
26
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1UpdateApplicationCommand,
|
|
9
|
-
serializeAws_restJson1UpdateApplicationCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1UpdateApplicationCommand,
|
|
17
|
+
serializeAws_restJson1UpdateApplicationCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {}
|
|
25
26
|
export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { UpdateAttributeGroupRequest, UpdateAttributeGroupResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1UpdateAttributeGroupCommand,
|
|
9
|
-
serializeAws_restJson1UpdateAttributeGroupCommand,
|
|
10
|
-
} from "../protocols/Aws_restJson1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { UpdateAttributeGroupRequest, UpdateAttributeGroupResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1UpdateAttributeGroupCommand,
|
|
17
|
+
serializeAws_restJson1UpdateAttributeGroupCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface UpdateAttributeGroupCommandInput extends UpdateAttributeGroupRequest {}
|
|
25
26
|
export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupResponse, __MetadataBearer {}
|
|
26
27
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
|
|
1
3
|
import { ServiceCatalogAppRegistry } from "../ServiceCatalogAppRegistry";
|
|
2
4
|
import { ServiceCatalogAppRegistryClient } from "../ServiceCatalogAppRegistryClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
5
|
|
|
5
6
|
export interface ServiceCatalogAppRegistryPaginationConfiguration extends PaginationConfiguration {
|
|
6
7
|
client: ServiceCatalogAppRegistry | ServiceCatalogAppRegistryClient;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
ListApplicationsCommand,
|
|
5
5
|
ListApplicationsCommandInput,
|
|
6
6
|
ListApplicationsCommandOutput,
|
|
7
7
|
} from "../commands/ListApplicationsCommand";
|
|
8
|
+
import { ServiceCatalogAppRegistry } from "../ServiceCatalogAppRegistry";
|
|
9
|
+
import { ServiceCatalogAppRegistryClient } from "../ServiceCatalogAppRegistryClient";
|
|
8
10
|
import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
ListAssociatedAttributeGroupsCommand,
|
|
5
5
|
ListAssociatedAttributeGroupsCommandInput,
|
|
6
6
|
ListAssociatedAttributeGroupsCommandOutput,
|
|
7
7
|
} from "../commands/ListAssociatedAttributeGroupsCommand";
|
|
8
|
+
import { ServiceCatalogAppRegistry } from "../ServiceCatalogAppRegistry";
|
|
9
|
+
import { ServiceCatalogAppRegistryClient } from "../ServiceCatalogAppRegistryClient";
|
|
8
10
|
import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
ListAssociatedResourcesCommand,
|
|
5
5
|
ListAssociatedResourcesCommandInput,
|
|
6
6
|
ListAssociatedResourcesCommandOutput,
|
|
7
7
|
} from "../commands/ListAssociatedResourcesCommand";
|
|
8
|
+
import { ServiceCatalogAppRegistry } from "../ServiceCatalogAppRegistry";
|
|
9
|
+
import { ServiceCatalogAppRegistryClient } from "../ServiceCatalogAppRegistryClient";
|
|
8
10
|
import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
ListAttributeGroupsCommand,
|
|
5
5
|
ListAttributeGroupsCommandInput,
|
|
6
6
|
ListAttributeGroupsCommandOutput,
|
|
7
7
|
} from "../commands/ListAttributeGroupsCommand";
|
|
8
|
+
import { ServiceCatalogAppRegistry } from "../ServiceCatalogAppRegistry";
|
|
9
|
+
import { ServiceCatalogAppRegistryClient } from "../ServiceCatalogAppRegistryClient";
|
|
8
10
|
import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|