@aws-sdk/client-inspector2 3.50.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/Inspector2ServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +116 -4
- package/dist-cjs/protocols/Aws_restJson1.js +372 -1196
- package/dist-es/index.js +1 -0
- package/dist-es/models/Inspector2ServiceException.js +12 -0
- package/dist-es/models/models_0.js +105 -1
- package/dist-es/protocols/Aws_restJson1.js +731 -1326
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/Inspector2ServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +58 -33
- package/dist-types/ts3.4/Inspector2.d.ts +155 -0
- package/dist-types/ts3.4/Inspector2Client.d.ts +103 -0
- package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +30 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/Inspector2ServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2393 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccountPermissionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCoverageStatisticsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDelegatedAdminAccountsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFindingAggregationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUsageTotalsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +92 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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
|
+
|
|
17
|
+
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-inspector2
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-inspector2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-inspector2
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Inspector2ServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./Inspector2"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./Inspector2Client"), 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 Inspector2ServiceException_1 = require("./models/Inspector2ServiceException");
|
|
11
|
+
Object.defineProperty(exports, "Inspector2ServiceException", { enumerable: true, get: function () { return Inspector2ServiceException_1.Inspector2ServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Inspector2ServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class Inspector2ServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, Inspector2ServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.Inspector2ServiceException = Inspector2ServiceException;
|
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateOrganizationConfigurationResponse = exports.UpdateOrganizationConfigurationRequest = exports.UpdateFilterResponse = exports.UpdateFilterRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.ListUsageTotalsResponse = exports.UsageTotal = exports.Usage = exports.UsageType = exports.ListUsageTotalsRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListMembersResponse = exports.ListMembersRequest = exports.ListFindingsResponse = exports.ListFindingsRequest = exports.SortCriteria = exports.SortField = exports.ListFindingAggregationsResponse = exports.ListFindingAggregationsRequest = exports.ListFiltersResponse = exports.ListFiltersRequest = exports.ListDelegatedAdminAccountsResponse = exports.ListDelegatedAdminAccountsRequest = exports.ListCoverageStatisticsResponse = exports.ListCoverageStatisticsRequest = exports.ListCoverageResponse = exports.ListCoverageRequest = exports.ListAccountPermissionsResponse = exports.Permission = void 0;
|
|
3
|
+
exports.ThrottlingException = exports.InternalServerException = exports.AssociateMemberResponse = exports.AssociateMemberRequest = exports.AggregationType = exports.AggregationResponse = exports.TitleAggregationResponse = exports.RepositoryAggregationResponse = exports.PackageAggregationResponse = exports.ImageLayerAggregationResponse = exports.FindingTypeAggregationResponse = exports.Ec2InstanceAggregationResponse = exports.AwsEcrContainerAggregationResponse = exports.AmiAggregationResponse = exports.AggregationRequest = exports.TitleAggregation = exports.TitleSortBy = exports.RepositoryAggregation = exports.RepositorySortBy = exports.PackageAggregation = exports.PackageSortBy = exports.ImageLayerAggregation = exports.ImageLayerSortBy = exports.FindingTypeAggregation = exports.FindingTypeSortBy = exports.Ec2InstanceAggregation = exports.Ec2InstanceSortBy = exports.MapFilter = exports.MapComparison = exports.AwsEcrContainerAggregation = exports.AwsEcrContainerSortBy = exports.AmiAggregation = exports.AmiSortBy = exports.StringFilter = exports.StringComparison = exports.AccountState = exports.ResourceState = exports.State = exports.ErrorCode = exports.AccountAggregationResponse = exports.SeverityCounts = exports.AccountAggregation = exports.SortOrder = exports.AccountSortBy = exports.AggregationResourceType = exports.AggregationFindingType = exports.Account = exports.ResourceStatus = exports.Status = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.ServiceQuotaExceededException = exports.CreateFilterResponse = exports.CreateFilterRequest = exports.FilterCriteria = exports.PackageFilter = exports.PortRangeFilter = exports.NumberFilter = exports.DateFilter = exports.FilterAction = exports.CoveredResource = exports.ScanType = exports.ScanStatus = exports.ScanStatusCode = exports.ScanStatusReason = exports.ResourceScanMetadata = exports.EcrRepositoryMetadata = exports.EcrScanFrequency = exports.EcrContainerImageMetadata = exports.Ec2Metadata = exports.Ec2Platform = exports.CoverageResourceType = exports.CoverageFilterCriteria = exports.CoverageMapFilter = exports.CoverageMapComparison = exports.CoverageStringFilter = exports.CoverageStringComparison = exports.Counts = exports.GroupKey = exports.ConflictException = exports.CancelFindingsReportResponse = exports.CancelFindingsReportRequest = exports.BatchGetFreeTrialInfoResponse = exports.FreeTrialInfoError = exports.FreeTrialInfoErrorCode = exports.FreeTrialAccountInfo = exports.FreeTrialInfo = exports.FreeTrialType = exports.FreeTrialStatus = exports.BatchGetFreeTrialInfoRequest = exports.ResourceNotFoundException = exports.BatchGetAccountStatusResponse = exports.FailedAccount = exports.BatchGetAccountStatusRequest = exports.BadRequestException = exports.AwsEcrContainerImageDetails = exports.AwsEc2InstanceDetails = exports.AutoEnable = exports.ValidationException = exports.ValidationExceptionReason = exports.ValidationExceptionField = void 0;
|
|
5
|
+
exports.GetFindingsReportStatusRequest = exports.GetDelegatedAdminAccountResponse = exports.GetDelegatedAdminAccountRequest = exports.Finding = exports.FindingType = exports.FindingStatus = exports.Severity = exports.Resource = exports.ResourceType = exports.ResourceDetails = exports.Remediation = exports.Recommendation = exports.PackageVulnerabilityDetails = exports.VulnerablePackage = exports.PackageManager = exports.NetworkReachabilityDetails = exports.NetworkProtocol = exports.PortRange = exports.NetworkPath = exports.Step = exports.InspectorScoreDetails = exports.Filter = exports.ExternalReportStatus = exports.EnableDelegatedAdminAccountResponse = exports.EnableDelegatedAdminAccountRequest = exports.EnableResponse = exports.EnableRequest = exports.DisassociateMemberResponse = exports.DisassociateMemberRequest = exports.DisableDelegatedAdminAccountResponse = exports.DisableDelegatedAdminAccountRequest = exports.DisableResponse = exports.DisableRequest = exports.ResourceScanType = exports.DescribeOrganizationConfigurationResponse = exports.DescribeOrganizationConfigurationRequest = exports.DeleteFilterResponse = exports.DeleteFilterRequest = exports.DelegatedAdminAccount = exports.DelegatedAdminStatus = exports.DelegatedAdmin = exports.RelationshipStatus = exports.CvssScoreDetails = exports.CvssScoreAdjustment = exports.CvssScore = exports.Currency = exports.CreateFindingsReportResponse = exports.CreateFindingsReportRequest = exports.Destination = exports.ReportFormat = void 0;
|
|
6
|
+
exports.UpdateOrganizationConfigurationResponse = exports.UpdateOrganizationConfigurationRequest = exports.UpdateFilterResponse = exports.UpdateFilterRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.ListUsageTotalsResponse = exports.UsageTotal = exports.Usage = exports.UsageType = exports.ListUsageTotalsRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListMembersResponse = exports.ListMembersRequest = exports.ListFindingsResponse = exports.ListFindingsRequest = exports.SortCriteria = exports.SortField = exports.ListFindingAggregationsResponse = exports.ListFindingAggregationsRequest = exports.ListFiltersResponse = exports.ListFiltersRequest = exports.ListDelegatedAdminAccountsResponse = exports.ListDelegatedAdminAccountsRequest = exports.ListCoverageStatisticsResponse = exports.ListCoverageStatisticsRequest = exports.ListCoverageResponse = exports.ListCoverageRequest = exports.ListAccountPermissionsResponse = exports.Permission = exports.Operation = exports.ListAccountPermissionsRequest = exports.Service = exports.GetMemberResponse = exports.Member = exports.GetMemberRequest = exports.GetFindingsReportStatusResponse = exports.ReportingErrorCode = void 0;
|
|
7
|
+
const Inspector2ServiceException_1 = require("./Inspector2ServiceException");
|
|
8
|
+
class AccessDeniedException extends Inspector2ServiceException_1.Inspector2ServiceException {
|
|
9
|
+
constructor(opts) {
|
|
10
|
+
super({
|
|
11
|
+
name: "AccessDeniedException",
|
|
12
|
+
$fault: "client",
|
|
13
|
+
...opts,
|
|
14
|
+
});
|
|
15
|
+
this.name = "AccessDeniedException";
|
|
16
|
+
this.$fault = "client";
|
|
17
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
7
21
|
var Status;
|
|
8
22
|
(function (Status) {
|
|
9
23
|
Status["DISABLED"] = "DISABLED";
|
|
@@ -387,6 +401,34 @@ var AssociateMemberResponse;
|
|
|
387
401
|
...obj,
|
|
388
402
|
});
|
|
389
403
|
})(AssociateMemberResponse = exports.AssociateMemberResponse || (exports.AssociateMemberResponse = {}));
|
|
404
|
+
class InternalServerException extends Inspector2ServiceException_1.Inspector2ServiceException {
|
|
405
|
+
constructor(opts) {
|
|
406
|
+
super({
|
|
407
|
+
name: "InternalServerException",
|
|
408
|
+
$fault: "server",
|
|
409
|
+
...opts,
|
|
410
|
+
});
|
|
411
|
+
this.name = "InternalServerException";
|
|
412
|
+
this.$fault = "server";
|
|
413
|
+
this.$retryable = {};
|
|
414
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
415
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
exports.InternalServerException = InternalServerException;
|
|
419
|
+
class ThrottlingException extends Inspector2ServiceException_1.Inspector2ServiceException {
|
|
420
|
+
constructor(opts) {
|
|
421
|
+
super({
|
|
422
|
+
name: "ThrottlingException",
|
|
423
|
+
$fault: "client",
|
|
424
|
+
...opts,
|
|
425
|
+
});
|
|
426
|
+
this.name = "ThrottlingException";
|
|
427
|
+
this.$fault = "client";
|
|
428
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
exports.ThrottlingException = ThrottlingException;
|
|
390
432
|
var ValidationExceptionField;
|
|
391
433
|
(function (ValidationExceptionField) {
|
|
392
434
|
ValidationExceptionField.filterSensitiveLog = (obj) => ({
|
|
@@ -399,6 +441,21 @@ var ValidationExceptionReason;
|
|
|
399
441
|
ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "FIELD_VALIDATION_FAILED";
|
|
400
442
|
ValidationExceptionReason["OTHER"] = "OTHER";
|
|
401
443
|
})(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
|
|
444
|
+
class ValidationException extends Inspector2ServiceException_1.Inspector2ServiceException {
|
|
445
|
+
constructor(opts) {
|
|
446
|
+
super({
|
|
447
|
+
name: "ValidationException",
|
|
448
|
+
$fault: "client",
|
|
449
|
+
...opts,
|
|
450
|
+
});
|
|
451
|
+
this.name = "ValidationException";
|
|
452
|
+
this.$fault = "client";
|
|
453
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
454
|
+
this.reason = opts.reason;
|
|
455
|
+
this.fields = opts.fields;
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
exports.ValidationException = ValidationException;
|
|
402
459
|
var AutoEnable;
|
|
403
460
|
(function (AutoEnable) {
|
|
404
461
|
AutoEnable.filterSensitiveLog = (obj) => ({
|
|
@@ -417,6 +474,19 @@ var AwsEcrContainerImageDetails;
|
|
|
417
474
|
...obj,
|
|
418
475
|
});
|
|
419
476
|
})(AwsEcrContainerImageDetails = exports.AwsEcrContainerImageDetails || (exports.AwsEcrContainerImageDetails = {}));
|
|
477
|
+
class BadRequestException extends Inspector2ServiceException_1.Inspector2ServiceException {
|
|
478
|
+
constructor(opts) {
|
|
479
|
+
super({
|
|
480
|
+
name: "BadRequestException",
|
|
481
|
+
$fault: "client",
|
|
482
|
+
...opts,
|
|
483
|
+
});
|
|
484
|
+
this.name = "BadRequestException";
|
|
485
|
+
this.$fault = "client";
|
|
486
|
+
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
exports.BadRequestException = BadRequestException;
|
|
420
490
|
var BatchGetAccountStatusRequest;
|
|
421
491
|
(function (BatchGetAccountStatusRequest) {
|
|
422
492
|
BatchGetAccountStatusRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -435,6 +505,19 @@ var BatchGetAccountStatusResponse;
|
|
|
435
505
|
...obj,
|
|
436
506
|
});
|
|
437
507
|
})(BatchGetAccountStatusResponse = exports.BatchGetAccountStatusResponse || (exports.BatchGetAccountStatusResponse = {}));
|
|
508
|
+
class ResourceNotFoundException extends Inspector2ServiceException_1.Inspector2ServiceException {
|
|
509
|
+
constructor(opts) {
|
|
510
|
+
super({
|
|
511
|
+
name: "ResourceNotFoundException",
|
|
512
|
+
$fault: "client",
|
|
513
|
+
...opts,
|
|
514
|
+
});
|
|
515
|
+
this.name = "ResourceNotFoundException";
|
|
516
|
+
this.$fault = "client";
|
|
517
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
438
521
|
var BatchGetFreeTrialInfoRequest;
|
|
439
522
|
(function (BatchGetFreeTrialInfoRequest) {
|
|
440
523
|
BatchGetFreeTrialInfoRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -492,6 +575,21 @@ var CancelFindingsReportResponse;
|
|
|
492
575
|
...obj,
|
|
493
576
|
});
|
|
494
577
|
})(CancelFindingsReportResponse = exports.CancelFindingsReportResponse || (exports.CancelFindingsReportResponse = {}));
|
|
578
|
+
class ConflictException extends Inspector2ServiceException_1.Inspector2ServiceException {
|
|
579
|
+
constructor(opts) {
|
|
580
|
+
super({
|
|
581
|
+
name: "ConflictException",
|
|
582
|
+
$fault: "client",
|
|
583
|
+
...opts,
|
|
584
|
+
});
|
|
585
|
+
this.name = "ConflictException";
|
|
586
|
+
this.$fault = "client";
|
|
587
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
588
|
+
this.resourceId = opts.resourceId;
|
|
589
|
+
this.resourceType = opts.resourceType;
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
exports.ConflictException = ConflictException;
|
|
495
593
|
var GroupKey;
|
|
496
594
|
(function (GroupKey) {
|
|
497
595
|
GroupKey["ACCOUNT_ID"] = "ACCOUNT_ID";
|
|
@@ -660,6 +758,20 @@ var CreateFilterResponse;
|
|
|
660
758
|
...obj,
|
|
661
759
|
});
|
|
662
760
|
})(CreateFilterResponse = exports.CreateFilterResponse || (exports.CreateFilterResponse = {}));
|
|
761
|
+
class ServiceQuotaExceededException extends Inspector2ServiceException_1.Inspector2ServiceException {
|
|
762
|
+
constructor(opts) {
|
|
763
|
+
super({
|
|
764
|
+
name: "ServiceQuotaExceededException",
|
|
765
|
+
$fault: "client",
|
|
766
|
+
...opts,
|
|
767
|
+
});
|
|
768
|
+
this.name = "ServiceQuotaExceededException";
|
|
769
|
+
this.$fault = "client";
|
|
770
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
771
|
+
this.resourceId = opts.resourceId;
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
663
775
|
var ReportFormat;
|
|
664
776
|
(function (ReportFormat) {
|
|
665
777
|
ReportFormat["CSV"] = "CSV";
|