@aws-sdk/client-service-catalog 3.431.0 → 3.433.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/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/commands/AssociatePrincipalWithPortfolioCommand.d.ts +1 -2
- package/dist-types/commands/CreateProductCommand.d.ts +4 -4
- package/dist-types/commands/CreateProvisioningArtifactCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProductAsAdminCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProductCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProductViewCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProvisioningArtifactCommand.d.ts +1 -1
- package/dist-types/commands/ListProvisioningArtifactsCommand.d.ts +1 -1
- package/dist-types/commands/ListProvisioningArtifactsForServiceActionCommand.d.ts +1 -1
- package/dist-types/commands/SearchProductsAsAdminCommand.d.ts +1 -1
- package/dist-types/commands/SearchProductsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProductCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProvisioningArtifactCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +45 -15
- package/dist-types/ts3.4/models/models_0.d.ts +14 -11
- package/package.json +31 -31
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = "isSet",
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
5
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }, { conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ endpoint: { url: "https://servicecatalog-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ endpoint: { url: "https://servicecatalog-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ endpoint: { url: "https://servicecatalog.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://servicecatalog.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -145,12 +145,14 @@ class OperationNotSupportedException extends ServiceCatalogServiceException_1.Se
|
|
|
145
145
|
exports.OperationNotSupportedException = OperationNotSupportedException;
|
|
146
146
|
exports.ProductType = {
|
|
147
147
|
CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE",
|
|
148
|
+
EXTERNAL: "EXTERNAL",
|
|
148
149
|
MARKETPLACE: "MARKETPLACE",
|
|
149
150
|
TERRAFORM_CLOUD: "TERRAFORM_CLOUD",
|
|
150
151
|
TERRAFORM_OPEN_SOURCE: "TERRAFORM_OPEN_SOURCE",
|
|
151
152
|
};
|
|
152
153
|
exports.ProvisioningArtifactType = {
|
|
153
154
|
CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE",
|
|
155
|
+
EXTERNAL: "EXTERNAL",
|
|
154
156
|
MARKETPLACE_AMI: "MARKETPLACE_AMI",
|
|
155
157
|
MARKETPLACE_CAR: "MARKETPLACE_CAR",
|
|
156
158
|
TERRAFORM_CLOUD: "TERRAFORM_CLOUD",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = "isSet",
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
2
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }, { conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ endpoint: { url: "https://servicecatalog-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ endpoint: { url: "https://servicecatalog-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ endpoint: { url: "https://servicecatalog.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://servicecatalog.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -135,12 +135,14 @@ export class OperationNotSupportedException extends __BaseException {
|
|
|
135
135
|
}
|
|
136
136
|
export const ProductType = {
|
|
137
137
|
CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE",
|
|
138
|
+
EXTERNAL: "EXTERNAL",
|
|
138
139
|
MARKETPLACE: "MARKETPLACE",
|
|
139
140
|
TERRAFORM_CLOUD: "TERRAFORM_CLOUD",
|
|
140
141
|
TERRAFORM_OPEN_SOURCE: "TERRAFORM_OPEN_SOURCE",
|
|
141
142
|
};
|
|
142
143
|
export const ProvisioningArtifactType = {
|
|
143
144
|
CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE",
|
|
145
|
+
EXTERNAL: "EXTERNAL",
|
|
144
146
|
MARKETPLACE_AMI: "MARKETPLACE_AMI",
|
|
145
147
|
MARKETPLACE_CAR: "MARKETPLACE_CAR",
|
|
146
148
|
TERRAFORM_CLOUD: "TERRAFORM_CLOUD",
|
|
@@ -28,8 +28,7 @@ export interface AssociatePrincipalWithPortfolioCommandOutput extends AssociateP
|
|
|
28
28
|
* included in the share. </p>
|
|
29
29
|
* <p>The <code>PortfolioID</code>, <code>PrincipalARN</code>, and <code>PrincipalType</code> parameters are
|
|
30
30
|
* required. </p>
|
|
31
|
-
* <p>You can associate a maximum of 10 Principals with a portfolio using <code>PrincipalType</code> as <code>IAM_PATTERN</code>
|
|
32
|
-
* </p>
|
|
31
|
+
* <p>You can associate a maximum of 10 Principals with a portfolio using <code>PrincipalType</code> as <code>IAM_PATTERN</code>. </p>
|
|
33
32
|
* <note>
|
|
34
33
|
* <p>When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is
|
|
35
34
|
* then shared with other accounts. For a user in a recipient account who is <i>not</i> an Service Catalog Admin,
|
|
@@ -44,7 +44,7 @@ export interface CreateProductCommandOutput extends CreateProductOutput, __Metad
|
|
|
44
44
|
* SupportDescription: "STRING_VALUE",
|
|
45
45
|
* SupportEmail: "STRING_VALUE",
|
|
46
46
|
* SupportUrl: "STRING_VALUE",
|
|
47
|
-
* ProductType: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD", // required
|
|
47
|
+
* ProductType: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL", // required
|
|
48
48
|
* Tags: [ // AddTags
|
|
49
49
|
* { // Tag
|
|
50
50
|
* Key: "STRING_VALUE", // required
|
|
@@ -57,7 +57,7 @@ export interface CreateProductCommandOutput extends CreateProductOutput, __Metad
|
|
|
57
57
|
* Info: { // ProvisioningArtifactInfo
|
|
58
58
|
* "<keys>": "STRING_VALUE",
|
|
59
59
|
* },
|
|
60
|
-
* Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
60
|
+
* Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
61
61
|
* DisableTemplateValidation: true || false,
|
|
62
62
|
* },
|
|
63
63
|
* IdempotencyToken: "STRING_VALUE", // required
|
|
@@ -83,7 +83,7 @@ export interface CreateProductCommandOutput extends CreateProductOutput, __Metad
|
|
|
83
83
|
* // Name: "STRING_VALUE",
|
|
84
84
|
* // Owner: "STRING_VALUE",
|
|
85
85
|
* // ShortDescription: "STRING_VALUE",
|
|
86
|
-
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
86
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
87
87
|
* // Distributor: "STRING_VALUE",
|
|
88
88
|
* // HasDefaultPath: true || false,
|
|
89
89
|
* // SupportEmail: "STRING_VALUE",
|
|
@@ -116,7 +116,7 @@ export interface CreateProductCommandOutput extends CreateProductOutput, __Metad
|
|
|
116
116
|
* // Id: "STRING_VALUE",
|
|
117
117
|
* // Name: "STRING_VALUE",
|
|
118
118
|
* // Description: "STRING_VALUE",
|
|
119
|
-
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
119
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
120
120
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
121
121
|
* // Active: true || false,
|
|
122
122
|
* // Guidance: "DEFAULT" || "DEPRECATED",
|
|
@@ -43,7 +43,7 @@ export interface CreateProvisioningArtifactCommandOutput extends CreateProvision
|
|
|
43
43
|
* Info: { // ProvisioningArtifactInfo
|
|
44
44
|
* "<keys>": "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
|
-
* Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
46
|
+
* Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
47
47
|
* DisableTemplateValidation: true || false,
|
|
48
48
|
* },
|
|
49
49
|
* IdempotencyToken: "STRING_VALUE", // required
|
|
@@ -55,7 +55,7 @@ export interface CreateProvisioningArtifactCommandOutput extends CreateProvision
|
|
|
55
55
|
* // Id: "STRING_VALUE",
|
|
56
56
|
* // Name: "STRING_VALUE",
|
|
57
57
|
* // Description: "STRING_VALUE",
|
|
58
|
-
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
58
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
59
59
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
60
60
|
* // Active: true || false,
|
|
61
61
|
* // Guidance: "DEFAULT" || "DEPRECATED",
|
|
@@ -46,7 +46,7 @@ export interface DescribeProductAsAdminCommandOutput extends DescribeProductAsAd
|
|
|
46
46
|
* // Name: "STRING_VALUE",
|
|
47
47
|
* // Owner: "STRING_VALUE",
|
|
48
48
|
* // ShortDescription: "STRING_VALUE",
|
|
49
|
-
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
49
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
50
50
|
* // Distributor: "STRING_VALUE",
|
|
51
51
|
* // HasDefaultPath: true || false,
|
|
52
52
|
* // SupportEmail: "STRING_VALUE",
|
|
@@ -53,7 +53,7 @@ export interface DescribeProductCommandOutput extends DescribeProductOutput, __M
|
|
|
53
53
|
* // Name: "STRING_VALUE",
|
|
54
54
|
* // Owner: "STRING_VALUE",
|
|
55
55
|
* // ShortDescription: "STRING_VALUE",
|
|
56
|
-
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
56
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
57
57
|
* // Distributor: "STRING_VALUE",
|
|
58
58
|
* // HasDefaultPath: true || false,
|
|
59
59
|
* // SupportEmail: "STRING_VALUE",
|
|
@@ -43,7 +43,7 @@ export interface DescribeProductViewCommandOutput extends DescribeProductViewOut
|
|
|
43
43
|
* // Name: "STRING_VALUE",
|
|
44
44
|
* // Owner: "STRING_VALUE",
|
|
45
45
|
* // ShortDescription: "STRING_VALUE",
|
|
46
|
-
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
46
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
47
47
|
* // Distributor: "STRING_VALUE",
|
|
48
48
|
* // HasDefaultPath: true || false,
|
|
49
49
|
* // SupportEmail: "STRING_VALUE",
|
|
@@ -46,7 +46,7 @@ export interface DescribeProvisioningArtifactCommandOutput extends DescribeProvi
|
|
|
46
46
|
* // Id: "STRING_VALUE",
|
|
47
47
|
* // Name: "STRING_VALUE",
|
|
48
48
|
* // Description: "STRING_VALUE",
|
|
49
|
-
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
49
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
50
50
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
51
51
|
* // Active: true || false,
|
|
52
52
|
* // Guidance: "DEFAULT" || "DEPRECATED",
|
|
@@ -42,7 +42,7 @@ export interface ListProvisioningArtifactsCommandOutput extends ListProvisioning
|
|
|
42
42
|
* // Id: "STRING_VALUE",
|
|
43
43
|
* // Name: "STRING_VALUE",
|
|
44
44
|
* // Description: "STRING_VALUE",
|
|
45
|
-
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
45
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
46
46
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
47
47
|
* // Active: true || false,
|
|
48
48
|
* // Guidance: "DEFAULT" || "DEPRECATED",
|
|
@@ -47,7 +47,7 @@ export interface ListProvisioningArtifactsForServiceActionCommandOutput extends
|
|
|
47
47
|
* // Name: "STRING_VALUE",
|
|
48
48
|
* // Owner: "STRING_VALUE",
|
|
49
49
|
* // ShortDescription: "STRING_VALUE",
|
|
50
|
-
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
50
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
51
51
|
* // Distributor: "STRING_VALUE",
|
|
52
52
|
* // HasDefaultPath: true || false,
|
|
53
53
|
* // SupportEmail: "STRING_VALUE",
|
|
@@ -55,7 +55,7 @@ export interface SearchProductsAsAdminCommandOutput extends SearchProductsAsAdmi
|
|
|
55
55
|
* // Name: "STRING_VALUE",
|
|
56
56
|
* // Owner: "STRING_VALUE",
|
|
57
57
|
* // ShortDescription: "STRING_VALUE",
|
|
58
|
-
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
58
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
59
59
|
* // Distributor: "STRING_VALUE",
|
|
60
60
|
* // HasDefaultPath: true || false,
|
|
61
61
|
* // SupportEmail: "STRING_VALUE",
|
|
@@ -52,7 +52,7 @@ export interface SearchProductsCommandOutput extends SearchProductsOutput, __Met
|
|
|
52
52
|
* // Name: "STRING_VALUE",
|
|
53
53
|
* // Owner: "STRING_VALUE",
|
|
54
54
|
* // ShortDescription: "STRING_VALUE",
|
|
55
|
-
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
55
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
56
56
|
* // Distributor: "STRING_VALUE",
|
|
57
57
|
* // HasDefaultPath: true || false,
|
|
58
58
|
* // SupportEmail: "STRING_VALUE",
|
|
@@ -71,7 +71,7 @@ export interface UpdateProductCommandOutput extends UpdateProductOutput, __Metad
|
|
|
71
71
|
* // Name: "STRING_VALUE",
|
|
72
72
|
* // Owner: "STRING_VALUE",
|
|
73
73
|
* // ShortDescription: "STRING_VALUE",
|
|
74
|
-
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
74
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
75
75
|
* // Distributor: "STRING_VALUE",
|
|
76
76
|
* // HasDefaultPath: true || false,
|
|
77
77
|
* // SupportEmail: "STRING_VALUE",
|
|
@@ -47,7 +47,7 @@ export interface UpdateProvisioningArtifactCommandOutput extends UpdateProvision
|
|
|
47
47
|
* // Id: "STRING_VALUE",
|
|
48
48
|
* // Name: "STRING_VALUE",
|
|
49
49
|
* // Description: "STRING_VALUE",
|
|
50
|
-
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD",
|
|
50
|
+
* // Type: "CLOUD_FORMATION_TEMPLATE" || "MARKETPLACE_AMI" || "MARKETPLACE_CAR" || "TERRAFORM_OPEN_SOURCE" || "TERRAFORM_CLOUD" || "EXTERNAL",
|
|
51
51
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
52
52
|
* // Active: true || false,
|
|
53
53
|
* // Guidance: "DEFAULT" || "DEPRECATED",
|
|
@@ -646,7 +646,7 @@ export interface CopyProductInput {
|
|
|
646
646
|
* <p>The identifiers of the provisioning artifacts (also known as versions) of the product to copy.
|
|
647
647
|
* By default, all provisioning artifacts are copied.</p>
|
|
648
648
|
*/
|
|
649
|
-
SourceProvisioningArtifactIdentifiers?: Record<ProvisioningArtifactPropertyName, string
|
|
649
|
+
SourceProvisioningArtifactIdentifiers?: Partial<Record<ProvisioningArtifactPropertyName, string>>[];
|
|
650
650
|
/**
|
|
651
651
|
* @public
|
|
652
652
|
* <p>The copy options. If the value is <code>CopyTags</code>, the tags from the source
|
|
@@ -1097,6 +1097,7 @@ export declare class OperationNotSupportedException extends __BaseException {
|
|
|
1097
1097
|
*/
|
|
1098
1098
|
export declare const ProductType: {
|
|
1099
1099
|
readonly CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE";
|
|
1100
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
1100
1101
|
readonly MARKETPLACE: "MARKETPLACE";
|
|
1101
1102
|
readonly TERRAFORM_CLOUD: "TERRAFORM_CLOUD";
|
|
1102
1103
|
readonly TERRAFORM_OPEN_SOURCE: "TERRAFORM_OPEN_SOURCE";
|
|
@@ -1111,6 +1112,7 @@ export type ProductType = (typeof ProductType)[keyof typeof ProductType];
|
|
|
1111
1112
|
*/
|
|
1112
1113
|
export declare const ProvisioningArtifactType: {
|
|
1113
1114
|
readonly CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE";
|
|
1115
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
1114
1116
|
readonly MARKETPLACE_AMI: "MARKETPLACE_AMI";
|
|
1115
1117
|
readonly MARKETPLACE_CAR: "MARKETPLACE_CAR";
|
|
1116
1118
|
readonly TERRAFORM_CLOUD: "TERRAFORM_CLOUD";
|
|
@@ -1161,7 +1163,15 @@ export interface ProvisioningArtifactProperties {
|
|
|
1161
1163
|
* </li>
|
|
1162
1164
|
* <li>
|
|
1163
1165
|
* <p>
|
|
1164
|
-
* <code>TERRAFORM_OPEN_SOURCE</code> - Terraform
|
|
1166
|
+
* <code>TERRAFORM_OPEN_SOURCE</code> - Terraform Open Source configuration file</p>
|
|
1167
|
+
* </li>
|
|
1168
|
+
* <li>
|
|
1169
|
+
* <p>
|
|
1170
|
+
* <code>TERRAFORM_CLOUD</code> - Terraform Cloud configuration file</p>
|
|
1171
|
+
* </li>
|
|
1172
|
+
* <li>
|
|
1173
|
+
* <p>
|
|
1174
|
+
* <code>EXTERNAL</code> - External configuration file</p>
|
|
1165
1175
|
* </li>
|
|
1166
1176
|
* </ul>
|
|
1167
1177
|
*/
|
|
@@ -1610,8 +1620,24 @@ export interface ProvisioningArtifactDetail {
|
|
|
1610
1620
|
/**
|
|
1611
1621
|
* @public
|
|
1612
1622
|
* <p>The type of provisioning artifact.</p>
|
|
1613
|
-
* <
|
|
1614
|
-
* <
|
|
1623
|
+
* <ul>
|
|
1624
|
+
* <li>
|
|
1625
|
+
* <p>
|
|
1626
|
+
* <code>CLOUD_FORMATION_TEMPLATE</code> - CloudFormation template</p>
|
|
1627
|
+
* </li>
|
|
1628
|
+
* <li>
|
|
1629
|
+
* <p>
|
|
1630
|
+
* <code>TERRAFORM_OPEN_SOURCE</code> - Terraform Open Source configuration file</p>
|
|
1631
|
+
* </li>
|
|
1632
|
+
* <li>
|
|
1633
|
+
* <p>
|
|
1634
|
+
* <code>TERRAFORM_CLOUD</code> - Terraform Cloud configuration file</p>
|
|
1635
|
+
* </li>
|
|
1636
|
+
* <li>
|
|
1637
|
+
* <p>
|
|
1638
|
+
* <code>EXTERNAL</code> - External configuration file</p>
|
|
1639
|
+
* </li>
|
|
1640
|
+
* </ul>
|
|
1615
1641
|
*/
|
|
1616
1642
|
Type?: ProvisioningArtifactType;
|
|
1617
1643
|
/**
|
|
@@ -1931,7 +1957,7 @@ export interface CreateServiceActionInput {
|
|
|
1931
1957
|
* </dd>
|
|
1932
1958
|
* </dl>
|
|
1933
1959
|
*/
|
|
1934
|
-
Definition: Record<ServiceActionDefinitionKey, string
|
|
1960
|
+
Definition: Partial<Record<ServiceActionDefinitionKey, string>> | undefined;
|
|
1935
1961
|
/**
|
|
1936
1962
|
* @public
|
|
1937
1963
|
* <p>The self-service action description.</p>
|
|
@@ -1999,7 +2025,7 @@ export interface ServiceActionDetail {
|
|
|
1999
2025
|
* @public
|
|
2000
2026
|
* <p>A map that defines the self-service action.</p>
|
|
2001
2027
|
*/
|
|
2002
|
-
Definition?: Record<ServiceActionDefinitionKey, string
|
|
2028
|
+
Definition?: Partial<Record<ServiceActionDefinitionKey, string>>;
|
|
2003
2029
|
}
|
|
2004
2030
|
/**
|
|
2005
2031
|
* @public
|
|
@@ -3009,7 +3035,9 @@ export interface ProvisionedProductDetail {
|
|
|
3009
3035
|
Arn?: string;
|
|
3010
3036
|
/**
|
|
3011
3037
|
* @public
|
|
3012
|
-
* <p>The type of provisioned product.
|
|
3038
|
+
* <p>The type of provisioned product.
|
|
3039
|
+
* The supported values are <code>CFN_STACK</code>, <code>CFN_STACKSET</code>, <code>TERRAFORM_OPEN_SOURCE</code>,
|
|
3040
|
+
* <code>TERRAFORM_CLOUD</code>, and <code>EXTERNAL</code>.</p>
|
|
3013
3041
|
*/
|
|
3014
3042
|
Type?: string;
|
|
3015
3043
|
/**
|
|
@@ -3964,7 +3992,7 @@ export interface RecordDetail {
|
|
|
3964
3992
|
/**
|
|
3965
3993
|
* @public
|
|
3966
3994
|
* <p>The type of provisioned product. The supported values are <code>CFN_STACK</code>, <code>CFN_STACKSET</code>,
|
|
3967
|
-
* <code>TERRAFORM_OPEN_SOURCE</code>, and <code>
|
|
3995
|
+
* <code>TERRAFORM_OPEN_SOURCE</code>, <code>TERRAFORM_CLOUD</code>, and <code>EXTERNAL</code>.</p>
|
|
3968
3996
|
*/
|
|
3969
3997
|
ProvisionedProductType?: string;
|
|
3970
3998
|
/**
|
|
@@ -6322,7 +6350,7 @@ export interface SearchProductsInput {
|
|
|
6322
6350
|
* <p>The search filters. If no search filters are specified, the output includes
|
|
6323
6351
|
* all products to which the caller has access.</p>
|
|
6324
6352
|
*/
|
|
6325
|
-
Filters?: Record<ProductViewFilterBy, string[]
|
|
6353
|
+
Filters?: Partial<Record<ProductViewFilterBy, string[]>>;
|
|
6326
6354
|
/**
|
|
6327
6355
|
* @public
|
|
6328
6356
|
* <p>The maximum number of items to return with this call.</p>
|
|
@@ -6421,7 +6449,7 @@ export interface SearchProductsAsAdminInput {
|
|
|
6421
6449
|
* <p>The search filters. If no search filters are specified, the output includes all products
|
|
6422
6450
|
* to which the administrator has access.</p>
|
|
6423
6451
|
*/
|
|
6424
|
-
Filters?: Record<ProductViewFilterBy, string[]
|
|
6452
|
+
Filters?: Partial<Record<ProductViewFilterBy, string[]>>;
|
|
6425
6453
|
/**
|
|
6426
6454
|
* @public
|
|
6427
6455
|
* <p>The sort field. If no value is specified, the results are not sorted.</p>
|
|
@@ -6510,7 +6538,7 @@ export interface SearchProvisionedProductsInput {
|
|
|
6510
6538
|
* <p>Example: <code>"SearchQuery":["status:AVAILABLE"]</code>
|
|
6511
6539
|
* </p>
|
|
6512
6540
|
*/
|
|
6513
|
-
Filters?: Record<ProvisionedProductViewFilterBy, string[]
|
|
6541
|
+
Filters?: Partial<Record<ProvisionedProductViewFilterBy, string[]>>;
|
|
6514
6542
|
/**
|
|
6515
6543
|
* @public
|
|
6516
6544
|
* <p>The sort field. If no value is specified, the results are not sorted. The valid values are <code>arn</code>, <code>id</code>, <code>name</code>,
|
|
@@ -6550,7 +6578,9 @@ export interface ProvisionedProductAttribute {
|
|
|
6550
6578
|
Arn?: string;
|
|
6551
6579
|
/**
|
|
6552
6580
|
* @public
|
|
6553
|
-
* <p>The type of provisioned product.
|
|
6581
|
+
* <p>The type of provisioned product.
|
|
6582
|
+
* The supported values are <code>CFN_STACK</code>, <code>CFN_STACKSET</code>, <code>TERRAFORM_OPEN_SOURCE</code>,
|
|
6583
|
+
* <code>TERRAFORM_CLOUD</code>, and <code>EXTERNAL</code>.</p>
|
|
6554
6584
|
*/
|
|
6555
6585
|
Type?: string;
|
|
6556
6586
|
/**
|
|
@@ -7369,7 +7399,7 @@ export interface UpdateProvisionedProductPropertiesInput {
|
|
|
7369
7399
|
* If an end user provisions a product and the owner is updated to someone else, they will no longer be able to see or perform any actions through
|
|
7370
7400
|
* API or the Service Catalog console on that provisioned product.</p>
|
|
7371
7401
|
*/
|
|
7372
|
-
ProvisionedProductProperties: Record<PropertyKey, string
|
|
7402
|
+
ProvisionedProductProperties: Partial<Record<PropertyKey, string>> | undefined;
|
|
7373
7403
|
/**
|
|
7374
7404
|
* @public
|
|
7375
7405
|
* <p>The idempotency token that uniquely identifies the provisioning product update request.</p>
|
|
@@ -7389,7 +7419,7 @@ export interface UpdateProvisionedProductPropertiesOutput {
|
|
|
7389
7419
|
* @public
|
|
7390
7420
|
* <p>A map that contains the properties updated.</p>
|
|
7391
7421
|
*/
|
|
7392
|
-
ProvisionedProductProperties?: Record<PropertyKey, string
|
|
7422
|
+
ProvisionedProductProperties?: Partial<Record<PropertyKey, string>>;
|
|
7393
7423
|
/**
|
|
7394
7424
|
* @public
|
|
7395
7425
|
* <p>The identifier of the record.</p>
|
|
@@ -7494,7 +7524,7 @@ export interface UpdateServiceActionInput {
|
|
|
7494
7524
|
* @public
|
|
7495
7525
|
* <p>A map that defines the self-service action.</p>
|
|
7496
7526
|
*/
|
|
7497
|
-
Definition?: Record<ServiceActionDefinitionKey, string
|
|
7527
|
+
Definition?: Partial<Record<ServiceActionDefinitionKey, string>>;
|
|
7498
7528
|
/**
|
|
7499
7529
|
* @public
|
|
7500
7530
|
* <p>The self-service action description.</p>
|
|
@@ -168,9 +168,8 @@ export interface CopyProductInput {
|
|
|
168
168
|
SourceProductArn: string | undefined;
|
|
169
169
|
TargetProductId?: string;
|
|
170
170
|
TargetProductName?: string;
|
|
171
|
-
SourceProvisioningArtifactIdentifiers?:
|
|
172
|
-
ProvisioningArtifactPropertyName,
|
|
173
|
-
string
|
|
171
|
+
SourceProvisioningArtifactIdentifiers?: Partial<
|
|
172
|
+
Record<ProvisioningArtifactPropertyName, string>
|
|
174
173
|
>[];
|
|
175
174
|
CopyOptions?: CopyOption[];
|
|
176
175
|
IdempotencyToken?: string;
|
|
@@ -258,6 +257,7 @@ export declare class OperationNotSupportedException extends __BaseException {
|
|
|
258
257
|
}
|
|
259
258
|
export declare const ProductType: {
|
|
260
259
|
readonly CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE";
|
|
260
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
261
261
|
readonly MARKETPLACE: "MARKETPLACE";
|
|
262
262
|
readonly TERRAFORM_CLOUD: "TERRAFORM_CLOUD";
|
|
263
263
|
readonly TERRAFORM_OPEN_SOURCE: "TERRAFORM_OPEN_SOURCE";
|
|
@@ -265,6 +265,7 @@ export declare const ProductType: {
|
|
|
265
265
|
export type ProductType = (typeof ProductType)[keyof typeof ProductType];
|
|
266
266
|
export declare const ProvisioningArtifactType: {
|
|
267
267
|
readonly CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE";
|
|
268
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
268
269
|
readonly MARKETPLACE_AMI: "MARKETPLACE_AMI";
|
|
269
270
|
readonly MARKETPLACE_CAR: "MARKETPLACE_CAR";
|
|
270
271
|
readonly TERRAFORM_CLOUD: "TERRAFORM_CLOUD";
|
|
@@ -427,7 +428,7 @@ export type ServiceActionDefinitionType =
|
|
|
427
428
|
export interface CreateServiceActionInput {
|
|
428
429
|
Name: string | undefined;
|
|
429
430
|
DefinitionType: ServiceActionDefinitionType | undefined;
|
|
430
|
-
Definition: Record<ServiceActionDefinitionKey, string
|
|
431
|
+
Definition: Partial<Record<ServiceActionDefinitionKey, string>> | undefined;
|
|
431
432
|
Description?: string;
|
|
432
433
|
AcceptLanguage?: string;
|
|
433
434
|
IdempotencyToken?: string;
|
|
@@ -440,7 +441,7 @@ export interface ServiceActionSummary {
|
|
|
440
441
|
}
|
|
441
442
|
export interface ServiceActionDetail {
|
|
442
443
|
ServiceActionSummary?: ServiceActionSummary;
|
|
443
|
-
Definition?: Record<ServiceActionDefinitionKey, string
|
|
444
|
+
Definition?: Partial<Record<ServiceActionDefinitionKey, string>>;
|
|
444
445
|
}
|
|
445
446
|
export interface CreateServiceActionOutput {
|
|
446
447
|
ServiceActionDetail?: ServiceActionDetail;
|
|
@@ -1343,7 +1344,7 @@ export declare const SortOrder: {
|
|
|
1343
1344
|
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
1344
1345
|
export interface SearchProductsInput {
|
|
1345
1346
|
AcceptLanguage?: string;
|
|
1346
|
-
Filters?: Record<ProductViewFilterBy, string[]
|
|
1347
|
+
Filters?: Partial<Record<ProductViewFilterBy, string[]>>;
|
|
1347
1348
|
PageSize?: number;
|
|
1348
1349
|
SortBy?: ProductViewSortBy;
|
|
1349
1350
|
SortOrder?: SortOrder;
|
|
@@ -1365,7 +1366,7 @@ export type ProductSource = (typeof ProductSource)[keyof typeof ProductSource];
|
|
|
1365
1366
|
export interface SearchProductsAsAdminInput {
|
|
1366
1367
|
AcceptLanguage?: string;
|
|
1367
1368
|
PortfolioId?: string;
|
|
1368
|
-
Filters?: Record<ProductViewFilterBy, string[]
|
|
1369
|
+
Filters?: Partial<Record<ProductViewFilterBy, string[]>>;
|
|
1369
1370
|
SortBy?: ProductViewSortBy;
|
|
1370
1371
|
SortOrder?: SortOrder;
|
|
1371
1372
|
PageToken?: string;
|
|
@@ -1384,7 +1385,7 @@ export type ProvisionedProductViewFilterBy =
|
|
|
1384
1385
|
export interface SearchProvisionedProductsInput {
|
|
1385
1386
|
AcceptLanguage?: string;
|
|
1386
1387
|
AccessLevelFilter?: AccessLevelFilter;
|
|
1387
|
-
Filters?: Record<ProvisionedProductViewFilterBy, string[]
|
|
1388
|
+
Filters?: Partial<Record<ProvisionedProductViewFilterBy, string[]>>;
|
|
1388
1389
|
SortBy?: string;
|
|
1389
1390
|
SortOrder?: SortOrder;
|
|
1390
1391
|
PageSize?: number;
|
|
@@ -1523,12 +1524,14 @@ export type PropertyKey = (typeof PropertyKey)[keyof typeof PropertyKey];
|
|
|
1523
1524
|
export interface UpdateProvisionedProductPropertiesInput {
|
|
1524
1525
|
AcceptLanguage?: string;
|
|
1525
1526
|
ProvisionedProductId: string | undefined;
|
|
1526
|
-
ProvisionedProductProperties:
|
|
1527
|
+
ProvisionedProductProperties:
|
|
1528
|
+
| Partial<Record<PropertyKey, string>>
|
|
1529
|
+
| undefined;
|
|
1527
1530
|
IdempotencyToken?: string;
|
|
1528
1531
|
}
|
|
1529
1532
|
export interface UpdateProvisionedProductPropertiesOutput {
|
|
1530
1533
|
ProvisionedProductId?: string;
|
|
1531
|
-
ProvisionedProductProperties?: Record<PropertyKey, string
|
|
1534
|
+
ProvisionedProductProperties?: Partial<Record<PropertyKey, string>>;
|
|
1532
1535
|
RecordId?: string;
|
|
1533
1536
|
Status?: RecordStatus;
|
|
1534
1537
|
}
|
|
@@ -1549,7 +1552,7 @@ export interface UpdateProvisioningArtifactOutput {
|
|
|
1549
1552
|
export interface UpdateServiceActionInput {
|
|
1550
1553
|
Id: string | undefined;
|
|
1551
1554
|
Name?: string;
|
|
1552
|
-
Definition?: Record<ServiceActionDefinitionKey, string
|
|
1555
|
+
Definition?: Partial<Record<ServiceActionDefinitionKey, string>>;
|
|
1553
1556
|
Description?: string;
|
|
1554
1557
|
AcceptLanguage?: string;
|
|
1555
1558
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-service-catalog",
|
|
3
3
|
"description": "AWS SDK for JavaScript Service Catalog Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.433.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,39 +21,39 @@
|
|
|
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.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.1.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.433.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.433.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.433.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.433.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.433.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.433.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.433.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.433.0",
|
|
32
|
+
"@aws-sdk/types": "3.433.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.433.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.433.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.433.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.16",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.4",
|
|
38
|
+
"@smithy/hash-node": "^2.0.12",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.12",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.14",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.3",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.18",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.12",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.6",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.3",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.8",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.8",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.12",
|
|
49
|
+
"@smithy/types": "^2.4.0",
|
|
50
|
+
"@smithy/url-parser": "^2.0.12",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.16",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.21",
|
|
56
|
+
"@smithy/util-retry": "^2.0.5",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0",
|
|
59
59
|
"uuid": "^8.3.2"
|