@aws-sdk/client-supportauthz 3.1077.0 → 3.1078.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.
Files changed (41) hide show
  1. package/dist-cjs/index.js +19 -113
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateSupportPermitCommand.js +2 -14
  4. package/dist-es/commands/DeleteSupportPermitCommand.js +2 -14
  5. package/dist-es/commands/GetActionCommand.js +2 -14
  6. package/dist-es/commands/GetSupportPermitCommand.js +2 -14
  7. package/dist-es/commands/ListActionsCommand.js +2 -14
  8. package/dist-es/commands/ListSupportPermitRequestsCommand.js +2 -14
  9. package/dist-es/commands/ListSupportPermitsCommand.js +2 -14
  10. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  11. package/dist-es/commands/RejectSupportPermitRequestCommand.js +2 -14
  12. package/dist-es/commands/TagResourceCommand.js +2 -14
  13. package/dist-es/commands/UntagResourceCommand.js +2 -14
  14. package/dist-es/index.js +1 -0
  15. package/dist-types/commandBuilder.d.ts +18 -0
  16. package/dist-types/commands/CreateSupportPermitCommand.d.ts +3 -8
  17. package/dist-types/commands/DeleteSupportPermitCommand.d.ts +3 -8
  18. package/dist-types/commands/GetActionCommand.d.ts +3 -8
  19. package/dist-types/commands/GetSupportPermitCommand.d.ts +3 -8
  20. package/dist-types/commands/ListActionsCommand.d.ts +3 -8
  21. package/dist-types/commands/ListSupportPermitRequestsCommand.d.ts +3 -8
  22. package/dist-types/commands/ListSupportPermitsCommand.d.ts +3 -8
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  24. package/dist-types/commands/RejectSupportPermitRequestCommand.d.ts +3 -8
  25. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  26. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  27. package/dist-types/index.d.ts +1 -0
  28. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  29. package/dist-types/ts3.4/commands/CreateSupportPermitCommand.d.ts +7 -16
  30. package/dist-types/ts3.4/commands/DeleteSupportPermitCommand.d.ts +7 -16
  31. package/dist-types/ts3.4/commands/GetActionCommand.d.ts +7 -16
  32. package/dist-types/ts3.4/commands/GetSupportPermitCommand.d.ts +7 -16
  33. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +7 -16
  34. package/dist-types/ts3.4/commands/ListSupportPermitRequestsCommand.d.ts +7 -16
  35. package/dist-types/ts3.4/commands/ListSupportPermitsCommand.d.ts +7 -16
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  37. package/dist-types/ts3.4/commands/RejectSupportPermitRequestCommand.d.ts +7 -16
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/index.d.ts +1 -0
  41. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -66,7 +67,7 @@ const commonParams = {
66
67
  Region: { type: "builtInParams", name: "region" },
67
68
  };
68
69
 
69
- var version = "3.0.0";
70
+ var version = "3.1077.0";
70
71
  var packageInfo = {
71
72
  version: version};
72
73
 
@@ -733,136 +734,41 @@ class SupportAuthZClient extends Client {
733
734
  }
734
735
  }
735
736
 
