@aws-sdk/client-serverlessapplicationrepository 3.775.0 → 3.782.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-types/commands/CreateApplicationCommand.d.ts +1 -0
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateCloudFormationChangeSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateCloudFormationTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +1 -0
- package/dist-types/commands/GetApplicationPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetCloudFormationTemplateCommand.d.ts +1 -0
- package/dist-types/commands/ListApplicationDependenciesCommand.d.ts +1 -0
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +1 -0
- package/dist-types/commands/PutApplicationPolicyCommand.d.ts +1 -0
- package/dist-types/commands/UnshareApplicationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -131,6 +131,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
131
131
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
133
133
|
*
|
|
134
|
+
*
|
|
134
135
|
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const CreateApplicationVersionCommand_base: {
|
|
|
104
104
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class CreateApplicationVersionCommand extends CreateApplicationVersionCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const CreateCloudFormationChangeSetCommand_base: {
|
|
|
105
105
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class CreateCloudFormationChangeSetCommand extends CreateCloudFormationChangeSetCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const CreateCloudFormationTemplateCommand_base: {
|
|
|
76
76
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class CreateCloudFormationTemplateCommand extends CreateCloudFormationTemplateCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
70
70
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const GetApplicationCommand_base: {
|
|
|
116
116
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const GetApplicationPolicyCommand_base: {
|
|
|
82
82
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetApplicationPolicyCommand extends GetApplicationPolicyCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const GetCloudFormationTemplateCommand_base: {
|
|
|
76
76
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetCloudFormationTemplateCommand extends GetCloudFormationTemplateCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListApplicationDependenciesCommand_base: {
|
|
|
78
78
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListApplicationDependenciesCommand extends ListApplicationDependenciesCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const ListApplicationVersionsCommand_base: {
|
|
|
79
79
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListApplicationVersionsCommand extends ListApplicationVersionsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListApplicationsCommand_base: {
|
|
|
81
81
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const PutApplicationPolicyCommand_base: {
|
|
|
99
99
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class PutApplicationPolicyCommand extends PutApplicationPolicyCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const UnshareApplicationCommand_base: {
|
|
|
68
68
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class UnshareApplicationCommand extends UnshareApplicationCommand_base {
|
|
@@ -126,6 +126,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
126
126
|
* @throws {@link ServerlessApplicationRepositoryServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from ServerlessApplicationRepository service.</p>
|
|
128
128
|
*
|
|
129
|
+
*
|
|
129
130
|
* @public
|
|
130
131
|
*/
|
|
131
132
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-serverlessapplicationrepository",
|
|
3
3
|
"description": "AWS SDK for JavaScript Serverlessapplicationrepository Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-serverlessapplicationrepository",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|