@aws-sdk/client-fms 3.940.0 → 3.946.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 (77) hide show
  1. package/dist-cjs/index.js +6 -60
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/FMSClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +6 -60
  8. package/dist-types/FMS.d.ts +1 -1
  9. package/dist-types/FMSClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AssociateAdminAccountCommand.d.ts +3 -3
  13. package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +3 -3
  14. package/dist-types/commands/BatchAssociateResourceCommand.d.ts +3 -3
  15. package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +3 -3
  16. package/dist-types/commands/DeleteAppsListCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +3 -3
  18. package/dist-types/commands/DeletePolicyCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteProtocolsListCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteResourceSetCommand.d.ts +3 -3
  21. package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +3 -3
  22. package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +3 -3
  23. package/dist-types/commands/GetAdminAccountCommand.d.ts +3 -3
  24. package/dist-types/commands/GetAdminScopeCommand.d.ts +3 -3
  25. package/dist-types/commands/GetAppsListCommand.d.ts +3 -3
  26. package/dist-types/commands/GetComplianceDetailCommand.d.ts +3 -3
  27. package/dist-types/commands/GetNotificationChannelCommand.d.ts +3 -3
  28. package/dist-types/commands/GetPolicyCommand.d.ts +3 -3
  29. package/dist-types/commands/GetProtectionStatusCommand.d.ts +3 -3
  30. package/dist-types/commands/GetProtocolsListCommand.d.ts +3 -3
  31. package/dist-types/commands/GetResourceSetCommand.d.ts +3 -3
  32. package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +3 -3
  33. package/dist-types/commands/GetViolationDetailsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListAdminAccountsForOrganizationCommand.d.ts +3 -3
  35. package/dist-types/commands/ListAdminsManagingAccountCommand.d.ts +3 -3
  36. package/dist-types/commands/ListAppsListsCommand.d.ts +3 -3
  37. package/dist-types/commands/ListComplianceStatusCommand.d.ts +3 -3
  38. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +3 -3
  39. package/dist-types/commands/ListMemberAccountsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListPoliciesCommand.d.ts +3 -3
  41. package/dist-types/commands/ListProtocolsListsCommand.d.ts +3 -3
  42. package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +3 -3
  43. package/dist-types/commands/ListResourceSetsCommand.d.ts +3 -3
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  45. package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +3 -3
  46. package/dist-types/commands/PutAdminAccountCommand.d.ts +3 -3
  47. package/dist-types/commands/PutAppsListCommand.d.ts +3 -3
  48. package/dist-types/commands/PutNotificationChannelCommand.d.ts +3 -3
  49. package/dist-types/commands/PutPolicyCommand.d.ts +3 -3
  50. package/dist-types/commands/PutProtocolsListCommand.d.ts +3 -3
  51. package/dist-types/commands/PutResourceSetCommand.d.ts +3 -3
  52. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  53. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  54. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  55. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  56. package/dist-types/extensionConfiguration.d.ts +4 -4
  57. package/dist-types/models/FMSServiceException.d.ts +1 -1
  58. package/dist-types/models/errors.d.ts +1 -1
  59. package/dist-types/pagination/Interfaces.d.ts +1 -1
  60. package/dist-types/pagination/ListAdminAccountsForOrganizationPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListAdminsManagingAccountPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListAppsListsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListComplianceStatusPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListMemberAccountsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListPoliciesPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListProtocolsListsPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.d.ts +1 -1
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  69. package/dist-types/runtimeConfig.d.ts +1 -1
  70. package/dist-types/runtimeConfig.native.d.ts +1 -1
  71. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  72. package/dist-types/runtimeExtensions.d.ts +1 -1
  73. package/dist-types/schemas/schemas_0.d.ts +1 -1
  74. package/dist-types/ts3.4/FMSClient.d.ts +3 -3
  75. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  76. package/dist-types/ts3.4/models/FMSServiceException.d.ts +1 -1
  77. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -926,27 +926,9 @@ var GetThirdPartyFirewallAssociationStatusResponse = [
926
926
  ];
927
927
  var GetViolationDetailsRequest = [3, n0, _GVDR, 0, [_PI, _MA, _RI, _RT], [0, 0, 0, 0]];
928
928
  var GetViolationDetailsResponse = [3, n0, _GVDRe, 0, [_VD], [() => ViolationDetail]];
929
- var InternalErrorException = [
930
- -3,
931
- n0,
932
- _IEE,
933
- {
934
- [_e]: _c,
935
- },
936
- [_Me],
937
- [0],
938
- ];
929
+ var InternalErrorException = [-3, n0, _IEE, { [_e]: _c }, [_Me], [0]];
939
930
  schema.TypeRegistry.for(n0).registerError(InternalErrorException, InternalErrorException$1);
