@aws-sdk/client-verifiedpermissions 3.431.0 → 3.433.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 +3 -3
- package/dist-cjs/protocols/Aws_json1_0.js +12 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/protocols/Aws_json1_0.js +12 -0
- package/dist-types/commands/CreateIdentitySourceCommand.d.ts +6 -2
- package/dist-types/commands/CreatePolicyCommand.d.ts +6 -2
- package/dist-types/commands/CreatePolicyStoreCommand.d.ts +7 -4
- package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +6 -2
- package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +2 -2
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeletePolicyStoreCommand.d.ts +2 -2
- package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +2 -2
- package/dist-types/commands/GetIdentitySourceCommand.d.ts +2 -2
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -2
- package/dist-types/commands/GetPolicyStoreCommand.d.ts +2 -2
- package/dist-types/commands/GetPolicyTemplateCommand.d.ts +2 -2
- package/dist-types/commands/GetSchemaCommand.d.ts +2 -2
- package/dist-types/commands/IsAuthorizedCommand.d.ts +2 -2
- package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +2 -2
- package/dist-types/commands/ListIdentitySourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/ListPolicyStoresCommand.d.ts +2 -2
- package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +2 -2
- package/dist-types/commands/PutSchemaCommand.d.ts +2 -2
- package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePolicyCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +5 -4
- package/dist-types/models/models_0.d.ts +7 -7
- package/package.json +32 -32
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = "isSet",
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
5
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ rules: [{ endpoint: { url: "https://verifiedpermissions-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ rules: [{ endpoint: { url: "https://verifiedpermissions-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ rules: [{ endpoint: { url: "https://verifiedpermissions.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { rules: [{ endpoint: { url: "https://verifiedpermissions.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -199,6 +199,9 @@ const de_CreateIdentitySourceCommandError = async (output, context) => {
|
|
|
199
199
|
case "AccessDeniedException":
|
|
200
200
|
case "com.amazonaws.verifiedpermissions#AccessDeniedException":
|
|
201
201
|
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
202
|
+
case "ConflictException":
|
|
203
|
+
case "com.amazonaws.verifiedpermissions#ConflictException":
|
|
204
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
202
205
|
case "InternalServerException":
|
|
203
206
|
case "com.amazonaws.verifiedpermissions#InternalServerException":
|
|
204
207
|
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
@@ -247,6 +250,9 @@ const de_CreatePolicyCommandError = async (output, context) => {
|
|
|
247
250
|
case "AccessDeniedException":
|
|
248
251
|
case "com.amazonaws.verifiedpermissions#AccessDeniedException":
|
|
249
252
|
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
253
|
+
case "ConflictException":
|
|
254
|
+
case "com.amazonaws.verifiedpermissions#ConflictException":
|
|
255
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
250
256
|
case "InternalServerException":
|
|
251
257
|
case "com.amazonaws.verifiedpermissions#InternalServerException":
|
|
252
258
|
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
@@ -295,6 +301,9 @@ const de_CreatePolicyStoreCommandError = async (output, context) => {
|
|
|
295
301
|
case "AccessDeniedException":
|
|
296
302
|
case "com.amazonaws.verifiedpermissions#AccessDeniedException":
|
|
297
303
|
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
304
|
+
case "ConflictException":
|
|
305
|
+
case "com.amazonaws.verifiedpermissions#ConflictException":
|
|
306
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
298
307
|
case "InternalServerException":
|
|
299
308
|
case "com.amazonaws.verifiedpermissions#InternalServerException":
|
|
300
309
|
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
@@ -340,6 +349,9 @@ const de_CreatePolicyTemplateCommandError = async (output, context) => {
|
|
|
340
349
|
case "AccessDeniedException":
|
|
341
350
|
case "com.amazonaws.verifiedpermissions#AccessDeniedException":
|
|
342
351
|
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
352
|
+
case "ConflictException":
|
|
353
|
+
case "com.amazonaws.verifiedpermissions#ConflictException":
|
|
354
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
343
355
|
case "InternalServerException":
|
|
344
356
|
case "com.amazonaws.verifiedpermissions#InternalServerException":
|
|
345
357
|
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = "isSet",
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
2
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ rules: [{ endpoint: { url: "https://verifiedpermissions-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ rules: [{ endpoint: { url: "https://verifiedpermissions-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ rules: [{ endpoint: { url: "https://verifiedpermissions.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { rules: [{ endpoint: { url: "https://verifiedpermissions.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -171,6 +171,9 @@ const de_CreateIdentitySourceCommandError = async (output, context) => {
|
|
|
171
171
|
case "AccessDeniedException":
|
|
172
172
|
case "com.amazonaws.verifiedpermissions#AccessDeniedException":
|
|
173
173
|
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
174
|
+
case "ConflictException":
|
|
175
|
+
case "com.amazonaws.verifiedpermissions#ConflictException":
|
|
176
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
174
177
|
case "InternalServerException":
|
|
175
178
|
case "com.amazonaws.verifiedpermissions#InternalServerException":
|
|
176
179
|
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
@@ -218,6 +221,9 @@ const de_CreatePolicyCommandError = async (output, context) => {
|
|
|
218
221
|
case "AccessDeniedException":
|
|
219
222
|
case "com.amazonaws.verifiedpermissions#AccessDeniedException":
|
|
220
223
|
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
224
|
+
case "ConflictException":
|
|
225
|
+
case "com.amazonaws.verifiedpermissions#ConflictException":
|
|
226
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
221
227
|
case "InternalServerException":
|
|
222
228
|
case "com.amazonaws.verifiedpermissions#InternalServerException":
|
|
223
229
|
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
@@ -265,6 +271,9 @@ const de_CreatePolicyStoreCommandError = async (output, context) => {
|
|
|
265
271
|
case "AccessDeniedException":
|
|
266
272
|
case "com.amazonaws.verifiedpermissions#AccessDeniedException":
|
|
267
273
|
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
274
|
+
case "ConflictException":
|
|
275
|
+
case "com.amazonaws.verifiedpermissions#ConflictException":
|
|
276
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
268
277
|
case "InternalServerException":
|
|
269
278
|
case "com.amazonaws.verifiedpermissions#InternalServerException":
|
|
270
279
|
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
@@ -309,6 +318,9 @@ const de_CreatePolicyTemplateCommandError = async (output, context) => {
|
|
|
309
318
|
case "AccessDeniedException":
|
|
310
319
|
case "com.amazonaws.verifiedpermissions#AccessDeniedException":
|
|
311
320
|
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
321
|
+
case "ConflictException":
|
|
322
|
+
case "com.amazonaws.verifiedpermissions#ConflictException":
|
|
323
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
312
324
|
case "InternalServerException":
|
|
313
325
|
case "com.amazonaws.verifiedpermissions#InternalServerException":
|
|
314
326
|
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
@@ -91,6 +91,10 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
|
|
|
91
91
|
* @see {@link CreateIdentitySourceCommandOutput} for command's `response` shape.
|
|
92
92
|
* @see {@link VerifiedPermissionsClientResolvedConfig | config} for VerifiedPermissionsClient's `config` shape.
|
|
93
93
|
*
|
|
94
|
+
* @throws {@link ConflictException} (client fault)
|
|
95
|
+
* <p>The request failed because another request to modify a resource occurred at the
|
|
96
|
+
* same.</p>
|
|
97
|
+
*
|
|
94
98
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
95
99
|
* <p>The request failed because it references a resource that doesn't exist.</p>
|
|
96
100
|
*
|
|
@@ -152,7 +156,7 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
|
|
|
152
156
|
* </p>
|
|
153
157
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
154
158
|
* specified in the schema. Test for the existence of the attribute first before
|
|
155
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
159
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
156
160
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
157
161
|
* </li>
|
|
158
162
|
* <li>
|
|
@@ -162,7 +166,7 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
|
|
|
162
166
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
163
167
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
164
168
|
* first before attempting to access its value. For more information, see the
|
|
165
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
169
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
166
170
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
167
171
|
* </li>
|
|
168
172
|
* <li>
|
|
@@ -103,6 +103,10 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
|
|
|
103
103
|
* @see {@link CreatePolicyCommandOutput} for command's `response` shape.
|
|
104
104
|
* @see {@link VerifiedPermissionsClientResolvedConfig | config} for VerifiedPermissionsClient's `config` shape.
|
|
105
105
|
*
|
|
106
|
+
* @throws {@link ConflictException} (client fault)
|
|
107
|
+
* <p>The request failed because another request to modify a resource occurred at the
|
|
108
|
+
* same.</p>
|
|
109
|
+
*
|
|
106
110
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
107
111
|
* <p>The request failed because it references a resource that doesn't exist.</p>
|
|
108
112
|
*
|
|
@@ -164,7 +168,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
|
|
|
164
168
|
* </p>
|
|
165
169
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
166
170
|
* specified in the schema. Test for the existence of the attribute first before
|
|
167
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
171
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
168
172
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
169
173
|
* </li>
|
|
170
174
|
* <li>
|
|
@@ -174,7 +178,7 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
|
|
|
174
178
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
175
179
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
176
180
|
* first before attempting to access its value. For more information, see the
|
|
177
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
181
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
178
182
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
179
183
|
* </li>
|
|
180
184
|
* <li>
|
|
@@ -25,8 +25,7 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
|
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Creates a policy store. A policy store is a container for policy resources.</p>
|
|
27
27
|
* <note>
|
|
28
|
-
* <p>Although <a href="https://docs.cedarpolicy.com/schema.html#namespace">Cedar
|
|
29
|
-
* supports multiple namespaces</a>, Verified Permissions currently supports only one
|
|
28
|
+
* <p>Although <a href="https://docs.cedarpolicy.com/schema/schema.html#namespace">Cedar supports multiple namespaces</a>, Verified Permissions currently supports only one
|
|
30
29
|
* namespace per policy store.</p>
|
|
31
30
|
* </note>
|
|
32
31
|
* <note>
|
|
@@ -64,6 +63,10 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
|
|
|
64
63
|
* @see {@link CreatePolicyStoreCommandOutput} for command's `response` shape.
|
|
65
64
|
* @see {@link VerifiedPermissionsClientResolvedConfig | config} for VerifiedPermissionsClient's `config` shape.
|
|
66
65
|
*
|
|
66
|
+
* @throws {@link ConflictException} (client fault)
|
|
67
|
+
* <p>The request failed because another request to modify a resource occurred at the
|
|
68
|
+
* same.</p>
|
|
69
|
+
*
|
|
67
70
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
68
71
|
* <p>The request failed because it would cause a service quota to be exceeded.</p>
|
|
69
72
|
*
|
|
@@ -122,7 +125,7 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
|
|
|
122
125
|
* </p>
|
|
123
126
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
124
127
|
* specified in the schema. Test for the existence of the attribute first before
|
|
125
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
128
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
126
129
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
127
130
|
* </li>
|
|
128
131
|
* <li>
|
|
@@ -132,7 +135,7 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
|
|
|
132
135
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
133
136
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
134
137
|
* first before attempting to access its value. For more information, see the
|
|
135
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
138
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
136
139
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
137
140
|
* </li>
|
|
138
141
|
* <li>
|
|
@@ -65,6 +65,10 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
|
|
|
65
65
|
* @see {@link CreatePolicyTemplateCommandOutput} for command's `response` shape.
|
|
66
66
|
* @see {@link VerifiedPermissionsClientResolvedConfig | config} for VerifiedPermissionsClient's `config` shape.
|
|
67
67
|
*
|
|
68
|
+
* @throws {@link ConflictException} (client fault)
|
|
69
|
+
* <p>The request failed because another request to modify a resource occurred at the
|
|
70
|
+
* same.</p>
|
|
71
|
+
*
|
|
68
72
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
73
|
* <p>The request failed because it references a resource that doesn't exist.</p>
|
|
70
74
|
*
|
|
@@ -126,7 +130,7 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
|
|
|
126
130
|
* </p>
|
|
127
131
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
128
132
|
* specified in the schema. Test for the existence of the attribute first before
|
|
129
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
133
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
130
134
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
131
135
|
* </li>
|
|
132
136
|
* <li>
|
|
@@ -136,7 +140,7 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
|
|
|
136
140
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
137
141
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
138
142
|
* first before attempting to access its value. For more information, see the
|
|
139
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
143
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
140
144
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
141
145
|
* </li>
|
|
142
146
|
* <li>
|
|
@@ -111,7 +111,7 @@ export interface DeleteIdentitySourceCommandOutput extends DeleteIdentitySourceO
|
|
|
111
111
|
* </p>
|
|
112
112
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
113
113
|
* specified in the schema. Test for the existence of the attribute first before
|
|
114
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
114
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
115
115
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
116
116
|
* </li>
|
|
117
117
|
* <li>
|
|
@@ -121,7 +121,7 @@ export interface DeleteIdentitySourceCommandOutput extends DeleteIdentitySourceO
|
|
|
121
121
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
122
122
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
123
123
|
* first before attempting to access its value. For more information, see the
|
|
124
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
124
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
125
125
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
126
126
|
* </li>
|
|
127
127
|
* <li>
|
|
@@ -110,7 +110,7 @@ export interface DeletePolicyCommandOutput extends DeletePolicyOutput, __Metadat
|
|
|
110
110
|
* </p>
|
|
111
111
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
112
112
|
* specified in the schema. Test for the existence of the attribute first before
|
|
113
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
113
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
114
114
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
115
115
|
* </li>
|
|
116
116
|
* <li>
|
|
@@ -120,7 +120,7 @@ export interface DeletePolicyCommandOutput extends DeletePolicyOutput, __Metadat
|
|
|
120
120
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
121
121
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
122
122
|
* first before attempting to access its value. For more information, see the
|
|
123
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
123
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
124
124
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
125
125
|
* </li>
|
|
126
126
|
* <li>
|
|
@@ -102,7 +102,7 @@ export interface DeletePolicyStoreCommandOutput extends DeletePolicyStoreOutput,
|
|
|
102
102
|
* </p>
|
|
103
103
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
104
104
|
* specified in the schema. Test for the existence of the attribute first before
|
|
105
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
105
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
106
106
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
107
107
|
* </li>
|
|
108
108
|
* <li>
|
|
@@ -112,7 +112,7 @@ export interface DeletePolicyStoreCommandOutput extends DeletePolicyStoreOutput,
|
|
|
112
112
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
113
113
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
114
114
|
* first before attempting to access its value. For more information, see the
|
|
115
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
115
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
116
116
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
117
117
|
* </li>
|
|
118
118
|
* <li>
|
|
@@ -113,7 +113,7 @@ export interface DeletePolicyTemplateCommandOutput extends DeletePolicyTemplateO
|
|
|
113
113
|
* </p>
|
|
114
114
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
115
115
|
* specified in the schema. Test for the existence of the attribute first before
|
|
116
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
116
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
117
117
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
118
118
|
* </li>
|
|
119
119
|
* <li>
|
|
@@ -123,7 +123,7 @@ export interface DeletePolicyTemplateCommandOutput extends DeletePolicyTemplateO
|
|
|
123
123
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
124
124
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
125
125
|
* first before attempting to access its value. For more information, see the
|
|
126
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
126
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
127
127
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
128
128
|
* </li>
|
|
129
129
|
* <li>
|
|
@@ -118,7 +118,7 @@ export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput,
|
|
|
118
118
|
* </p>
|
|
119
119
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
120
120
|
* specified in the schema. Test for the existence of the attribute first before
|
|
121
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
121
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
122
122
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
123
123
|
* </li>
|
|
124
124
|
* <li>
|
|
@@ -128,7 +128,7 @@ export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput,
|
|
|
128
128
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
129
129
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
130
130
|
* first before attempting to access its value. For more information, see the
|
|
131
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
131
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
132
132
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
133
133
|
* </li>
|
|
134
134
|
* <li>
|
|
@@ -135,7 +135,7 @@ export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBeare
|
|
|
135
135
|
* </p>
|
|
136
136
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
137
137
|
* specified in the schema. Test for the existence of the attribute first before
|
|
138
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
138
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
139
139
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
140
140
|
* </li>
|
|
141
141
|
* <li>
|
|
@@ -145,7 +145,7 @@ export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBeare
|
|
|
145
145
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
146
146
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
147
147
|
* first before attempting to access its value. For more information, see the
|
|
148
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
148
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
149
149
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
150
150
|
* </li>
|
|
151
151
|
* <li>
|
|
@@ -111,7 +111,7 @@ export interface GetPolicyStoreCommandOutput extends GetPolicyStoreOutput, __Met
|
|
|
111
111
|
* </p>
|
|
112
112
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
113
113
|
* specified in the schema. Test for the existence of the attribute first before
|
|
114
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
114
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
115
115
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
116
116
|
* </li>
|
|
117
117
|
* <li>
|
|
@@ -121,7 +121,7 @@ export interface GetPolicyStoreCommandOutput extends GetPolicyStoreOutput, __Met
|
|
|
121
121
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
122
122
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
123
123
|
* first before attempting to access its value. For more information, see the
|
|
124
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
124
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
125
125
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
126
126
|
* </li>
|
|
127
127
|
* <li>
|
|
@@ -111,7 +111,7 @@ export interface GetPolicyTemplateCommandOutput extends GetPolicyTemplateOutput,
|
|
|
111
111
|
* </p>
|
|
112
112
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
113
113
|
* specified in the schema. Test for the existence of the attribute first before
|
|
114
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
114
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
115
115
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
116
116
|
* </li>
|
|
117
117
|
* <li>
|
|
@@ -121,7 +121,7 @@ export interface GetPolicyTemplateCommandOutput extends GetPolicyTemplateOutput,
|
|
|
121
121
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
122
122
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
123
123
|
* first before attempting to access its value. For more information, see the
|
|
124
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
124
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
125
125
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
126
126
|
* </li>
|
|
127
127
|
* <li>
|
|
@@ -108,7 +108,7 @@ export interface GetSchemaCommandOutput extends GetSchemaOutput, __MetadataBeare
|
|
|
108
108
|
* </p>
|
|
109
109
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
110
110
|
* specified in the schema. Test for the existence of the attribute first before
|
|
111
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
111
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
112
112
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
113
113
|
* </li>
|
|
114
114
|
* <li>
|
|
@@ -118,7 +118,7 @@ export interface GetSchemaCommandOutput extends GetSchemaOutput, __MetadataBeare
|
|
|
118
118
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
119
119
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
120
120
|
* first before attempting to access its value. For more information, see the
|
|
121
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
121
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
122
122
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
123
123
|
* </li>
|
|
124
124
|
* <li>
|
|
@@ -175,7 +175,7 @@ export interface IsAuthorizedCommandOutput extends IsAuthorizedOutput, __Metadat
|
|
|
175
175
|
* </p>
|
|
176
176
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
177
177
|
* specified in the schema. Test for the existence of the attribute first before
|
|
178
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
178
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
179
179
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
180
180
|
* </li>
|
|
181
181
|
* <li>
|
|
@@ -185,7 +185,7 @@ export interface IsAuthorizedCommandOutput extends IsAuthorizedOutput, __Metadat
|
|
|
185
185
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
186
186
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
187
187
|
* first before attempting to access its value. For more information, see the
|
|
188
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
188
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
189
189
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
190
190
|
* </li>
|
|
191
191
|
* <li>
|
|
@@ -190,7 +190,7 @@ export interface IsAuthorizedWithTokenCommandOutput extends IsAuthorizedWithToke
|
|
|
190
190
|
* </p>
|
|
191
191
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
192
192
|
* specified in the schema. Test for the existence of the attribute first before
|
|
193
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
193
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
194
194
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
195
195
|
* </li>
|
|
196
196
|
* <li>
|
|
@@ -200,7 +200,7 @@ export interface IsAuthorizedWithTokenCommandOutput extends IsAuthorizedWithToke
|
|
|
200
200
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
201
201
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
202
202
|
* first before attempting to access its value. For more information, see the
|
|
203
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
203
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
204
204
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
205
205
|
* </li>
|
|
206
206
|
* <li>
|
|
@@ -129,7 +129,7 @@ export interface ListIdentitySourcesCommandOutput extends ListIdentitySourcesOut
|
|
|
129
129
|
* </p>
|
|
130
130
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
131
131
|
* specified in the schema. Test for the existence of the attribute first before
|
|
132
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
132
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
133
133
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
134
134
|
* </li>
|
|
135
135
|
* <li>
|
|
@@ -139,7 +139,7 @@ export interface ListIdentitySourcesCommandOutput extends ListIdentitySourcesOut
|
|
|
139
139
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
140
140
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
141
141
|
* first before attempting to access its value. For more information, see the
|
|
142
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
142
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
143
143
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
144
144
|
* </li>
|
|
145
145
|
* <li>
|
|
@@ -158,7 +158,7 @@ export interface ListPoliciesCommandOutput extends ListPoliciesOutput, __Metadat
|
|
|
158
158
|
* </p>
|
|
159
159
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
160
160
|
* specified in the schema. Test for the existence of the attribute first before
|
|
161
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
161
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
162
162
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
163
163
|
* </li>
|
|
164
164
|
* <li>
|
|
@@ -168,7 +168,7 @@ export interface ListPoliciesCommandOutput extends ListPoliciesOutput, __Metadat
|
|
|
168
168
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
169
169
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
170
170
|
* first before attempting to access its value. For more information, see the
|
|
171
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
171
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
172
172
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
173
173
|
* </li>
|
|
174
174
|
* <li>
|
|
@@ -110,7 +110,7 @@ export interface ListPolicyStoresCommandOutput extends ListPolicyStoresOutput, _
|
|
|
110
110
|
* </p>
|
|
111
111
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
112
112
|
* specified in the schema. Test for the existence of the attribute first before
|
|
113
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
113
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
114
114
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
115
115
|
* </li>
|
|
116
116
|
* <li>
|
|
@@ -120,7 +120,7 @@ export interface ListPolicyStoresCommandOutput extends ListPolicyStoresOutput, _
|
|
|
120
120
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
121
121
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
122
122
|
* first before attempting to access its value. For more information, see the
|
|
123
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
123
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
124
124
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
125
125
|
* </li>
|
|
126
126
|
* <li>
|
|
@@ -116,7 +116,7 @@ export interface ListPolicyTemplatesCommandOutput extends ListPolicyTemplatesOut
|
|
|
116
116
|
* </p>
|
|
117
117
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
118
118
|
* specified in the schema. Test for the existence of the attribute first before
|
|
119
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
119
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
120
120
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
121
121
|
* </li>
|
|
122
122
|
* <li>
|
|
@@ -126,7 +126,7 @@ export interface ListPolicyTemplatesCommandOutput extends ListPolicyTemplatesOut
|
|
|
126
126
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
127
127
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
128
128
|
* first before attempting to access its value. For more information, see the
|
|
129
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
129
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
130
130
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
131
131
|
* </li>
|
|
132
132
|
* <li>
|
|
@@ -130,7 +130,7 @@ export interface PutSchemaCommandOutput extends PutSchemaOutput, __MetadataBeare
|
|
|
130
130
|
* </p>
|
|
131
131
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
132
132
|
* specified in the schema. Test for the existence of the attribute first before
|
|
133
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
133
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
134
134
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
135
135
|
* </li>
|
|
136
136
|
* <li>
|
|
@@ -140,7 +140,7 @@ export interface PutSchemaCommandOutput extends PutSchemaOutput, __MetadataBeare
|
|
|
140
140
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
141
141
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
142
142
|
* first before attempting to access its value. For more information, see the
|
|
143
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
143
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
144
144
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
145
145
|
* </li>
|
|
146
146
|
* <li>
|
|
@@ -129,7 +129,7 @@ export interface UpdateIdentitySourceCommandOutput extends UpdateIdentitySourceO
|
|
|
129
129
|
* </p>
|
|
130
130
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
131
131
|
* specified in the schema. Test for the existence of the attribute first before
|
|
132
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
132
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
133
133
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
134
134
|
* </li>
|
|
135
135
|
* <li>
|
|
@@ -139,7 +139,7 @@ export interface UpdateIdentitySourceCommandOutput extends UpdateIdentitySourceO
|
|
|
139
139
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
140
140
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
141
141
|
* first before attempting to access its value. For more information, see the
|
|
142
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
142
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
143
143
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
144
144
|
* </li>
|
|
145
145
|
* <li>
|
|
@@ -181,7 +181,7 @@ export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __Metadat
|
|
|
181
181
|
* </p>
|
|
182
182
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
183
183
|
* specified in the schema. Test for the existence of the attribute first before
|
|
184
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
184
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
185
185
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
186
186
|
* </li>
|
|
187
187
|
* <li>
|
|
@@ -191,7 +191,7 @@ export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __Metadat
|
|
|
191
191
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
192
192
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
193
193
|
* first before attempting to access its value. For more information, see the
|
|
194
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
194
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
195
195
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
196
196
|
* </li>
|
|
197
197
|
* <li>
|
|
@@ -121,7 +121,7 @@ export interface UpdatePolicyStoreCommandOutput extends UpdatePolicyStoreOutput,
|
|
|
121
121
|
* </p>
|
|
122
122
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
123
123
|
* specified in the schema. Test for the existence of the attribute first before
|
|
124
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
124
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
125
125
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
126
126
|
* </li>
|
|
127
127
|
* <li>
|
|
@@ -131,7 +131,7 @@ export interface UpdatePolicyStoreCommandOutput extends UpdatePolicyStoreOutput,
|
|
|
131
131
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
132
132
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
133
133
|
* first before attempting to access its value. For more information, see the
|
|
134
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
134
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
135
135
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
136
136
|
* </li>
|
|
137
137
|
* <li>
|
|
@@ -26,8 +26,9 @@ export interface UpdatePolicyTemplateCommandOutput extends UpdatePolicyTemplateO
|
|
|
26
26
|
* <p>Updates the specified policy template. You can update only the description and the some elements
|
|
27
27
|
* of the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicyTemplate.html#amazonverifiedpermissions-UpdatePolicyTemplate-request-policyBody">policyBody</a>. </p>
|
|
28
28
|
* <important>
|
|
29
|
-
* <p>Changes you make to the policy template content are immediately
|
|
30
|
-
* decisions that involve all template-linked policies
|
|
29
|
+
* <p>Changes you make to the policy template content are immediately (within the constraints of
|
|
30
|
+
* eventual consistency) reflected in authorization decisions that involve all template-linked policies
|
|
31
|
+
* instantiated from this template.</p>
|
|
31
32
|
* </important>
|
|
32
33
|
* <note>
|
|
33
34
|
* <p>Verified Permissions is <i>
|
|
@@ -126,7 +127,7 @@ export interface UpdatePolicyTemplateCommandOutput extends UpdatePolicyTemplateO
|
|
|
126
127
|
* </p>
|
|
127
128
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
128
129
|
* specified in the schema. Test for the existence of the attribute first before
|
|
129
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
130
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
130
131
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
131
132
|
* </li>
|
|
132
133
|
* <li>
|
|
@@ -136,7 +137,7 @@ export interface UpdatePolicyTemplateCommandOutput extends UpdatePolicyTemplateO
|
|
|
136
137
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
137
138
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
138
139
|
* first before attempting to access its value. For more information, see the
|
|
139
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
140
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
140
141
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
141
142
|
* </li>
|
|
142
143
|
* <li>
|
|
@@ -407,7 +407,7 @@ export interface ValidationExceptionField {
|
|
|
407
407
|
* </p>
|
|
408
408
|
* <p>The policy attempts to access a record or entity attribute that isn't
|
|
409
409
|
* specified in the schema. Test for the existence of the attribute first before
|
|
410
|
-
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
410
|
+
* attempting to access its value. For more information, see the <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
411
411
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
412
412
|
* </li>
|
|
413
413
|
* <li>
|
|
@@ -417,7 +417,7 @@ export interface ValidationExceptionField {
|
|
|
417
417
|
* <p>The policy attempts to access a record or entity attribute that is optional
|
|
418
418
|
* and isn't guaranteed to be present. Test for the existence of the attribute
|
|
419
419
|
* first before attempting to access its value. For more information, see the
|
|
420
|
-
* <a href="https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
420
|
+
* <a href="https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test">has (presence of attribute test) operator</a> in the
|
|
421
421
|
* <i>Cedar Policy Language Guide</i>.</p>
|
|
422
422
|
* </li>
|
|
423
423
|
* <li>
|
|
@@ -2421,7 +2421,7 @@ export type AttributeValue = AttributeValue.BooleanMember | AttributeValue.Entit
|
|
|
2421
2421
|
export declare namespace AttributeValue {
|
|
2422
2422
|
/**
|
|
2423
2423
|
* @public
|
|
2424
|
-
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#boolean">Boolean</a> type.</p>
|
|
2424
|
+
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/policies/syntax-datatypes.html#boolean">Boolean</a> type.</p>
|
|
2425
2425
|
* <p>Example: <code>\{"boolean": true\}</code>
|
|
2426
2426
|
* </p>
|
|
2427
2427
|
*/
|
|
@@ -2452,7 +2452,7 @@ export declare namespace AttributeValue {
|
|
|
2452
2452
|
}
|
|
2453
2453
|
/**
|
|
2454
2454
|
* @public
|
|
2455
|
-
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#long">Long</a> type.</p>
|
|
2455
|
+
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/policies/syntax-datatypes.html#long">Long</a> type.</p>
|
|
2456
2456
|
* <p>Example: <code>\{"long": 0\}</code>
|
|
2457
2457
|
* </p>
|
|
2458
2458
|
*/
|
|
@@ -2467,7 +2467,7 @@ export declare namespace AttributeValue {
|
|
|
2467
2467
|
}
|
|
2468
2468
|
/**
|
|
2469
2469
|
* @public
|
|
2470
|
-
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#string">String</a> type.</p>
|
|
2470
|
+
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/policies/syntax-datatypes.html#string">String</a> type.</p>
|
|
2471
2471
|
* <p>Example: <code>\{"string": "abc"\}</code>
|
|
2472
2472
|
* </p>
|
|
2473
2473
|
*/
|
|
@@ -2482,7 +2482,7 @@ export declare namespace AttributeValue {
|
|
|
2482
2482
|
}
|
|
2483
2483
|
/**
|
|
2484
2484
|
* @public
|
|
2485
|
-
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#set">Set</a> type.</p>
|
|
2485
|
+
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/policies/syntax-datatypes.html#set">Set</a> type.</p>
|
|
2486
2486
|
* <p>Example: <code>\{"set": [ \{\} ] \}</code>
|
|
2487
2487
|
* </p>
|
|
2488
2488
|
*/
|
|
@@ -2497,7 +2497,7 @@ export declare namespace AttributeValue {
|
|
|
2497
2497
|
}
|
|
2498
2498
|
/**
|
|
2499
2499
|
* @public
|
|
2500
|
-
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/syntax-datatypes.html#record">Record</a> type.</p>
|
|
2500
|
+
* <p>An attribute value of <a href="https://docs.cedarpolicy.com/policies/syntax-datatypes.html#record">Record</a> type.</p>
|
|
2501
2501
|
* <p>Example: <code>\{"record": \{ "keyName": \{\} \} \}</code>
|
|
2502
2502
|
* </p>
|
|
2503
2503
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-verifiedpermissions",
|
|
3
3
|
"description": "AWS SDK for JavaScript Verifiedpermissions Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.433.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,40 +21,40 @@
|
|
|
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/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-signing": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^2.0.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
39
|
-
"@smithy/hash-node": "^2.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
43
|
-
"@smithy/middleware-retry": "^2.0.
|
|
44
|
-
"@smithy/middleware-serde": "^2.0.
|
|
45
|
-
"@smithy/middleware-stack": "^2.0.
|
|
46
|
-
"@smithy/node-config-provider": "^2.1.
|
|
47
|
-
"@smithy/node-http-handler": "^2.1.
|
|
48
|
-
"@smithy/protocol-http": "^3.0.
|
|
49
|
-
"@smithy/smithy-client": "^2.1.
|
|
50
|
-
"@smithy/types": "^2.
|
|
51
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.433.0",
|
|
25
|
+
"@aws-sdk/core": "3.433.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.433.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.433.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.433.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.433.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.433.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.433.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.433.0",
|
|
33
|
+
"@aws-sdk/types": "3.433.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.433.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.433.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.433.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.0.16",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.2.4",
|
|
39
|
+
"@smithy/hash-node": "^2.0.12",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.0.12",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.0.14",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^2.0.12",
|
|
45
|
+
"@smithy/middleware-stack": "^2.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^2.1.3",
|
|
47
|
+
"@smithy/node-http-handler": "^2.1.8",
|
|
48
|
+
"@smithy/protocol-http": "^3.0.8",
|
|
49
|
+
"@smithy/smithy-client": "^2.1.12",
|
|
50
|
+
"@smithy/types": "^2.4.0",
|
|
51
|
+
"@smithy/url-parser": "^2.0.12",
|
|
52
52
|
"@smithy/util-base64": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
57
|
-
"@smithy/util-retry": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.0.16",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.21",
|
|
57
|
+
"@smithy/util-retry": "^2.0.5",
|
|
58
58
|
"@smithy/util-utf8": "^2.0.0",
|
|
59
59
|
"tslib": "^2.5.0",
|
|
60
60
|
"uuid": "^8.3.2"
|