@aws-sdk/client-service-catalog-appregistry 3.335.0 → 3.338.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.
Files changed (109) hide show
  1. package/dist-cjs/ServiceCatalogAppRegistryClient.js +2 -1
  2. package/dist-cjs/commands/AssociateAttributeGroupCommand.js +2 -1
  3. package/dist-cjs/commands/AssociateResourceCommand.js +2 -1
  4. package/dist-cjs/commands/CreateApplicationCommand.js +2 -1
  5. package/dist-cjs/commands/CreateAttributeGroupCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteAttributeGroupCommand.js +2 -1
  8. package/dist-cjs/commands/DisassociateAttributeGroupCommand.js +2 -1
  9. package/dist-cjs/commands/DisassociateResourceCommand.js +2 -1
  10. package/dist-cjs/commands/GetApplicationCommand.js +2 -1
  11. package/dist-cjs/commands/GetAssociatedResourceCommand.js +2 -1
  12. package/dist-cjs/commands/GetAttributeGroupCommand.js +2 -1
  13. package/dist-cjs/commands/GetConfigurationCommand.js +2 -1
  14. package/dist-cjs/commands/ListApplicationsCommand.js +2 -1
  15. package/dist-cjs/commands/ListAssociatedAttributeGroupsCommand.js +2 -1
  16. package/dist-cjs/commands/ListAssociatedResourcesCommand.js +2 -1
  17. package/dist-cjs/commands/ListAttributeGroupsCommand.js +2 -1
  18. package/dist-cjs/commands/ListAttributeGroupsForApplicationCommand.js +2 -1
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  20. package/dist-cjs/commands/PutConfigurationCommand.js +2 -1
  21. package/dist-cjs/commands/SyncResourceCommand.js +2 -1
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  24. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -1
  25. package/dist-cjs/commands/UpdateAttributeGroupCommand.js +2 -1
  26. package/dist-cjs/index.js +2 -2
  27. package/dist-cjs/models/ServiceCatalogAppRegistryServiceException.js +2 -1
  28. package/dist-es/ServiceCatalogAppRegistryClient.js +1 -0
  29. package/dist-es/commands/AssociateAttributeGroupCommand.js +1 -0
  30. package/dist-es/commands/AssociateResourceCommand.js +1 -0
  31. package/dist-es/commands/CreateApplicationCommand.js +1 -0
  32. package/dist-es/commands/CreateAttributeGroupCommand.js +1 -0
  33. package/dist-es/commands/DeleteApplicationCommand.js +1 -0
  34. package/dist-es/commands/DeleteAttributeGroupCommand.js +1 -0
  35. package/dist-es/commands/DisassociateAttributeGroupCommand.js +1 -0
  36. package/dist-es/commands/DisassociateResourceCommand.js +1 -0
  37. package/dist-es/commands/GetApplicationCommand.js +1 -0
  38. package/dist-es/commands/GetAssociatedResourceCommand.js +1 -0
  39. package/dist-es/commands/GetAttributeGroupCommand.js +1 -0
  40. package/dist-es/commands/GetConfigurationCommand.js +1 -0
  41. package/dist-es/commands/ListApplicationsCommand.js +1 -0
  42. package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +1 -0
  43. package/dist-es/commands/ListAssociatedResourcesCommand.js +1 -0
  44. package/dist-es/commands/ListAttributeGroupsCommand.js +1 -0
  45. package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +1 -0
  46. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  47. package/dist-es/commands/PutConfigurationCommand.js +1 -0
  48. package/dist-es/commands/SyncResourceCommand.js +1 -0
  49. package/dist-es/commands/TagResourceCommand.js +1 -0
  50. package/dist-es/commands/UntagResourceCommand.js +1 -0
  51. package/dist-es/commands/UpdateApplicationCommand.js +1 -0
  52. package/dist-es/commands/UpdateAttributeGroupCommand.js +1 -0
  53. package/dist-es/index.js +2 -2
  54. package/dist-es/models/ServiceCatalogAppRegistryServiceException.js +1 -0
  55. package/dist-types/ServiceCatalogAppRegistryClient.d.ts +3 -3
  56. package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +4 -0
  57. package/dist-types/commands/AssociateResourceCommand.d.ts +4 -0
  58. package/dist-types/commands/CreateApplicationCommand.d.ts +4 -0
  59. package/dist-types/commands/CreateAttributeGroupCommand.d.ts +4 -0
  60. package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -0
  61. package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +4 -0
  62. package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +4 -0
  63. package/dist-types/commands/DisassociateResourceCommand.d.ts +4 -0
  64. package/dist-types/commands/GetApplicationCommand.d.ts +4 -0
  65. package/dist-types/commands/GetAssociatedResourceCommand.d.ts +4 -0
  66. package/dist-types/commands/GetAttributeGroupCommand.d.ts +4 -0
  67. package/dist-types/commands/GetConfigurationCommand.d.ts +4 -0
  68. package/dist-types/commands/ListApplicationsCommand.d.ts +4 -0
  69. package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +4 -0
  70. package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +4 -0
  71. package/dist-types/commands/ListAttributeGroupsCommand.d.ts +4 -0
  72. package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +4 -0
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  74. package/dist-types/commands/PutConfigurationCommand.d.ts +4 -0
  75. package/dist-types/commands/SyncResourceCommand.d.ts +4 -0
  76. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  77. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  78. package/dist-types/commands/UpdateApplicationCommand.d.ts +4 -0
  79. package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +4 -0
  80. package/dist-types/index.d.ts +7 -2
  81. package/dist-types/models/ServiceCatalogAppRegistryServiceException.d.ts +1 -0
  82. package/dist-types/ts3.4/ServiceCatalogAppRegistryClient.d.ts +3 -3
  83. package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/index.d.ts +2 -2
  108. package/dist-types/ts3.4/models/ServiceCatalogAppRegistryServiceException.d.ts +1 -0
  109. package/package.json +28 -28
