@aws-sdk/client-serverlessapplicationrepository 3.428.0 → 3.429.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.
|
@@ -451,7 +451,7 @@ export interface Version {
|
|
|
451
451
|
* all permissions associated with the application before deploying. If you don't specify
|
|
452
452
|
* this parameter for an application that requires capabilities, the call will fail.</p>
|
|
453
453
|
*/
|
|
454
|
-
RequiredCapabilities:
|
|
454
|
+
RequiredCapabilities: Capability[] | undefined;
|
|
455
455
|
/**
|
|
456
456
|
* @public
|
|
457
457
|
* <p>Whether all of the AWS resources contained in this application are supported in the region
|
|
@@ -697,7 +697,7 @@ export interface CreateApplicationVersionResponse {
|
|
|
697
697
|
* all permissions associated with the application before deploying. If you don't specify
|
|
698
698
|
* this parameter for an application that requires capabilities, the call will fail.</p>
|
|
699
699
|
*/
|
|
700
|
-
RequiredCapabilities?:
|
|
700
|
+
RequiredCapabilities?: Capability[];
|
|
701
701
|
/**
|
|
702
702
|
* @public
|
|
703
703
|
* <p>Whether all of the AWS resources contained in this application are supported in the region
|
|
@@ -937,7 +937,7 @@ export interface CreateCloudFormationTemplateResponse {
|
|
|
937
937
|
* <p>Status of the template creation workflow.</p><p>Possible values: PREPARING | ACTIVE | EXPIRED
|
|
938
938
|
* </p>
|
|
939
939
|
*/
|
|
940
|
-
Status?: Status
|
|
940
|
+
Status?: Status;
|
|
941
941
|
/**
|
|
942
942
|
* @public
|
|
943
943
|
* <p>The UUID returned by CreateCloudFormationTemplate.</p><p>Pattern: [0-9a-fA-F]\{8\}\-[0-9a-fA-F]\{4\}\-[0-9a-fA-F]\{4\}\-[0-9a-fA-F]\{4\}\-[0-9a-fA-F]\{12\}</p>
|
|
@@ -1134,7 +1134,7 @@ export interface GetCloudFormationTemplateResponse {
|
|
|
1134
1134
|
* <p>Status of the template creation workflow.</p><p>Possible values: PREPARING | ACTIVE | EXPIRED
|
|
1135
1135
|
* </p>
|
|
1136
1136
|
*/
|
|
1137
|
-
Status?: Status
|
|
1137
|
+
Status?: Status;
|
|
1138
1138
|
/**
|
|
1139
1139
|
* @public
|
|
1140
1140
|
* <p>The UUID returned by CreateCloudFormationTemplate.</p><p>Pattern: [0-9a-fA-F]\{8\}\-[0-9a-fA-F]\{4\}\-[0-9a-fA-F]\{4\}\-[0-9a-fA-F]\{4\}\-[0-9a-fA-F]\{12\}</p>
|
|
@@ -97,7 +97,7 @@ export interface Version {
|
|
|
97
97
|
ApplicationId: string | undefined;
|
|
98
98
|
CreationTime: string | undefined;
|
|
99
99
|
ParameterDefinitions: ParameterDefinition[] | undefined;
|
|
100
|
-
RequiredCapabilities:
|
|
100
|
+
RequiredCapabilities: Capability[] | undefined;
|
|
101
101
|
ResourcesSupported: boolean | undefined;
|
|
102
102
|
SemanticVersion: string | undefined;
|
|
103
103
|
SourceCodeArchiveUrl?: string;
|
|
@@ -156,7 +156,7 @@ export interface CreateApplicationVersionResponse {
|
|
|
156
156
|
ApplicationId?: string;
|
|
157
157
|
CreationTime?: string;
|
|
158
158
|
ParameterDefinitions?: ParameterDefinition[];
|
|
159
|
-
RequiredCapabilities?:
|
|
159
|
+
RequiredCapabilities?: Capability[];
|
|
160
160
|
ResourcesSupported?: boolean;
|
|
161
161
|
SemanticVersion?: string;
|
|
162
162
|
SourceCodeArchiveUrl?: string;
|
|
@@ -203,7 +203,7 @@ export interface CreateCloudFormationTemplateResponse {
|
|
|
203
203
|
CreationTime?: string;
|
|
204
204
|
ExpirationTime?: string;
|
|
205
205
|
SemanticVersion?: string;
|
|
206
|
-
Status?: Status
|
|
206
|
+
Status?: Status;
|
|
207
207
|
TemplateId?: string;
|
|
208
208
|
TemplateUrl?: string;
|
|
209
209
|
}
|
|
@@ -251,7 +251,7 @@ export interface GetCloudFormationTemplateResponse {
|
|
|
251
251
|
CreationTime?: string;
|
|
252
252
|
ExpirationTime?: string;
|
|
253
253
|
SemanticVersion?: string;
|
|
254
|
-
Status?: Status
|
|
254
|
+
Status?: Status;
|
|
255
255
|
TemplateId?: string;
|
|
256
256
|
TemplateUrl?: string;
|
|
257
257
|
}
|
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.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/hash-node": "^2.0.11",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
42
|
"@smithy/middleware-retry": "^2.0.16",
|
|
43
43
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.5",
|