@aws-sdk/client-service-catalog-appregistry 3.477.0 → 3.481.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 (121) hide show
  1. package/dist-cjs/commands/AssociateAttributeGroupCommand.js +18 -41
  2. package/dist-cjs/commands/AssociateResourceCommand.js +18 -41
  3. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  4. package/dist-cjs/commands/CreateAttributeGroupCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteAttributeGroupCommand.js +18 -41
  7. package/dist-cjs/commands/DisassociateAttributeGroupCommand.js +18 -41
  8. package/dist-cjs/commands/DisassociateResourceCommand.js +18 -41
  9. package/dist-cjs/commands/GetApplicationCommand.js +18 -41
  10. package/dist-cjs/commands/GetAssociatedResourceCommand.js +18 -41
  11. package/dist-cjs/commands/GetAttributeGroupCommand.js +18 -41
  12. package/dist-cjs/commands/GetConfigurationCommand.js +18 -41
  13. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  14. package/dist-cjs/commands/ListAssociatedAttributeGroupsCommand.js +18 -41
  15. package/dist-cjs/commands/ListAssociatedResourcesCommand.js +18 -41
  16. package/dist-cjs/commands/ListAttributeGroupsCommand.js +18 -41
  17. package/dist-cjs/commands/ListAttributeGroupsForApplicationCommand.js +18 -41
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  19. package/dist-cjs/commands/PutConfigurationCommand.js +18 -41
  20. package/dist-cjs/commands/SyncResourceCommand.js +18 -41
  21. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  22. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateAttributeGroupCommand.js +18 -41
  25. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  26. package/dist-cjs/pagination/ListApplicationsPaginator.js +2 -24
  27. package/dist-cjs/pagination/ListAssociatedAttributeGroupsPaginator.js +2 -24
  28. package/dist-cjs/pagination/ListAssociatedResourcesPaginator.js +2 -24
  29. package/dist-cjs/pagination/ListAttributeGroupsForApplicationPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListAttributeGroupsPaginator.js +2 -24
  31. package/dist-es/commands/AssociateAttributeGroupCommand.js +18 -41
  32. package/dist-es/commands/AssociateResourceCommand.js +18 -41
  33. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  34. package/dist-es/commands/CreateAttributeGroupCommand.js +18 -41
  35. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  36. package/dist-es/commands/DeleteAttributeGroupCommand.js +18 -41
  37. package/dist-es/commands/DisassociateAttributeGroupCommand.js +18 -41
  38. package/dist-es/commands/DisassociateResourceCommand.js +18 -41
  39. package/dist-es/commands/GetApplicationCommand.js +18 -41
  40. package/dist-es/commands/GetAssociatedResourceCommand.js +18 -41
  41. package/dist-es/commands/GetAttributeGroupCommand.js +18 -41
  42. package/dist-es/commands/GetConfigurationCommand.js +18 -41
  43. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  44. package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +18 -41
  45. package/dist-es/commands/ListAssociatedResourcesCommand.js +18 -41
  46. package/dist-es/commands/ListAttributeGroupsCommand.js +18 -41
  47. package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +18 -41
  48. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  49. package/dist-es/commands/PutConfigurationCommand.js +18 -41
  50. package/dist-es/commands/SyncResourceCommand.js +18 -41
  51. package/dist-es/commands/TagResourceCommand.js +18 -41
  52. package/dist-es/commands/UntagResourceCommand.js +18 -41
  53. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  54. package/dist-es/commands/UpdateAttributeGroupCommand.js +18 -41
  55. package/dist-es/endpoint/EndpointParameters.js +6 -0
  56. package/dist-es/pagination/ListApplicationsPaginator.js +2 -23
  57. package/dist-es/pagination/ListAssociatedAttributeGroupsPaginator.js +2 -23
  58. package/dist-es/pagination/ListAssociatedResourcesPaginator.js +2 -23
  59. package/dist-es/pagination/ListAttributeGroupsForApplicationPaginator.js +2 -23
  60. package/dist-es/pagination/ListAttributeGroupsPaginator.js +2 -23
  61. package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +6 -21
  62. package/dist-types/commands/AssociateResourceCommand.d.ts +6 -21
  63. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateAttributeGroupCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +6 -21
  67. package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +6 -21
  68. package/dist-types/commands/DisassociateResourceCommand.d.ts +6 -21
  69. package/dist-types/commands/GetApplicationCommand.d.ts +6 -21
  70. package/dist-types/commands/GetAssociatedResourceCommand.d.ts +6 -21
  71. package/dist-types/commands/GetAttributeGroupCommand.d.ts +6 -21
  72. package/dist-types/commands/GetConfigurationCommand.d.ts +6 -21
  73. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  74. package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +6 -21
  75. package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +6 -21
  76. package/dist-types/commands/ListAttributeGroupsCommand.d.ts +6 -21
  77. package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +6 -21
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  79. package/dist-types/commands/PutConfigurationCommand.d.ts +6 -21
  80. package/dist-types/commands/SyncResourceCommand.d.ts +6 -21
  81. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  82. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  83. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  84. package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +6 -21
  85. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  86. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListAssociatedResourcesPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListAttributeGroupsForApplicationPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListAttributeGroupsPaginator.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  116. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +3 -3
  117. package/dist-types/ts3.4/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +3 -3
  118. package/dist-types/ts3.4/pagination/ListAssociatedResourcesPaginator.d.ts +3 -3
  119. package/dist-types/ts3.4/pagination/ListAttributeGroupsForApplicationPaginator.d.ts +3 -3
  120. package/dist-types/ts3.4/pagination/ListAttributeGroupsPaginator.d.ts +3 -3
  121. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAttributeGroupsForApplicationRequest, ListAttributeGroupsForApplicationResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAttributeGroupsForApplicationCommandInput extends ListAttri