@@ -33,6 +33,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
33
33
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
34
34
  import { UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput } from "./commands/UpdateAttributeGroupCommand";
35
35
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
36
+ export { __Client };
36
37
  /**
37
38
  * @public
38
39
  */
@@ -147,7 +148,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
147
148
  /**
148
149
  * @public
149
150
  */
150
- type ServiceCatalogAppRegistryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
151
+ export type ServiceCatalogAppRegistryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
151
152
  /**
152
153
  * @public
153
154
  *
@@ -158,7 +159,7 @@ export interface ServiceCatalogAppRegistryClientConfig extends ServiceCatalogApp
158
159
  /**
159
160
  * @public
160
161
  */
161
- type ServiceCatalogAppRegistryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
162
+ export type ServiceCatalogAppRegistryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
162
163
  /**
163
164
  * @public
164
165
  *
@@ -183,4 +184,3 @@ export declare class ServiceCatalogAppRegistryClient extends __Client<__HttpHand
183
184
  */
184
185
  destroy(): void;
185
186
  }
186
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociateAttributeGroupRequest, AssociateAttributeGroupResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteAttributeGroupRequest, DeleteAttributeGroupResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DisassociateAttributeGroupRequest, DisassociateAttributeGroupResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetAssociatedResourceRequest, GetAssociatedResourceResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetAttributeGroupRequest, GetAttributeGroupResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetConfigurationResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAssociatedAttributeGroupsRequest, ListAssociatedAttributeGroupsResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAssociatedResourcesRequest, ListAssociatedResourcesResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAttributeGroupsRequest, ListAttributeGroupsResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAttributeGroupsForApplicationRequest, ListAttributeGroupsForApplicationResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutConfigurationRequest } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SyncResourceRequest, SyncResourceResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateAttributeGroupRequest, UpdateAttributeGroupResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,11 @@
1
- export * from "./ServiceCatalogAppRegistry";
1
+ /**
2
+ * <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>
3
+ *
4
+ * @packageDocumentation
5
+ */
2
6
  export * from "./ServiceCatalogAppRegistryClient";
7
+ export * from "./ServiceCatalogAppRegistry";
3
8
  export * from "./commands";
4
- export * from "./models";
5
9
  export * from "./pagination";
10
+ export * from "./models";
6
11
  export { ServiceCatalogAppRegistryServiceException } from "./models/ServiceCatalogAppRegistryServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -147,6 +147,7 @@ import {
147
147
  ClientResolvedEndpointParameters,
148
148
  EndpointParameters,
149
149
  } from "./endpoint/EndpointParameters";
150
+ export { __Client };
150
151
  export type ServiceInputTypes =
151
152
  | AssociateAttributeGroupCommandInput
152
153
  | AssociateResourceCommandInput
@@ -221,7 +222,7 @@ export interface ClientDefaults
221
222
  logger?: __Logger;
222
223
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
223
224
  }
224
- type ServiceCatalogAppRegistryClientConfigType = Partial<
225
+ export type ServiceCatalogAppRegistryClientConfigType = Partial<
225
226
  __SmithyConfiguration<__HttpHandlerOptions>
226
227
  > &
227
228
  ClientDefaults &
