@aws-sdk/client-service-catalog-appregistry 3.52.0 → 3.53.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/CHANGELOG.md +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ServiceCatalogAppRegistryServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +68 -2
- package/dist-cjs/protocols/Aws_restJson1.js +188 -633
- package/dist-es/index.js +1 -0
- package/dist-es/models/ServiceCatalogAppRegistryServiceException.js +12 -0
- package/dist-es/models/models_0.js +62 -1
- package/dist-es/protocols/Aws_restJson1.js +411 -723
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ServiceCatalogAppRegistryServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +37 -21
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/ServiceCatalogAppRegistryServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -21
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-service-catalog-appregistry
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ServiceCatalogAppRegistryServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./ServiceCatalogAppRegistry"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./ServiceCatalogAppRegistryClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var ServiceCatalogAppRegistryServiceException_1 = require("./models/ServiceCatalogAppRegistryServiceException");
|
|
11
|
+
Object.defineProperty(exports, "ServiceCatalogAppRegistryServiceException", { enumerable: true, get: function () { return ServiceCatalogAppRegistryServiceException_1.ServiceCatalogAppRegistryServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ServiceCatalogAppRegistryServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class ServiceCatalogAppRegistryServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, ServiceCatalogAppRegistryServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.ServiceCatalogAppRegistryServiceException = ServiceCatalogAppRegistryServiceException;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateAttributeGroupResponse = exports.UpdateAttributeGroupRequest = exports.UpdateApplicationResponse = exports.UpdateApplicationRequest = void 0;
|
|
3
|
+
exports.SyncAction = exports.SyncResourceRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListAttributeGroupsResponse = exports.ListAttributeGroupsRequest = exports.ListAssociatedResourcesResponse = exports.ResourceInfo = exports.ListAssociatedResourcesRequest = exports.ListAssociatedAttributeGroupsResponse = exports.ListAssociatedAttributeGroupsRequest = exports.ListApplicationsResponse = exports.ListApplicationsRequest = exports.GetAttributeGroupResponse = exports.GetAttributeGroupRequest = exports.GetAssociatedResourceResponse = exports.Resource = exports.ResourceIntegrations = exports.GetAssociatedResourceRequest = exports.GetApplicationResponse = exports.Integrations = exports.ResourceGroup = exports.ResourceGroupState = exports.GetApplicationRequest = exports.DisassociateResourceResponse = exports.DisassociateResourceRequest = exports.DisassociateAttributeGroupResponse = exports.DisassociateAttributeGroupRequest = exports.DeleteAttributeGroupResponse = exports.DeleteAttributeGroupRequest = exports.DeleteApplicationResponse = exports.DeleteApplicationRequest = exports.CreateAttributeGroupResponse = exports.CreateAttributeGroupRequest = exports.CreateApplicationResponse = exports.CreateApplicationRequest = exports.AttributeGroupSummary = exports.AttributeGroup = exports.ConflictException = exports.AssociateResourceResponse = exports.AssociateResourceRequest = exports.ResourceType = exports.ValidationException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.AssociateAttributeGroupResponse = exports.AssociateAttributeGroupRequest = exports.ApplicationSummary = exports.Application = void 0;
|
|
4
|
+
exports.UpdateAttributeGroupResponse = exports.UpdateAttributeGroupRequest = exports.UpdateApplicationResponse = exports.UpdateApplicationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.SyncResourceResponse = void 0;
|
|
5
|
+
const ServiceCatalogAppRegistryServiceException_1 = require("./ServiceCatalogAppRegistryServiceException");
|
|
5
6
|
var Application;
|
|
6
7
|
(function (Application) {
|
|
7
8
|
Application.filterSensitiveLog = (obj) => ({
|
|
@@ -26,6 +27,58 @@ var AssociateAttributeGroupResponse;
|
|
|
26
27
|
...obj,
|
|
27
28
|
});
|
|
28
29
|
})(AssociateAttributeGroupResponse = exports.AssociateAttributeGroupResponse || (exports.AssociateAttributeGroupResponse = {}));
|
|
30
|
+
class InternalServerException extends ServiceCatalogAppRegistryServiceException_1.ServiceCatalogAppRegistryServiceException {
|
|
31
|
+
constructor(opts) {
|
|
32
|
+
super({
|
|
33
|
+
name: "InternalServerException",
|
|
34
|
+
$fault: "server",
|
|
35
|
+
...opts,
|
|
36
|
+
});
|
|
37
|
+
this.name = "InternalServerException";
|
|
38
|
+
this.$fault = "server";
|
|
39
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
exports.InternalServerException = InternalServerException;
|
|
43
|
+
class ResourceNotFoundException extends ServiceCatalogAppRegistryServiceException_1.ServiceCatalogAppRegistryServiceException {
|
|
44
|
+
constructor(opts) {
|
|
45
|
+
super({
|
|
46
|
+
name: "ResourceNotFoundException",
|
|
47
|
+
$fault: "client",
|
|
48
|
+
...opts,
|
|
49
|
+
});
|
|
50
|
+
this.name = "ResourceNotFoundException";
|
|
51
|
+
this.$fault = "client";
|
|
52
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
56
|
+
class ServiceQuotaExceededException extends ServiceCatalogAppRegistryServiceException_1.ServiceCatalogAppRegistryServiceException {
|
|
57
|
+
constructor(opts) {
|
|
58
|
+
super({
|
|
59
|
+
name: "ServiceQuotaExceededException",
|
|
60
|
+
$fault: "client",
|
|
61
|
+
...opts,
|
|
62
|
+
});
|
|
63
|
+
this.name = "ServiceQuotaExceededException";
|
|
64
|
+
this.$fault = "client";
|
|
65
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
69
|
+
class ValidationException extends ServiceCatalogAppRegistryServiceException_1.ServiceCatalogAppRegistryServiceException {
|
|
70
|
+
constructor(opts) {
|
|
71
|
+
super({
|
|
72
|
+
name: "ValidationException",
|
|
73
|
+
$fault: "client",
|
|
74
|
+
...opts,
|
|
75
|
+
});
|
|
76
|
+
this.name = "ValidationException";
|
|
77
|
+
this.$fault = "client";
|
|
78
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
exports.ValidationException = ValidationException;
|
|
29
82
|
var ResourceType;
|
|
30
83
|
(function (ResourceType) {
|
|
31
84
|
ResourceType["CFN_STACK"] = "CFN_STACK";
|
|
@@ -42,6 +95,19 @@ var AssociateResourceResponse;
|
|
|
42
95
|
...obj,
|
|
43
96
|
});
|
|
44
97
|
})(AssociateResourceResponse = exports.AssociateResourceResponse || (exports.AssociateResourceResponse = {}));
|
|
98
|
+
class ConflictException extends ServiceCatalogAppRegistryServiceException_1.ServiceCatalogAppRegistryServiceException {
|
|
99
|
+
constructor(opts) {
|
|
100
|
+
super({
|
|
101
|
+
name: "ConflictException",
|
|
102
|
+
$fault: "client",
|
|
103
|
+
...opts,
|
|
104
|
+
});
|
|
105
|
+
this.name = "ConflictException";
|
|
106
|
+
this.$fault = "client";
|
|
107
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
exports.ConflictException = ConflictException;
|
|
45
111
|
var AttributeGroup;
|
|
46
112
|
(function (AttributeGroup) {
|
|
47
113
|
AttributeGroup.filterSensitiveLog = (obj) => ({
|