736
- class CreateSupportPermitCommand extends Command
737
- .classBuilder()
738
- .ep(commonParams)
739
- .m(function (Command, cs, config, o) {
740
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
741
- })
742
- .s("SupportAuthZ", "CreateSupportPermit", {})
743
- .n("SupportAuthZClient", "CreateSupportPermitCommand")
744
- .sc(CreateSupportPermit$)
745
- .build() {
737
+ const command = makeBuilder(commonParams, "SupportAuthZ", "SupportAuthZClient", getEndpointPlugin);
738
+ const _ep0 = {};
739
+ const _mw0 = (Command, cs, config, o) => [];
740
+
741
+ class CreateSupportPermitCommand extends command(_ep0, _mw0, "CreateSupportPermit", CreateSupportPermit$) {
746
742
  }
747
743
 
748
- class DeleteSupportPermitCommand extends Command
749
- .classBuilder()
750
- .ep(commonParams)
751
- .m(function (Command, cs, config, o) {
752
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
753
- })
754
- .s("SupportAuthZ", "DeleteSupportPermit", {})
755
- .n("SupportAuthZClient", "DeleteSupportPermitCommand")
756
- .sc(DeleteSupportPermit$)
757
- .build() {
744
+ class DeleteSupportPermitCommand extends command(_ep0, _mw0, "DeleteSupportPermit", DeleteSupportPermit$) {
758
745
  }
759
746
 
760
- class GetActionCommand extends Command
761
- .classBuilder()
762
- .ep(commonParams)
763
- .m(function (Command, cs, config, o) {
764
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
765
- })
766
- .s("SupportAuthZ", "GetAction", {})
767
- .n("SupportAuthZClient", "GetActionCommand")
768
- .sc(GetAction$)
769
- .build() {
747
+ class GetActionCommand extends command(_ep0, _mw0, "GetAction", GetAction$) {
770
748
  }
771
749
 
772
- class GetSupportPermitCommand extends Command
773
- .classBuilder()
774
- .ep(commonParams)
775
- .m(function (Command, cs, config, o) {
776
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
777
- })
778
- .s("SupportAuthZ", "GetSupportPermit", {})
779
- .n("SupportAuthZClient", "GetSupportPermitCommand")
780
- .sc(GetSupportPermit$)
781
- .build() {
750
+ class GetSupportPermitCommand extends command(_ep0, _mw0, "GetSupportPermit", GetSupportPermit$) {
782
751
  }
783
752
 
784
- class ListActionsCommand extends Command
785
- .classBuilder()
786
- .ep(commonParams)
787
- .m(function (Command, cs, config, o) {
788
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
789
- })
790
- .s("SupportAuthZ", "ListActions", {})
791
- .n("SupportAuthZClient", "ListActionsCommand")
792
- .sc(ListActions$)
793
- .build() {
753
+ class ListActionsCommand extends command(_ep0, _mw0, "ListActions", ListActions$) {
794
754
  }
795
755
 
796
- class ListSupportPermitRequestsCommand extends Command
797
- .classBuilder()
798
- .ep(commonParams)
799
- .m(function (Command, cs, config, o) {
800
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
801
- })
802
- .s("SupportAuthZ", "ListSupportPermitRequests", {})
803
- .n("SupportAuthZClient", "ListSupportPermitRequestsCommand")
804
- .sc(ListSupportPermitRequests$)
805
- .build() {
756
+ class ListSupportPermitRequestsCommand extends command(_ep0, _mw0, "ListSupportPermitRequests", ListSupportPermitRequests$) {
806
757
  }
807
758
 
808
- class ListSupportPermitsCommand extends Command
809
- .classBuilder()
810
- .ep(commonParams)
811
- .m(function (Command, cs, config, o) {
812
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
813
- })
814
- .s("SupportAuthZ", "ListSupportPermits", {})
815
- .n("SupportAuthZClient", "ListSupportPermitsCommand")
816
- .sc(ListSupportPermits$)
817
- .build() {
759
+ class ListSupportPermitsCommand extends command(_ep0, _mw0, "ListSupportPermits", ListSupportPermits$) {
818
760
  }
819
761
 
820
- class ListTagsForResourceCommand extends Command
821
- .classBuilder()
822
- .ep(commonParams)
823
- .m(function (Command, cs, config, o) {
824
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
825
- })
826
- .s("SupportAuthZ", "ListTagsForResource", {})
827
- .n("SupportAuthZClient", "ListTagsForResourceCommand")
828
- .sc(ListTagsForResource$)
829
- .build() {
762
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
830
763
  }
831
764
 
832
- class RejectSupportPermitRequestCommand extends Command
833
- .classBuilder()
834
- .ep(commonParams)
835
- .m(function (Command, cs, config, o) {
836
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
837
- })
838
- .s("SupportAuthZ", "RejectSupportPermitRequest", {})
839
- .n("SupportAuthZClient", "RejectSupportPermitRequestCommand")
840
- .sc(RejectSupportPermitRequest$)
841
- .build() {
765
+ class RejectSupportPermitRequestCommand extends command(_ep0, _mw0, "RejectSupportPermitRequest", RejectSupportPermitRequest$) {
842
766
  }
843
767
 
844
- class TagResourceCommand extends Command
845
- .classBuilder()
846
- .ep(commonParams)
847
- .m(function (Command, cs, config, o) {
848
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
849
- })
850
- .s("SupportAuthZ", "TagResource", {})
851
- .n("SupportAuthZClient", "TagResourceCommand")
852
- .sc(TagResource$)
853
- .build() {
768
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
854
769
  }
855
770
 
856
- class UntagResourceCommand extends Command
857
- .classBuilder()
858
- .ep(commonParams)
859
- .m(function (Command, cs, config, o) {
860
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
861
- })
862
- .s("SupportAuthZ", "UntagResource", {})
863
- .n("SupportAuthZClient", "UntagResourceCommand")
864
- .sc(UntagResource$)
865
- .build() {
771
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
866
772
  }
867
773
 
868
774
  const paginateListActions = createPaginator(SupportAuthZClient, ListActionsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "SupportAuthZ", "SupportAuthZClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateSupportPermit$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateSupportPermitCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SupportAuthZ", "CreateSupportPermit", {})
13
- .n("SupportAuthZClient", "CreateSupportPermitCommand")
14
- .sc(CreateSupportPermit$)
15
- .build() {
3
+ export class CreateSupportPermitCommand extends command(_ep0, _mw0, "CreateSupportPermit", CreateSupportPermit$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteSupportPermit$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteSupportPermitCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SupportAuthZ", "DeleteSupportPermit", {})
13
- .n("SupportAuthZClient", "DeleteSupportPermitCommand")
14
- .sc(DeleteSupportPermit$)
15
- .build() {
3
+ export class DeleteSupportPermitCommand extends command(_ep0, _mw0, "DeleteSupportPermit", DeleteSupportPermit$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetAction$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetActionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SupportAuthZ", "GetAction", {})
13
- .n("SupportAuthZClient", "GetActionCommand")
14
- .sc(GetAction$)
15
- .build() {
3
+ export class GetActionCommand extends command(_ep0, _mw0, "GetAction", GetAction$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetSupportPermit$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSupportPermitCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SupportAuthZ", "GetSupportPermit", {})
13
- .n("SupportAuthZClient", "GetSupportPermitCommand")
14
- .sc(GetSupportPermit$)
15
- .build() {
3
+ export class GetSupportPermitCommand extends command(_ep0, _mw0, "GetSupportPermit", GetSupportPermit$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListActions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListActionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SupportAuthZ", "ListActions", {})
13
- .n("SupportAuthZClient", "ListActionsCommand")
14
- .sc(ListActions$)
15
- .build() {
3
+ export class ListActionsCommand extends command(_ep0, _mw0, "ListActions", ListActions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListSupportPermitRequests$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListSupportPermitRequestsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SupportAuthZ", "ListSupportPermitRequests", {})
13
- .n("SupportAuthZClient", "ListSupportPermitRequestsCommand")
14
- .sc(ListSupportPermitRequests$)
15
- .build() {
3
+ export class ListSupportPermitRequestsCommand extends command(_ep0, _mw0, "ListSupportPermitRequests", ListSupportPermitRequests$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListSupportPermits$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListSupportPermitsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SupportAuthZ", "ListSupportPermits", {})
13
- .n("SupportAuthZClient", "ListSupportPermitsCommand")
14
- .sc(ListSupportPermits$)
15
- .build() {
3
+ export class ListSupportPermitsCommand extends command(_ep0, _mw0, "ListSupportPermits", ListSupportPermits$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SupportAuthZ", "ListTagsForResource", {})
13
- .n("SupportAuthZClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RejectSupportPermitRequest$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RejectSupportPermitRequestCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SupportAuthZ", "RejectSupportPermitRequest", {})
13
- .n("SupportAuthZClient", "RejectSupportPermitRequestCommand")
14
- .sc(RejectSupportPermitRequest$)
15
- .build() {
3
+ export class RejectSupportPermitRequestCommand extends command(_ep0, _mw0, "RejectSupportPermitRequest", RejectSupportPermitRequest$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SupportAuthZ", "TagResource", {})
13
- .n("SupportAuthZClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SupportAuthZ", "UntagResource", {})
13
- .n("SupportAuthZClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./SupportAuthZClient";
2
2
  export * from "./SupportAuthZ";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ServiceInputTypes, ServiceOutputTypes, SupportAuthZClientResolvedConfig } from "./SupportAuthZClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateSupportPermitInput, CreateSupportPermitOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportAuthZClientResolvedConfig } from "../SupportAuthZClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateSupportPermitCommandInput extends CreateSupportPermitInpu
22
19
  export interface CreateSupportPermitCommandOutput extends CreateSupportPermitOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateSupportPermitCommand_base: {
25
- new (input: CreateSupportPermitCommandInput): import("@smithy/core/client").CommandImpl<CreateSupportPermitCommandInput, CreateSupportPermitCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSupportPermitCommandInput): import("@smithy/core/client").CommandImpl<CreateSupportPermitCommandInput, CreateSupportPermitCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateSupportPermitCommandInput): import("@smithy/core/client").CommandImpl<CreateSupportPermitCommandInput, CreateSupportPermitCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateSupportPermitCommandInput): import("@smithy/core/client").CommandImpl<CreateSupportPermitCommandInput, CreateSupportPermitCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a support permit that authorizes an AWS support operator to perform specified actions on specified resources. The permit is cryptographically signed using a customer-managed AWS KMS key (ECC_NIST_P384, SIGN_VERIFY) to ensure non-repudiation.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteSupportPermitInput, DeleteSupportPermitOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportAuthZClientResolvedConfig } from "../SupportAuthZClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteSupportPermitCommandInput extends DeleteSupportPermitInpu
22
19
  export interface DeleteSupportPermitCommandOutput extends DeleteSupportPermitOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSupportPermitCommand_base: {
25
- new (input: DeleteSupportPermitCommandInput): import("@smithy/core/client").CommandImpl<DeleteSupportPermitCommandInput, DeleteSupportPermitCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSupportPermitCommandInput): import("@smithy/core/client").CommandImpl<DeleteSupportPermitCommandInput, DeleteSupportPermitCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSupportPermitCommandInput): import("@smithy/core/client").CommandImpl<DeleteSupportPermitCommandInput, DeleteSupportPermitCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSupportPermitCommandInput): import("@smithy/core/client").CommandImpl<DeleteSupportPermitCommandInput, DeleteSupportPermitCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a support permit, revoking the authorization previously granted to the AWS support operator.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetActionInput, GetActionOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportAuthZClientResolvedConfig } from "../SupportAuthZClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetActionCommandInput extends GetActionInput {
22
19
  export interface GetActionCommandOutput extends GetActionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetActionCommand_base: {
25
- new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<GetActionCommandInput, GetActionCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<GetActionCommandInput, GetActionCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<GetActionCommandInput, GetActionCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetActionCommandInput): import("@smithy/core/client").CommandImpl<GetActionCommandInput, GetActionCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the description of a specific support action.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSupportPermitInput, GetSupportPermitOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportAuthZClientResolvedConfig } from "../SupportAuthZClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSupportPermitCommandInput extends GetSupportPermitInput {
22
19
  export interface GetSupportPermitCommandOutput extends GetSupportPermitOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetSupportPermitCommand_base: {
25
- new (input: GetSupportPermitCommandInput): import("@smithy/core/client").CommandImpl<GetSupportPermitCommandInput, GetSupportPermitCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSupportPermitCommandInput): import("@smithy/core/client").CommandImpl<GetSupportPermitCommandInput, GetSupportPermitCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSupportPermitCommandInput): import("@smithy/core/client").CommandImpl<GetSupportPermitCommandInput, GetSupportPermitCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSupportPermitCommandInput): import("@smithy/core/client").CommandImpl<GetSupportPermitCommandInput, GetSupportPermitCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the details of a support permit by its ARN or name.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListActionsInput, ListActionsOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportAuthZClientResolvedConfig } from "../SupportAuthZClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListActionsCommandInput extends ListActionsInput {
22
19
  export interface ListActionsCommandOutput extends ListActionsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListActionsCommand_base: {
25
- new (input: ListActionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListActionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListActionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListActionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionsCommandInput, ListActionsCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists available support actions for a specified AWS service. Use pagination to ensure that the operation returns quickly and successfully.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSupportPermitRequestsInput, ListSupportPermitRequestsOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportAuthZClientResolvedConfig } from "../SupportAuthZClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSupportPermitRequestsCommandInput extends ListSupportPermit
22
19
  export interface ListSupportPermitRequestsCommandOutput extends ListSupportPermitRequestsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListSupportPermitRequestsCommand_base: {
25
- new (input: ListSupportPermitRequestsCommandInput): import("@smithy/core/client").CommandImpl<ListSupportPermitRequestsCommandInput, ListSupportPermitRequestsCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSupportPermitRequestsCommandInput]): import("@smithy/core/client").CommandImpl<ListSupportPermitRequestsCommandInput, ListSupportPermitRequestsCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSupportPermitRequestsCommandInput): import("@smithy/core/client").CommandImpl<ListSupportPermitRequestsCommandInput, ListSupportPermitRequestsCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSupportPermitRequestsCommandInput]): import("@smithy/core/client").CommandImpl<ListSupportPermitRequestsCommandInput, ListSupportPermitRequestsCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists permit requests from AWS support operators. Use pagination to ensure that the operation returns quickly and successfully.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSupportPermitsInput, ListSupportPermitsOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportAuthZClientResolvedConfig } from "../SupportAuthZClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSupportPermitsCommandInput extends ListSupportPermitsInput
22
19
  export interface ListSupportPermitsCommandOutput extends ListSupportPermitsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListSupportPermitsCommand_base: {
25
- new (input: ListSupportPermitsCommandInput): import("@smithy/core/client").CommandImpl<ListSupportPermitsCommandInput, ListSupportPermitsCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSupportPermitsCommandInput]): import("@smithy/core/client").CommandImpl<ListSupportPermitsCommandInput, ListSupportPermitsCommandOutput, SupportAuthZClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSupportPermitsCommandInput): import("@smithy/core/client").CommandImpl<ListSupportPermitsCommandInput, ListSupportPermitsCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSupportPermitsCommandInput]): import("@smithy/core/client").CommandImpl<ListSupportPermitsCommandInput, ListSupportPermitsCommandOutput, import("..").SupportAuthZClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all support permits in the caller's account. Use pagination to ensure that the operation returns quickly and successfully.</p>