@aws-sdk/client-serverlessapplicationrepository 3.428.0 → 3.430.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: (Capability | string)[] | undefined;
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?: (Capability | string)[];
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 | string;
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 | string;
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: (Capability | string)[] | undefined;
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?: (Capability | string)[];
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 | string;
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 | string;
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.428.0",
4
+ "version": "3.430.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,28 +21,28 @@
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.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.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",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.428.0",
35
- "@aws-sdk/util-user-agent-node": "3.428.0",
36
- "@smithy/config-resolver": "^2.0.14",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
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.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"