21
20
  */
22
21
  export interface ListAttributeGroupsForApplicationCommandOutput extends ListAttributeGroupsForApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAttributeGroupsForApplicationCommand_base: {
24
+ new (input: ListAttributeGroupsForApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the details of all attribute groups associated with a specific application. The results display in pages.</p>
@@ -70,23 +73,5 @@ export interface ListAttributeGroupsForApplicationCommandOutput extends ListAttr
70
73
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
71
74
  *
72
75
  */
73
- export declare class ListAttributeGroupsForApplicationCommand extends $Command<ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
74
- readonly input: ListAttributeGroupsForApplicationCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: ListAttributeGroupsForApplicationCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class ListAttributeGroupsForApplicationCommand extends ListAttributeGroupsForApplicationCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all of the tags on the resource.</p>
@@ -62,23 +65,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
62
65
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
63
66
  *
64
67
  */
65
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
66
- readonly input: ListTagsForResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: ListTagsForResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { PutConfigurationRequest } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutConfigurationCommandInput extends PutConfigurationRequest {
21
20
  */
22
21
  export interface PutConfigurationCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const PutConfigurationCommand_base: {
24
+ new (input: PutConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutConfigurationCommandInput, PutConfigurationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -66,23 +69,5 @@ export interface PutConfigurationCommandOutput extends __MetadataBearer {
66
69
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
67
70
  *
68
71
  */
69
- export declare class PutConfigurationCommand extends $Command<PutConfigurationCommandInput, PutConfigurationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
70
- readonly input: PutConfigurationCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: PutConfigurationCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutConfigurationCommandInput, PutConfigurationCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class PutConfigurationCommand extends PutConfigurationCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { SyncResourceRequest, SyncResourceResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SyncResourceCommandInput extends SyncResourceRequest {
21
20
  */
22
21
  export interface SyncResourceCommandOutput extends SyncResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const SyncResourceCommand_base: {
24
+ new (input: SyncResourceCommandInput): import("@smithy/smithy-client").CommandImpl<SyncResourceCommandInput, SyncResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Syncs the resource with current AppRegistry records.</p>
@@ -75,23 +78,5 @@ export interface SyncResourceCommandOutput extends SyncResourceResponse, __Metad
75
78
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
76
79
  *
77
80
  */
78
- export declare class SyncResourceCommand extends $Command<SyncResourceCommandInput, SyncResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
79
- readonly input: SyncResourceCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: SyncResourceCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SyncResourceCommandInput, SyncResourceCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class SyncResourceCommand extends SyncResourceCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Assigns one or more tags (key-value pairs) to the specified resource.</p>
@@ -63,23 +66,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
63
66
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
64
67
  *
65
68
  */
66
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
67
- readonly input: TagResourceCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: TagResourceCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class TagResourceCommand extends TagResourceCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from a resource.</p>
@@ -62,23 +65,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
62
65
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
63
66
  *
64
67
  */
65
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
66
- readonly input: UntagResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: UntagResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest
21
20
  */
22
21
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateApplicationCommand_base: {
24
+ new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing application with new attributes.</p>
@@ -86,23 +89,5 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
86
89
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
87
90
  *
88
91
  */
89
- export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
90
- readonly input: UpdateApplicationCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: UpdateApplicationCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateAttributeGroupRequest, UpdateAttributeGroupResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAttributeGroupCommandInput extends UpdateAttributeGroupRe
21
20
  */
22
21
  export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAttributeGroupCommand_base: {
24
+ new (input: UpdateAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing attribute group with new details. </p>
@@ -77,23 +80,5 @@ export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupR
77
80
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
78
81
  *
79
82
  */
80
- export declare class UpdateAttributeGroupCommand extends $Command<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
81
- readonly input: UpdateAttributeGroupCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: UpdateAttributeGroupCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class UpdateAttributeGroupCommand extends UpdateAttributeGroupCommand_base {
99
84
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListApplications(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
7
+ export declare const paginateListApplications: (config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListApplicationsCommandInput, ...rest: any[]) => Paginator<ListApplicationsCommandOutput>;
@@ -4,4 +4,4 @@ import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAssociatedAttributeGroups(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAssociatedAttributeGroupsCommandInput, ...additionalArguments: any): Paginator<ListAssociatedAttributeGroupsCommandOutput>;
7
+ export declare const paginateListAssociatedAttributeGroups: (config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAssociatedAttributeGroupsCommandInput, ...rest: any[]) => Paginator<ListAssociatedAttributeGroupsCommandOutput>;
@@ -4,4 +4,4 @@ import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAssociatedResources(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAssociatedResourcesCommandInput, ...additionalArguments: any): Paginator<ListAssociatedResourcesCommandOutput>;
7
+ export declare const paginateListAssociatedResources: (config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAssociatedResourcesCommandInput, ...rest: any[]) => Paginator<ListAssociatedResourcesCommandOutput>;
@@ -4,4 +4,4 @@ import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAttributeGroupsForApplication(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAttributeGroupsForApplicationCommandInput, ...additionalArguments: any): Paginator<ListAttributeGroupsForApplicationCommandOutput>;
7
+ export declare const paginateListAttributeGroupsForApplication: (config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAttributeGroupsForApplicationCommandInput, ...rest: any[]) => Paginator<ListAttributeGroupsForApplicationCommandOutput>;
@@ -4,4 +4,4 @@ import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAttributeGroups(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAttributeGroupsCommandInput, ...additionalArguments: any): Paginator<ListAttributeGroupsCommandOutput>;
7
+ export declare const paginateListAttributeGroups: (config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAttributeGroupsCommandInput, ...rest: any[]) => Paginator<ListAttributeGroupsCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AssociateAttributeGroupRequest,
11
5
  AssociateAttributeGroupResponse,
@@ -21,22 +15,16 @@ export interface AssociateAttributeGroupCommandInput
21
15
  export interface AssociateAttributeGroupCommandOutput
22
16
  extends AssociateAttributeGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class AssociateAttributeGroupCommand extends $Command<
25
- AssociateAttributeGroupCommandInput,
26
- AssociateAttributeGroupCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: AssociateAttributeGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AssociateAttributeGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AssociateAttributeGroupCommand_base: {
19
+ new (
20
+ input: AssociateAttributeGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AssociateAttributeGroupCommandInput,
38
- AssociateAttributeGroupCommandOutput
23
+ AssociateAttributeGroupCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AssociateAttributeGroupCommand extends AssociateAttributeGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AssociateResourceRequest,
11
5
  AssociateResourceResponse,
@@ -21,19 +15,16 @@ export interface AssociateResourceCommandInput
21
15
  export interface AssociateResourceCommandOutput
22
16
  extends AssociateResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class AssociateResourceCommand extends $Command<
25
- AssociateResourceCommandInput,
26
- AssociateResourceCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: AssociateResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AssociateResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<AssociateResourceCommandInput, AssociateResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const AssociateResourceCommand_base: {
19
+ new (
20
+ input: AssociateResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ AssociateResourceCommandInput,
23
+ AssociateResourceCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AssociateResourceCommand extends AssociateResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateApplicationRequest,
11
5
  CreateApplicationResponse,
@@ -21,19 +15,16 @@ export interface CreateApplicationCommandInput
21
15
  export interface CreateApplicationCommandOutput
22
16
  extends CreateApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateApplicationCommand extends $Command<
25
- CreateApplicationCommandInput,
26
- CreateApplicationCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: CreateApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateApplicationCommand_base: {
19
+ new (
20
+ input: CreateApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateApplicationCommandInput,
23
+ CreateApplicationCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateAttributeGroupRequest,
11
5
  CreateAttributeGroupResponse,
@@ -21,22 +15,16 @@ export interface CreateAttributeGroupCommandInput
21
15
  export interface CreateAttributeGroupCommandOutput
22
16
  extends CreateAttributeGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateAttributeGroupCommand extends $Command<
25
- CreateAttributeGroupCommandInput,
26
- CreateAttributeGroupCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: CreateAttributeGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAttributeGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateAttributeGroupCommand_base: {
19
+ new (
20
+ input: CreateAttributeGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateAttributeGroupCommandInput,
38
- CreateAttributeGroupCommandOutput
23
+ CreateAttributeGroupCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateAttributeGroupCommand extends CreateAttributeGroupCommand_base {}