@@ -234,7 +235,7 @@ type ServiceCatalogAppRegistryClientConfigType = Partial<
234
235
  ClientInputEndpointParameters;
235
236
  export interface ServiceCatalogAppRegistryClientConfig
236
237
  extends ServiceCatalogAppRegistryClientConfigType {}
237
- type ServiceCatalogAppRegistryClientResolvedConfigType =
238
+ export type ServiceCatalogAppRegistryClientResolvedConfigType =
238
239
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
239
240
  Required<ClientDefaults> &
240
241
  RegionResolvedConfig &
@@ -256,4 +257,3 @@ export declare class ServiceCatalogAppRegistryClient extends __Client<
256
257
  constructor(configuration: ServiceCatalogAppRegistryClientConfig);
257
258
  destroy(): void;
258
259
  }
259
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateAttributeGroupCommandInput
19
20
  extends AssociateAttributeGroupRequest {}
20
21
  export interface AssociateAttributeGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateResourceCommandInput
19
20
  extends AssociateResourceRequest {}
20
21
  export interface AssociateResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateApplicationCommandInput
19
20
  extends CreateApplicationRequest {}
20
21
  export interface CreateApplicationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateAttributeGroupCommandInput
19
20
  extends CreateAttributeGroupRequest {}
20
21
  export interface CreateAttributeGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteApplicationCommandInput
19
20
  extends DeleteApplicationRequest {}
20
21
  export interface DeleteApplicationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteAttributeGroupCommandInput
19
20
  extends DeleteAttributeGroupRequest {}
20
21
  export interface DeleteAttributeGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisassociateAttributeGroupCommandInput
19
20
  extends DisassociateAttributeGroupRequest {}
20
21
  export interface DisassociateAttributeGroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisassociateResourceCommandInput
19
20
  extends DisassociateResourceRequest {}
20
21
  export interface DisassociateResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetApplicationCommandInput extends GetApplicationRequest {}
19
20
  export interface GetApplicationCommandOutput
20
21
  extends GetApplicationResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAssociatedResourceCommandInput
19
20
  extends GetAssociatedResourceRequest {}
20
21
  export interface GetAssociatedResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAttributeGroupCommandInput
19
20
  extends GetAttributeGroupRequest {}
20
21
  export interface GetAttributeGroupCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ServiceCatalogAppRegistryClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetConfigurationCommandInput {}
16
17
  export interface GetConfigurationCommandOutput
17
18
  extends GetConfigurationResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
19
20
  export interface ListApplicationsCommandOutput
20
21
  extends ListApplicationsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAssociatedAttributeGroupsCommandInput
19
20
  extends ListAssociatedAttributeGroupsRequest {}
20
21
  export interface ListAssociatedAttributeGroupsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAssociatedResourcesCommandInput
19
20
  extends ListAssociatedResourcesRequest {}
20
21
  export interface ListAssociatedResourcesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAttributeGroupsCommandInput
19
20
  extends ListAttributeGroupsRequest {}
20
21
  export interface ListAttributeGroupsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAttributeGroupsForApplicationCommandInput
19
20
  extends ListAttributeGroupsForApplicationRequest {}
20
21
  export interface ListAttributeGroupsForApplicationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ServiceCatalogAppRegistryClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutConfigurationCommandInput extends PutConfigurationRequest {}
16
17
  export interface PutConfigurationCommandOutput extends __MetadataBearer {}
17
18
  export declare class PutConfigurationCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ServiceCatalogAppRegistryClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SyncResourceCommandInput extends SyncResourceRequest {}
16
17
  export interface SyncResourceCommandOutput
17
18
  extends SyncResourceResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceInputTypes,
13
13
  ServiceOutputTypes,
14
14
  } from "../ServiceCatalogAppRegistryClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateApplicationCommandInput
19
20
  extends UpdateApplicationRequest {}
20
21
  export interface UpdateApplicationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceInputTypes,
16
16
  ServiceOutputTypes,
17
17
  } from "../ServiceCatalogAppRegistryClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateAttributeGroupCommandInput
19
20
  extends UpdateAttributeGroupRequest {}
20
21
  export interface UpdateAttributeGroupCommandOutput
@@ -1,6 +1,6 @@
1
- export * from "./ServiceCatalogAppRegistry";
2
1
  export * from "./ServiceCatalogAppRegistryClient";
2
+ export * from "./ServiceCatalogAppRegistry";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { ServiceCatalogAppRegistryServiceException } from "./models/ServiceCatalogAppRegistryServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class ServiceCatalogAppRegistryServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }