@aws-sdk/client-guardduty 3.1136.0 → 3.1138.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/index.js +3 -3
- package/dist-es/schemas/schemas_0.js +2 -2
- package/dist-types/GuardDuty.d.ts +211 -205
- package/dist-types/ts3.4/GuardDuty.d.ts +208 -204
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1137.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -1997,10 +1997,10 @@ const _val = "value";
|
|
|
1997
1997
|
const _ve = "verb";
|
|
1998
1998
|
const _vo = "volumes";
|
|
1999
1999
|
const n0 = "com.amazonaws.guardduty";
|
|
2000
|
-
const _s_registry = TypeRegistry
|
|
2000
|
+
const _s_registry = new TypeRegistry(_s);
|
|
2001
2001
|
var GuardDutyServiceException$ = [-3, _s, "GuardDutyServiceException", 0, [], []];
|
|
2002
2002
|
_s_registry.registerError(GuardDutyServiceException$, GuardDutyServiceException);
|
|
2003
|
-
const n0_registry = TypeRegistry
|
|
2003
|
+
const n0_registry = new TypeRegistry(n0);
|
|
2004
2004
|
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
2005
2005
|
{ [_e]: _c, [_hE]: 403 },
|
|
2006
2006
|
[_M, _T],
|
|
@@ -1776,10 +1776,10 @@ const n0 = "com.amazonaws.guardduty";
|
|
|
1776
1776
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
1777
1777
|
import { AccessDeniedException, BadRequestException, ConflictException, InternalServerErrorException, ResourceNotFoundException, } from "../models/errors";
|
|
1778
1778
|
import { GuardDutyServiceException } from "../models/GuardDutyServiceException";
|
|
1779
|
-
const _s_registry = TypeRegistry
|
|
1779
|
+
const _s_registry = new TypeRegistry(_s);
|
|
1780
1780
|
export var GuardDutyServiceException$ = [-3, _s, "GuardDutyServiceException", 0, [], []];
|
|
1781
1781
|
_s_registry.registerError(GuardDutyServiceException$, GuardDutyServiceException);
|
|
1782
|
-
const n0_registry = TypeRegistry
|
|
1782
|
+
const n0_registry = new TypeRegistry(n0);
|
|
1783
1783
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
1784
1784
|
{ [_e]: _c, [_hE]: 403 },
|
|
1785
1785
|
[_M, _T],
|