940
- var InvalidInputException = [
941
- -3,
942
- n0,
943
- _IIE,
944
- {
945
- [_e]: _c,
946
- },
947
- [_Me],
948
- [0],
949
- ];
931
+ var InvalidInputException = [-3, n0, _IIE, { [_e]: _c }, [_Me], [0]];
950
932
  schema.TypeRegistry.for(n0).registerError(InvalidInputException, InvalidInputException$1);
951
933
  var InvalidNetworkAclEntriesViolation = [
952
934
  3,
@@ -956,38 +938,11 @@ var InvalidNetworkAclEntriesViolation = [
956
938
  [_V, _Su, _SAZ, _CANA, _EVn],
957
939
  [0, 0, 0, 0, () => EntryViolations],
958
940
  ];
959
- var InvalidOperationException = [
960
- -3,
961
- n0,
962
- _IOE,
963
- {
964
- [_e]: _c,
965
- },
966
- [_Me],
967
- [0],
968
- ];
941
+ var InvalidOperationException = [-3, n0, _IOE, { [_e]: _c }, [_Me], [0]];
969
942
  schema.TypeRegistry.for(n0).registerError(InvalidOperationException, InvalidOperationException$1);
970
- var InvalidTypeException = [
971
- -3,
972
- n0,
973
- _ITE,
974
- {
975
- [_e]: _c,
976
- },
977
- [_Me],
978
- [0],
979
- ];
943
+ var InvalidTypeException = [-3, n0, _ITE, { [_e]: _c }, [_Me], [0]];
980
944
  schema.TypeRegistry.for(n0).registerError(InvalidTypeException, InvalidTypeException$1);
981
- var LimitExceededException = [
982
- -3,
983
- n0,
984
- _LEE,
985
- {
986
- [_e]: _c,
987
- },
988
- [_Me],
989
- [0],
990
- ];
945
+ var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_Me], [0]];
991
946
  schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
992
947
  var ListAdminAccountsForOrganizationRequest = [3, n0, _LAAFOR, 0, [_NT, _MR], [0, 1]];
993
948
  var ListAdminAccountsForOrganizationResponse = [
@@ -1373,16 +1328,7 @@ var ReplaceNetworkAclAssociationAction = [
1373
1328
  [0, () => ActionTarget, () => ActionTarget, 2],
1374
1329
  ];
1375
1330
  var Resource = [3, n0, _Res, 0, [_URI, _AI], [0, 0]];
1376
- var ResourceNotFoundException = [
1377
- -3,
1378
- n0,
1379
- _RNFE,
1380
- {
1381
- [_e]: _c,
1382
- },
1383
- [_Me],
1384
- [0],
1385
- ];
1331
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_Me], [0]];
1386
1332
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1387
1333
  var ResourceSet = [
1388
1334
  3,
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultFMSHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -725,27 +725,9 @@ export var GetThirdPartyFirewallAssociationStatusResponse = [
725
725
  ];
726
726
  export var GetViolationDetailsRequest = [3, n0, _GVDR, 0, [_PI, _MA, _RI, _RT], [0, 0, 0, 0]];
727
727
  export var GetViolationDetailsResponse = [3, n0, _GVDRe, 0, [_VD], [() => ViolationDetail]];
728
- export var InternalErrorException = [
729
- -3,
730
- n0,
731
- _IEE,
732
- {
733
- [_e]: _c,
734
- },
735
- [_Me],
736
- [0],
737
- ];
728
+ export var InternalErrorException = [-3, n0, _IEE, { [_e]: _c }, [_Me], [0]];
738
729
  TypeRegistry.for(n0).registerError(InternalErrorException, __InternalErrorException);
739
- export var InvalidInputException = [
740
- -3,
741
- n0,
742
- _IIE,
743
- {
744
- [_e]: _c,
745
- },
746
- [_Me],
747
- [0],
748
- ];
730
+ export var InvalidInputException = [-3, n0, _IIE, { [_e]: _c }, [_Me], [0]];
749
731
  TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
750
732
  export var InvalidNetworkAclEntriesViolation = [
751
733
  3,
@@ -755,38 +737,11 @@ export var InvalidNetworkAclEntriesViolation = [
755
737
  [_V, _Su, _SAZ, _CANA, _EVn],
756
738
  [0, 0, 0, 0, () => EntryViolations],
757
739
  ];
758
- export var InvalidOperationException = [
759
- -3,
760
- n0,
761
- _IOE,
762
- {
763
- [_e]: _c,
764
- },
765
- [_Me],
766
- [0],
767
- ];
740
+ export var InvalidOperationException = [-3, n0, _IOE, { [_e]: _c }, [_Me], [0]];
768
741
  TypeRegistry.for(n0).registerError(InvalidOperationException, __InvalidOperationException);
769
- export var InvalidTypeException = [
770
- -3,
771
- n0,
772
- _ITE,
773
- {
774
- [_e]: _c,
775
- },
776
- [_Me],
777
- [0],
778
- ];
742
+ export var InvalidTypeException = [-3, n0, _ITE, { [_e]: _c }, [_Me], [0]];
779
743
  TypeRegistry.for(n0).registerError(InvalidTypeException, __InvalidTypeException);
780
- export var LimitExceededException = [
781
- -3,
782
- n0,
783
- _LEE,
784
- {
785
- [_e]: _c,
786
- },
787
- [_Me],
788
- [0],
789
- ];
744
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_Me], [0]];
790
745
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
791
746
  export var ListAdminAccountsForOrganizationRequest = [3, n0, _LAAFOR, 0, [_NT, _MR], [0, 1]];
