@aws-sdk/client-verifiedpermissions 3.1013.0 → 3.1014.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/README.md +28 -0
- package/dist-cjs/index.js +67 -0
- package/dist-cjs/schemas/schemas_0.js +116 -30
- package/dist-es/VerifiedPermissions.js +10 -0
- package/dist-es/commands/CreatePolicyStoreAliasCommand.js +16 -0
- package/dist-es/commands/DeletePolicyStoreAliasCommand.js +16 -0
- package/dist-es/commands/GetPolicyStoreAliasCommand.js +16 -0
- package/dist-es/commands/ListPolicyStoreAliasesCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +6 -0
- package/dist-es/pagination/ListPolicyStoreAliasesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +112 -26
- package/dist-types/VerifiedPermissions.d.ts +36 -0
- package/dist-types/VerifiedPermissionsClient.d.ts +6 -2
- package/dist-types/commands/BatchGetPolicyCommand.d.ts +58 -1
- package/dist-types/commands/CreateIdentitySourceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePolicyCommand.d.ts +4 -35
- package/dist-types/commands/CreatePolicyStoreAliasCommand.d.ts +118 -0
- package/dist-types/commands/CreatePolicyStoreCommand.d.ts +1 -1
- package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +3 -1
- package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyStoreAliasCommand.d.ts +100 -0
- package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +32 -0
- package/dist-types/commands/GetPolicyStoreAliasCommand.d.ts +112 -0
- package/dist-types/commands/GetPolicyTemplateCommand.d.ts +29 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +3 -0
- package/dist-types/commands/ListPolicyStoreAliasesCommand.d.ts +166 -0
- package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +3 -0
- package/dist-types/commands/PutSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +3 -1
- package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +3 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +14 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +250 -33
- package/dist-types/pagination/ListPolicyStoreAliasesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +14 -0
- package/dist-types/ts3.4/VerifiedPermissions.d.ts +76 -0
- package/dist-types/ts3.4/VerifiedPermissionsClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreatePolicyStoreAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeletePolicyStoreAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPolicyStoreAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPolicyStoreAliasesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +53 -0
- package/dist-types/ts3.4/pagination/ListPolicyStoreAliasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -0
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -223,6 +223,13 @@ CreatePolicyStore
|
|
|
223
223
|
</details>
|
|
224
224
|
<details>
|
|
225
225
|
<summary>
|
|
226
|
+
CreatePolicyStoreAlias
|
|
227
|
+
</summary>
|
|
228
|
+
|
|
229
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/verifiedpermissions/command/CreatePolicyStoreAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-verifiedpermissions/Interface/CreatePolicyStoreAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-verifiedpermissions/Interface/CreatePolicyStoreAliasCommandOutput/)
|
|
230
|
+
</details>
|
|
231
|
+
<details>
|
|
232
|
+
<summary>
|
|
226
233
|
CreatePolicyTemplate
|
|
227
234
|
</summary>
|
|
228
235
|
|
|
@@ -251,6 +258,13 @@ DeletePolicyStore
|
|
|
251
258
|
</details>
|
|
252
259
|
<details>
|
|
253
260
|
<summary>
|
|
261
|
+
DeletePolicyStoreAlias
|
|
262
|
+
</summary>
|
|
263
|
+
|
|
264
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/verifiedpermissions/command/DeletePolicyStoreAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-verifiedpermissions/Interface/DeletePolicyStoreAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-verifiedpermissions/Interface/DeletePolicyStoreAliasCommandOutput/)
|
|
265
|
+
</details>
|
|
266
|
+
<details>
|
|
267
|
+
<summary>
|
|
254
268
|
DeletePolicyTemplate
|
|
255
269
|
</summary>
|
|
256
270
|
|
|
@@ -279,6 +293,13 @@ GetPolicyStore
|
|
|
279
293
|
</details>
|
|
280
294
|
<details>
|
|
281
295
|
<summary>
|
|
296
|
+
GetPolicyStoreAlias
|
|
297
|
+
</summary>
|
|
298
|
+
|
|
299
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/verifiedpermissions/command/GetPolicyStoreAliasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-verifiedpermissions/Interface/GetPolicyStoreAliasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-verifiedpermissions/Interface/GetPolicyStoreAliasCommandOutput/)
|
|
300
|
+
</details>
|
|
301
|
+
<details>
|
|
302
|
+
<summary>
|
|
282
303
|
GetPolicyTemplate
|
|
283
304
|
</summary>
|
|
284
305
|
|
|
@@ -321,6 +342,13 @@ ListPolicies
|
|
|
321
342
|
</details>
|
|
322
343
|
<details>
|
|
323
344
|
<summary>
|
|
345
|
+
ListPolicyStoreAliases
|
|
346
|
+
</summary>
|
|
347
|
+
|
|
348
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/verifiedpermissions/command/ListPolicyStoreAliasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-verifiedpermissions/Interface/ListPolicyStoreAliasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-verifiedpermissions/Interface/ListPolicyStoreAliasesCommandOutput/)
|
|
349
|
+
</details>
|
|
350
|
+
<details>
|
|
351
|
+
<summary>
|
|
324
352
|
ListPolicyStores
|
|
325
353
|
</summary>
|
|
326
354
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -173,6 +173,18 @@ class CreatePolicyCommand extends smithyClient.Command
|
|
|
173
173
|
.build() {
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
+
class CreatePolicyStoreAliasCommand extends smithyClient.Command
|
|
177
|
+
.classBuilder()
|
|
178
|
+
.ep(commonParams)
|
|
179
|
+
.m(function (Command, cs, config, o) {
|
|
180
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
181
|
+
})
|
|
182
|
+
.s("VerifiedPermissions", "CreatePolicyStoreAlias", {})
|
|
183
|
+
.n("VerifiedPermissionsClient", "CreatePolicyStoreAliasCommand")
|
|
184
|
+
.sc(schemas_0.CreatePolicyStoreAlias$)
|
|
185
|
+
.build() {
|
|
186
|
+
}
|
|
187
|
+
|
|
176
188
|
class CreatePolicyStoreCommand extends smithyClient.Command
|
|
177
189
|
.classBuilder()
|
|
178
190
|
.ep(commonParams)
|
|
@@ -221,6 +233,18 @@ class DeletePolicyCommand extends smithyClient.Command
|
|
|
221
233
|
.build() {
|
|
222
234
|
}
|
|
223
235
|
|
|
236
|
+
class DeletePolicyStoreAliasCommand extends smithyClient.Command
|
|
237
|
+
.classBuilder()
|
|
238
|
+
.ep(commonParams)
|
|
239
|
+
.m(function (Command, cs, config, o) {
|
|
240
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
241
|
+
})
|
|
242
|
+
.s("VerifiedPermissions", "DeletePolicyStoreAlias", {})
|
|
243
|
+
.n("VerifiedPermissionsClient", "DeletePolicyStoreAliasCommand")
|
|
244
|
+
.sc(schemas_0.DeletePolicyStoreAlias$)
|
|
245
|
+
.build() {
|
|
246
|
+
}
|
|
247
|
+
|
|
224
248
|
class DeletePolicyStoreCommand extends smithyClient.Command
|
|
225
249
|
.classBuilder()
|
|
226
250
|
.ep(commonParams)
|
|
@@ -269,6 +293,18 @@ class GetPolicyCommand extends smithyClient.Command
|
|
|
269
293
|
.build() {
|
|
270
294
|
}
|
|
271
295
|
|
|
296
|
+
class GetPolicyStoreAliasCommand extends smithyClient.Command
|
|
297
|
+
.classBuilder()
|
|
298
|
+
.ep(commonParams)
|
|
299
|
+
.m(function (Command, cs, config, o) {
|
|
300
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
301
|
+
})
|
|
302
|
+
.s("VerifiedPermissions", "GetPolicyStoreAlias", {})
|
|
303
|
+
.n("VerifiedPermissionsClient", "GetPolicyStoreAliasCommand")
|
|
304
|
+
.sc(schemas_0.GetPolicyStoreAlias$)
|
|
305
|
+
.build() {
|
|
306
|
+
}
|
|
307
|
+
|
|
272
308
|
class GetPolicyStoreCommand extends smithyClient.Command
|
|
273
309
|
.classBuilder()
|
|
274
310
|
.ep(commonParams)
|
|
@@ -353,6 +389,18 @@ class ListPoliciesCommand extends smithyClient.Command
|
|
|
353
389
|
.build() {
|
|
354
390
|
}
|
|
355
391
|
|
|
392
|
+
class ListPolicyStoreAliasesCommand extends smithyClient.Command
|
|
393
|
+
.classBuilder()
|
|
394
|
+
.ep(commonParams)
|
|
395
|
+
.m(function (Command, cs, config, o) {
|
|
396
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
397
|
+
})
|
|
398
|
+
.s("VerifiedPermissions", "ListPolicyStoreAliases", {})
|
|
399
|
+
.n("VerifiedPermissionsClient", "ListPolicyStoreAliasesCommand")
|
|
400
|
+
.sc(schemas_0.ListPolicyStoreAliases$)
|
|
401
|
+
.build() {
|
|
402
|
+
}
|
|
403
|
+
|
|
356
404
|
class ListPolicyStoresCommand extends smithyClient.Command
|
|
357
405
|
.classBuilder()
|
|
358
406
|
.ep(commonParams)
|
|
@@ -477,6 +525,8 @@ const paginateListIdentitySources = core.createPaginator(VerifiedPermissionsClie
|
|
|
477
525
|
|
|
478
526
|
const paginateListPolicies = core.createPaginator(VerifiedPermissionsClient, ListPoliciesCommand, "nextToken", "nextToken", "maxResults");
|
|
479
527
|
|
|
528
|
+
const paginateListPolicyStoreAliases = core.createPaginator(VerifiedPermissionsClient, ListPolicyStoreAliasesCommand, "nextToken", "nextToken", "maxResults");
|
|
529
|
+
|
|
480
530
|
const paginateListPolicyStores = core.createPaginator(VerifiedPermissionsClient, ListPolicyStoresCommand, "nextToken", "nextToken", "maxResults");
|
|
481
531
|
|
|
482
532
|
const paginateListPolicyTemplates = core.createPaginator(VerifiedPermissionsClient, ListPolicyTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -488,20 +538,24 @@ const commands = {
|
|
|
488
538
|
CreateIdentitySourceCommand,
|
|
489
539
|
CreatePolicyCommand,
|
|
490
540
|
CreatePolicyStoreCommand,
|
|
541
|
+
CreatePolicyStoreAliasCommand,
|
|
491
542
|
CreatePolicyTemplateCommand,
|
|
492
543
|
DeleteIdentitySourceCommand,
|
|
493
544
|
DeletePolicyCommand,
|
|
494
545
|
DeletePolicyStoreCommand,
|
|
546
|
+
DeletePolicyStoreAliasCommand,
|
|
495
547
|
DeletePolicyTemplateCommand,
|
|
496
548
|
GetIdentitySourceCommand,
|
|
497
549
|
GetPolicyCommand,
|
|
498
550
|
GetPolicyStoreCommand,
|
|
551
|
+
GetPolicyStoreAliasCommand,
|
|
499
552
|
GetPolicyTemplateCommand,
|
|
500
553
|
GetSchemaCommand,
|
|
501
554
|
IsAuthorizedCommand,
|
|
502
555
|
IsAuthorizedWithTokenCommand,
|
|
503
556
|
ListIdentitySourcesCommand,
|
|
504
557
|
ListPoliciesCommand,
|
|
558
|
+
ListPolicyStoreAliasesCommand,
|
|
505
559
|
ListPolicyStoresCommand,
|
|
506
560
|
ListPolicyTemplatesCommand,
|
|
507
561
|
ListTagsForResourceCommand,
|
|
@@ -516,6 +570,7 @@ const commands = {
|
|
|
516
570
|
const paginators = {
|
|
517
571
|
paginateListIdentitySources,
|
|
518
572
|
paginateListPolicies,
|
|
573
|
+
paginateListPolicyStoreAliases,
|
|
519
574
|
paginateListPolicyStores,
|
|
520
575
|
paginateListPolicyTemplates,
|
|
521
576
|
};
|
|
@@ -523,8 +578,13 @@ class VerifiedPermissions extends VerifiedPermissionsClient {
|
|
|
523
578
|
}
|
|
524
579
|
smithyClient.createAggregatedClient(commands, VerifiedPermissions, { paginators });
|
|
525
580
|
|
|
581
|
+
const AliasState = {
|
|
582
|
+
ACTIVE: "Active",
|
|
583
|
+
PENDING_DELETION: "PendingDeletion",
|
|
584
|
+
};
|
|
526
585
|
const BatchGetPolicyErrorCode = {
|
|
527
586
|
POLICY_NOT_FOUND: "POLICY_NOT_FOUND",
|
|
587
|
+
POLICY_STORE_ALIAS_NOT_FOUND: "POLICY_STORE_ALIAS_NOT_FOUND",
|
|
528
588
|
POLICY_STORE_NOT_FOUND: "POLICY_STORE_NOT_FOUND",
|
|
529
589
|
};
|
|
530
590
|
const PolicyType = {
|
|
@@ -539,6 +599,7 @@ const ResourceType = {
|
|
|
539
599
|
IDENTITY_SOURCE: "IDENTITY_SOURCE",
|
|
540
600
|
POLICY: "POLICY",
|
|
541
601
|
POLICY_STORE: "POLICY_STORE",
|
|
602
|
+
POLICY_STORE_ALIAS: "POLICY_STORE_ALIAS",
|
|
542
603
|
POLICY_TEMPLATE: "POLICY_TEMPLATE",
|
|
543
604
|
SCHEMA: "SCHEMA",
|
|
544
605
|
};
|
|
@@ -565,6 +626,7 @@ const OpenIdIssuer = {
|
|
|
565
626
|
exports.$Command = smithyClient.Command;
|
|
566
627
|
exports.__Client = smithyClient.Client;
|
|
567
628
|
exports.VerifiedPermissionsServiceException = VerifiedPermissionsServiceException.VerifiedPermissionsServiceException;
|
|
629
|
+
exports.AliasState = AliasState;
|
|
568
630
|
exports.BatchGetPolicyCommand = BatchGetPolicyCommand;
|
|
569
631
|
exports.BatchGetPolicyErrorCode = BatchGetPolicyErrorCode;
|
|
570
632
|
exports.BatchIsAuthorizedCommand = BatchIsAuthorizedCommand;
|
|
@@ -572,16 +634,19 @@ exports.BatchIsAuthorizedWithTokenCommand = BatchIsAuthorizedWithTokenCommand;
|
|
|
572
634
|
exports.CedarVersion = CedarVersion;
|
|
573
635
|
exports.CreateIdentitySourceCommand = CreateIdentitySourceCommand;
|
|
574
636
|
exports.CreatePolicyCommand = CreatePolicyCommand;
|
|
637
|
+
exports.CreatePolicyStoreAliasCommand = CreatePolicyStoreAliasCommand;
|
|
575
638
|
exports.CreatePolicyStoreCommand = CreatePolicyStoreCommand;
|
|
576
639
|
exports.CreatePolicyTemplateCommand = CreatePolicyTemplateCommand;
|
|
577
640
|
exports.Decision = Decision;
|
|
578
641
|
exports.DeleteIdentitySourceCommand = DeleteIdentitySourceCommand;
|
|
579
642
|
exports.DeletePolicyCommand = DeletePolicyCommand;
|
|
643
|
+
exports.DeletePolicyStoreAliasCommand = DeletePolicyStoreAliasCommand;
|
|
580
644
|
exports.DeletePolicyStoreCommand = DeletePolicyStoreCommand;
|
|
581
645
|
exports.DeletePolicyTemplateCommand = DeletePolicyTemplateCommand;
|
|
582
646
|
exports.DeletionProtection = DeletionProtection;
|
|
583
647
|
exports.GetIdentitySourceCommand = GetIdentitySourceCommand;
|
|
584
648
|
exports.GetPolicyCommand = GetPolicyCommand;
|
|
649
|
+
exports.GetPolicyStoreAliasCommand = GetPolicyStoreAliasCommand;
|
|
585
650
|
exports.GetPolicyStoreCommand = GetPolicyStoreCommand;
|
|
586
651
|
exports.GetPolicyTemplateCommand = GetPolicyTemplateCommand;
|
|
587
652
|
exports.GetSchemaCommand = GetSchemaCommand;
|
|
@@ -589,6 +654,7 @@ exports.IsAuthorizedCommand = IsAuthorizedCommand;
|
|
|
589
654
|
exports.IsAuthorizedWithTokenCommand = IsAuthorizedWithTokenCommand;
|
|
590
655
|
exports.ListIdentitySourcesCommand = ListIdentitySourcesCommand;
|
|
591
656
|
exports.ListPoliciesCommand = ListPoliciesCommand;
|
|
657
|
+
exports.ListPolicyStoreAliasesCommand = ListPolicyStoreAliasesCommand;
|
|
592
658
|
exports.ListPolicyStoresCommand = ListPolicyStoresCommand;
|
|
593
659
|
exports.ListPolicyTemplatesCommand = ListPolicyTemplatesCommand;
|
|
594
660
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -608,6 +674,7 @@ exports.VerifiedPermissions = VerifiedPermissions;
|
|
|
608
674
|
exports.VerifiedPermissionsClient = VerifiedPermissionsClient;
|
|
609
675
|
exports.paginateListIdentitySources = paginateListIdentitySources;
|
|
610
676
|
exports.paginateListPolicies = paginateListPolicies;
|
|
677
|
+
exports.paginateListPolicyStoreAliases = paginateListPolicyStoreAliases;
|
|
611
678
|
exports.paginateListPolicyStores = paginateListPolicyStores;
|
|
612
679
|
exports.paginateListPolicyTemplates = paginateListPolicyTemplates;
|
|
613
680
|
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdatePolicyTemplate$ = exports.UpdatePolicyStore$ = exports.UpdatePolicy$ = exports.UpdateIdentitySource$ = exports.UntagResource$ = exports.TagResource$ = exports.PutSchema$ = exports.ListTagsForResource$ = exports.ListPolicyTemplates$ = exports.ListPolicyStores$ = exports.ListPolicies$ = exports.ListIdentitySources$ = exports.IsAuthorizedWithToken$ = exports.IsAuthorized$ = exports.GetSchema$ = exports.GetPolicyTemplate$ = exports.GetPolicyStore$ = exports.GetPolicy$ = exports.GetIdentitySource$ = exports.DeletePolicyTemplate$ = exports.DeletePolicyStore$ = exports.DeletePolicy$ = exports.DeleteIdentitySource$ = exports.CreatePolicyTemplate$ = exports.CreatePolicyStore$ = exports.CreatePolicy$ = exports.CreateIdentitySource$ = void 0;
|
|
3
|
+
exports.DeletePolicyTemplateInput$ = exports.DeletePolicyStoreOutput$ = exports.DeletePolicyStoreInput$ = exports.DeletePolicyStoreAliasOutput$ = exports.DeletePolicyStoreAliasInput$ = exports.DeletePolicyOutput$ = exports.DeletePolicyInput$ = exports.DeleteIdentitySourceOutput$ = exports.DeleteIdentitySourceInput$ = exports.CreatePolicyTemplateOutput$ = exports.CreatePolicyTemplateInput$ = exports.CreatePolicyStoreOutput$ = exports.CreatePolicyStoreInput$ = exports.CreatePolicyStoreAliasOutput$ = exports.CreatePolicyStoreAliasInput$ = exports.CreatePolicyOutput$ = exports.CreatePolicyInput$ = exports.CreateIdentitySourceOutput$ = exports.CreateIdentitySourceInput$ = exports.CognitoUserPoolConfigurationItem$ = exports.CognitoUserPoolConfigurationDetail$ = exports.CognitoUserPoolConfiguration$ = exports.CognitoGroupConfigurationItem$ = exports.CognitoGroupConfigurationDetail$ = exports.CognitoGroupConfiguration$ = exports.BatchIsAuthorizedWithTokenOutputItem$ = exports.BatchIsAuthorizedWithTokenOutput$ = exports.BatchIsAuthorizedWithTokenInputItem$ = exports.BatchIsAuthorizedWithTokenInput$ = exports.BatchIsAuthorizedOutputItem$ = exports.BatchIsAuthorizedOutput$ = exports.BatchIsAuthorizedInputItem$ = exports.BatchIsAuthorizedInput$ = exports.BatchGetPolicyOutputItem$ = exports.BatchGetPolicyOutput$ = exports.BatchGetPolicyInputItem$ = exports.BatchGetPolicyInput$ = exports.BatchGetPolicyErrorItem$ = exports.ActionIdentifier$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.TooManyTagsException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InvalidStateException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.VerifiedPermissionsServiceException$ = void 0;
|
|
4
|
+
exports.OpenIdConnectIdentityTokenConfigurationDetail$ = exports.OpenIdConnectIdentityTokenConfiguration$ = exports.OpenIdConnectGroupConfigurationItem$ = exports.OpenIdConnectGroupConfigurationDetail$ = exports.OpenIdConnectGroupConfiguration$ = exports.OpenIdConnectConfigurationItem$ = exports.OpenIdConnectConfigurationDetail$ = exports.OpenIdConnectConfiguration$ = exports.OpenIdConnectAccessTokenConfigurationItem$ = exports.OpenIdConnectAccessTokenConfigurationDetail$ = exports.OpenIdConnectAccessTokenConfiguration$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListPolicyTemplatesOutput$ = exports.ListPolicyTemplatesInput$ = exports.ListPolicyStoresOutput$ = exports.ListPolicyStoresInput$ = exports.ListPolicyStoreAliasesOutput$ = exports.ListPolicyStoreAliasesInput$ = exports.ListPoliciesOutput$ = exports.ListPoliciesInput$ = exports.ListIdentitySourcesOutput$ = exports.ListIdentitySourcesInput$ = exports.KmsEncryptionState$ = exports.KmsEncryptionSettings$ = exports.IsAuthorizedWithTokenOutput$ = exports.IsAuthorizedWithTokenInput$ = exports.IsAuthorizedOutput$ = exports.IsAuthorizedInput$ = exports.IdentitySourceItemDetails$ = exports.IdentitySourceItem$ = exports.IdentitySourceFilter$ = exports.IdentitySourceDetails$ = exports.GetSchemaOutput$ = exports.GetSchemaInput$ = exports.GetPolicyTemplateOutput$ = exports.GetPolicyTemplateInput$ = exports.GetPolicyStoreOutput$ = exports.GetPolicyStoreInput$ = exports.GetPolicyStoreAliasOutput$ = exports.GetPolicyStoreAliasInput$ = exports.GetPolicyOutput$ = exports.GetPolicyInput$ = exports.GetIdentitySourceOutput$ = exports.GetIdentitySourceInput$ = exports.EvaluationErrorItem$ = exports.EntityItem$ = exports.EntityIdentifier$ = exports.DeterminingPolicyItem$ = exports.DeletePolicyTemplateOutput$ = void 0;
|
|
5
|
+
exports.OpenIdConnectTokenSelectionItem$ = exports.OpenIdConnectTokenSelectionDetail$ = exports.OpenIdConnectTokenSelection$ = exports.EntityReference$ = exports.EntitiesDefinition$ = exports.EncryptionState$ = exports.EncryptionSettings$ = exports.ContextDefinition$ = exports.ConfigurationItem$ = exports.ConfigurationDetail$ = exports.Configuration$ = exports.CedarTagValue$ = exports.AttributeValue$ = exports.ValidationSettings$ = exports.ValidationExceptionField$ = exports.UpdateStaticPolicyDefinition$ = exports.UpdatePolicyTemplateOutput$ = exports.UpdatePolicyTemplateInput$ = exports.UpdatePolicyStoreOutput$ = exports.UpdatePolicyStoreInput$ = exports.UpdatePolicyOutput$ = exports.UpdatePolicyInput$ = exports.UpdateOpenIdConnectIdentityTokenConfiguration$ = exports.UpdateOpenIdConnectGroupConfiguration$ = exports.UpdateOpenIdConnectConfiguration$ = exports.UpdateOpenIdConnectAccessTokenConfiguration$ = exports.UpdateIdentitySourceOutput$ = exports.UpdateIdentitySourceInput$ = exports.UpdateCognitoUserPoolConfiguration$ = exports.UpdateCognitoGroupConfiguration$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TemplateLinkedPolicyDefinitionItem$ = exports.TemplateLinkedPolicyDefinitionDetail$ = exports.TemplateLinkedPolicyDefinition$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.StaticPolicyDefinitionItem$ = exports.StaticPolicyDefinitionDetail$ = exports.StaticPolicyDefinition$ = exports.ResourceConflict$ = exports.PutSchemaOutput$ = exports.PutSchemaInput$ = exports.PolicyTemplateItem$ = exports.PolicyStoreItem$ = exports.PolicyStoreAliasItem$ = exports.PolicyStoreAliasFilter$ = exports.PolicyItem$ = exports.PolicyFilter$ = exports.OpenIdConnectIdentityTokenConfigurationItem$ = void 0;
|
|
6
|
+
exports.UpdatePolicyTemplate$ = exports.UpdatePolicyStore$ = exports.UpdatePolicy$ = exports.UpdateIdentitySource$ = exports.UntagResource$ = exports.TagResource$ = exports.PutSchema$ = exports.ListTagsForResource$ = exports.ListPolicyTemplates$ = exports.ListPolicyStores$ = exports.ListPolicyStoreAliases$ = exports.ListPolicies$ = exports.ListIdentitySources$ = exports.IsAuthorizedWithToken$ = exports.IsAuthorized$ = exports.GetSchema$ = exports.GetPolicyTemplate$ = exports.GetPolicyStoreAlias$ = exports.GetPolicyStore$ = exports.GetPolicy$ = exports.GetIdentitySource$ = exports.DeletePolicyTemplate$ = exports.DeletePolicyStoreAlias$ = exports.DeletePolicyStore$ = exports.DeletePolicy$ = exports.DeleteIdentitySource$ = exports.CreatePolicyTemplate$ = exports.CreatePolicyStoreAlias$ = exports.CreatePolicyStore$ = exports.CreatePolicy$ = exports.CreateIdentitySource$ = exports.BatchIsAuthorizedWithToken$ = exports.BatchIsAuthorized$ = exports.BatchGetPolicy$ = exports.UpdatePolicyDefinition$ = exports.UpdateOpenIdConnectTokenSelection$ = exports.UpdateConfiguration$ = exports.SchemaDefinition$ = exports.PolicyDefinitionItem$ = exports.PolicyDefinitionDetail$ = exports.PolicyDefinition$ = void 0;
|
|
7
7
|
const _ADE = "AccessDeniedException";
|
|
8
8
|
const _AI = "ActionId";
|
|
9
9
|
const _AIL = "ActionIdentifierList";
|
|
@@ -53,6 +53,9 @@ const _CP = "CreatePolicy";
|
|
|
53
53
|
const _CPI = "CreatePolicyInput";
|
|
54
54
|
const _CPO = "CreatePolicyOutput";
|
|
55
55
|
const _CPS = "CreatePolicyStore";
|
|
56
|
+
const _CPSA = "CreatePolicyStoreAlias";
|
|
57
|
+
const _CPSAI = "CreatePolicyStoreAliasInput";
|
|
58
|
+
const _CPSAO = "CreatePolicyStoreAliasOutput";
|
|
56
59
|
const _CPSI = "CreatePolicyStoreInput";
|
|
57
60
|
const _CPSO = "CreatePolicyStoreOutput";
|
|
58
61
|
const _CPT = "CreatePolicyTemplate";
|
|
@@ -76,6 +79,9 @@ const _DPIe = "DeterminingPolicyItem";
|
|
|
76
79
|
const _DPL = "DeterminingPolicyList";
|
|
77
80
|
const _DPO = "DeletePolicyOutput";
|
|
78
81
|
const _DPS = "DeletePolicyStore";
|
|
82
|
+
const _DPSA = "DeletePolicyStoreAlias";
|
|
83
|
+
const _DPSAI = "DeletePolicyStoreAliasInput";
|
|
84
|
+
const _DPSAO = "DeletePolicyStoreAliasOutput";
|
|
79
85
|
const _DPSI = "DeletePolicyStoreInput";
|
|
80
86
|
const _DPSO = "DeletePolicyStoreOutput";
|
|
81
87
|
const _DPT = "DeletePolicyTemplate";
|
|
@@ -104,6 +110,9 @@ const _GP = "GetPolicy";
|
|
|
104
110
|
const _GPI = "GetPolicyInput";
|
|
105
111
|
const _GPO = "GetPolicyOutput";
|
|
106
112
|
const _GPS = "GetPolicyStore";
|
|
113
|
+
const _GPSA = "GetPolicyStoreAlias";
|
|
114
|
+
const _GPSAI = "GetPolicyStoreAliasInput";
|
|
115
|
+
const _GPSAO = "GetPolicyStoreAliasOutput";
|
|
107
116
|
const _GPSI = "GetPolicyStoreInput";
|
|
108
117
|
const _GPSO = "GetPolicyStoreOutput";
|
|
109
118
|
const _GPT = "GetPolicyTemplate";
|
|
@@ -137,6 +146,9 @@ const _LP = "ListPolicies";
|
|
|
137
146
|
const _LPI = "ListPoliciesInput";
|
|
138
147
|
const _LPO = "ListPoliciesOutput";
|
|
139
148
|
const _LPS = "ListPolicyStores";
|
|
149
|
+
const _LPSA = "ListPolicyStoreAliases";
|
|
150
|
+
const _LPSAI = "ListPolicyStoreAliasesInput";
|
|
151
|
+
const _LPSAO = "ListPolicyStoreAliasesOutput";
|
|
140
152
|
const _LPSI = "ListPolicyStoresInput";
|
|
141
153
|
const _LPSO = "ListPolicyStoresOutput";
|
|
142
154
|
const _LPT = "ListPolicyTemplates";
|
|
@@ -171,6 +183,9 @@ const _PI = "PolicyItem";
|
|
|
171
183
|
const _PL = "ParentList";
|
|
172
184
|
const _PLo = "PolicyList";
|
|
173
185
|
const _PS = "PolicyStatement";
|
|
186
|
+
const _PSAF = "PolicyStoreAliasFilter";
|
|
187
|
+
const _PSAI = "PolicyStoreAliasItem";
|
|
188
|
+
const _PSAL = "PolicyStoreAliasList";
|
|
174
189
|
const _PSD = "PolicyStoreDescription";
|
|
175
190
|
const _PSI = "PolicyStoreItem";
|
|
176
191
|
const _PSIu = "PutSchemaInput";
|
|
@@ -232,7 +247,9 @@ const _VEF = "ValidationExceptionField";
|
|
|
232
247
|
const _VEFL = "ValidationExceptionFieldList";
|
|
233
248
|
const _VS = "ValidationSettings";
|
|
234
249
|
const _a = "action";
|
|
250
|
+
const _aA = "aliasArn";
|
|
235
251
|
const _aI = "actionId";
|
|
252
|
+
const _aN = "aliasName";
|
|
236
253
|
const _aT = "actionType";
|
|
237
254
|
const _aTO = "accessTokenOnly";
|
|
238
255
|
const _aTc = "accessToken";
|
|
@@ -242,6 +259,7 @@ const _at = "attributes";
|
|
|
242
259
|
const _au = "audiences";
|
|
243
260
|
const _b = "boolean";
|
|
244
261
|
const _c = "client";
|
|
262
|
+
const _cA = "createdAt";
|
|
245
263
|
const _cD = "createdDate";
|
|
246
264
|
const _cI = "clientIds";
|
|
247
265
|
const _cJ = "cedarJson";
|
|
@@ -298,8 +316,9 @@ const _lUD = "lastUpdatedDate";
|
|
|
298
316
|
const _m = "message";
|
|
299
317
|
const _mR = "maxResults";
|
|
300
318
|
const _mo = "mode";
|
|
301
|
-
const _n = "
|
|
319
|
+
const _n = "name";
|
|
302
320
|
const _nT = "nextToken";
|
|
321
|
+
const _na = "namespaces";
|
|
303
322
|
const _oICC = "openIdConnectConfiguration";
|
|
304
323
|
const _oII = "openIdIssuer";
|
|
305
324
|
const _p = "principal";
|
|
@@ -307,6 +326,7 @@ const _pET = "principalEntityType";
|
|
|
307
326
|
const _pI = "policyId";
|
|
308
327
|
const _pIC = "principalIdClaim";
|
|
309
328
|
const _pS = "policyStores";
|
|
329
|
+
const _pSA = "policyStoreAliases";
|
|
310
330
|
const _pSI = "policyStoreId";
|
|
311
331
|
const _pT = "policyType";
|
|
312
332
|
const _pTI = "policyTemplateId";
|
|
@@ -331,7 +351,8 @@ const _sc = "schema";
|
|
|
331
351
|
const _se = "server";
|
|
332
352
|
const _set = "set";
|
|
333
353
|
const _st = "statement";
|
|
334
|
-
const _sta = "
|
|
354
|
+
const _sta = "state";
|
|
355
|
+
const _stat = "static";
|
|
335
356
|
const _str = "string";
|
|
336
357
|
const _t = "tags";
|
|
337
358
|
const _tK = "tagKeys";
|
|
@@ -458,8 +479,8 @@ exports.BatchGetPolicyOutput$ = [3, n0, _BGPO,
|
|
|
458
479
|
];
|
|
459
480
|
exports.BatchGetPolicyOutputItem$ = [3, n0, _BGPOI,
|
|
460
481
|
0,
|
|
461
|
-
[_pSI, _pI, _pT, _d, _cD, _lUD],
|
|
462
|
-
[0, 0, 0, [() => exports.PolicyDefinitionDetail$, 0], 5, 5], 6
|
|
482
|
+
[_pSI, _pI, _pT, _d, _cD, _lUD, _n],
|
|
483
|
+
[0, 0, 0, [() => exports.PolicyDefinitionDetail$, 0], 5, 5, 0], 6
|
|
463
484
|
];
|
|
464
485
|
exports.BatchIsAuthorizedInput$ = [3, n0, _BIAI,
|
|
465
486
|
0,
|
|
@@ -543,14 +564,24 @@ exports.CreateIdentitySourceOutput$ = [3, n0, _CISO,
|
|
|
543
564
|
];
|
|
544
565
|
exports.CreatePolicyInput$ = [3, n0, _CPI,
|
|
545
566
|
0,
|
|
546
|
-
[_pSI, _d, _cT],
|
|
547
|
-
[0, [() => exports.PolicyDefinition$, 0], [0, 4]], 2
|
|
567
|
+
[_pSI, _d, _cT, _n],
|
|
568
|
+
[0, [() => exports.PolicyDefinition$, 0], [0, 4], 0], 2
|
|
548
569
|
];
|
|
549
570
|
exports.CreatePolicyOutput$ = [3, n0, _CPO,
|
|
550
571
|
0,
|
|
551
572
|
[_pSI, _pI, _pT, _cD, _lUD, _p, _reso, _ac, _ef],
|
|
552
573
|
[0, 0, 0, 5, 5, [() => exports.EntityIdentifier$, 0], [() => exports.EntityIdentifier$, 0], [() => ActionIdentifierList, 0], 0], 5
|
|
553
574
|
];
|
|
575
|
+
exports.CreatePolicyStoreAliasInput$ = [3, n0, _CPSAI,
|
|
576
|
+
0,
|
|
577
|
+
[_aN, _pSI],
|
|
578
|
+
[0, 0], 2
|
|
579
|
+
];
|
|
580
|
+
exports.CreatePolicyStoreAliasOutput$ = [3, n0, _CPSAO,
|
|
581
|
+
0,
|
|
582
|
+
[_aN, _pSI, _aA, _cA],
|
|
583
|
+
[0, 0, 0, 5], 4
|
|
584
|
+
];
|
|
554
585
|
exports.CreatePolicyStoreInput$ = [3, n0, _CPSI,
|
|
555
586
|
0,
|
|
556
587
|
[_vS, _cT, _des, _dPe, _eS, _t],
|
|
@@ -563,8 +594,8 @@ exports.CreatePolicyStoreOutput$ = [3, n0, _CPSO,
|
|
|
563
594
|
];
|
|
564
595
|
exports.CreatePolicyTemplateInput$ = [3, n0, _CPTI,
|
|
565
596
|
0,
|
|
566
|
-
[_pSI, _st, _cT, _des],
|
|
567
|
-
[0, [() => PolicyStatement, 0], [0, 4], [() => PolicyTemplateDescription, 0]], 2
|
|
597
|
+
[_pSI, _st, _cT, _des, _n],
|
|
598
|
+
[0, [() => PolicyStatement, 0], [0, 4], [() => PolicyTemplateDescription, 0], 0], 2
|
|
568
599
|
];
|
|
569
600
|
exports.CreatePolicyTemplateOutput$ = [3, n0, _CPTO,
|
|
570
601
|
0,
|
|
@@ -591,6 +622,16 @@ exports.DeletePolicyOutput$ = [3, n0, _DPO,
|
|
|
591
622
|
[],
|
|
592
623
|
[]
|
|
593
624
|
];
|
|
625
|
+
exports.DeletePolicyStoreAliasInput$ = [3, n0, _DPSAI,
|
|
626
|
+
0,
|
|
627
|
+
[_aN],
|
|
628
|
+
[0], 1
|
|
629
|
+
];
|
|
630
|
+
exports.DeletePolicyStoreAliasOutput$ = [3, n0, _DPSAO,
|
|
631
|
+
0,
|
|
632
|
+
[],
|
|
633
|
+
[]
|
|
634
|
+
];
|
|
594
635
|
exports.DeletePolicyStoreInput$ = [3, n0, _DPSI,
|
|
595
636
|
0,
|
|
596
637
|
[_pSI],
|
|
@@ -648,8 +689,18 @@ exports.GetPolicyInput$ = [3, n0, _GPI,
|
|
|
648
689
|
];
|
|
649
690
|
exports.GetPolicyOutput$ = [3, n0, _GPO,
|
|
650
691
|
0,
|
|
651
|
-
[_pSI, _pI, _pT, _d, _cD, _lUD, _p, _reso, _ac, _ef],
|
|
652
|
-
[0, 0, 0, [() => exports.PolicyDefinitionDetail$, 0], 5, 5, [() => exports.EntityIdentifier$, 0], [() => exports.EntityIdentifier$, 0], [() => ActionIdentifierList, 0], 0], 6
|
|
692
|
+
[_pSI, _pI, _pT, _d, _cD, _lUD, _p, _reso, _ac, _ef, _n],
|
|
693
|
+
[0, 0, 0, [() => exports.PolicyDefinitionDetail$, 0], 5, 5, [() => exports.EntityIdentifier$, 0], [() => exports.EntityIdentifier$, 0], [() => ActionIdentifierList, 0], 0, 0], 6
|
|
694
|
+
];
|
|
695
|
+
exports.GetPolicyStoreAliasInput$ = [3, n0, _GPSAI,
|
|
696
|
+
0,
|
|
697
|
+
[_aN],
|
|
698
|
+
[0], 1
|
|
699
|
+
];
|
|
700
|
+
exports.GetPolicyStoreAliasOutput$ = [3, n0, _GPSAO,
|
|
701
|
+
0,
|
|
702
|
+
[_aN, _pSI, _aA, _cA, _sta],
|
|
703
|
+
[0, 0, 0, 5, 0], 5
|
|
653
704
|
];
|
|
654
705
|
exports.GetPolicyStoreInput$ = [3, n0, _GPSI,
|
|
655
706
|
0,
|
|
@@ -668,8 +719,8 @@ exports.GetPolicyTemplateInput$ = [3, n0, _GPTI,
|
|
|
668
719
|
];
|
|
669
720
|
exports.GetPolicyTemplateOutput$ = [3, n0, _GPTO,
|
|
670
721
|
0,
|
|
671
|
-
[_pSI, _pTI, _st, _cD, _lUD, _des],
|
|
672
|
-
[0, 0, [() => PolicyStatement, 0], 5, 5, [() => PolicyTemplateDescription, 0]], 5
|
|
722
|
+
[_pSI, _pTI, _st, _cD, _lUD, _des, _n],
|
|
723
|
+
[0, 0, [() => PolicyStatement, 0], 5, 5, [() => PolicyTemplateDescription, 0], 0], 5
|
|
673
724
|
];
|
|
674
725
|
exports.GetSchemaInput$ = [3, n0, _GSI,
|
|
675
726
|
0,
|
|
@@ -678,7 +729,7 @@ exports.GetSchemaInput$ = [3, n0, _GSI,
|
|
|
678
729
|
];
|
|
679
730
|
exports.GetSchemaOutput$ = [3, n0, _GSO,
|
|
680
731
|
0,
|
|
681
|
-
[_pSI, _sc, _cD, _lUD,
|
|
732
|
+
[_pSI, _sc, _cD, _lUD, _na],
|
|
682
733
|
[0, [() => SchemaJson, 0], 5, 5, [() => NamespaceList, 0]], 4
|
|
683
734
|
];
|
|
684
735
|
exports.IdentitySourceDetails$ = [3, n0, _ISD,
|
|
@@ -751,6 +802,16 @@ exports.ListPoliciesOutput$ = [3, n0, _LPO,
|
|
|
751
802
|
[_po, _nT],
|
|
752
803
|
[[() => PolicyList, 0], 0], 1
|
|
753
804
|
];
|
|
805
|
+
exports.ListPolicyStoreAliasesInput$ = [3, n0, _LPSAI,
|
|
806
|
+
0,
|
|
807
|
+
[_nT, _mR, _fi],
|
|
808
|
+
[0, 1, () => exports.PolicyStoreAliasFilter$]
|
|
809
|
+
];
|
|
810
|
+
exports.ListPolicyStoreAliasesOutput$ = [3, n0, _LPSAO,
|
|
811
|
+
0,
|
|
812
|
+
[_pSA, _nT],
|
|
813
|
+
[() => PolicyStoreAliasList, 0], 1
|
|
814
|
+
];
|
|
754
815
|
exports.ListPolicyStoresInput$ = [3, n0, _LPSI,
|
|
755
816
|
0,
|
|
756
817
|
[_nT, _mR],
|
|
@@ -848,8 +909,18 @@ exports.PolicyFilter$ = [3, n0, _PF,
|
|
|
848
909
|
];
|
|
849
910
|
exports.PolicyItem$ = [3, n0, _PI,
|
|
850
911
|
0,
|
|
851
|
-
[_pSI, _pI, _pT, _d, _cD, _lUD, _p, _reso, _ac, _ef],
|
|
852
|
-
[0, 0, 0, [() => exports.PolicyDefinitionItem$, 0], 5, 5, [() => exports.EntityIdentifier$, 0], [() => exports.EntityIdentifier$, 0], [() => ActionIdentifierList, 0], 0], 6
|
|
912
|
+
[_pSI, _pI, _pT, _d, _cD, _lUD, _p, _reso, _ac, _ef, _n],
|
|
913
|
+
[0, 0, 0, [() => exports.PolicyDefinitionItem$, 0], 5, 5, [() => exports.EntityIdentifier$, 0], [() => exports.EntityIdentifier$, 0], [() => ActionIdentifierList, 0], 0, 0], 6
|
|
914
|
+
];
|
|
915
|
+
exports.PolicyStoreAliasFilter$ = [3, n0, _PSAF,
|
|
916
|
+
0,
|
|
917
|
+
[_pSI],
|
|
918
|
+
[0]
|
|
919
|
+
];
|
|
920
|
+
exports.PolicyStoreAliasItem$ = [3, n0, _PSAI,
|
|
921
|
+
0,
|
|
922
|
+
[_aN, _pSI, _aA, _cA, _sta],
|
|
923
|
+
[0, 0, 0, 5, 0], 5
|
|
853
924
|
];
|
|
854
925
|
exports.PolicyStoreItem$ = [3, n0, _PSI,
|
|
855
926
|
0,
|
|
@@ -858,8 +929,8 @@ exports.PolicyStoreItem$ = [3, n0, _PSI,
|
|
|
858
929
|
];
|
|
859
930
|
exports.PolicyTemplateItem$ = [3, n0, _PTI,
|
|
860
931
|
0,
|
|
861
|
-
[_pSI, _pTI, _cD, _lUD, _des],
|
|
862
|
-
[0, 0, 5, 5, [() => PolicyTemplateDescription, 0]], 4
|
|
932
|
+
[_pSI, _pTI, _cD, _lUD, _des, _n],
|
|
933
|
+
[0, 0, 5, 5, [() => PolicyTemplateDescription, 0], 0], 4
|
|
863
934
|
];
|
|
864
935
|
exports.PutSchemaInput$ = [3, n0, _PSIu,
|
|
865
936
|
0,
|
|
@@ -868,7 +939,7 @@ exports.PutSchemaInput$ = [3, n0, _PSIu,
|
|
|
868
939
|
];
|
|
869
940
|
exports.PutSchemaOutput$ = [3, n0, _PSO,
|
|
870
941
|
0,
|
|
871
|
-
[_pSI,
|
|
942
|
+
[_pSI, _na, _cD, _lUD],
|
|
872
943
|
[0, [() => NamespaceList, 0], 5, 5], 4
|
|
873
944
|
];
|
|
874
945
|
exports.ResourceConflict$ = [3, n0, _RC,
|
|
@@ -968,8 +1039,8 @@ exports.UpdateOpenIdConnectIdentityTokenConfiguration$ = [3, n0, _UOICITC,
|
|
|
968
1039
|
];
|
|
969
1040
|
exports.UpdatePolicyInput$ = [3, n0, _UPI,
|
|
970
1041
|
0,
|
|
971
|
-
[_pSI, _pI, _d],
|
|
972
|
-
[0, 0, [() => exports.UpdatePolicyDefinition$, 0]], 2
|
|
1042
|
+
[_pSI, _pI, _d, _n],
|
|
1043
|
+
[0, 0, [() => exports.UpdatePolicyDefinition$, 0], 0], 2
|
|
973
1044
|
];
|
|
974
1045
|
exports.UpdatePolicyOutput$ = [3, n0, _UPO,
|
|
975
1046
|
0,
|
|
@@ -988,8 +1059,8 @@ exports.UpdatePolicyStoreOutput$ = [3, n0, _UPSO,
|
|
|
988
1059
|
];
|
|
989
1060
|
exports.UpdatePolicyTemplateInput$ = [3, n0, _UPTI,
|
|
990
1061
|
0,
|
|
991
|
-
[_pSI, _pTI, _st, _des],
|
|
992
|
-
[0, 0, [() => PolicyStatement, 0], [() => PolicyTemplateDescription, 0]], 3
|
|
1062
|
+
[_pSI, _pTI, _st, _des, _n],
|
|
1063
|
+
[0, 0, [() => PolicyStatement, 0], [() => PolicyTemplateDescription, 0], 0], 3
|
|
993
1064
|
];
|
|
994
1065
|
exports.UpdatePolicyTemplateOutput$ = [3, n0, _UPTO,
|
|
995
1066
|
0,
|
|
@@ -1082,6 +1153,9 @@ var PolicyList = [1, n0, _PLo,
|
|
|
1082
1153
|
0, [() => exports.PolicyItem$,
|
|
1083
1154
|
0]
|
|
1084
1155
|
];
|
|
1156
|
+
var PolicyStoreAliasList = [1, n0, _PSAL,
|
|
1157
|
+
0, () => exports.PolicyStoreAliasItem$
|
|
1158
|
+
];
|
|
1085
1159
|
var PolicyStoreList = [1, n0, _PSL,
|
|
1086
1160
|
0, [() => exports.PolicyStoreItem$,
|
|
1087
1161
|
0]
|
|
@@ -1200,17 +1274,17 @@ exports.OpenIdConnectTokenSelectionItem$ = [4, n0, _OICTSI,
|
|
|
1200
1274
|
];
|
|
1201
1275
|
exports.PolicyDefinition$ = [4, n0, _PD,
|
|
1202
1276
|
0,
|
|
1203
|
-
[
|
|
1277
|
+
[_stat, _tL],
|
|
1204
1278
|
[[() => exports.StaticPolicyDefinition$, 0], [() => exports.TemplateLinkedPolicyDefinition$, 0]]
|
|
1205
1279
|
];
|
|
1206
1280
|
exports.PolicyDefinitionDetail$ = [4, n0, _PDD,
|
|
1207
1281
|
0,
|
|
1208
|
-
[
|
|
1282
|
+
[_stat, _tL],
|
|
1209
1283
|
[[() => exports.StaticPolicyDefinitionDetail$, 0], [() => exports.TemplateLinkedPolicyDefinitionDetail$, 0]]
|
|
1210
1284
|
];
|
|
1211
1285
|
exports.PolicyDefinitionItem$ = [4, n0, _PDI,
|
|
1212
1286
|
0,
|
|
1213
|
-
[
|
|
1287
|
+
[_stat, _tL],
|
|
1214
1288
|
[[() => exports.StaticPolicyDefinitionItem$, 0], [() => exports.TemplateLinkedPolicyDefinitionItem$, 0]]
|
|
1215
1289
|
];
|
|
1216
1290
|
exports.SchemaDefinition$ = [4, n0, _SD,
|
|
@@ -1230,7 +1304,7 @@ exports.UpdateOpenIdConnectTokenSelection$ = [4, n0, _UOICTS,
|
|
|
1230
1304
|
];
|
|
1231
1305
|
exports.UpdatePolicyDefinition$ = [4, n0, _UPD,
|
|
1232
1306
|
0,
|
|
1233
|
-
[
|
|
1307
|
+
[_stat],
|
|
1234
1308
|
[[() => exports.UpdateStaticPolicyDefinition$, 0]]
|
|
1235
1309
|
];
|
|
1236
1310
|
exports.BatchGetPolicy$ = [9, n0, _BGP,
|
|
@@ -1251,6 +1325,9 @@ exports.CreatePolicy$ = [9, n0, _CP,
|
|
|
1251
1325
|
exports.CreatePolicyStore$ = [9, n0, _CPS,
|
|
1252
1326
|
2, () => exports.CreatePolicyStoreInput$, () => exports.CreatePolicyStoreOutput$
|
|
1253
1327
|
];
|
|
1328
|
+
exports.CreatePolicyStoreAlias$ = [9, n0, _CPSA,
|
|
1329
|
+
2, () => exports.CreatePolicyStoreAliasInput$, () => exports.CreatePolicyStoreAliasOutput$
|
|
1330
|
+
];
|
|
1254
1331
|
exports.CreatePolicyTemplate$ = [9, n0, _CPT,
|
|
1255
1332
|
2, () => exports.CreatePolicyTemplateInput$, () => exports.CreatePolicyTemplateOutput$
|
|
1256
1333
|
];
|
|
@@ -1263,6 +1340,9 @@ exports.DeletePolicy$ = [9, n0, _DP,
|
|
|
1263
1340
|
exports.DeletePolicyStore$ = [9, n0, _DPS,
|
|
1264
1341
|
2, () => exports.DeletePolicyStoreInput$, () => exports.DeletePolicyStoreOutput$
|
|
1265
1342
|
];
|
|
1343
|
+
exports.DeletePolicyStoreAlias$ = [9, n0, _DPSA,
|
|
1344
|
+
2, () => exports.DeletePolicyStoreAliasInput$, () => exports.DeletePolicyStoreAliasOutput$
|
|
1345
|
+
];
|
|
1266
1346
|
exports.DeletePolicyTemplate$ = [9, n0, _DPT,
|
|
1267
1347
|
2, () => exports.DeletePolicyTemplateInput$, () => exports.DeletePolicyTemplateOutput$
|
|
1268
1348
|
];
|
|
@@ -1275,6 +1355,9 @@ exports.GetPolicy$ = [9, n0, _GP,
|
|
|
1275
1355
|
exports.GetPolicyStore$ = [9, n0, _GPS,
|
|
1276
1356
|
0, () => exports.GetPolicyStoreInput$, () => exports.GetPolicyStoreOutput$
|
|
1277
1357
|
];
|
|
1358
|
+
exports.GetPolicyStoreAlias$ = [9, n0, _GPSA,
|
|
1359
|
+
0, () => exports.GetPolicyStoreAliasInput$, () => exports.GetPolicyStoreAliasOutput$
|
|
1360
|
+
];
|
|
1278
1361
|
exports.GetPolicyTemplate$ = [9, n0, _GPT,
|
|
1279
1362
|
0, () => exports.GetPolicyTemplateInput$, () => exports.GetPolicyTemplateOutput$
|
|
1280
1363
|
];
|
|
@@ -1293,6 +1376,9 @@ exports.ListIdentitySources$ = [9, n0, _LIS,
|
|
|
1293
1376
|
exports.ListPolicies$ = [9, n0, _LP,
|
|
1294
1377
|
0, () => exports.ListPoliciesInput$, () => exports.ListPoliciesOutput$
|
|
1295
1378
|
];
|
|
1379
|
+
exports.ListPolicyStoreAliases$ = [9, n0, _LPSA,
|
|
1380
|
+
0, () => exports.ListPolicyStoreAliasesInput$, () => exports.ListPolicyStoreAliasesOutput$
|
|
1381
|
+
];
|
|
1296
1382
|
exports.ListPolicyStores$ = [9, n0, _LPS,
|
|
1297
1383
|
0, () => exports.ListPolicyStoresInput$, () => exports.ListPolicyStoresOutput$
|
|
1298
1384
|
];
|