@aws-sdk/client-ram 3.987.0 → 3.988.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 +54 -1579
- package/dist-cjs/models/RAMServiceException.js +12 -0
- package/dist-cjs/models/errors.js +368 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1039 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +188 -182
- package/dist-types/schemas/schemas_0.d.ts +36 -29
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +31 -29
- package/package.json +13 -13
|
@@ -1,8 +1,39 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var RAMServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var IdempotentParameterMismatchException$: StaticErrorSchema;
|
|
9
|
+
export declare var InvalidClientTokenException$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidMaxResultsException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
12
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidPolicyException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidResourceTypeException$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidStateTransitionException$: StaticErrorSchema;
|
|
16
|
+
export declare var MalformedArnException$: StaticErrorSchema;
|
|
17
|
+
export declare var MalformedPolicyTemplateException$: StaticErrorSchema;
|
|
18
|
+
export declare var MissingRequiredParameterException$: StaticErrorSchema;
|
|
19
|
+
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
20
|
+
export declare var PermissionAlreadyExistsException$: StaticErrorSchema;
|
|
21
|
+
export declare var PermissionLimitExceededException$: StaticErrorSchema;
|
|
22
|
+
export declare var PermissionVersionsLimitExceededException$: StaticErrorSchema;
|
|
23
|
+
export declare var ResourceArnNotFoundException$: StaticErrorSchema;
|
|
24
|
+
export declare var ResourceShareInvitationAlreadyAcceptedException$: StaticErrorSchema;
|
|
25
|
+
export declare var ResourceShareInvitationAlreadyRejectedException$: StaticErrorSchema;
|
|
26
|
+
export declare var ResourceShareInvitationArnNotFoundException$: StaticErrorSchema;
|
|
27
|
+
export declare var ResourceShareInvitationExpiredException$: StaticErrorSchema;
|
|
28
|
+
export declare var ResourceShareLimitExceededException$: StaticErrorSchema;
|
|
29
|
+
export declare var ServerInternalException$: StaticErrorSchema;
|
|
30
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
31
|
+
export declare var TagLimitExceededException$: StaticErrorSchema;
|
|
32
|
+
export declare var TagPolicyViolationException$: StaticErrorSchema;
|
|
33
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
34
|
+
export declare var UnknownResourceException$: StaticErrorSchema;
|
|
35
|
+
export declare var UnmatchedPolicyPermissionException$: StaticErrorSchema;
|
|
36
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
37
|
export declare var AcceptResourceShareInvitationRequest$: StaticStructureSchema;
|
|
7
38
|
export declare var AcceptResourceShareInvitationResponse$: StaticStructureSchema;
|
|
8
39
|
export declare var AssociatedPermission$: StaticStructureSchema;
|
|
@@ -39,14 +70,6 @@ export declare var GetResourceShareInvitationsRequest$: StaticStructureSchema;
|
|
|
39
70
|
export declare var GetResourceShareInvitationsResponse$: StaticStructureSchema;
|
|
40
71
|
export declare var GetResourceSharesRequest$: StaticStructureSchema;
|
|
41
72
|
export declare var GetResourceSharesResponse$: StaticStructureSchema;
|
|
42
|
-
export declare var IdempotentParameterMismatchException$: StaticErrorSchema;
|
|
43
|
-
export declare var InvalidClientTokenException$: StaticErrorSchema;
|
|
44
|
-
export declare var InvalidMaxResultsException$: StaticErrorSchema;
|
|
45
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
46
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
47
|
-
export declare var InvalidPolicyException$: StaticErrorSchema;
|
|
48
|
-
export declare var InvalidResourceTypeException$: StaticErrorSchema;
|
|
49
|
-
export declare var InvalidStateTransitionException$: StaticErrorSchema;
|
|
50
73
|
export declare var ListPendingInvitationResourcesRequest$: StaticStructureSchema;
|
|
51
74
|
export declare var ListPendingInvitationResourcesResponse$: StaticStructureSchema;
|
|
52
75
|
export declare var ListPermissionAssociationsRequest$: StaticStructureSchema;
|
|
@@ -67,13 +90,6 @@ export declare var ListResourceTypesRequest$: StaticStructureSchema;
|
|
|
67
90
|
export declare var ListResourceTypesResponse$: StaticStructureSchema;
|
|
68
91
|
export declare var ListSourceAssociationsRequest$: StaticStructureSchema;
|
|
69
92
|
export declare var ListSourceAssociationsResponse$: StaticStructureSchema;
|
|
70
|
-
export declare var MalformedArnException$: StaticErrorSchema;
|
|
71
|
-
export declare var MalformedPolicyTemplateException$: StaticErrorSchema;
|
|
72
|
-
export declare var MissingRequiredParameterException$: StaticErrorSchema;
|
|
73
|
-
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
74
|
-
export declare var PermissionAlreadyExistsException$: StaticErrorSchema;
|
|
75
|
-
export declare var PermissionLimitExceededException$: StaticErrorSchema;
|
|
76
|
-
export declare var PermissionVersionsLimitExceededException$: StaticErrorSchema;
|
|
77
93
|
export declare var Principal$: StaticStructureSchema;
|
|
78
94
|
export declare var PromotePermissionCreatedFromPolicyRequest$: StaticStructureSchema;
|
|
79
95
|
export declare var PromotePermissionCreatedFromPolicyResponse$: StaticStructureSchema;
|
|
@@ -85,36 +101,22 @@ export declare var ReplacePermissionAssociationsRequest$: StaticStructureSchema;
|
|
|
85
101
|
export declare var ReplacePermissionAssociationsResponse$: StaticStructureSchema;
|
|
86
102
|
export declare var ReplacePermissionAssociationsWork$: StaticStructureSchema;
|
|
87
103
|
export declare var Resource$: StaticStructureSchema;
|
|
88
|
-
export declare var ResourceArnNotFoundException$: StaticErrorSchema;
|
|
89
104
|
export declare var ResourceShare$: StaticStructureSchema;
|
|
90
105
|
export declare var ResourceShareAssociation$: StaticStructureSchema;
|
|
91
106
|
export declare var ResourceShareInvitation$: StaticStructureSchema;
|
|
92
|
-
export declare var ResourceShareInvitationAlreadyAcceptedException$: StaticErrorSchema;
|
|
93
|
-
export declare var ResourceShareInvitationAlreadyRejectedException$: StaticErrorSchema;
|
|
94
|
-
export declare var ResourceShareInvitationArnNotFoundException$: StaticErrorSchema;
|
|
95
|
-
export declare var ResourceShareInvitationExpiredException$: StaticErrorSchema;
|
|
96
|
-
export declare var ResourceShareLimitExceededException$: StaticErrorSchema;
|
|
97
107
|
export declare var ResourceSharePermissionDetail$: StaticStructureSchema;
|
|
98
108
|
export declare var ResourceSharePermissionSummary$: StaticStructureSchema;
|
|
99
|
-
export declare var ServerInternalException$: StaticErrorSchema;
|
|
100
109
|
export declare var ServiceNameAndResourceType$: StaticStructureSchema;
|
|
101
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
102
110
|
export declare var SetDefaultPermissionVersionRequest$: StaticStructureSchema;
|
|
103
111
|
export declare var SetDefaultPermissionVersionResponse$: StaticStructureSchema;
|
|
104
112
|
export declare var Tag$: StaticStructureSchema;
|
|
105
113
|
export declare var TagFilter$: StaticStructureSchema;
|
|
106
|
-
export declare var TagLimitExceededException$: StaticErrorSchema;
|
|
107
|
-
export declare var TagPolicyViolationException$: StaticErrorSchema;
|
|
108
114
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
109
115
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
110
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
111
|
-
export declare var UnknownResourceException$: StaticErrorSchema;
|
|
112
|
-
export declare var UnmatchedPolicyPermissionException$: StaticErrorSchema;
|
|
113
116
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
114
117
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
115
118
|
export declare var UpdateResourceShareRequest$: StaticStructureSchema;
|
|
116
119
|
export declare var UpdateResourceShareResponse$: StaticStructureSchema;
|
|
117
|
-
export declare var RAMServiceException$: StaticErrorSchema;
|
|
118
120
|
export declare var AcceptResourceShareInvitation$: StaticOperationSchema;
|
|
119
121
|
export declare var AssociateResourceShare$: StaticOperationSchema;
|
|
120
122
|
export declare var AssociateResourceSharePermission$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ram",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ram Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ram",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|