792
747
  export var ListAdminAccountsForOrganizationResponse = [
@@ -1172,16 +1127,7 @@ export var ReplaceNetworkAclAssociationAction = [
1172
1127
  [0, () => ActionTarget, () => ActionTarget, 2],
1173
1128
  ];
1174
1129
  export var Resource = [3, n0, _Res, 0, [_URI, _AI], [0, 0]];
1175
- export var ResourceNotFoundException = [
1176
- -3,
1177
- n0,
1178
- _RNFE,
1179
- {
1180
- [_e]: _c,
1181
- },
1182
- [_Me],
1183
- [0],
1184
- ];
1130
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_Me], [0]];
1185
1131
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1186
1132
  export var ResourceSet = [
1187
1133
  3,
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput } from "./commands/AssociateAdminAccountCommand";
3
3
  import { AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput } from "./commands/AssociateThirdPartyFirewallCommand";
4
4
  import { BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput } from "./commands/BatchAssociateResourceCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput } from "./commands/AssociateAdminAccountCommand";
11
11
  import { AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput } from "./commands/AssociateThirdPartyFirewallCommand";
12
12
  import { BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput } from "./commands/BatchAssociateResourceCommand";
@@ -50,7 +50,7 @@ import { PutResourceSetCommandInput, PutResourceSetCommandOutput } from "./comma
50
50
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
51
51
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
52
52
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
53
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
53
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
54
54
  export { __Client };
55
55
  /**
56
56
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { FMSHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { FMSHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { FMSClientResolvedConfig } from "../FMSClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type FMSClientResolvedConfig } from "../FMSClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { AssociateAdminAccountRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { AssociateAdminAccountRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { AssociateThirdPartyFirewallRequest, AssociateThirdPartyFirewallResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { AssociateThirdPartyFirewallRequest, AssociateThirdPartyFirewallResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { BatchAssociateResourceRequest, BatchAssociateResourceResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { BatchAssociateResourceRequest, BatchAssociateResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { BatchDisassociateResourceRequest, BatchDisassociateResourceResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { BatchDisassociateResourceRequest, BatchDisassociateResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { DeleteAppsListRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { DeleteAppsListRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { DeleteNotificationChannelRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { DeleteNotificationChannelRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { DeletePolicyRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { DeletePolicyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { DeleteProtocolsListRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { DeleteProtocolsListRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { DeleteResourceSetRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { DeleteResourceSetRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { DisassociateAdminAccountRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { DisassociateAdminAccountRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { DisassociateThirdPartyFirewallRequest, DisassociateThirdPartyFirewallResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { DisassociateThirdPartyFirewallRequest, DisassociateThirdPartyFirewallResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { GetAdminAccountRequest, GetAdminAccountResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { GetAdminAccountRequest, GetAdminAccountResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { GetAdminScopeRequest, GetAdminScopeResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { GetAdminScopeRequest, GetAdminScopeResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { GetAppsListRequest, GetAppsListResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { GetAppsListRequest, GetAppsListResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { GetComplianceDetailRequest, GetComplianceDetailResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { GetComplianceDetailRequest, GetComplianceDetailResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { GetNotificationChannelRequest, GetNotificationChannelResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { GetNotificationChannelRequest, GetNotificationChannelResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { GetProtectionStatusRequest, GetProtectionStatusResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { GetProtectionStatusRequest, GetProtectionStatusResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { GetProtocolsListRequest, GetProtocolsListResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { GetProtocolsListRequest, GetProtocolsListResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { GetResourceSetRequest, GetResourceSetResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { GetResourceSetRequest, GetResourceSetResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { GetThirdPartyFirewallAssociationStatusRequest, GetThirdPartyFirewallAssociationStatusResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { GetThirdPartyFirewallAssociationStatusRequest, GetThirdPartyFirewallAssociationStatusResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { GetViolationDetailsRequest, GetViolationDetailsResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { GetViolationDetailsRequest, GetViolationDetailsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { ListAdminAccountsForOrganizationRequest, ListAdminAccountsForOrganizationResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { ListAdminAccountsForOrganizationRequest, ListAdminAccountsForOrganizationResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
- import { ListAdminsManagingAccountRequest, ListAdminsManagingAccountResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import type { ListAdminsManagingAccountRequest, ListAdminsManagingAccountResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */