@aws-sdk/client-serverlessapplicationrepository 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 (73) hide show
  1. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  2. package/dist-cjs/commands/CreateApplicationVersionCommand.js +18 -41
  3. package/dist-cjs/commands/CreateCloudFormationChangeSetCommand.js +18 -41
  4. package/dist-cjs/commands/CreateCloudFormationTemplateCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
  6. package/dist-cjs/commands/GetApplicationCommand.js +18 -41
  7. package/dist-cjs/commands/GetApplicationPolicyCommand.js +18 -41
  8. package/dist-cjs/commands/GetCloudFormationTemplateCommand.js +18 -41
  9. package/dist-cjs/commands/ListApplicationDependenciesCommand.js +18 -41
  10. package/dist-cjs/commands/ListApplicationVersionsCommand.js +18 -41
  11. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  12. package/dist-cjs/commands/PutApplicationPolicyCommand.js +18 -41
  13. package/dist-cjs/commands/UnshareApplicationCommand.js +18 -41
  14. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  15. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  16. package/dist-cjs/pagination/ListApplicationDependenciesPaginator.js +2 -24
  17. package/dist-cjs/pagination/ListApplicationVersionsPaginator.js +2 -24
  18. package/dist-cjs/pagination/ListApplicationsPaginator.js +2 -24
  19. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  20. package/dist-es/commands/CreateApplicationVersionCommand.js +18 -41
  21. package/dist-es/commands/CreateCloudFormationChangeSetCommand.js +18 -41
  22. package/dist-es/commands/CreateCloudFormationTemplateCommand.js +18 -41
  23. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  24. package/dist-es/commands/GetApplicationCommand.js +18 -41
  25. package/dist-es/commands/GetApplicationPolicyCommand.js +18 -41
  26. package/dist-es/commands/GetCloudFormationTemplateCommand.js +18 -41
  27. package/dist-es/commands/ListApplicationDependenciesCommand.js +18 -41
  28. package/dist-es/commands/ListApplicationVersionsCommand.js +18 -41
  29. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  30. package/dist-es/commands/PutApplicationPolicyCommand.js +18 -41
  31. package/dist-es/commands/UnshareApplicationCommand.js +18 -41
  32. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  33. package/dist-es/endpoint/EndpointParameters.js +6 -0
  34. package/dist-es/pagination/ListApplicationDependenciesPaginator.js +2 -23
  35. package/dist-es/pagination/ListApplicationVersionsPaginator.js +2 -23
  36. package/dist-es/pagination/ListApplicationsPaginator.js +2 -23
  37. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  38. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +6 -21
  39. package/dist-types/commands/CreateCloudFormationChangeSetCommand.d.ts +6 -21
  40. package/dist-types/commands/CreateCloudFormationTemplateCommand.d.ts +6 -21
  41. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  42. package/dist-types/commands/GetApplicationCommand.d.ts +6 -21
  43. package/dist-types/commands/GetApplicationPolicyCommand.d.ts +6 -21
  44. package/dist-types/commands/GetCloudFormationTemplateCommand.d.ts +6 -21
  45. package/dist-types/commands/ListApplicationDependenciesCommand.d.ts +6 -21
  46. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +6 -21
  47. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  48. package/dist-types/commands/PutApplicationPolicyCommand.d.ts +6 -21
  49. package/dist-types/commands/UnshareApplicationCommand.d.ts +6 -21
  50. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  51. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  52. package/dist-types/pagination/ListApplicationDependenciesPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListApplicationVersionsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  56. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +12 -24
  57. package/dist-types/ts3.4/commands/CreateCloudFormationChangeSetCommand.d.ts +12 -24
  58. package/dist-types/ts3.4/commands/CreateCloudFormationTemplateCommand.d.ts +12 -24
  59. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  60. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/GetApplicationPolicyCommand.d.ts +12 -24
  62. package/dist-types/ts3.4/commands/GetCloudFormationTemplateCommand.d.ts +12 -24
  63. package/dist-types/ts3.4/commands/ListApplicationDependenciesCommand.d.ts +12 -24
  64. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/PutApplicationPolicyCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/UnshareApplicationCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  70. package/dist-types/ts3.4/pagination/ListApplicationDependenciesPaginator.d.ts +3 -3
  71. package/dist-types/ts3.4/pagination/ListApplicationVersionsPaginator.d.ts +3 -3
  72. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +3 -3
  73. 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 { GetCloudFormationTemplateRequest, GetCloudFormationTemplateResponse } from "../models/models_0";
5
4
  import { ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServerlessApplicationRepositoryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCloudFormationTemplateCommandInput extends GetCloudFormation
21
20
  */
22
21
  export interface GetCloudFormationTemplateCommandOutput extends GetCloudFormationTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetCloudFormationTemplateCommand_base: {
24
+ new (input: GetCloudFormationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudFormationTemplateCommandInput, GetCloudFormationTemplateCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the specified AWS CloudFormation template.</p>
@@ -73,23 +76,5 @@ export interface GetCloudFormationTemplateCommandOutput extends GetCloudFormatio
73
76
  * <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
74
77
  *
75
78
  */
76
- export declare class GetCloudFormationTemplateCommand extends $Command<GetCloudFormationTemplateCommandInput, GetCloudFormationTemplateCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig> {
77
- readonly input: GetCloudFormationTemplateCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: GetCloudFormationTemplateCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServerlessApplicationRepositoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCloudFormationTemplateCommandInput, GetCloudFormationTemplateCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class GetCloudFormationTemplateCommand extends GetCloudFormationTemplateCommand_base {
95
80
  }
@@ -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 { ListApplicationDependenciesRequest, ListApplicationDependenciesResponse } from "../models/models_0";
5
4
  import { ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServerlessApplicationRepositoryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListApplicationDependenciesCommandInput extends ListApplication
21
20
  */
22
21
  export interface ListApplicationDependenciesCommandOutput extends ListApplicationDependenciesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListApplicationDependenciesCommand_base: {
24
+ new (input: ListApplicationDependenciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationDependenciesCommandInput, ListApplicationDependenciesCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the list of applications nested in the containing application.</p>
@@ -75,23 +78,5 @@ export interface ListApplicationDependenciesCommandOutput extends ListApplicatio
75
78
  * <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
76
79
  *
77
80
  */
78
- export declare class ListApplicationDependenciesCommand extends $Command<ListApplicationDependenciesCommandInput, ListApplicationDependenciesCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig> {
79
- readonly input: ListApplicationDependenciesCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListApplicationDependenciesCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServerlessApplicationRepositoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationDependenciesCommandInput, ListApplicationDependenciesCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListApplicationDependenciesCommand extends ListApplicationDependenciesCommand_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 { ListApplicationVersionsRequest, ListApplicationVersionsResponse } from "../models/models_0";
5
4
  import { ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServerlessApplicationRepositoryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListApplicationVersionsCommandInput extends ListApplicationVers
21
20
  */
22
21
  export interface ListApplicationVersionsCommandOutput extends ListApplicationVersionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListApplicationVersionsCommand_base: {
24
+ new (input: ListApplicationVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists versions for the specified application.</p>
@@ -76,23 +79,5 @@ export interface ListApplicationVersionsCommandOutput extends ListApplicationVer
76
79
  * <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
77
80
  *
78
81
  */
79
- export declare class ListApplicationVersionsCommand extends $Command<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig> {
80
- readonly input: ListApplicationVersionsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: ListApplicationVersionsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServerlessApplicationRepositoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class ListApplicationVersionsCommand extends ListApplicationVersionsCommand_base {
98
83
  }
@@ -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 { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
5
4
  import { ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServerlessApplicationRepositoryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {
21
20
  */
22
21
  export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListApplicationsCommand_base: {
24
+ new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists applications owned by the requester.</p>
@@ -78,23 +81,5 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
78
81
  * <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
79
82
  *
80
83
  */
81
- export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig> {
82
- readonly input: ListApplicationsCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ListApplicationsCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServerlessApplicationRepositoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
100
85
  }
@@ -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 { PutApplicationPolicyRequest, PutApplicationPolicyResponse } from "../models/models_0";
5
4
  import { ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServerlessApplicationRepositoryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutApplicationPolicyCommandInput extends PutApplicationPolicyRe
21
20
  */
22
21
  export interface PutApplicationPolicyCommandOutput extends PutApplicationPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutApplicationPolicyCommand_base: {
24
+ new (input: PutApplicationPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutApplicationPolicyCommandInput, PutApplicationPolicyCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets the permission policy for an application. For the list of actions supported for this operation, see
@@ -96,23 +99,5 @@ export interface PutApplicationPolicyCommandOutput extends PutApplicationPolicyR
96
99
  * <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
97
100
  *
98
101
  */
99
- export declare class PutApplicationPolicyCommand extends $Command<PutApplicationPolicyCommandInput, PutApplicationPolicyCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig> {
100
- readonly input: PutApplicationPolicyCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: PutApplicationPolicyCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServerlessApplicationRepositoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutApplicationPolicyCommandInput, PutApplicationPolicyCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class PutApplicationPolicyCommand extends PutApplicationPolicyCommand_base {
118
103
  }
@@ -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 { UnshareApplicationRequest } from "../models/models_0";
5
4
  import { ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServerlessApplicationRepositoryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UnshareApplicationCommandInput extends UnshareApplicationReques
21
20
  */
22
21
  export interface UnshareApplicationCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UnshareApplicationCommand_base: {
24
+ new (input: UnshareApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UnshareApplicationCommandInput, UnshareApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Unshares an application from an AWS Organization.</p><p>This operation can be called only from the organization's master account.</p>
@@ -65,23 +68,5 @@ export interface UnshareApplicationCommandOutput extends __MetadataBearer {
65
68
  * <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
66
69
  *
67
70
  */
68
- export declare class UnshareApplicationCommand extends $Command<UnshareApplicationCommandInput, UnshareApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig> {
69
- readonly input: UnshareApplicationCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: UnshareApplicationCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServerlessApplicationRepositoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UnshareApplicationCommandInput, UnshareApplicationCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class UnshareApplicationCommand extends UnshareApplicationCommand_base {
87
72
  }
@@ -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 { ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServerlessApplicationRepositoryClient";
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, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified application.</p>
@@ -123,23 +126,5 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
123
126
  * <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
124
127
  *
125
128
  */
126
- export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig> {
127
- readonly input: UpdateApplicationCommandInput;
128
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
129
- /**
130
- * @public
131
- */
132
- constructor(input: UpdateApplicationCommandInput);
133
- /**
134
- * @internal
135
- */
136
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServerlessApplicationRepositoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
137
- /**
138
- * @internal
139
- */
140
- private serialize;
141
- /**
142
- * @internal
143
- */
144
- private deserialize;
129
+ export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
145
130
  }
@@ -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 { ServerlessApplicationRepositoryPaginationConfiguration } from "./Interf
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListApplicationDependencies(config: ServerlessApplicationRepositoryPaginationConfiguration, input: ListApplicationDependenciesCommandInput, ...additionalArguments: any): Paginator<ListApplicationDependenciesCommandOutput>;
7
+ export declare const paginateListApplicationDependencies: (config: ServerlessApplicationRepositoryPaginationConfiguration, input: ListApplicationDependenciesCommandInput, ...rest: any[]) => Paginator<ListApplicationDependenciesCommandOutput>;
@@ -4,4 +4,4 @@ import { ServerlessApplicationRepositoryPaginationConfiguration } from "./Interf
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListApplicationVersions(config: ServerlessApplicationRepositoryPaginationConfiguration, input: ListApplicationVersionsCommandInput, ...additionalArguments: any): Paginator<ListApplicationVersionsCommandOutput>;
7
+ export declare const paginateListApplicationVersions: (config: ServerlessApplicationRepositoryPaginationConfiguration, input: ListApplicationVersionsCommandInput, ...rest: any[]) => Paginator<ListApplicationVersionsCommandOutput>;
@@ -4,4 +4,4 @@ import { ServerlessApplicationRepositoryPaginationConfiguration } from "./Interf
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListApplications(config: ServerlessApplicationRepositoryPaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
7
+ export declare const paginateListApplications: (config: ServerlessApplicationRepositoryPaginationConfiguration, input: ListApplicationsCommandInput, ...rest: any[]) => Paginator<ListApplicationsCommandOutput>;
@@ -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
- ServerlessApplicationRepositoryClientResolvedConfig
28
- > {
29
- readonly input: CreateApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServerlessApplicationRepositoryClientResolvedConfig,
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
+ ServerlessApplicationRepositoryClientResolvedConfig,
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
  CreateApplicationVersionRequest,
11
5
  CreateApplicationVersionResponse,
@@ -21,22 +15,16 @@ export interface CreateApplicationVersionCommandInput
21
15
  export interface CreateApplicationVersionCommandOutput
22
16
  extends CreateApplicationVersionResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateApplicationVersionCommand extends $Command<
25
- CreateApplicationVersionCommandInput,
26
- CreateApplicationVersionCommandOutput,
27
- ServerlessApplicationRepositoryClientResolvedConfig
28
- > {
29
- readonly input: CreateApplicationVersionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateApplicationVersionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServerlessApplicationRepositoryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateApplicationVersionCommand_base: {
19
+ new (
20
+ input: CreateApplicationVersionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateApplicationVersionCommandInput,
38
- CreateApplicationVersionCommandOutput
23
+ CreateApplicationVersionCommandOutput,
24
+ ServerlessApplicationRepositoryClientResolvedConfig,
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 CreateApplicationVersionCommand extends CreateApplicationVersionCommand_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
  CreateCloudFormationChangeSetRequest,
11
5
  CreateCloudFormationChangeSetResponse,
@@ -21,22 +15,16 @@ export interface CreateCloudFormationChangeSetCommandInput
21
15
  export interface CreateCloudFormationChangeSetCommandOutput
22
16
  extends CreateCloudFormationChangeSetResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateCloudFormationChangeSetCommand extends $Command<
25
- CreateCloudFormationChangeSetCommandInput,
26
- CreateCloudFormationChangeSetCommandOutput,
27
- ServerlessApplicationRepositoryClientResolvedConfig
28
- > {
29
- readonly input: CreateCloudFormationChangeSetCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCloudFormationChangeSetCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServerlessApplicationRepositoryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCloudFormationChangeSetCommand_base: {
19
+ new (
20
+ input: CreateCloudFormationChangeSetCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCloudFormationChangeSetCommandInput,
38
- CreateCloudFormationChangeSetCommandOutput
23
+ CreateCloudFormationChangeSetCommandOutput,
24
+ ServerlessApplicationRepositoryClientResolvedConfig,
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 CreateCloudFormationChangeSetCommand extends CreateCloudFormationChangeSetCommand_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
  CreateCloudFormationTemplateRequest,
11
5
  CreateCloudFormationTemplateResponse,
@@ -21,22 +15,16 @@ export interface CreateCloudFormationTemplateCommandInput
21
15
  export interface CreateCloudFormationTemplateCommandOutput
22
16
  extends CreateCloudFormationTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateCloudFormationTemplateCommand extends $Command<
25
- CreateCloudFormationTemplateCommandInput,
26
- CreateCloudFormationTemplateCommandOutput,
27
- ServerlessApplicationRepositoryClientResolvedConfig
28
- > {
29
- readonly input: CreateCloudFormationTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCloudFormationTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServerlessApplicationRepositoryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCloudFormationTemplateCommand_base: {
19
+ new (
20
+ input: CreateCloudFormationTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCloudFormationTemplateCommandInput,
38
- CreateCloudFormationTemplateCommandOutput
23
+ CreateCloudFormationTemplateCommandOutput,
24
+ ServerlessApplicationRepositoryClientResolvedConfig,
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 CreateCloudFormationTemplateCommand extends CreateCloudFormationTemplateCommand_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 { DeleteApplicationRequest } from "../models/models_0";
10
4
  import {
11
5
  ServerlessApplicationRepositoryClientResolvedConfig,
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeleteApplicationCommandInput
17
11
  extends DeleteApplicationRequest {}
18
12
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
19
- export declare class DeleteApplicationCommand extends $Command<
20
- DeleteApplicationCommandInput,
21
- DeleteApplicationCommandOutput,
22
- ServerlessApplicationRepositoryClientResolvedConfig
23
- > {
24
- readonly input: DeleteApplicationCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeleteApplicationCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: ServerlessApplicationRepositoryClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const DeleteApplicationCommand_base: {
14
+ new (
15
+ input: DeleteApplicationCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ DeleteApplicationCommandInput,
18
+ DeleteApplicationCommandOutput,
19
+ ServerlessApplicationRepositoryClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DeleteApplicationCommand extends DeleteApplicationCommand_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
  GetApplicationRequest,
11
5
  GetApplicationResponse,
@@ -20,19 +14,16 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {}
20
14
  export interface GetApplicationCommandOutput
21
15
  extends GetApplicationResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetApplicationCommand extends $Command<
24
- GetApplicationCommandInput,
25
- GetApplicationCommandOutput,
26
- ServerlessApplicationRepositoryClientResolvedConfig
27
- > {
28
- readonly input: GetApplicationCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetApplicationCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ServerlessApplicationRepositoryClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetApplicationCommand_base: {
18
+ new (
19
+ input: GetApplicationCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetApplicationCommandInput,
22
+ GetApplicationCommandOutput,
23
+ ServerlessApplicationRepositoryClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetApplicationCommand extends GetApplicationCommand_base {}