@aws-sdk/client-service-catalog-appregistry 3.299.0 → 3.300.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 +2 -2
- package/dist-cjs/models/models_0.js +15 -1
- package/dist-cjs/protocols/Aws_restJson1.js +38 -0
- package/dist-es/endpoint/ruleset.js +2 -2
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +39 -1
- package/dist-types/ServiceCatalogAppRegistry.d.ts +35 -5
- package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +8 -1
- package/dist-types/commands/AssociateResourceCommand.d.ts +24 -2
- package/dist-types/commands/CreateApplicationCommand.d.ts +19 -1
- package/dist-types/commands/CreateAttributeGroupCommand.d.ts +13 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +4 -1
- package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateResourceCommand.d.ts +12 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +22 -1
- package/dist-types/commands/GetAssociatedResourceCommand.d.ts +5 -0
- package/dist-types/commands/GetAttributeGroupCommand.d.ts +9 -1
- package/dist-types/commands/GetConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +4 -0
- package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +5 -0
- package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +5 -0
- package/dist-types/commands/ListAttributeGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +5 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/PutConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/SyncResourceCommand.d.ts +14 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +12 -0
- package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +100 -15
- package/dist-types/ts3.4/models/models_0.d.ts +11 -0
- package/package.json +8 -8
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
4
|
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
5
|
-
const a = "
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://servicecatalog-appregistry-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://servicecatalog-appregistry.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://servicecatalog-appregistry-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://servicecatalog-appregistry.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://servicecatalog-appregistry.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SyncAction = exports.ResourceGroupState = exports.ResourceType = exports.ValidationException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = void 0;
|
|
3
|
+
exports.SyncAction = exports.ResourceGroupState = exports.ThrottlingException = exports.ResourceType = exports.ValidationException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = void 0;
|
|
4
4
|
const ServiceCatalogAppRegistryServiceException_1 = require("./ServiceCatalogAppRegistryServiceException");
|
|
5
5
|
class ConflictException extends ServiceCatalogAppRegistryServiceException_1.ServiceCatalogAppRegistryServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -72,6 +72,20 @@ var ResourceType;
|
|
|
72
72
|
ResourceType["CFN_STACK"] = "CFN_STACK";
|
|
73
73
|
ResourceType["RESOURCE_TAG_VALUE"] = "RESOURCE_TAG_VALUE";
|
|
74
74
|
})(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
|
|
75
|
+
class ThrottlingException extends ServiceCatalogAppRegistryServiceException_1.ServiceCatalogAppRegistryServiceException {
|
|
76
|
+
constructor(opts) {
|
|
77
|
+
super({
|
|
78
|
+
name: "ThrottlingException",
|
|
79
|
+
$fault: "client",
|
|
80
|
+
...opts,
|
|
81
|
+
});
|
|
82
|
+
this.name = "ThrottlingException";
|
|
83
|
+
this.$fault = "client";
|
|
84
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
85
|
+
this.serviceCode = opts.serviceCode;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.ThrottlingException = ThrottlingException;
|
|
75
89
|
var ResourceGroupState;
|
|
76
90
|
(function (ResourceGroupState) {
|
|
77
91
|
ResourceGroupState["CREATE_COMPLETE"] = "CREATE_COMPLETE";
|
|
@@ -586,6 +586,9 @@ const deserializeAws_restJson1AssociateResourceCommandError = async (output, con
|
|
|
586
586
|
case "ServiceQuotaExceededException":
|
|
587
587
|
case "com.amazonaws.servicecatalogappregistry#ServiceQuotaExceededException":
|
|
588
588
|
throw await deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
589
|
+
case "ThrottlingException":
|
|
590
|
+
case "com.amazonaws.servicecatalogappregistry#ThrottlingException":
|
|
591
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
589
592
|
case "ValidationException":
|
|
590
593
|
case "com.amazonaws.servicecatalogappregistry#ValidationException":
|
|
591
594
|
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -629,6 +632,9 @@ const deserializeAws_restJson1CreateApplicationCommandError = async (output, con
|
|
|
629
632
|
case "ServiceQuotaExceededException":
|
|
630
633
|
case "com.amazonaws.servicecatalogappregistry#ServiceQuotaExceededException":
|
|
631
634
|
throw await deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
635
|
+
case "ThrottlingException":
|
|
636
|
+
case "com.amazonaws.servicecatalogappregistry#ThrottlingException":
|
|
637
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
632
638
|
case "ValidationException":
|
|
633
639
|
case "com.amazonaws.servicecatalogappregistry#ValidationException":
|
|
634
640
|
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -838,6 +844,9 @@ const deserializeAws_restJson1DisassociateResourceCommandError = async (output,
|
|
|
838
844
|
case "ResourceNotFoundException":
|
|
839
845
|
case "com.amazonaws.servicecatalogappregistry#ResourceNotFoundException":
|
|
840
846
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
847
|
+
case "ThrottlingException":
|
|
848
|
+
case "com.amazonaws.servicecatalogappregistry#ThrottlingException":
|
|
849
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
841
850
|
case "ValidationException":
|
|
842
851
|
case "com.amazonaws.servicecatalogappregistry#ValidationException":
|
|
843
852
|
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -972,6 +981,9 @@ const deserializeAws_restJson1GetAttributeGroupCommand = async (output, context)
|
|
|
972
981
|
if (data.attributes != null) {
|
|
973
982
|
contents.attributes = (0, smithy_client_1.expectString)(data.attributes);
|
|
974
983
|
}
|
|
984
|
+
if (data.createdBy != null) {
|
|
985
|
+
contents.createdBy = (0, smithy_client_1.expectString)(data.createdBy);
|
|
986
|
+
}
|
|
975
987
|
if (data.creationTime != null) {
|
|
976
988
|
contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.creationTime));
|
|
977
989
|
}
|
|
@@ -1378,6 +1390,12 @@ const deserializeAws_restJson1SyncResourceCommandError = async (output, context)
|
|
|
1378
1390
|
case "ResourceNotFoundException":
|
|
1379
1391
|
case "com.amazonaws.servicecatalogappregistry#ResourceNotFoundException":
|
|
1380
1392
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1393
|
+
case "ThrottlingException":
|
|
1394
|
+
case "com.amazonaws.servicecatalogappregistry#ThrottlingException":
|
|
1395
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
1396
|
+
case "ValidationException":
|
|
1397
|
+
case "com.amazonaws.servicecatalogappregistry#ValidationException":
|
|
1398
|
+
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
1381
1399
|
default:
|
|
1382
1400
|
const parsedBody = parsedOutput.body;
|
|
1383
1401
|
(0, smithy_client_1.throwDefaultError)({
|
|
@@ -1492,6 +1510,9 @@ const deserializeAws_restJson1UpdateApplicationCommandError = async (output, con
|
|
|
1492
1510
|
case "ResourceNotFoundException":
|
|
1493
1511
|
case "com.amazonaws.servicecatalogappregistry#ResourceNotFoundException":
|
|
1494
1512
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1513
|
+
case "ThrottlingException":
|
|
1514
|
+
case "com.amazonaws.servicecatalogappregistry#ThrottlingException":
|
|
1515
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
1495
1516
|
case "ValidationException":
|
|
1496
1517
|
case "com.amazonaws.servicecatalogappregistry#ValidationException":
|
|
1497
1518
|
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -1597,6 +1618,21 @@ const deserializeAws_restJson1ServiceQuotaExceededExceptionResponse = async (par
|
|
|
1597
1618
|
});
|
|
1598
1619
|
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
1599
1620
|
};
|
|
1621
|
+
const deserializeAws_restJson1ThrottlingExceptionResponse = async (parsedOutput, context) => {
|
|
1622
|
+
const contents = map({});
|
|
1623
|
+
const data = parsedOutput.body;
|
|
1624
|
+
if (data.message != null) {
|
|
1625
|
+
contents.message = (0, smithy_client_1.expectString)(data.message);
|
|
1626
|
+
}
|
|
1627
|
+
if (data.serviceCode != null) {
|
|
1628
|
+
contents.serviceCode = (0, smithy_client_1.expectString)(data.serviceCode);
|
|
1629
|
+
}
|
|
1630
|
+
const exception = new models_0_1.ThrottlingException({
|
|
1631
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1632
|
+
...contents,
|
|
1633
|
+
});
|
|
1634
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
1635
|
+
};
|
|
1600
1636
|
const deserializeAws_restJson1ValidationExceptionResponse = async (parsedOutput, context) => {
|
|
1601
1637
|
const contents = map({});
|
|
1602
1638
|
const data = parsedOutput.body;
|
|
@@ -1689,6 +1725,7 @@ const deserializeAws_restJson1AttributeGroup = (output, context) => {
|
|
|
1689
1725
|
const deserializeAws_restJson1AttributeGroupDetails = (output, context) => {
|
|
1690
1726
|
return {
|
|
1691
1727
|
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
1728
|
+
createdBy: (0, smithy_client_1.expectString)(output.createdBy),
|
|
1692
1729
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
1693
1730
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
1694
1731
|
};
|
|
@@ -1729,6 +1766,7 @@ const deserializeAws_restJson1AttributeGroupSummaries = (output, context) => {
|
|
|
1729
1766
|
const deserializeAws_restJson1AttributeGroupSummary = (output, context) => {
|
|
1730
1767
|
return {
|
|
1731
1768
|
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
1769
|
+
createdBy: (0, smithy_client_1.expectString)(output.createdBy),
|
|
1732
1770
|
creationTime: output.creationTime != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.creationTime)) : undefined,
|
|
1733
1771
|
description: (0, smithy_client_1.expectString)(output.description),
|
|
1734
1772
|
id: (0, smithy_client_1.expectString)(output.id),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
2
|
-
const a = "
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://servicecatalog-appregistry-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://servicecatalog-appregistry.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://servicecatalog-appregistry-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://servicecatalog-appregistry.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://servicecatalog-appregistry.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -64,6 +64,19 @@ export var ResourceType;
|
|
|
64
64
|
ResourceType["CFN_STACK"] = "CFN_STACK";
|
|
65
65
|
ResourceType["RESOURCE_TAG_VALUE"] = "RESOURCE_TAG_VALUE";
|
|
66
66
|
})(ResourceType || (ResourceType = {}));
|
|
67
|
+
export class ThrottlingException extends __BaseException {
|
|
68
|
+
constructor(opts) {
|
|
69
|
+
super({
|
|
70
|
+
name: "ThrottlingException",
|
|
71
|
+
$fault: "client",
|
|
72
|
+
...opts,
|
|
73
|
+
});
|
|
74
|
+
this.name = "ThrottlingException";
|
|
75
|
+
this.$fault = "client";
|
|
76
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
77
|
+
this.serviceCode = opts.serviceCode;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
67
80
|
export var ResourceGroupState;
|
|
68
81
|
(function (ResourceGroupState) {
|
|
69
82
|
ResourceGroupState["CREATE_COMPLETE"] = "CREATE_COMPLETE";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map as __map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
|
-
import { ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/models_0";
|
|
4
|
+
import { ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
5
5
|
import { ServiceCatalogAppRegistryServiceException as __BaseException } from "../models/ServiceCatalogAppRegistryServiceException";
|
|
6
6
|
export const serializeAws_restJson1AssociateAttributeGroupCommand = async (input, context) => {
|
|
7
7
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -557,6 +557,9 @@ const deserializeAws_restJson1AssociateResourceCommandError = async (output, con
|
|
|
557
557
|
case "ServiceQuotaExceededException":
|
|
558
558
|
case "com.amazonaws.servicecatalogappregistry#ServiceQuotaExceededException":
|
|
559
559
|
throw await deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
560
|
+
case "ThrottlingException":
|
|
561
|
+
case "com.amazonaws.servicecatalogappregistry#ThrottlingException":
|
|
562
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
560
563
|
case "ValidationException":
|
|
561
564
|
case "com.amazonaws.servicecatalogappregistry#ValidationException":
|
|
562
565
|
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -599,6 +602,9 @@ const deserializeAws_restJson1CreateApplicationCommandError = async (output, con
|
|
|
599
602
|
case "ServiceQuotaExceededException":
|
|
600
603
|
case "com.amazonaws.servicecatalogappregistry#ServiceQuotaExceededException":
|
|
601
604
|
throw await deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
605
|
+
case "ThrottlingException":
|
|
606
|
+
case "com.amazonaws.servicecatalogappregistry#ThrottlingException":
|
|
607
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
602
608
|
case "ValidationException":
|
|
603
609
|
case "com.amazonaws.servicecatalogappregistry#ValidationException":
|
|
604
610
|
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -803,6 +809,9 @@ const deserializeAws_restJson1DisassociateResourceCommandError = async (output,
|
|
|
803
809
|
case "ResourceNotFoundException":
|
|
804
810
|
case "com.amazonaws.servicecatalogappregistry#ResourceNotFoundException":
|
|
805
811
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
812
|
+
case "ThrottlingException":
|
|
813
|
+
case "com.amazonaws.servicecatalogappregistry#ThrottlingException":
|
|
814
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
806
815
|
case "ValidationException":
|
|
807
816
|
case "com.amazonaws.servicecatalogappregistry#ValidationException":
|
|
808
817
|
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -935,6 +944,9 @@ export const deserializeAws_restJson1GetAttributeGroupCommand = async (output, c
|
|
|
935
944
|
if (data.attributes != null) {
|
|
936
945
|
contents.attributes = __expectString(data.attributes);
|
|
937
946
|
}
|
|
947
|
+
if (data.createdBy != null) {
|
|
948
|
+
contents.createdBy = __expectString(data.createdBy);
|
|
949
|
+
}
|
|
938
950
|
if (data.creationTime != null) {
|
|
939
951
|
contents.creationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.creationTime));
|
|
940
952
|
}
|
|
@@ -1331,6 +1343,12 @@ const deserializeAws_restJson1SyncResourceCommandError = async (output, context)
|
|
|
1331
1343
|
case "ResourceNotFoundException":
|
|
1332
1344
|
case "com.amazonaws.servicecatalogappregistry#ResourceNotFoundException":
|
|
1333
1345
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1346
|
+
case "ThrottlingException":
|
|
1347
|
+
case "com.amazonaws.servicecatalogappregistry#ThrottlingException":
|
|
1348
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
1349
|
+
case "ValidationException":
|
|
1350
|
+
case "com.amazonaws.servicecatalogappregistry#ValidationException":
|
|
1351
|
+
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
1334
1352
|
default:
|
|
1335
1353
|
const parsedBody = parsedOutput.body;
|
|
1336
1354
|
throwDefaultError({
|
|
@@ -1442,6 +1460,9 @@ const deserializeAws_restJson1UpdateApplicationCommandError = async (output, con
|
|
|
1442
1460
|
case "ResourceNotFoundException":
|
|
1443
1461
|
case "com.amazonaws.servicecatalogappregistry#ResourceNotFoundException":
|
|
1444
1462
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1463
|
+
case "ThrottlingException":
|
|
1464
|
+
case "com.amazonaws.servicecatalogappregistry#ThrottlingException":
|
|
1465
|
+
throw await deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context);
|
|
1445
1466
|
case "ValidationException":
|
|
1446
1467
|
case "com.amazonaws.servicecatalogappregistry#ValidationException":
|
|
1447
1468
|
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -1546,6 +1567,21 @@ const deserializeAws_restJson1ServiceQuotaExceededExceptionResponse = async (par
|
|
|
1546
1567
|
});
|
|
1547
1568
|
return __decorateServiceException(exception, parsedOutput.body);
|
|
1548
1569
|
};
|
|
1570
|
+
const deserializeAws_restJson1ThrottlingExceptionResponse = async (parsedOutput, context) => {
|
|
1571
|
+
const contents = map({});
|
|
1572
|
+
const data = parsedOutput.body;
|
|
1573
|
+
if (data.message != null) {
|
|
1574
|
+
contents.message = __expectString(data.message);
|
|
1575
|
+
}
|
|
1576
|
+
if (data.serviceCode != null) {
|
|
1577
|
+
contents.serviceCode = __expectString(data.serviceCode);
|
|
1578
|
+
}
|
|
1579
|
+
const exception = new ThrottlingException({
|
|
1580
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1581
|
+
...contents,
|
|
1582
|
+
});
|
|
1583
|
+
return __decorateServiceException(exception, parsedOutput.body);
|
|
1584
|
+
};
|
|
1549
1585
|
const deserializeAws_restJson1ValidationExceptionResponse = async (parsedOutput, context) => {
|
|
1550
1586
|
const contents = map({});
|
|
1551
1587
|
const data = parsedOutput.body;
|
|
@@ -1638,6 +1674,7 @@ const deserializeAws_restJson1AttributeGroup = (output, context) => {
|
|
|
1638
1674
|
const deserializeAws_restJson1AttributeGroupDetails = (output, context) => {
|
|
1639
1675
|
return {
|
|
1640
1676
|
arn: __expectString(output.arn),
|
|
1677
|
+
createdBy: __expectString(output.createdBy),
|
|
1641
1678
|
id: __expectString(output.id),
|
|
1642
1679
|
name: __expectString(output.name),
|
|
1643
1680
|
};
|
|
@@ -1678,6 +1715,7 @@ const deserializeAws_restJson1AttributeGroupSummaries = (output, context) => {
|
|
|
1678
1715
|
const deserializeAws_restJson1AttributeGroupSummary = (output, context) => {
|
|
1679
1716
|
return {
|
|
1680
1717
|
arn: __expectString(output.arn),
|
|
1718
|
+
createdBy: __expectString(output.createdBy),
|
|
1681
1719
|
creationTime: output.creationTime != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.creationTime)) : undefined,
|
|
1682
1720
|
description: __expectString(output.description),
|
|
1683
1721
|
id: __expectString(output.id),
|
|
@@ -40,7 +40,14 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
40
40
|
associateAttributeGroup(args: AssociateAttributeGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateAttributeGroupCommandOutput) => void): void;
|
|
41
41
|
/**
|
|
42
42
|
* @public
|
|
43
|
-
* <p>
|
|
43
|
+
* <p>
|
|
44
|
+
* Associates a resource
|
|
45
|
+
* with an application.
|
|
46
|
+
* The resource can be specified
|
|
47
|
+
* by its ARN or name.
|
|
48
|
+
* The application can be specified
|
|
49
|
+
* by ARN, ID, or name.
|
|
50
|
+
* </p>
|
|
44
51
|
*/
|
|
45
52
|
associateResource(args: AssociateResourceCommandInput, options?: __HttpHandlerOptions): Promise<AssociateResourceCommandOutput>;
|
|
46
53
|
associateResource(args: AssociateResourceCommandInput, cb: (err: any, data?: AssociateResourceCommandOutput) => void): void;
|
|
@@ -64,14 +71,14 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
64
71
|
createAttributeGroup(args: CreateAttributeGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAttributeGroupCommandOutput) => void): void;
|
|
65
72
|
/**
|
|
66
73
|
* @public
|
|
67
|
-
* <p>Deletes an application that is specified either by its application ID or
|
|
74
|
+
* <p>Deletes an application that is specified either by its application ID, name, or ARN. All associated attribute groups and resources must be disassociated from it before deleting an application.</p>
|
|
68
75
|
*/
|
|
69
76
|
deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
|
|
70
77
|
deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
71
78
|
deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
72
79
|
/**
|
|
73
80
|
* @public
|
|
74
|
-
* <p>Deletes an attribute group, specified either by its attribute group ID or
|
|
81
|
+
* <p>Deletes an attribute group, specified either by its attribute group ID, name, or ARN.</p>
|
|
75
82
|
*/
|
|
76
83
|
deleteAttributeGroup(args: DeleteAttributeGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAttributeGroupCommandOutput>;
|
|
77
84
|
deleteAttributeGroup(args: DeleteAttributeGroupCommandInput, cb: (err: any, data?: DeleteAttributeGroupCommandOutput) => void): void;
|
|
@@ -92,7 +99,25 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
92
99
|
disassociateResource(args: DisassociateResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateResourceCommandOutput) => void): void;
|
|
93
100
|
/**
|
|
94
101
|
* @public
|
|
95
|
-
* <p>
|
|
102
|
+
* <p>
|
|
103
|
+
* Retrieves metadata information
|
|
104
|
+
* about one
|
|
105
|
+
* of your applications.
|
|
106
|
+
* The application can be specified
|
|
107
|
+
* by its ARN, ID, or name
|
|
108
|
+
* (which is unique
|
|
109
|
+
* within one account
|
|
110
|
+
* in one region
|
|
111
|
+
* at a given point
|
|
112
|
+
* in time).
|
|
113
|
+
* Specify
|
|
114
|
+
* by ARN or ID
|
|
115
|
+
* in automated workflows
|
|
116
|
+
* if you want
|
|
117
|
+
* to make sure
|
|
118
|
+
* that the exact same application is returned or a <code>ResourceNotFoundException</code> is thrown,
|
|
119
|
+
* avoiding the ABA addressing problem.
|
|
120
|
+
* </p>
|
|
96
121
|
*/
|
|
97
122
|
getApplication(args: GetApplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationCommandOutput>;
|
|
98
123
|
getApplication(args: GetApplicationCommandInput, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
|
|
@@ -106,7 +131,12 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
106
131
|
getAssociatedResource(args: GetAssociatedResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssociatedResourceCommandOutput) => void): void;
|
|
107
132
|
/**
|
|
108
133
|
* @public
|
|
109
|
-
* <p>
|
|
134
|
+
* <p>
|
|
135
|
+
* Retrieves an attribute group
|
|
136
|
+
* by its ARN, ID, or name.
|
|
137
|
+
* The attribute group can be specified
|
|
138
|
+
* by its ARN, ID, or name.
|
|
139
|
+
* </p>
|
|
110
140
|
*/
|
|
111
141
|
getAttributeGroup(args: GetAttributeGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetAttributeGroupCommandOutput>;
|
|
112
142
|
getAttributeGroup(args: GetAttributeGroupCommandInput, cb: (err: any, data?: GetAttributeGroupCommandOutput) => void): void;
|
|
@@ -28,6 +28,10 @@ export interface AssociateAttributeGroupCommandOutput extends AssociateAttribute
|
|
|
28
28
|
* import { ServiceCatalogAppRegistryClient, AssociateAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
29
29
|
* // const { ServiceCatalogAppRegistryClient, AssociateAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
30
30
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
31
|
+
* const input = {
|
|
32
|
+
* application: "STRING_VALUE", // required
|
|
33
|
+
* attributeGroup: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
31
35
|
* const command = new AssociateAttributeGroupCommand(input);
|
|
32
36
|
* const response = await client.send(command);
|
|
33
37
|
* ```
|
|
@@ -49,7 +53,10 @@ export interface AssociateAttributeGroupCommandOutput extends AssociateAttribute
|
|
|
49
53
|
* <p>The specified resource does not exist.</p>
|
|
50
54
|
*
|
|
51
55
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
52
|
-
* <p>
|
|
56
|
+
* <p>
|
|
57
|
+
* The maximum number
|
|
58
|
+
* of resources per account
|
|
59
|
+
* has been reached.</p>
|
|
53
60
|
*
|
|
54
61
|
* @throws {@link ValidationException} (client fault)
|
|
55
62
|
* <p>The request has invalid or missing parameters.</p>
|
|
@@ -19,13 +19,25 @@ export interface AssociateResourceCommandOutput extends AssociateResourceRespons
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>
|
|
23
|
+
* Associates a resource
|
|
24
|
+
* with an application.
|
|
25
|
+
* The resource can be specified
|
|
26
|
+
* by its ARN or name.
|
|
27
|
+
* The application can be specified
|
|
28
|
+
* by ARN, ID, or name.
|
|
29
|
+
* </p>
|
|
23
30
|
* @example
|
|
24
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
32
|
* ```javascript
|
|
26
33
|
* import { ServiceCatalogAppRegistryClient, AssociateResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
34
|
* // const { ServiceCatalogAppRegistryClient, AssociateResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
35
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
36
|
+
* const input = {
|
|
37
|
+
* application: "STRING_VALUE", // required
|
|
38
|
+
* resourceType: "CFN_STACK" || "RESOURCE_TAG_VALUE", // required
|
|
39
|
+
* resource: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
29
41
|
* const command = new AssociateResourceCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -47,7 +59,17 @@ export interface AssociateResourceCommandOutput extends AssociateResourceRespons
|
|
|
47
59
|
* <p>The specified resource does not exist.</p>
|
|
48
60
|
*
|
|
49
61
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
50
|
-
* <p>
|
|
62
|
+
* <p>
|
|
63
|
+
* The maximum number
|
|
64
|
+
* of resources per account
|
|
65
|
+
* has been reached.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
68
|
+
* <p>
|
|
69
|
+
* The maximum number
|
|
70
|
+
* of API requests
|
|
71
|
+
* has been exceeded.
|
|
72
|
+
* </p>
|
|
51
73
|
*
|
|
52
74
|
* @throws {@link ValidationException} (client fault)
|
|
53
75
|
* <p>The request has invalid or missing parameters.</p>
|
|
@@ -26,6 +26,14 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
26
26
|
* import { ServiceCatalogAppRegistryClient, CreateApplicationCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
27
|
* // const { ServiceCatalogAppRegistryClient, CreateApplicationCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
28
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* name: "STRING_VALUE", // required
|
|
31
|
+
* description: "STRING_VALUE",
|
|
32
|
+
* tags: {
|
|
33
|
+
* "<keys>": "STRING_VALUE",
|
|
34
|
+
* },
|
|
35
|
+
* clientToken: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
29
37
|
* const command = new CreateApplicationCommand(input);
|
|
30
38
|
* const response = await client.send(command);
|
|
31
39
|
* ```
|
|
@@ -44,7 +52,17 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
44
52
|
* <p>The service is experiencing internal problems.</p>
|
|
45
53
|
*
|
|
46
54
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
47
|
-
* <p>
|
|
55
|
+
* <p>
|
|
56
|
+
* The maximum number
|
|
57
|
+
* of resources per account
|
|
58
|
+
* has been reached.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
61
|
+
* <p>
|
|
62
|
+
* The maximum number
|
|
63
|
+
* of API requests
|
|
64
|
+
* has been exceeded.
|
|
65
|
+
* </p>
|
|
48
66
|
*
|
|
49
67
|
* @throws {@link ValidationException} (client fault)
|
|
50
68
|
* <p>The request has invalid or missing parameters.</p>
|
|
@@ -29,6 +29,15 @@ export interface CreateAttributeGroupCommandOutput extends CreateAttributeGroupR
|
|
|
29
29
|
* import { ServiceCatalogAppRegistryClient, CreateAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
30
30
|
* // const { ServiceCatalogAppRegistryClient, CreateAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
31
31
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
32
|
+
* const input = {
|
|
33
|
+
* name: "STRING_VALUE", // required
|
|
34
|
+
* description: "STRING_VALUE",
|
|
35
|
+
* attributes: "STRING_VALUE", // required
|
|
36
|
+
* tags: {
|
|
37
|
+
* "<keys>": "STRING_VALUE",
|
|
38
|
+
* },
|
|
39
|
+
* clientToken: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
32
41
|
* const command = new CreateAttributeGroupCommand(input);
|
|
33
42
|
* const response = await client.send(command);
|
|
34
43
|
* ```
|
|
@@ -47,7 +56,10 @@ export interface CreateAttributeGroupCommandOutput extends CreateAttributeGroupR
|
|
|
47
56
|
* <p>The service is experiencing internal problems.</p>
|
|
48
57
|
*
|
|
49
58
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
50
|
-
* <p>
|
|
59
|
+
* <p>
|
|
60
|
+
* The maximum number
|
|
61
|
+
* of resources per account
|
|
62
|
+
* has been reached.</p>
|
|
51
63
|
*
|
|
52
64
|
* @throws {@link ValidationException} (client fault)
|
|
53
65
|
* <p>The request has invalid or missing parameters.</p>
|
|
@@ -19,13 +19,16 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Deletes an application that is specified either by its application ID or
|
|
22
|
+
* <p>Deletes an application that is specified either by its application ID, name, or ARN. All associated attribute groups and resources must be disassociated from it before deleting an application.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
26
26
|
* import { ServiceCatalogAppRegistryClient, DeleteApplicationCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
27
|
* // const { ServiceCatalogAppRegistryClient, DeleteApplicationCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
28
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* application: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteApplicationCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -19,13 +19,16 @@ export interface DeleteAttributeGroupCommandOutput extends DeleteAttributeGroupR
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Deletes an attribute group, specified either by its attribute group ID or
|
|
22
|
+
* <p>Deletes an attribute group, specified either by its attribute group ID, name, or ARN.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
26
26
|
* import { ServiceCatalogAppRegistryClient, DeleteAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
27
|
* // const { ServiceCatalogAppRegistryClient, DeleteAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
28
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* attributeGroup: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteAttributeGroupCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DisassociateAttributeGroupCommandOutput extends DisassociateAtt
|
|
|
26
26
|
* import { ServiceCatalogAppRegistryClient, DisassociateAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
27
|
* // const { ServiceCatalogAppRegistryClient, DisassociateAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
28
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* application: "STRING_VALUE", // required
|
|
31
|
+
* attributeGroup: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DisassociateAttributeGroupCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DisassociateResourceCommandOutput extends DisassociateResourceR
|
|
|
26
26
|
* import { ServiceCatalogAppRegistryClient, DisassociateResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
27
|
* // const { ServiceCatalogAppRegistryClient, DisassociateResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
28
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* application: "STRING_VALUE", // required
|
|
31
|
+
* resourceType: "CFN_STACK" || "RESOURCE_TAG_VALUE", // required
|
|
32
|
+
* resource: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DisassociateResourceCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -42,6 +47,13 @@ export interface DisassociateResourceCommandOutput extends DisassociateResourceR
|
|
|
42
47
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
48
|
* <p>The specified resource does not exist.</p>
|
|
44
49
|
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>
|
|
52
|
+
* The maximum number
|
|
53
|
+
* of API requests
|
|
54
|
+
* has been exceeded.
|
|
55
|
+
* </p>
|
|
56
|
+
*
|
|
45
57
|
* @throws {@link ValidationException} (client fault)
|
|
46
58
|
* <p>The request has invalid or missing parameters.</p>
|
|
47
59
|
*
|
|
@@ -19,13 +19,34 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>
|
|
23
|
+
* Retrieves metadata information
|
|
24
|
+
* about one
|
|
25
|
+
* of your applications.
|
|
26
|
+
* The application can be specified
|
|
27
|
+
* by its ARN, ID, or name
|
|
28
|
+
* (which is unique
|
|
29
|
+
* within one account
|
|
30
|
+
* in one region
|
|
31
|
+
* at a given point
|
|
32
|
+
* in time).
|
|
33
|
+
* Specify
|
|
34
|
+
* by ARN or ID
|
|
35
|
+
* in automated workflows
|
|
36
|
+
* if you want
|
|
37
|
+
* to make sure
|
|
38
|
+
* that the exact same application is returned or a <code>ResourceNotFoundException</code> is thrown,
|
|
39
|
+
* avoiding the ABA addressing problem.
|
|
40
|
+
* </p>
|
|
23
41
|
* @example
|
|
24
42
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
43
|
* ```javascript
|
|
26
44
|
* import { ServiceCatalogAppRegistryClient, GetApplicationCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
45
|
* // const { ServiceCatalogAppRegistryClient, GetApplicationCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
46
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
47
|
+
* const input = {
|
|
48
|
+
* application: "STRING_VALUE", // required
|
|
49
|
+
* };
|
|
29
50
|
* const command = new GetApplicationCommand(input);
|
|
30
51
|
* const response = await client.send(command);
|
|
31
52
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface GetAssociatedResourceCommandOutput extends GetAssociatedResourc
|
|
|
26
26
|
* import { ServiceCatalogAppRegistryClient, GetAssociatedResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
27
|
* // const { ServiceCatalogAppRegistryClient, GetAssociatedResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
28
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* application: "STRING_VALUE", // required
|
|
31
|
+
* resourceType: "CFN_STACK" || "RESOURCE_TAG_VALUE", // required
|
|
32
|
+
* resource: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
29
34
|
* const command = new GetAssociatedResourceCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -19,13 +19,21 @@ export interface GetAttributeGroupCommandOutput extends GetAttributeGroupRespons
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>
|
|
22
|
+
* <p>
|
|
23
|
+
* Retrieves an attribute group
|
|
24
|
+
* by its ARN, ID, or name.
|
|
25
|
+
* The attribute group can be specified
|
|
26
|
+
* by its ARN, ID, or name.
|
|
27
|
+
* </p>
|
|
23
28
|
* @example
|
|
24
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
30
|
* ```javascript
|
|
26
31
|
* import { ServiceCatalogAppRegistryClient, GetAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
32
|
* // const { ServiceCatalogAppRegistryClient, GetAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
33
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
34
|
+
* const input = {
|
|
35
|
+
* attributeGroup: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
29
37
|
* const command = new GetAttributeGroupCommand(input);
|
|
30
38
|
* const response = await client.send(command);
|
|
31
39
|
* ```
|
|
@@ -29,6 +29,7 @@ export interface GetConfigurationCommandOutput extends GetConfigurationResponse,
|
|
|
29
29
|
* import { ServiceCatalogAppRegistryClient, GetConfigurationCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
30
30
|
* // const { ServiceCatalogAppRegistryClient, GetConfigurationCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
31
31
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
32
|
+
* const input = {};
|
|
32
33
|
* const command = new GetConfigurationCommand(input);
|
|
33
34
|
* const response = await client.send(command);
|
|
34
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
|
|
|
26
26
|
* import { ServiceCatalogAppRegistryClient, ListApplicationsCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
27
|
* // const { ServiceCatalogAppRegistryClient, ListApplicationsCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
28
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* nextToken: "STRING_VALUE",
|
|
31
|
+
* maxResults: Number("int"),
|
|
32
|
+
* };
|
|
29
33
|
* const command = new ListApplicationsCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface ListAssociatedAttributeGroupsCommandOutput extends ListAssociat
|
|
|
26
26
|
* import { ServiceCatalogAppRegistryClient, ListAssociatedAttributeGroupsCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
27
|
* // const { ServiceCatalogAppRegistryClient, ListAssociatedAttributeGroupsCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
28
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* application: "STRING_VALUE", // required
|
|
31
|
+
* nextToken: "STRING_VALUE",
|
|
32
|
+
* maxResults: Number("int"),
|
|
33
|
+
* };
|
|
29
34
|
* const command = new ListAssociatedAttributeGroupsCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -46,6 +46,11 @@ export interface ListAssociatedResourcesCommandOutput extends ListAssociatedReso
|
|
|
46
46
|
* import { ServiceCatalogAppRegistryClient, ListAssociatedResourcesCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
47
47
|
* // const { ServiceCatalogAppRegistryClient, ListAssociatedResourcesCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
48
48
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
49
|
+
* const input = {
|
|
50
|
+
* application: "STRING_VALUE", // required
|
|
51
|
+
* nextToken: "STRING_VALUE",
|
|
52
|
+
* maxResults: Number("int"),
|
|
53
|
+
* };
|
|
49
54
|
* const command = new ListAssociatedResourcesCommand(input);
|
|
50
55
|
* const response = await client.send(command);
|
|
51
56
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface ListAttributeGroupsCommandOutput extends ListAttributeGroupsRes
|
|
|
26
26
|
* import { ServiceCatalogAppRegistryClient, ListAttributeGroupsCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
27
|
* // const { ServiceCatalogAppRegistryClient, ListAttributeGroupsCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
28
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* nextToken: "STRING_VALUE",
|
|
31
|
+
* maxResults: Number("int"),
|
|
32
|
+
* };
|
|
29
33
|
* const command = new ListAttributeGroupsCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface ListAttributeGroupsForApplicationCommandOutput extends ListAttr
|
|
|
26
26
|
* import { ServiceCatalogAppRegistryClient, ListAttributeGroupsForApplicationCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
27
|
* // const { ServiceCatalogAppRegistryClient, ListAttributeGroupsForApplicationCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
28
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* application: "STRING_VALUE", // required
|
|
31
|
+
* nextToken: "STRING_VALUE",
|
|
32
|
+
* maxResults: Number("int"),
|
|
33
|
+
* };
|
|
29
34
|
* const command = new ListAttributeGroupsForApplicationCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { ServiceCatalogAppRegistryClient, ListTagsForResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
27
|
* // const { ServiceCatalogAppRegistryClient, ListTagsForResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
28
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* resourceArn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -29,6 +29,13 @@ export interface PutConfigurationCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* import { ServiceCatalogAppRegistryClient, PutConfigurationCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
30
30
|
* // const { ServiceCatalogAppRegistryClient, PutConfigurationCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
31
31
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
32
|
+
* const input = {
|
|
33
|
+
* configuration: {
|
|
34
|
+
* tagQueryConfiguration: {
|
|
35
|
+
* tagKey: "STRING_VALUE",
|
|
36
|
+
* },
|
|
37
|
+
* },
|
|
38
|
+
* };
|
|
32
39
|
* const command = new PutConfigurationCommand(input);
|
|
33
40
|
* const response = await client.send(command);
|
|
34
41
|
* ```
|
|
@@ -27,6 +27,10 @@ export interface SyncResourceCommandOutput extends SyncResourceResponse, __Metad
|
|
|
27
27
|
* import { ServiceCatalogAppRegistryClient, SyncResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
28
28
|
* // const { ServiceCatalogAppRegistryClient, SyncResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
29
29
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* resourceType: "CFN_STACK" || "RESOURCE_TAG_VALUE", // required
|
|
32
|
+
* resource: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
30
34
|
* const command = new SyncResourceCommand(input);
|
|
31
35
|
* const response = await client.send(command);
|
|
32
36
|
* ```
|
|
@@ -47,6 +51,16 @@ export interface SyncResourceCommandOutput extends SyncResourceResponse, __Metad
|
|
|
47
51
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
52
|
* <p>The specified resource does not exist.</p>
|
|
49
53
|
*
|
|
54
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
55
|
+
* <p>
|
|
56
|
+
* The maximum number
|
|
57
|
+
* of API requests
|
|
58
|
+
* has been exceeded.
|
|
59
|
+
* </p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ValidationException} (client fault)
|
|
62
|
+
* <p>The request has invalid or missing parameters.</p>
|
|
63
|
+
*
|
|
50
64
|
*
|
|
51
65
|
*/
|
|
52
66
|
export declare class SyncResourceCommand extends $Command<SyncResourceCommandInput, SyncResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
|
|
@@ -28,6 +28,12 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
28
28
|
* import { ServiceCatalogAppRegistryClient, TagResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
29
29
|
* // const { ServiceCatalogAppRegistryClient, TagResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
30
30
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
31
|
+
* const input = {
|
|
32
|
+
* resourceArn: "STRING_VALUE", // required
|
|
33
|
+
* tags: { // required
|
|
34
|
+
* "<keys>": "STRING_VALUE",
|
|
35
|
+
* },
|
|
36
|
+
* };
|
|
31
37
|
* const command = new TagResourceCommand(input);
|
|
32
38
|
* const response = await client.send(command);
|
|
33
39
|
* ```
|
|
@@ -27,6 +27,12 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
27
27
|
* import { ServiceCatalogAppRegistryClient, UntagResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
28
28
|
* // const { ServiceCatalogAppRegistryClient, UntagResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
29
29
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* resourceArn: "STRING_VALUE", // required
|
|
32
|
+
* tagKeys: [ // required
|
|
33
|
+
* "STRING_VALUE",
|
|
34
|
+
* ],
|
|
35
|
+
* };
|
|
30
36
|
* const command = new UntagResourceCommand(input);
|
|
31
37
|
* const response = await client.send(command);
|
|
32
38
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
26
26
|
* import { ServiceCatalogAppRegistryClient, UpdateApplicationCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
27
|
* // const { ServiceCatalogAppRegistryClient, UpdateApplicationCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
28
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* application: "STRING_VALUE", // required
|
|
31
|
+
* name: "STRING_VALUE",
|
|
32
|
+
* description: "STRING_VALUE",
|
|
33
|
+
* };
|
|
29
34
|
* const command = new UpdateApplicationCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -46,6 +51,13 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
46
51
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
52
|
* <p>The specified resource does not exist.</p>
|
|
48
53
|
*
|
|
54
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
55
|
+
* <p>
|
|
56
|
+
* The maximum number
|
|
57
|
+
* of API requests
|
|
58
|
+
* has been exceeded.
|
|
59
|
+
* </p>
|
|
60
|
+
*
|
|
49
61
|
* @throws {@link ValidationException} (client fault)
|
|
50
62
|
* <p>The request has invalid or missing parameters.</p>
|
|
51
63
|
*
|
|
@@ -26,6 +26,12 @@ export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupR
|
|
|
26
26
|
* import { ServiceCatalogAppRegistryClient, UpdateAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
|
|
27
27
|
* // const { ServiceCatalogAppRegistryClient, UpdateAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
|
|
28
28
|
* const client = new ServiceCatalogAppRegistryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* attributeGroup: "STRING_VALUE", // required
|
|
31
|
+
* name: "STRING_VALUE",
|
|
32
|
+
* description: "STRING_VALUE",
|
|
33
|
+
* attributes: "STRING_VALUE",
|
|
34
|
+
* };
|
|
29
35
|
* const command = new UpdateAttributeGroupCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -90,7 +90,7 @@ export interface TagQueryConfiguration {
|
|
|
90
90
|
* @public
|
|
91
91
|
* <p>
|
|
92
92
|
* Includes all
|
|
93
|
-
* of the
|
|
93
|
+
* of the AppRegistry settings.
|
|
94
94
|
* </p>
|
|
95
95
|
*/
|
|
96
96
|
export interface AppRegistryConfiguration {
|
|
@@ -107,11 +107,19 @@ export interface AppRegistryConfiguration {
|
|
|
107
107
|
*/
|
|
108
108
|
export interface AssociateAttributeGroupRequest {
|
|
109
109
|
/**
|
|
110
|
-
* <p>
|
|
110
|
+
* <p>
|
|
111
|
+
* The name, ID, or ARN
|
|
112
|
+
* of the application.
|
|
113
|
+
* </p>
|
|
111
114
|
*/
|
|
112
115
|
application: string | undefined;
|
|
113
116
|
/**
|
|
114
|
-
* <p>
|
|
117
|
+
* <p>
|
|
118
|
+
* The name, ID, or ARN
|
|
119
|
+
* of the attribute group
|
|
120
|
+
* that holds the attributes
|
|
121
|
+
* to describe the application.
|
|
122
|
+
* </p>
|
|
115
123
|
*/
|
|
116
124
|
attributeGroup: string | undefined;
|
|
117
125
|
}
|
|
@@ -167,7 +175,10 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
167
175
|
}
|
|
168
176
|
/**
|
|
169
177
|
* @public
|
|
170
|
-
* <p>
|
|
178
|
+
* <p>
|
|
179
|
+
* The maximum number
|
|
180
|
+
* of resources per account
|
|
181
|
+
* has been reached.</p>
|
|
171
182
|
*/
|
|
172
183
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
173
184
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -201,7 +212,10 @@ export declare enum ResourceType {
|
|
|
201
212
|
*/
|
|
202
213
|
export interface AssociateResourceRequest {
|
|
203
214
|
/**
|
|
204
|
-
* <p>
|
|
215
|
+
* <p>
|
|
216
|
+
* The name, ID, or ARN
|
|
217
|
+
* of the application.
|
|
218
|
+
* </p>
|
|
205
219
|
*/
|
|
206
220
|
application: string | undefined;
|
|
207
221
|
/**
|
|
@@ -226,6 +240,26 @@ export interface AssociateResourceResponse {
|
|
|
226
240
|
*/
|
|
227
241
|
resourceArn?: string;
|
|
228
242
|
}
|
|
243
|
+
/**
|
|
244
|
+
* @public
|
|
245
|
+
* <p>
|
|
246
|
+
* The maximum number
|
|
247
|
+
* of API requests
|
|
248
|
+
* has been exceeded.
|
|
249
|
+
* </p>
|
|
250
|
+
*/
|
|
251
|
+
export declare class ThrottlingException extends __BaseException {
|
|
252
|
+
readonly name: "ThrottlingException";
|
|
253
|
+
readonly $fault: "client";
|
|
254
|
+
/**
|
|
255
|
+
* <p>The originating service code.</p>
|
|
256
|
+
*/
|
|
257
|
+
serviceCode?: string;
|
|
258
|
+
/**
|
|
259
|
+
* @internal
|
|
260
|
+
*/
|
|
261
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
262
|
+
}
|
|
229
263
|
/**
|
|
230
264
|
* @public
|
|
231
265
|
* <p>Represents a Amazon Web Services Service Catalog AppRegistry attribute group that is rich metadata which describes an application and its components.</p>
|
|
@@ -290,6 +324,10 @@ export interface AttributeGroupDetails {
|
|
|
290
324
|
* </p>
|
|
291
325
|
*/
|
|
292
326
|
name?: string;
|
|
327
|
+
/**
|
|
328
|
+
* <p>The service principal that created the attribute group.</p>
|
|
329
|
+
*/
|
|
330
|
+
createdBy?: string;
|
|
293
331
|
}
|
|
294
332
|
/**
|
|
295
333
|
* @public
|
|
@@ -320,6 +358,10 @@ export interface AttributeGroupSummary {
|
|
|
320
358
|
* <p>The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.</p>
|
|
321
359
|
*/
|
|
322
360
|
lastUpdateTime?: Date;
|
|
361
|
+
/**
|
|
362
|
+
* <p>The service principal that created the attribute group.</p>
|
|
363
|
+
*/
|
|
364
|
+
createdBy?: string;
|
|
323
365
|
}
|
|
324
366
|
/**
|
|
325
367
|
* @public
|
|
@@ -396,7 +438,10 @@ export interface CreateAttributeGroupResponse {
|
|
|
396
438
|
*/
|
|
397
439
|
export interface DeleteApplicationRequest {
|
|
398
440
|
/**
|
|
399
|
-
* <p>
|
|
441
|
+
* <p>
|
|
442
|
+
* The name, ID, or ARN
|
|
443
|
+
* of the application.
|
|
444
|
+
* </p>
|
|
400
445
|
*/
|
|
401
446
|
application: string | undefined;
|
|
402
447
|
}
|
|
@@ -414,7 +459,12 @@ export interface DeleteApplicationResponse {
|
|
|
414
459
|
*/
|
|
415
460
|
export interface DeleteAttributeGroupRequest {
|
|
416
461
|
/**
|
|
417
|
-
* <p>
|
|
462
|
+
* <p>
|
|
463
|
+
* The name, ID, or ARN
|
|
464
|
+
* of the attribute group
|
|
465
|
+
* that holds the attributes
|
|
466
|
+
* to describe the application.
|
|
467
|
+
* </p>
|
|
418
468
|
*/
|
|
419
469
|
attributeGroup: string | undefined;
|
|
420
470
|
}
|
|
@@ -432,11 +482,19 @@ export interface DeleteAttributeGroupResponse {
|
|
|
432
482
|
*/
|
|
433
483
|
export interface DisassociateAttributeGroupRequest {
|
|
434
484
|
/**
|
|
435
|
-
* <p>
|
|
485
|
+
* <p>
|
|
486
|
+
* The name, ID, or ARN
|
|
487
|
+
* of the application.
|
|
488
|
+
* </p>
|
|
436
489
|
*/
|
|
437
490
|
application: string | undefined;
|
|
438
491
|
/**
|
|
439
|
-
* <p>
|
|
492
|
+
* <p>
|
|
493
|
+
* The name, ID, or ARN
|
|
494
|
+
* of the attribute group
|
|
495
|
+
* that holds the attributes
|
|
496
|
+
* to describe the application.
|
|
497
|
+
* </p>
|
|
440
498
|
*/
|
|
441
499
|
attributeGroup: string | undefined;
|
|
442
500
|
}
|
|
@@ -488,7 +546,10 @@ export interface DisassociateResourceResponse {
|
|
|
488
546
|
*/
|
|
489
547
|
export interface GetApplicationRequest {
|
|
490
548
|
/**
|
|
491
|
-
* <p>
|
|
549
|
+
* <p>
|
|
550
|
+
* The name, ID, or ARN
|
|
551
|
+
* of the application.
|
|
552
|
+
* </p>
|
|
492
553
|
*/
|
|
493
554
|
application: string | undefined;
|
|
494
555
|
}
|
|
@@ -596,7 +657,10 @@ export interface GetApplicationResponse {
|
|
|
596
657
|
*/
|
|
597
658
|
export interface GetAssociatedResourceRequest {
|
|
598
659
|
/**
|
|
599
|
-
* <p>
|
|
660
|
+
* <p>
|
|
661
|
+
* The name, ID, or ARN
|
|
662
|
+
* of the application.
|
|
663
|
+
* </p>
|
|
600
664
|
*/
|
|
601
665
|
application: string | undefined;
|
|
602
666
|
/**
|
|
@@ -655,7 +719,12 @@ export interface GetAssociatedResourceResponse {
|
|
|
655
719
|
*/
|
|
656
720
|
export interface GetAttributeGroupRequest {
|
|
657
721
|
/**
|
|
658
|
-
* <p>
|
|
722
|
+
* <p>
|
|
723
|
+
* The name, ID, or ARN
|
|
724
|
+
* of the attribute group
|
|
725
|
+
* that holds the attributes
|
|
726
|
+
* to describe the application.
|
|
727
|
+
* </p>
|
|
659
728
|
*/
|
|
660
729
|
attributeGroup: string | undefined;
|
|
661
730
|
}
|
|
@@ -695,6 +764,10 @@ export interface GetAttributeGroupResponse {
|
|
|
695
764
|
* <p>Key-value pairs associated with the attribute group.</p>
|
|
696
765
|
*/
|
|
697
766
|
tags?: Record<string, string>;
|
|
767
|
+
/**
|
|
768
|
+
* <p>The service principal that created the attribute group.</p>
|
|
769
|
+
*/
|
|
770
|
+
createdBy?: string;
|
|
698
771
|
}
|
|
699
772
|
/**
|
|
700
773
|
* @public
|
|
@@ -769,7 +842,10 @@ export interface ListAssociatedAttributeGroupsResponse {
|
|
|
769
842
|
*/
|
|
770
843
|
export interface ListAssociatedResourcesRequest {
|
|
771
844
|
/**
|
|
772
|
-
* <p>
|
|
845
|
+
* <p>
|
|
846
|
+
* The name, ID, or ARN
|
|
847
|
+
* of the application.
|
|
848
|
+
* </p>
|
|
773
849
|
*/
|
|
774
850
|
application: string | undefined;
|
|
775
851
|
/**
|
|
@@ -1002,7 +1078,11 @@ export interface UntagResourceResponse {
|
|
|
1002
1078
|
*/
|
|
1003
1079
|
export interface UpdateApplicationRequest {
|
|
1004
1080
|
/**
|
|
1005
|
-
* <p>
|
|
1081
|
+
* <p>
|
|
1082
|
+
* The name, ID, or ARN
|
|
1083
|
+
* of the application
|
|
1084
|
+
* that will be updated.
|
|
1085
|
+
* </p>
|
|
1006
1086
|
*/
|
|
1007
1087
|
application: string | undefined;
|
|
1008
1088
|
/**
|
|
@@ -1031,7 +1111,12 @@ export interface UpdateApplicationResponse {
|
|
|
1031
1111
|
*/
|
|
1032
1112
|
export interface UpdateAttributeGroupRequest {
|
|
1033
1113
|
/**
|
|
1034
|
-
* <p>
|
|
1114
|
+
* <p>
|
|
1115
|
+
* The name, ID, or ARN
|
|
1116
|
+
* of the attribute group
|
|
1117
|
+
* that holds the attributes
|
|
1118
|
+
* to describe the application.
|
|
1119
|
+
* </p>
|
|
1035
1120
|
*/
|
|
1036
1121
|
attributeGroup: string | undefined;
|
|
1037
1122
|
/**
|
|
@@ -77,6 +77,14 @@ export interface AssociateResourceResponse {
|
|
|
77
77
|
applicationArn?: string;
|
|
78
78
|
resourceArn?: string;
|
|
79
79
|
}
|
|
80
|
+
export declare class ThrottlingException extends __BaseException {
|
|
81
|
+
readonly name: "ThrottlingException";
|
|
82
|
+
readonly $fault: "client";
|
|
83
|
+
serviceCode?: string;
|
|
84
|
+
constructor(
|
|
85
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
86
|
+
);
|
|
87
|
+
}
|
|
80
88
|
export interface AttributeGroup {
|
|
81
89
|
id?: string;
|
|
82
90
|
arn?: string;
|
|
@@ -90,6 +98,7 @@ export interface AttributeGroupDetails {
|
|
|
90
98
|
id?: string;
|
|
91
99
|
arn?: string;
|
|
92
100
|
name?: string;
|
|
101
|
+
createdBy?: string;
|
|
93
102
|
}
|
|
94
103
|
export interface AttributeGroupSummary {
|
|
95
104
|
id?: string;
|
|
@@ -98,6 +107,7 @@ export interface AttributeGroupSummary {
|
|
|
98
107
|
description?: string;
|
|
99
108
|
creationTime?: Date;
|
|
100
109
|
lastUpdateTime?: Date;
|
|
110
|
+
createdBy?: string;
|
|
101
111
|
}
|
|
102
112
|
export interface CreateApplicationRequest {
|
|
103
113
|
name: string | undefined;
|
|
@@ -206,6 +216,7 @@ export interface GetAttributeGroupResponse {
|
|
|
206
216
|
creationTime?: Date;
|
|
207
217
|
lastUpdateTime?: Date;
|
|
208
218
|
tags?: Record<string, string>;
|
|
219
|
+
createdBy?: string;
|
|
209
220
|
}
|
|
210
221
|
export interface GetConfigurationResponse {
|
|
211
222
|
configuration?: AppRegistryConfiguration;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-service-catalog-appregistry",
|
|
3
3
|
"description": "AWS SDK for JavaScript Service Catalog Appregistry Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.300.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/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.300.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.300.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|