@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,36 +1,37 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { ServiceCatalogAppRegistryClientConfig } from "./ServiceCatalogAppRegistryClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: ServiceCatalogAppRegistryClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
|
|
36
|
-
|
|
1
|
+
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { ServiceCatalogAppRegistryClientConfig } from "./ServiceCatalogAppRegistryClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: ServiceCatalogAppRegistryClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
+
disableHostPrefix: boolean;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
serviceId: string;
|
|
26
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -31,5 +31,6 @@ export declare const getRuntimeConfig: (config: ServiceCatalogAppRegistryClientC
|
|
|
31
31
|
signingEscapePath?: boolean | undefined;
|
|
32
32
|
systemClockOffset?: number | undefined;
|
|
33
33
|
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
35
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
36
|
};
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,65 +1,59 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-service-catalog-appregistry",
|
|
3
3
|
"description": "AWS SDK for JavaScript Service Catalog Appregistry Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.35.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "jest --coverage --passWithNoTests",
|
|
6
|
+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
12
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
+
"build:docs": "yarn clean:docs && typedoc ./",
|
|
13
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"browser": {
|
|
21
|
-
"./runtimeConfig": "./runtimeConfig.browser"
|
|
22
|
-
},
|
|
23
|
-
"react-native": {
|
|
24
|
-
"./runtimeConfig": "./runtimeConfig.native"
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
+
"clean:dist": "rimraf ./dist",
|
|
13
|
+
"clean:docs": "rimraf ./docs",
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
+
"test": "jest --coverage --passWithNoTests"
|
|
25
16
|
},
|
|
17
|
+
"main": "./dist-cjs/index.js",
|
|
18
|
+
"types": "./dist-types/index.d.ts",
|
|
19
|
+
"module": "./dist-es/index.js",
|
|
26
20
|
"sideEffects": false,
|
|
27
21
|
"dependencies": {
|
|
28
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.35.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.35.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.35.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.35.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.35.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.35.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.35.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.35.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.35.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.35.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.35.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.35.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.35.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.35.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.35.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.35.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.35.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.35.0",
|
|
42
|
+
"@aws-sdk/types": "3.35.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.35.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.35.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.35.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.35.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.35.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.35.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.35.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.35.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.35.0",
|
|
58
52
|
"tslib": "^2.3.0",
|
|
59
53
|
"uuid": "^8.3.2"
|
|
60
54
|
},
|
|
61
55
|
"devDependencies": {
|
|
62
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/client-documentation-generator": "3.35.0",
|
|
63
57
|
"@types/node": "^12.7.5",
|
|
64
58
|
"@types/uuid": "^8.3.0",
|
|
65
59
|
"downlevel-dts": "0.7.0",
|
|
@@ -67,15 +61,15 @@
|
|
|
67
61
|
"rimraf": "^3.0.0",
|
|
68
62
|
"ts-jest": "^26.4.1",
|
|
69
63
|
"typedoc": "^0.19.2",
|
|
70
|
-
"typescript": "~4.
|
|
64
|
+
"typescript": "~4.3.5"
|
|
71
65
|
},
|
|
72
66
|
"engines": {
|
|
73
67
|
"node": ">=10.0.0"
|
|
74
68
|
},
|
|
75
69
|
"typesVersions": {
|
|
76
70
|
"<4.0": {
|
|
77
|
-
"dist
|
|
78
|
-
"dist
|
|
71
|
+
"dist-types/*": [
|
|
72
|
+
"dist-types/ts3.4/*"
|
|
79
73
|
]
|
|
80
74
|
}
|
|
81
75
|
},
|
|
@@ -84,6 +78,12 @@
|
|
|
84
78
|
"url": "https://aws.amazon.com/javascript/"
|
|
85
79
|
},
|
|
86
80
|
"license": "Apache-2.0",
|
|
81
|
+
"browser": {
|
|
82
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
83
|
+
},
|
|
84
|
+
"react-native": {
|
|
85
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
86
|
+
},
|
|
87
87
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-service-catalog-appregistry",
|
|
88
88
|
"repository": {
|
|
89
89
|
"type": "git",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
|
|
2
3
|
import {
|
|
3
4
|
AssociateAttributeGroupCommand,
|
|
4
5
|
AssociateAttributeGroupCommandInput,
|
|
@@ -100,7 +101,7 @@ import {
|
|
|
100
101
|
UpdateAttributeGroupCommandInput,
|
|
101
102
|
UpdateAttributeGroupCommandOutput,
|
|
102
103
|
} from "./commands/UpdateAttributeGroupCommand";
|
|
103
|
-
import {
|
|
104
|
+
import { ServiceCatalogAppRegistryClient } from "./ServiceCatalogAppRegistryClient";
|
|
104
105
|
|
|
105
106
|
/**
|
|
106
107
|
* <p> Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.</p>
|
|
@@ -1,3 +1,54 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
resolveEndpointsConfig,
|
|
7
|
+
resolveRegionConfig,
|
|
8
|
+
} from "@aws-sdk/config-resolver";
|
|
9
|
+
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
10
|
+
import {
|
|
11
|
+
getHostHeaderPlugin,
|
|
12
|
+
HostHeaderInputConfig,
|
|
13
|
+
HostHeaderResolvedConfig,
|
|
14
|
+
resolveHostHeaderConfig,
|
|
15
|
+
} from "@aws-sdk/middleware-host-header";
|
|
16
|
+
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
17
|
+
import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
18
|
+
import {
|
|
19
|
+
AwsAuthInputConfig,
|
|
20
|
+
AwsAuthResolvedConfig,
|
|
21
|
+
getAwsAuthPlugin,
|
|
22
|
+
resolveAwsAuthConfig,
|
|
23
|
+
} from "@aws-sdk/middleware-signing";
|
|
24
|
+
import {
|
|
25
|
+
getUserAgentPlugin,
|
|
26
|
+
resolveUserAgentConfig,
|
|
27
|
+
UserAgentInputConfig,
|
|
28
|
+
UserAgentResolvedConfig,
|
|
29
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
30
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
31
|
+
import {
|
|
32
|
+
Client as __Client,
|
|
33
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
34
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
35
|
+
} from "@aws-sdk/smithy-client";
|
|
36
|
+
import {
|
|
37
|
+
Credentials as __Credentials,
|
|
38
|
+
Decoder as __Decoder,
|
|
39
|
+
Encoder as __Encoder,
|
|
40
|
+
Hash as __Hash,
|
|
41
|
+
HashConstructor as __HashConstructor,
|
|
42
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
43
|
+
Logger as __Logger,
|
|
44
|
+
Provider as __Provider,
|
|
45
|
+
Provider,
|
|
46
|
+
RegionInfoProvider,
|
|
47
|
+
StreamCollector as __StreamCollector,
|
|
48
|
+
UrlParser as __UrlParser,
|
|
49
|
+
UserAgent as __UserAgent,
|
|
50
|
+
} from "@aws-sdk/types";
|
|
51
|
+
|
|
1
52
|
import {
|
|
2
53
|
AssociateAttributeGroupCommandInput,
|
|
3
54
|
AssociateAttributeGroupCommandOutput,
|
|
@@ -53,56 +104,6 @@ import {
|
|
|
53
104
|
UpdateAttributeGroupCommandOutput,
|
|
54
105
|
} from "./commands/UpdateAttributeGroupCommand";
|
|
55
106
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
56
|
-
import {
|
|
57
|
-
EndpointsInputConfig,
|
|
58
|
-
EndpointsResolvedConfig,
|
|
59
|
-
RegionInputConfig,
|
|
60
|
-
RegionResolvedConfig,
|
|
61
|
-
resolveEndpointsConfig,
|
|
62
|
-
resolveRegionConfig,
|
|
63
|
-
} from "@aws-sdk/config-resolver";
|
|
64
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
65
|
-
import {
|
|
66
|
-
HostHeaderInputConfig,
|
|
67
|
-
HostHeaderResolvedConfig,
|
|
68
|
-
getHostHeaderPlugin,
|
|
69
|
-
resolveHostHeaderConfig,
|
|
70
|
-
} from "@aws-sdk/middleware-host-header";
|
|
71
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
72
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
73
|
-
import {
|
|
74
|
-
AwsAuthInputConfig,
|
|
75
|
-
AwsAuthResolvedConfig,
|
|
76
|
-
getAwsAuthPlugin,
|
|
77
|
-
resolveAwsAuthConfig,
|
|
78
|
-
} from "@aws-sdk/middleware-signing";
|
|
79
|
-
import {
|
|
80
|
-
UserAgentInputConfig,
|
|
81
|
-
UserAgentResolvedConfig,
|
|
82
|
-
getUserAgentPlugin,
|
|
83
|
-
resolveUserAgentConfig,
|
|
84
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
85
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
86
|
-
import {
|
|
87
|
-
Client as __Client,
|
|
88
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
89
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
90
|
-
} from "@aws-sdk/smithy-client";
|
|
91
|
-
import {
|
|
92
|
-
Provider,
|
|
93
|
-
RegionInfoProvider,
|
|
94
|
-
Credentials as __Credentials,
|
|
95
|
-
Decoder as __Decoder,
|
|
96
|
-
Encoder as __Encoder,
|
|
97
|
-
Hash as __Hash,
|
|
98
|
-
HashConstructor as __HashConstructor,
|
|
99
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
100
|
-
Logger as __Logger,
|
|
101
|
-
Provider as __Provider,
|
|
102
|
-
StreamCollector as __StreamCollector,
|
|
103
|
-
UrlParser as __UrlParser,
|
|
104
|
-
UserAgent as __UserAgent,
|
|
105
|
-
} from "@aws-sdk/types";
|
|
106
107
|
|
|
107
108
|
export type ServiceInputTypes =
|
|
108
109
|
| AssociateAttributeGroupCommandInput
|
|
@@ -304,13 +305,13 @@ export class ServiceCatalogAppRegistryClient extends __Client<
|
|
|
304
305
|
readonly config: ServiceCatalogAppRegistryClientResolvedConfig;
|
|
305
306
|
|
|
306
307
|
constructor(configuration: ServiceCatalogAppRegistryClientConfig) {
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
308
|
+
const _config_0 = __getRuntimeConfig(configuration);
|
|
309
|
+
const _config_1 = resolveRegionConfig(_config_0);
|
|
310
|
+
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
311
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
312
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
313
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
314
|
+
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
314
315
|
super(_config_6);
|
|
315
316
|
this.config = _config_6;
|
|
316
317
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { AssociateAttributeGroupRequest, AssociateAttributeGroupResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1AssociateAttributeGroupCommand,
|
|
9
|
-
serializeAws_restJson1AssociateAttributeGroupCommand,
|
|
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 { AssociateAttributeGroupRequest, AssociateAttributeGroupResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1AssociateAttributeGroupCommand,
|
|
17
|
+
serializeAws_restJson1AssociateAttributeGroupCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface AssociateAttributeGroupCommandInput extends AssociateAttributeGroupRequest {}
|
|
25
26
|
export interface AssociateAttributeGroupCommandOutput extends AssociateAttributeGroupResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1AssociateResourceCommand,
|
|
9
|
-
serializeAws_restJson1AssociateResourceCommand,
|
|
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 { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1AssociateResourceCommand,
|
|
17
|
+
serializeAws_restJson1AssociateResourceCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface AssociateResourceCommandInput extends AssociateResourceRequest {}
|
|
25
26
|
export interface AssociateResourceCommandOutput extends AssociateResourceResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1CreateApplicationCommand,
|
|
9
|
-
serializeAws_restJson1CreateApplicationCommand,
|
|
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 { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1CreateApplicationCommand,
|
|
17
|
+
serializeAws_restJson1CreateApplicationCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface CreateApplicationCommandInput extends CreateApplicationRequest {}
|
|
25
26
|
export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1CreateAttributeGroupCommand,
|
|
9
|
-
serializeAws_restJson1CreateAttributeGroupCommand,
|
|
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 { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1CreateAttributeGroupCommand,
|
|
17
|
+
serializeAws_restJson1CreateAttributeGroupCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface CreateAttributeGroupCommandInput extends CreateAttributeGroupRequest {}
|
|
25
26
|
export interface CreateAttributeGroupCommandOutput extends CreateAttributeGroupResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1DeleteApplicationCommand,
|
|
9
|
-
serializeAws_restJson1DeleteApplicationCommand,
|
|
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 { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1DeleteApplicationCommand,
|
|
17
|
+
serializeAws_restJson1DeleteApplicationCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {}
|
|
25
26
|
export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { DeleteAttributeGroupRequest, DeleteAttributeGroupResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1DeleteAttributeGroupCommand,
|
|
9
|
-
serializeAws_restJson1DeleteAttributeGroupCommand,
|
|
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 { DeleteAttributeGroupRequest, DeleteAttributeGroupResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1DeleteAttributeGroupCommand,
|
|
17
|
+
serializeAws_restJson1DeleteAttributeGroupCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface DeleteAttributeGroupCommandInput extends DeleteAttributeGroupRequest {}
|
|
25
26
|
export interface DeleteAttributeGroupCommandOutput extends DeleteAttributeGroupResponse, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ServiceCatalogAppRegistryClient";
|
|
6
|
-
import { DisassociateAttributeGroupRequest, DisassociateAttributeGroupResponse } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_restJson1DisassociateAttributeGroupCommand,
|
|
9
|
-
serializeAws_restJson1DisassociateAttributeGroupCommand,
|
|
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 { DisassociateAttributeGroupRequest, DisassociateAttributeGroupResponse } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1DisassociateAttributeGroupCommand,
|
|
17
|
+
serializeAws_restJson1DisassociateAttributeGroupCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import {
|
|
20
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
24
|
+
|
|
24
25
|
export interface DisassociateAttributeGroupCommandInput extends DisassociateAttributeGroupRequest {}
|
|
25
26
|
export interface DisassociateAttributeGroupCommandOutput extends DisassociateAttributeGroupResponse, __MetadataBearer {}
|
|
26
27
|
|