@aws-sdk/client-ram 3.649.0 → 3.650.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +34 -102
- package/dist-es/commands/AcceptResourceShareInvitationCommand.js +1 -3
- package/dist-es/commands/AssociateResourceShareCommand.js +1 -3
- package/dist-es/commands/AssociateResourceSharePermissionCommand.js +1 -3
- package/dist-es/commands/CreatePermissionCommand.js +1 -3
- package/dist-es/commands/CreatePermissionVersionCommand.js +1 -3
- package/dist-es/commands/CreateResourceShareCommand.js +1 -3
- package/dist-es/commands/DeletePermissionCommand.js +1 -3
- package/dist-es/commands/DeletePermissionVersionCommand.js +1 -3
- package/dist-es/commands/DeleteResourceShareCommand.js +1 -3
- package/dist-es/commands/DisassociateResourceShareCommand.js +1 -3
- package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +1 -3
- package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +1 -3
- package/dist-es/commands/GetPermissionCommand.js +1 -3
- package/dist-es/commands/GetResourcePoliciesCommand.js +1 -3
- package/dist-es/commands/GetResourceShareAssociationsCommand.js +1 -3
- package/dist-es/commands/GetResourceShareInvitationsCommand.js +1 -3
- package/dist-es/commands/GetResourceSharesCommand.js +1 -3
- package/dist-es/commands/ListPendingInvitationResourcesCommand.js +1 -3
- package/dist-es/commands/ListPermissionAssociationsCommand.js +1 -3
- package/dist-es/commands/ListPermissionVersionsCommand.js +1 -3
- package/dist-es/commands/ListPermissionsCommand.js +1 -3
- package/dist-es/commands/ListPrincipalsCommand.js +1 -3
- package/dist-es/commands/ListReplacePermissionAssociationsWorkCommand.js +1 -3
- package/dist-es/commands/ListResourceSharePermissionsCommand.js +1 -3
- package/dist-es/commands/ListResourceTypesCommand.js +1 -3
- package/dist-es/commands/ListResourcesCommand.js +1 -3
- package/dist-es/commands/PromotePermissionCreatedFromPolicyCommand.js +1 -3
- package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +1 -3
- package/dist-es/commands/RejectResourceShareInvitationCommand.js +1 -3
- package/dist-es/commands/ReplacePermissionAssociationsCommand.js +1 -3
- package/dist-es/commands/SetDefaultPermissionVersionCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateResourceShareCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -2568,9 +2568,7 @@ var _pV = "permissionVersion";
|
|
|
2568
2568
|
var _rSA = "resourceShareArn";
|
|
2569
2569
|
|
|
2570
2570
|
// src/commands/AcceptResourceShareInvitationCommand.ts
|
|
2571
|
-
var _AcceptResourceShareInvitationCommand = class _AcceptResourceShareInvitationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2572
|
-
...commonParams
|
|
2573
|
-
}).m(function(Command, cs, config, o) {
|
|
2571
|
+
var _AcceptResourceShareInvitationCommand = class _AcceptResourceShareInvitationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2574
2572
|
return [
|
|
2575
2573
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2576
2574
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2584,9 +2582,7 @@ var AcceptResourceShareInvitationCommand = _AcceptResourceShareInvitationCommand
|
|
|
2584
2582
|
|
|
2585
2583
|
|
|
2586
2584
|
|
|
2587
|
-
var _AssociateResourceShareCommand = class _AssociateResourceShareCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2588
|
-
...commonParams
|
|
2589
|
-
}).m(function(Command, cs, config, o) {
|
|
2585
|
+
var _AssociateResourceShareCommand = class _AssociateResourceShareCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2590
2586
|
return [
|
|
2591
2587
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2592
2588
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2600,9 +2596,7 @@ var AssociateResourceShareCommand = _AssociateResourceShareCommand;
|
|
|
2600
2596
|
|
|
2601
2597
|
|
|
2602
2598
|
|
|
2603
|
-
var _AssociateResourceSharePermissionCommand = class _AssociateResourceSharePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2604
|
-
...commonParams
|
|
2605
|
-
}).m(function(Command, cs, config, o) {
|
|
2599
|
+
var _AssociateResourceSharePermissionCommand = class _AssociateResourceSharePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2606
2600
|
return [
|
|
2607
2601
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2608
2602
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2616,9 +2610,7 @@ var AssociateResourceSharePermissionCommand = _AssociateResourceSharePermissionC
|
|
|
2616
2610
|
|
|
2617
2611
|
|
|
2618
2612
|
|
|
2619
|
-
var _CreatePermissionCommand = class _CreatePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2620
|
-
...commonParams
|
|
2621
|
-
}).m(function(Command, cs, config, o) {
|
|
2613
|
+
var _CreatePermissionCommand = class _CreatePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2622
2614
|
return [
|
|
2623
2615
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2624
2616
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2632,9 +2624,7 @@ var CreatePermissionCommand = _CreatePermissionCommand;
|
|
|
2632
2624
|
|
|
2633
2625
|
|
|
2634
2626
|
|
|
2635
|
-
var _CreatePermissionVersionCommand = class _CreatePermissionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2636
|
-
...commonParams
|
|
2637
|
-
}).m(function(Command, cs, config, o) {
|
|
2627
|
+
var _CreatePermissionVersionCommand = class _CreatePermissionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2638
2628
|
return [
|
|
2639
2629
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2640
2630
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2648,9 +2638,7 @@ var CreatePermissionVersionCommand = _CreatePermissionVersionCommand;
|
|
|
2648
2638
|
|
|
2649
2639
|
|
|
2650
2640
|
|
|
2651
|
-
var _CreateResourceShareCommand = class _CreateResourceShareCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2652
|
-
...commonParams
|
|
2653
|
-
}).m(function(Command, cs, config, o) {
|
|
2641
|
+
var _CreateResourceShareCommand = class _CreateResourceShareCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2654
2642
|
return [
|
|
2655
2643
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2656
2644
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2664,9 +2652,7 @@ var CreateResourceShareCommand = _CreateResourceShareCommand;
|
|
|
2664
2652
|
|
|
2665
2653
|
|
|
2666
2654
|
|
|
2667
|
-
var _DeletePermissionCommand = class _DeletePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2668
|
-
...commonParams
|
|
2669
|
-
}).m(function(Command, cs, config, o) {
|
|
2655
|
+
var _DeletePermissionCommand = class _DeletePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2670
2656
|
return [
|
|
2671
2657
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2672
2658
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2680,9 +2666,7 @@ var DeletePermissionCommand = _DeletePermissionCommand;
|
|
|
2680
2666
|
|
|
2681
2667
|
|
|
2682
2668
|
|
|
2683
|
-
var _DeletePermissionVersionCommand = class _DeletePermissionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2684
|
-
...commonParams
|
|
2685
|
-
}).m(function(Command, cs, config, o) {
|
|
2669
|
+
var _DeletePermissionVersionCommand = class _DeletePermissionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2686
2670
|
return [
|
|
2687
2671
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2688
2672
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2696,9 +2680,7 @@ var DeletePermissionVersionCommand = _DeletePermissionVersionCommand;
|
|
|
2696
2680
|
|
|
2697
2681
|
|
|
2698
2682
|
|
|
2699
|
-
var _DeleteResourceShareCommand = class _DeleteResourceShareCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2700
|
-
...commonParams
|
|
2701
|
-
}).m(function(Command, cs, config, o) {
|
|
2683
|
+
var _DeleteResourceShareCommand = class _DeleteResourceShareCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2702
2684
|
return [
|
|
2703
2685
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2704
2686
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2712,9 +2694,7 @@ var DeleteResourceShareCommand = _DeleteResourceShareCommand;
|
|
|
2712
2694
|
|
|
2713
2695
|
|
|
2714
2696
|
|
|
2715
|
-
var _DisassociateResourceShareCommand = class _DisassociateResourceShareCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2716
|
-
...commonParams
|
|
2717
|
-
}).m(function(Command, cs, config, o) {
|
|
2697
|
+
var _DisassociateResourceShareCommand = class _DisassociateResourceShareCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2718
2698
|
return [
|
|
2719
2699
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2720
2700
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2728,9 +2708,7 @@ var DisassociateResourceShareCommand = _DisassociateResourceShareCommand;
|
|
|
2728
2708
|
|
|
2729
2709
|
|
|
2730
2710
|
|
|
2731
|
-
var _DisassociateResourceSharePermissionCommand = class _DisassociateResourceSharePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2732
|
-
...commonParams
|
|
2733
|
-
}).m(function(Command, cs, config, o) {
|
|
2711
|
+
var _DisassociateResourceSharePermissionCommand = class _DisassociateResourceSharePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2734
2712
|
return [
|
|
2735
2713
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2736
2714
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2744,9 +2722,7 @@ var DisassociateResourceSharePermissionCommand = _DisassociateResourceSharePermi
|
|
|
2744
2722
|
|
|
2745
2723
|
|
|
2746
2724
|
|
|
2747
|
-
var _EnableSharingWithAwsOrganizationCommand = class _EnableSharingWithAwsOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2748
|
-
...commonParams
|
|
2749
|
-
}).m(function(Command, cs, config, o) {
|
|
2725
|
+
var _EnableSharingWithAwsOrganizationCommand = class _EnableSharingWithAwsOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2750
2726
|
return [
|
|
2751
2727
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2752
2728
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2760,9 +2736,7 @@ var EnableSharingWithAwsOrganizationCommand = _EnableSharingWithAwsOrganizationC
|
|
|
2760
2736
|
|
|
2761
2737
|
|
|
2762
2738
|
|
|
2763
|
-
var _GetPermissionCommand = class _GetPermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2764
|
-
...commonParams
|
|
2765
|
-
}).m(function(Command, cs, config, o) {
|
|
2739
|
+
var _GetPermissionCommand = class _GetPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2766
2740
|
return [
|
|
2767
2741
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2768
2742
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2776,9 +2750,7 @@ var GetPermissionCommand = _GetPermissionCommand;
|
|
|
2776
2750
|
|
|
2777
2751
|
|
|
2778
2752
|
|
|
2779
|
-
var _GetResourcePoliciesCommand = class _GetResourcePoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2780
|
-
...commonParams
|
|
2781
|
-
}).m(function(Command, cs, config, o) {
|
|
2753
|
+
var _GetResourcePoliciesCommand = class _GetResourcePoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2782
2754
|
return [
|
|
2783
2755
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2784
2756
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2792,9 +2764,7 @@ var GetResourcePoliciesCommand = _GetResourcePoliciesCommand;
|
|
|
2792
2764
|
|
|
2793
2765
|
|
|
2794
2766
|
|
|
2795
|
-
var _GetResourceShareAssociationsCommand = class _GetResourceShareAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2796
|
-
...commonParams
|
|
2797
|
-
}).m(function(Command, cs, config, o) {
|
|
2767
|
+
var _GetResourceShareAssociationsCommand = class _GetResourceShareAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2798
2768
|
return [
|
|
2799
2769
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2800
2770
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2808,9 +2778,7 @@ var GetResourceShareAssociationsCommand = _GetResourceShareAssociationsCommand;
|
|
|
2808
2778
|
|
|
2809
2779
|
|
|
2810
2780
|
|
|
2811
|
-
var _GetResourceShareInvitationsCommand = class _GetResourceShareInvitationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2812
|
-
...commonParams
|
|
2813
|
-
}).m(function(Command, cs, config, o) {
|
|
2781
|
+
var _GetResourceShareInvitationsCommand = class _GetResourceShareInvitationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2814
2782
|
return [
|
|
2815
2783
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2816
2784
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2824,9 +2792,7 @@ var GetResourceShareInvitationsCommand = _GetResourceShareInvitationsCommand;
|
|
|
2824
2792
|
|
|
2825
2793
|
|
|
2826
2794
|
|
|
2827
|
-
var _GetResourceSharesCommand = class _GetResourceSharesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2828
|
-
...commonParams
|
|
2829
|
-
}).m(function(Command, cs, config, o) {
|
|
2795
|
+
var _GetResourceSharesCommand = class _GetResourceSharesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2830
2796
|
return [
|
|
2831
2797
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2832
2798
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2840,9 +2806,7 @@ var GetResourceSharesCommand = _GetResourceSharesCommand;
|
|
|
2840
2806
|
|
|
2841
2807
|
|
|
2842
2808
|
|
|
2843
|
-
var _ListPendingInvitationResourcesCommand = class _ListPendingInvitationResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2844
|
-
...commonParams
|
|
2845
|
-
}).m(function(Command, cs, config, o) {
|
|
2809
|
+
var _ListPendingInvitationResourcesCommand = class _ListPendingInvitationResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2846
2810
|
return [
|
|
2847
2811
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2848
2812
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2856,9 +2820,7 @@ var ListPendingInvitationResourcesCommand = _ListPendingInvitationResourcesComma
|
|
|
2856
2820
|
|
|
2857
2821
|
|
|
2858
2822
|
|
|
2859
|
-
var _ListPermissionAssociationsCommand = class _ListPermissionAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2860
|
-
...commonParams
|
|
2861
|
-
}).m(function(Command, cs, config, o) {
|
|
2823
|
+
var _ListPermissionAssociationsCommand = class _ListPermissionAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2862
2824
|
return [
|
|
2863
2825
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2864
2826
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2872,9 +2834,7 @@ var ListPermissionAssociationsCommand = _ListPermissionAssociationsCommand;
|
|
|
2872
2834
|
|
|
2873
2835
|
|
|
2874
2836
|
|
|
2875
|
-
var _ListPermissionsCommand = class _ListPermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2876
|
-
...commonParams
|
|
2877
|
-
}).m(function(Command, cs, config, o) {
|
|
2837
|
+
var _ListPermissionsCommand = class _ListPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2878
2838
|
return [
|
|
2879
2839
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2880
2840
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2888,9 +2848,7 @@ var ListPermissionsCommand = _ListPermissionsCommand;
|
|
|
2888
2848
|
|
|
2889
2849
|
|
|
2890
2850
|
|
|
2891
|
-
var _ListPermissionVersionsCommand = class _ListPermissionVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2892
|
-
...commonParams
|
|
2893
|
-
}).m(function(Command, cs, config, o) {
|
|
2851
|
+
var _ListPermissionVersionsCommand = class _ListPermissionVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2894
2852
|
return [
|
|
2895
2853
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2896
2854
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2904,9 +2862,7 @@ var ListPermissionVersionsCommand = _ListPermissionVersionsCommand;
|
|
|
2904
2862
|
|
|
2905
2863
|
|
|
2906
2864
|
|
|
2907
|
-
var _ListPrincipalsCommand = class _ListPrincipalsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2908
|
-
...commonParams
|
|
2909
|
-
}).m(function(Command, cs, config, o) {
|
|
2865
|
+
var _ListPrincipalsCommand = class _ListPrincipalsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2910
2866
|
return [
|
|
2911
2867
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2912
2868
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2920,9 +2876,7 @@ var ListPrincipalsCommand = _ListPrincipalsCommand;
|
|
|
2920
2876
|
|
|
2921
2877
|
|
|
2922
2878
|
|
|
2923
|
-
var _ListReplacePermissionAssociationsWorkCommand = class _ListReplacePermissionAssociationsWorkCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2924
|
-
...commonParams
|
|
2925
|
-
}).m(function(Command, cs, config, o) {
|
|
2879
|
+
var _ListReplacePermissionAssociationsWorkCommand = class _ListReplacePermissionAssociationsWorkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2926
2880
|
return [
|
|
2927
2881
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2928
2882
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2936,9 +2890,7 @@ var ListReplacePermissionAssociationsWorkCommand = _ListReplacePermissionAssocia
|
|
|
2936
2890
|
|
|
2937
2891
|
|
|
2938
2892
|
|
|
2939
|
-
var _ListResourcesCommand = class _ListResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2940
|
-
...commonParams
|
|
2941
|
-
}).m(function(Command, cs, config, o) {
|
|
2893
|
+
var _ListResourcesCommand = class _ListResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2942
2894
|
return [
|
|
2943
2895
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2944
2896
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2952,9 +2904,7 @@ var ListResourcesCommand = _ListResourcesCommand;
|
|
|
2952
2904
|
|
|
2953
2905
|
|
|
2954
2906
|
|
|
2955
|
-
var _ListResourceSharePermissionsCommand = class _ListResourceSharePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2956
|
-
...commonParams
|
|
2957
|
-
}).m(function(Command, cs, config, o) {
|
|
2907
|
+
var _ListResourceSharePermissionsCommand = class _ListResourceSharePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2958
2908
|
return [
|
|
2959
2909
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2960
2910
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2968,9 +2918,7 @@ var ListResourceSharePermissionsCommand = _ListResourceSharePermissionsCommand;
|
|
|
2968
2918
|
|
|
2969
2919
|
|
|
2970
2920
|
|
|
2971
|
-
var _ListResourceTypesCommand = class _ListResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2972
|
-
...commonParams
|
|
2973
|
-
}).m(function(Command, cs, config, o) {
|
|
2921
|
+
var _ListResourceTypesCommand = class _ListResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2974
2922
|
return [
|
|
2975
2923
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2976
2924
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2984,9 +2932,7 @@ var ListResourceTypesCommand = _ListResourceTypesCommand;
|
|
|
2984
2932
|
|
|
2985
2933
|
|
|
2986
2934
|
|
|
2987
|
-
var _PromotePermissionCreatedFromPolicyCommand = class _PromotePermissionCreatedFromPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2988
|
-
...commonParams
|
|
2989
|
-
}).m(function(Command, cs, config, o) {
|
|
2935
|
+
var _PromotePermissionCreatedFromPolicyCommand = class _PromotePermissionCreatedFromPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2990
2936
|
return [
|
|
2991
2937
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2992
2938
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3000,9 +2946,7 @@ var PromotePermissionCreatedFromPolicyCommand = _PromotePermissionCreatedFromPol
|
|
|
3000
2946
|
|
|
3001
2947
|
|
|
3002
2948
|
|
|
3003
|
-
var _PromoteResourceShareCreatedFromPolicyCommand = class _PromoteResourceShareCreatedFromPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3004
|
-
...commonParams
|
|
3005
|
-
}).m(function(Command, cs, config, o) {
|
|
2949
|
+
var _PromoteResourceShareCreatedFromPolicyCommand = class _PromoteResourceShareCreatedFromPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3006
2950
|
return [
|
|
3007
2951
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3008
2952
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3016,9 +2960,7 @@ var PromoteResourceShareCreatedFromPolicyCommand = _PromoteResourceShareCreatedF
|
|
|
3016
2960
|
|
|
3017
2961
|
|
|
3018
2962
|
|
|
3019
|
-
var _RejectResourceShareInvitationCommand = class _RejectResourceShareInvitationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3020
|
-
...commonParams
|
|
3021
|
-
}).m(function(Command, cs, config, o) {
|
|
2963
|
+
var _RejectResourceShareInvitationCommand = class _RejectResourceShareInvitationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3022
2964
|
return [
|
|
3023
2965
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3024
2966
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3032,9 +2974,7 @@ var RejectResourceShareInvitationCommand = _RejectResourceShareInvitationCommand
|
|
|
3032
2974
|
|
|
3033
2975
|
|
|
3034
2976
|
|
|
3035
|
-
var _ReplacePermissionAssociationsCommand = class _ReplacePermissionAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3036
|
-
...commonParams
|
|
3037
|
-
}).m(function(Command, cs, config, o) {
|
|
2977
|
+
var _ReplacePermissionAssociationsCommand = class _ReplacePermissionAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3038
2978
|
return [
|
|
3039
2979
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3040
2980
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3048,9 +2988,7 @@ var ReplacePermissionAssociationsCommand = _ReplacePermissionAssociationsCommand
|
|
|
3048
2988
|
|
|
3049
2989
|
|
|
3050
2990
|
|
|
3051
|
-
var _SetDefaultPermissionVersionCommand = class _SetDefaultPermissionVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3052
|
-
...commonParams
|
|
3053
|
-
}).m(function(Command, cs, config, o) {
|
|
2991
|
+
var _SetDefaultPermissionVersionCommand = class _SetDefaultPermissionVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3054
2992
|
return [
|
|
3055
2993
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3056
2994
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3064,9 +3002,7 @@ var SetDefaultPermissionVersionCommand = _SetDefaultPermissionVersionCommand;
|
|
|
3064
3002
|
|
|
3065
3003
|
|
|
3066
3004
|
|
|
3067
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3068
|
-
...commonParams
|
|
3069
|
-
}).m(function(Command, cs, config, o) {
|
|
3005
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3070
3006
|
return [
|
|
3071
3007
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3072
3008
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3080,9 +3016,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
3080
3016
|
|
|
3081
3017
|
|
|
3082
3018
|
|
|
3083
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3084
|
-
...commonParams
|
|
3085
|
-
}).m(function(Command, cs, config, o) {
|
|
3019
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3086
3020
|
return [
|
|
3087
3021
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3088
3022
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3096,9 +3030,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
3096
3030
|
|
|
3097
3031
|
|
|
3098
3032
|
|
|
3099
|
-
var _UpdateResourceShareCommand = class _UpdateResourceShareCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3100
|
-
...commonParams
|
|
3101
|
-
}).m(function(Command, cs, config, o) {
|
|
3033
|
+
var _UpdateResourceShareCommand = class _UpdateResourceShareCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3102
3034
|
return [
|
|
3103
3035
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3104
3036
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AcceptResourceShareInvitationCommand, se_AcceptResourceShareInvitati
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AcceptResourceShareInvitationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AssociateResourceShareCommand, se_AssociateResourceShareCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateResourceShareCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AssociateResourceSharePermissionCommand, se_AssociateResourceSharePe
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateResourceSharePermissionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePermissionCommand, se_CreatePermissionCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePermissionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePermissionVersionCommand, se_CreatePermissionVersionCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePermissionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateResourceShareCommand, se_CreateResourceShareCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateResourceShareCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePermissionCommand, se_DeletePermissionCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePermissionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePermissionVersionCommand, se_DeletePermissionVersionCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePermissionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteResourceShareCommand, se_DeleteResourceShareCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteResourceShareCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateResourceShareCommand, se_DisassociateResourceShareComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateResourceShareCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateResourceSharePermissionCommand, se_DisassociateResourceS
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateResourceSharePermissionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_EnableSharingWithAwsOrganizationCommand, se_EnableSharingWithAwsOrga
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableSharingWithAwsOrganizationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPermissionCommand, se_GetPermissionCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPermissionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResourcePoliciesCommand, se_GetResourcePoliciesCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourcePoliciesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResourceShareAssociationsCommand, se_GetResourceShareAssociations
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourceShareAssociationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResourceShareInvitationsCommand, se_GetResourceShareInvitationsCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourceShareInvitationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResourceSharesCommand, se_GetResourceSharesCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourceSharesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPendingInvitationResourcesCommand, se_ListPendingInvitationResou
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPendingInvitationResourcesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPermissionAssociationsCommand, se_ListPermissionAssociationsComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPermissionAssociationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPermissionVersionsCommand, se_ListPermissionVersionsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPermissionVersionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPermissionsCommand, se_ListPermissionsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPermissionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPrincipalsCommand, se_ListPrincipalsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPrincipalsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListReplacePermissionAssociationsWorkCommand, se_ListReplacePermissi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListReplacePermissionAssociationsWorkCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListResourceSharePermissionsCommand, se_ListResourceSharePermissions
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResourceSharePermissionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListResourceTypesCommand, se_ListResourceTypesCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResourceTypesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListResourcesCommand, se_ListResourcesCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResourcesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PromotePermissionCreatedFromPolicyCommand, se_PromotePermissionCreat
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PromotePermissionCreatedFromPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PromoteResourceShareCreatedFromPolicyCommand, se_PromoteResourceShar
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PromoteResourceShareCreatedFromPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RejectResourceShareInvitationCommand, se_RejectResourceShareInvitati
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RejectResourceShareInvitationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ReplacePermissionAssociationsCommand, se_ReplacePermissionAssociatio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ReplacePermissionAssociationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetDefaultPermissionVersionCommand, se_SetDefaultPermissionVersionCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetDefaultPermissionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateResourceShareCommand, se_UpdateResourceShareCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateResourceShareCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ram",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ram Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ram",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|