@aws-sdk/client-serverlessapplicationrepository 3.533.0 → 3.540.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ServerlessApplicationRepository.d.ts +2 -1
- package/dist-types/ServerlessApplicationRepositoryClient.d.ts +1 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateCloudFormationChangeSetCommand.d.ts +2 -1
- package/dist-types/commands/CreateCloudFormationTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetCloudFormationTemplateCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationDependenciesCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/PutApplicationPolicyCommand.d.ts +2 -1
- package/dist-types/commands/UnshareApplicationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +212 -212
- package/dist-types/ts3.4/ServerlessApplicationRepository.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCloudFormationChangeSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCloudFormationTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApplicationPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCloudFormationTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationDependenciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutApplicationPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnshareApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -1372,9 +1372,6 @@ var paginateListApplicationVersions = (0, import_core.createPaginator)(Serverles
|
|
|
1372
1372
|
// src/pagination/ListApplicationsPaginator.ts
|
|
1373
1373
|
|
|
1374
1374
|
var paginateListApplications = (0, import_core.createPaginator)(ServerlessApplicationRepositoryClient, ListApplicationsCommand, "NextToken", "NextToken", "MaxItems");
|
|
1375
|
-
|
|
1376
|
-
// src/index.ts
|
|
1377
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
1378
1375
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1379
1376
|
|
|
1380
1377
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -3,5 +3,4 @@ export * from "./ServerlessApplicationRepository";
|
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
5
|
export * from "./models";
|
|
6
|
-
import "@aws-sdk/util-endpoints";
|
|
7
6
|
export { ServerlessApplicationRepositoryServiceException } from "./models/ServerlessApplicationRepositoryServiceException";
|
|
@@ -72,6 +72,7 @@ export interface ServerlessApplicationRepository {
|
|
|
72
72
|
/**
|
|
73
73
|
* @see {@link ListApplicationsCommand}
|
|
74
74
|
*/
|
|
75
|
+
listApplications(): Promise<ListApplicationsCommandOutput>;
|
|
75
76
|
listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
|
|
76
77
|
listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
77
78
|
listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
@@ -101,7 +102,6 @@ export interface ServerlessApplicationRepository {
|
|
|
101
102
|
updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
|
|
102
103
|
}
|
|
103
104
|
/**
|
|
104
|
-
* @public
|
|
105
105
|
* <p>The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find
|
|
106
106
|
* and deploy serverless applications in the AWS Cloud. For more information about serverless applications,
|
|
107
107
|
* see Serverless Computing and Applications on the AWS website.</p><p>The AWS Serverless Application Repository is deeply integrated with the AWS Lambda console, so that developers of
|
|
@@ -122,6 +122,7 @@ export interface ServerlessApplicationRepository {
|
|
|
122
122
|
* developers, and publish new versions of applications. </p>
|
|
123
123
|
* </li>
|
|
124
124
|
* </ul>
|
|
125
|
+
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class ServerlessApplicationRepository extends ServerlessApplicationRepositoryClient implements ServerlessApplicationRepository {
|
|
127
128
|
}
|
|
@@ -165,7 +165,6 @@ export type ServerlessApplicationRepositoryClientResolvedConfigType = __SmithyRe
|
|
|
165
165
|
export interface ServerlessApplicationRepositoryClientResolvedConfig extends ServerlessApplicationRepositoryClientResolvedConfigType {
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
|
-
* @public
|
|
169
168
|
* <p>The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find
|
|
170
169
|
* and deploy serverless applications in the AWS Cloud. For more information about serverless applications,
|
|
171
170
|
* see Serverless Computing and Applications on the AWS website.</p><p>The AWS Serverless Application Repository is deeply integrated with the AWS Lambda console, so that developers of
|
|
@@ -186,6 +185,7 @@ export interface ServerlessApplicationRepositoryClientResolvedConfig extends Ser
|
|
|
186
185
|
* developers, and publish new versions of applications. </p>
|
|
187
186
|
* </li>
|
|
188
187
|
* </ul>
|
|
188
|
+
* @public
|
|
189
189
|
*/
|
|
190
190
|
export declare class ServerlessApplicationRepositoryClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ServerlessApplicationRepositoryClientResolvedConfig> {
|
|
191
191
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateApplicationCommand_base: {
|
|
24
24
|
new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an application, optionally including an AWS SAM file to create the first application version in the same call.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -130,6 +130,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
130
130
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
132
132
|
*
|
|
133
|
+
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
135
136
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateApplicationVersionCommandOutput extends CreateApplication
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateApplicationVersionCommand_base: {
|
|
24
24
|
new (input: CreateApplicationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateApplicationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an application version.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -103,6 +103,7 @@ declare const CreateApplicationVersionCommand_base: {
|
|
|
103
103
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class CreateApplicationVersionCommand extends CreateApplicationVersionCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateCloudFormationChangeSetCommandOutput extends CreateCloudF
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCloudFormationChangeSetCommand_base: {
|
|
24
24
|
new (input: CreateCloudFormationChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCloudFormationChangeSetCommandInput, CreateCloudFormationChangeSetCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCloudFormationChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCloudFormationChangeSetCommandInput, CreateCloudFormationChangeSetCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an AWS CloudFormation change set for the given application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -104,6 +104,7 @@ declare const CreateCloudFormationChangeSetCommand_base: {
|
|
|
104
104
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class CreateCloudFormationChangeSetCommand extends CreateCloudFormationChangeSetCommand_base {
|
|
109
110
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateCloudFormationTemplateCommandOutput extends CreateCloudFo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCloudFormationTemplateCommand_base: {
|
|
24
24
|
new (input: CreateCloudFormationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCloudFormationTemplateCommandInput, CreateCloudFormationTemplateCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCloudFormationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCloudFormationTemplateCommandInput, CreateCloudFormationTemplateCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an AWS CloudFormation template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const CreateCloudFormationTemplateCommand_base: {
|
|
|
75
75
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class CreateCloudFormationTemplateCommand extends CreateCloudFormationTemplateCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteApplicationCommand_base: {
|
|
24
24
|
new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
69
69
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetApplicationCommand_base: {
|
|
24
24
|
new (input: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the specified application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -115,6 +115,7 @@ declare const GetApplicationCommand_base: {
|
|
|
115
115
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
120
121
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetApplicationPolicyCommandOutput extends GetApplicationPolicyR
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetApplicationPolicyCommand_base: {
|
|
24
24
|
new (input: GetApplicationPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationPolicyCommandInput, GetApplicationPolicyCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetApplicationPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationPolicyCommandInput, GetApplicationPolicyCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the policy for the application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const GetApplicationPolicyCommand_base: {
|
|
|
81
81
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetApplicationPolicyCommand extends GetApplicationPolicyCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCloudFormationTemplateCommandOutput extends GetCloudFormatio
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCloudFormationTemplateCommand_base: {
|
|
24
24
|
new (input: GetCloudFormationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudFormationTemplateCommandInput, GetCloudFormationTemplateCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCloudFormationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudFormationTemplateCommandInput, GetCloudFormationTemplateCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the specified AWS CloudFormation template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const GetCloudFormationTemplateCommand_base: {
|
|
|
75
75
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetCloudFormationTemplateCommand extends GetCloudFormationTemplateCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListApplicationDependenciesCommandOutput extends ListApplicatio
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListApplicationDependenciesCommand_base: {
|
|
24
24
|
new (input: ListApplicationDependenciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationDependenciesCommandInput, ListApplicationDependenciesCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListApplicationDependenciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationDependenciesCommandInput, ListApplicationDependenciesCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the list of applications nested in the containing application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const ListApplicationDependenciesCommand_base: {
|
|
|
77
77
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListApplicationDependenciesCommand extends ListApplicationDependenciesCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListApplicationVersionsCommandOutput extends ListApplicationVer
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListApplicationVersionsCommand_base: {
|
|
24
24
|
new (input: ListApplicationVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListApplicationVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists versions for the specified application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const ListApplicationVersionsCommand_base: {
|
|
|
78
78
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListApplicationVersionsCommand extends ListApplicationVersionsCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListApplicationsCommand_base: {
|
|
24
24
|
new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists applications owned by the requester.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const ListApplicationsCommand_base: {
|
|
|
80
80
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutApplicationPolicyCommandOutput extends PutApplicationPolicyR
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutApplicationPolicyCommand_base: {
|
|
24
24
|
new (input: PutApplicationPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutApplicationPolicyCommandInput, PutApplicationPolicyCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutApplicationPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutApplicationPolicyCommandInput, PutApplicationPolicyCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sets the permission policy for an application. For the list of actions supported for this operation, see
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/serverlessrepo/latest/devguide/access-control-resource-based.html#application-permissions">Application
|
|
31
31
|
* Permissions</a>
|
|
@@ -98,6 +98,7 @@ declare const PutApplicationPolicyCommand_base: {
|
|
|
98
98
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class PutApplicationPolicyCommand extends PutApplicationPolicyCommand_base {
|
|
103
104
|
}
|
|
@@ -22,10 +22,10 @@ export interface UnshareApplicationCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const UnshareApplicationCommand_base: {
|
|
24
24
|
new (input: UnshareApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UnshareApplicationCommandInput, UnshareApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UnshareApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UnshareApplicationCommandInput, UnshareApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Unshares an application from an AWS Organization.</p><p>This operation can be called only from the organization's master account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const UnshareApplicationCommand_base: {
|
|
|
67
67
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class UnshareApplicationCommand extends UnshareApplicationCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateApplicationCommand_base: {
|
|
24
24
|
new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the specified application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -125,6 +125,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
125
125
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
127
127
|
*
|
|
128
|
+
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
|
|
130
131
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -30,5 +30,4 @@ export { ServerlessApplicationRepositoryExtensionConfiguration } from "./extensi
|
|
|
30
30
|
export * from "./commands";
|
|
31
31
|
export * from "./pagination";
|
|
32
32
|
export * from "./models";
|
|
33
|
-
import "@aws-sdk/util-endpoints";
|
|
34
33
|
export { ServerlessApplicationRepositoryServiceException } from "./models/ServerlessApplicationRepositoryServiceException";
|