@aws-sdk/client-service-catalog 3.431.0 → 3.432.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 +36 -6
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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",
|
|
@@ -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
|
/**
|
|
@@ -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
|
/**
|
|
@@ -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
|
/**
|
|
@@ -258,6 +258,7 @@ export declare class OperationNotSupportedException extends __BaseException {
|
|
|
258
258
|
}
|
|
259
259
|
export declare const ProductType: {
|
|
260
260
|
readonly CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE";
|
|
261
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
261
262
|
readonly MARKETPLACE: "MARKETPLACE";
|
|
262
263
|
readonly TERRAFORM_CLOUD: "TERRAFORM_CLOUD";
|
|
263
264
|
readonly TERRAFORM_OPEN_SOURCE: "TERRAFORM_OPEN_SOURCE";
|
|
@@ -265,6 +266,7 @@ export declare const ProductType: {
|
|
|
265
266
|
export type ProductType = (typeof ProductType)[keyof typeof ProductType];
|
|
266
267
|
export declare const ProvisioningArtifactType: {
|
|
267
268
|
readonly CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE";
|
|
269
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
268
270
|
readonly MARKETPLACE_AMI: "MARKETPLACE_AMI";
|
|
269
271
|
readonly MARKETPLACE_CAR: "MARKETPLACE_CAR";
|
|
270
272
|
readonly TERRAFORM_CLOUD: "TERRAFORM_CLOUD";
|
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.432.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",
|