@aws-sdk/client-direct-connect 3.803.0 → 3.806.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 (105) hide show
  1. package/dist-cjs/runtimeConfig.js +6 -6
  2. package/dist-es/runtimeConfig.js +6 -6
  3. package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  4. package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -1
  5. package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +1 -1
  6. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +1 -1
  7. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +1 -1
  8. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +1 -1
  9. package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +1 -1
  10. package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +1 -1
  11. package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +1 -1
  12. package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -1
  13. package/dist-types/commands/ConfirmConnectionCommand.d.ts +1 -1
  14. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +1 -1
  15. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +1 -1
  16. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateInterconnectCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateLagCommand.d.ts +1 -1
  23. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +1 -1
  24. package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteInterconnectCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteLagCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeLoaCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  39. package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +1 -1
  40. package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +1 -1
  41. package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +1 -1
  42. package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +1 -1
  43. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  44. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateLagCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -1
  49. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  50. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  51. package/dist-types/runtimeConfig.d.ts +16 -16
  52. package/dist-types/runtimeConfig.native.d.ts +18 -18
  53. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  54. package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  101. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  102. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  103. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  104. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  105. package/package.json +22 -22
@@ -23,20 +23,20 @@ const getRuntimeConfig = (config) => {
23
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
25
25
  (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
26
- const profileConfig = { profile: config?.profile };
26
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
27
27
  return {
28
28
  ...clientSharedValues,
29
29
  ...config,
30
30
  runtime: "node",
31
31
  defaultsMode,
32
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
32
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
33
33
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
34
34
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
35
35
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
36
36
  (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
37
37
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
38
38
  region: config?.region ??
39
- (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
39
+ (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
40
40
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
41
41
  retryMode: config?.retryMode ??
42
42
  (0, node_config_provider_1.loadConfig)({
@@ -45,9 +45,9 @@ const getRuntimeConfig = (config) => {
45
45
  }, config),
46
46
  sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
47
47
  streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
48
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
49
- useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
50
- userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
48
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
49
+ useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
50
+ userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
51
51
  };
52
52
  };
53
53
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -19,20 +19,20 @@ export const getRuntimeConfig = (config) => {
19
19
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
20
20
  const clientSharedValues = getSharedRuntimeConfig(config);
21
21
  awsCheckVersion(process.version);
22
- const profileConfig = { profile: config?.profile };
22
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
23
23
  return {
24
24
  ...clientSharedValues,
25
25
  ...config,
26
26
  runtime: "node",
27
27
  defaultsMode,
28
- authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
28
+ authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
29
29
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
30
30
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
31
31
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
32
32
  createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
33
33
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
34
34
  region: config?.region ??
35
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
35
+ loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
36
36
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
37
37
  retryMode: config?.retryMode ??
38
38
  loadNodeConfig({
@@ -41,8 +41,8 @@ export const getRuntimeConfig = (config) => {
41
41
  }, config),
42
42
  sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
43
43
  streamCollector: config?.streamCollector ?? streamCollector,
44
- useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
45
- useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
46
- userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
44
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
45
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
46
+ userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
47
47
  };
48
48
  };
@@ -23,7 +23,7 @@ export interface AcceptDirectConnectGatewayAssociationProposalCommandOutput exte
23
23
  }
24
24
  declare const AcceptDirectConnectGatewayAssociationProposalCommand_base: {
25
25
  new (input: AcceptDirectConnectGatewayAssociationProposalCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AcceptDirectConnectGatewayAssociationProposalCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AcceptDirectConnectGatewayAssociationProposalCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptDirectConnectGatewayAssociationProposalCommandInput, AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AllocateConnectionOnInterconnectCommandOutput extends Connectio
23
23
  }
24
24
  declare const AllocateConnectionOnInterconnectCommand_base: {
25
25
  new (input: AllocateConnectionOnInterconnectCommandInput): import("@smithy/smithy-client").CommandImpl<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AllocateConnectionOnInterconnectCommandInput): import("@smithy/smithy-client").CommandImpl<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AllocateConnectionOnInterconnectCommandInput): import("@smithy/smithy-client").CommandImpl<AllocateConnectionOnInterconnectCommandInput, AllocateConnectionOnInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AllocateHostedConnectionCommandOutput extends Connection, __Met
23
23
  }
24
24
  declare const AllocateHostedConnectionCommand_base: {
25
25
  new (input: AllocateHostedConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AllocateHostedConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AllocateHostedConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AllocateHostedConnectionCommandInput, AllocateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AllocatePrivateVirtualInterfaceCommandOutput extends VirtualInt
23
23
  }
24
24
  declare const AllocatePrivateVirtualInterfaceCommand_base: {
25
25
  new (input: AllocatePrivateVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AllocatePrivateVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AllocatePrivateVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<AllocatePrivateVirtualInterfaceCommandInput, AllocatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AllocatePublicVirtualInterfaceCommandOutput extends VirtualInte
23
23
  }
24
24
  declare const AllocatePublicVirtualInterfaceCommand_base: {
25
25
  new (input: AllocatePublicVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AllocatePublicVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AllocatePublicVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<AllocatePublicVirtualInterfaceCommandInput, AllocatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AllocateTransitVirtualInterfaceCommandOutput extends AllocateTr
23
23
  }
24
24
  declare const AllocateTransitVirtualInterfaceCommand_base: {
25
25
  new (input: AllocateTransitVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AllocateTransitVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AllocateTransitVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<AllocateTransitVirtualInterfaceCommandInput, AllocateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AssociateConnectionWithLagCommandOutput extends Connection, __M
23
23
  }
24
24
  declare const AssociateConnectionWithLagCommand_base: {
25
25
  new (input: AssociateConnectionWithLagCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AssociateConnectionWithLagCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateConnectionWithLagCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateConnectionWithLagCommandInput, AssociateConnectionWithLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AssociateHostedConnectionCommandOutput extends Connection, __Me
23
23
  }
24
24
  declare const AssociateHostedConnectionCommand_base: {
25
25
  new (input: AssociateHostedConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AssociateHostedConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateHostedConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateHostedConnectionCommandInput, AssociateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyRespo
23
23
  }
24
24
  declare const AssociateMacSecKeyCommand_base: {
25
25
  new (input: AssociateMacSecKeyCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AssociateMacSecKeyCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateMacSecKeyCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateMacSecKeyCommandInput, AssociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface
23
23
  }
24
24
  declare const AssociateVirtualInterfaceCommand_base: {
25
25
  new (input: AssociateVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AssociateVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateVirtualInterfaceCommandInput, AssociateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ConfirmConnectionCommandOutput extends ConfirmConnectionRespons
23
23
  }
24
24
  declare const ConfirmConnectionCommand_base: {
25
25
  new (input: ConfirmConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ConfirmConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ConfirmConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmConnectionCommandInput, ConfirmConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ConfirmPrivateVirtualInterfaceCommandOutput extends ConfirmPriv
23
23
  }
24
24
  declare const ConfirmPrivateVirtualInterfaceCommand_base: {
25
25
  new (input: ConfirmPrivateVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ConfirmPrivateVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ConfirmPrivateVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmPrivateVirtualInterfaceCommandInput, ConfirmPrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ConfirmPublicVirtualInterfaceCommandOutput extends ConfirmPubli
23
23
  }
24
24
  declare const ConfirmPublicVirtualInterfaceCommand_base: {
25
25
  new (input: ConfirmPublicVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ConfirmPublicVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ConfirmPublicVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmPublicVirtualInterfaceCommandInput, ConfirmPublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTran
23
23
  }
24
24
  declare const ConfirmTransitVirtualInterfaceCommand_base: {
25
25
  new (input: ConfirmTransitVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ConfirmTransitVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ConfirmTransitVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmTransitVirtualInterfaceCommandInput, ConfirmTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateConnectionCommandOutput extends Connection, __MetadataBea
23
23
  }
24
24
  declare const CreateConnectionCommand_base: {
25
25
  new (input: CreateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateDirectConnectGatewayAssociationCommandOutput extends Crea
23
23
  }
24
24
  declare const CreateDirectConnectGatewayAssociationCommand_base: {
25
25
  new (input: CreateDirectConnectGatewayAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateDirectConnectGatewayAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDirectConnectGatewayAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectConnectGatewayAssociationCommandInput, CreateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateDirectConnectGatewayAssociationProposalCommandOutput exte
23
23
  }
24
24
  declare const CreateDirectConnectGatewayAssociationProposalCommand_base: {
25
25
  new (input: CreateDirectConnectGatewayAssociationProposalCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateDirectConnectGatewayAssociationProposalCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDirectConnectGatewayAssociationProposalCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectConnectGatewayAssociationProposalCommandInput, CreateDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectCon
23
23
  }
24
24
  declare const CreateDirectConnectGatewayCommand_base: {
25
25
  new (input: CreateDirectConnectGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateDirectConnectGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDirectConnectGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateInterconnectCommandOutput extends Interconnect, __Metadat
23
23
  }
24
24
  declare const CreateInterconnectCommand_base: {
25
25
  new (input: CreateInterconnectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInterconnectCommandInput, CreateInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateInterconnectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInterconnectCommandInput, CreateInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateInterconnectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInterconnectCommandInput, CreateInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
23
23
  }
24
24
  declare const CreateLagCommand_base: {
25
25
  new (input: CreateLagCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLagCommandInput, CreateLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateLagCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLagCommandInput, CreateLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateLagCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLagCommandInput, CreateLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
23
23
  }
24
24
  declare const CreatePrivateVirtualInterfaceCommand_base: {
25
25
  new (input: CreatePrivateVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreatePrivateVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePrivateVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterf
23
23
  }
24
24
  declare const CreatePublicVirtualInterfaceCommand_base: {
25
25
  new (input: CreatePublicVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreatePublicVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePublicVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransi
23
23
  }
24
24
  declare const CreateTransitVirtualInterfaceCommand_base: {
25
25
  new (input: CreateTransitVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateTransitVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTransitVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteConnectionCommandOutput extends Connection, __MetadataBea
23
23
  }
24
24
  declare const DeleteConnectionCommand_base: {
25
25
  new (input: DeleteConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput exte
23
23
  }
24
24
  declare const DeleteDirectConnectGatewayAssociationProposalCommand_base: {
25
25
  new (input: DeleteDirectConnectGatewayAssociationProposalCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteDirectConnectGatewayAssociationProposalCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDirectConnectGatewayAssociationProposalCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectCon
23
23
  }
24
24
  declare const DeleteDirectConnectGatewayCommand_base: {
25
25
  new (input: DeleteDirectConnectGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteDirectConnectGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDirectConnectGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteInterconnectCommandOutput extends DeleteInterconnectRespo
23
23
  }
24
24
  declare const DeleteInterconnectCommand_base: {
25
25
  new (input: DeleteInterconnectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteInterconnectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteInterconnectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteLagCommand_base: {
25
25
  new (input: DeleteLagCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLagCommandInput, DeleteLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteLagCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLagCommandInput, DeleteLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteLagCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLagCommandInput, DeleteLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterf
23
23
  }
24
24
  declare const DeleteVirtualInterfaceCommand_base: {
25
25
  new (input: DeleteVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteVirtualInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLo
23
23
  }
24
24
  declare const DescribeConnectionLoaCommand_base: {
25
25
  new (input: DescribeConnectionLoaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeConnectionLoaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeConnectionLoaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeConnectionsOnInterconnectCommandOutput extends Connecti
23
23
  }
24
24
  declare const DescribeConnectionsOnInterconnectCommand_base: {
25
25
  new (input: DescribeConnectionsOnInterconnectCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeConnectionsOnInterconnectCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeConnectionsOnInterconnectCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeHostedConnectionsCommandOutput extends Connections, __M
23
23
  }
24
24
  declare const DescribeHostedConnectionsCommand_base: {
25
25
  new (input: DescribeHostedConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHostedConnectionsCommandInput, DescribeHostedConnectionsCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeHostedConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHostedConnectionsCommandInput, DescribeHostedConnectionsCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeHostedConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHostedConnectionsCommandInput, DescribeHostedConnectionsCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeInterconnectLoaCommandOutput extends DescribeInterconne
23
23
  }
24
24
  declare const DescribeInterconnectLoaCommand_base: {
25
25
  new (input: DescribeInterconnectLoaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInterconnectLoaCommandInput, DescribeInterconnectLoaCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeInterconnectLoaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInterconnectLoaCommandInput, DescribeInterconnectLoaCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeInterconnectLoaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInterconnectLoaCommandInput, DescribeInterconnectLoaCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeLoaCommandOutput extends Loa, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeLoaCommand_base: {
25
25
  new (input: DescribeLoaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoaCommandInput, DescribeLoaCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeLoaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoaCommandInput, DescribeLoaCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeLoaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoaCommandInput, DescribeLoaCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeRouterConfigurationCommandOutput extends DescribeRouter
23
23
  }
24
24
  declare const DescribeRouterConfigurationCommand_base: {
25
25
  new (input: DescribeRouterConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeRouterConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeRouterConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
23
23
  }
24
24
  declare const DescribeTagsCommand_base: {
25
25
  new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DisassociateConnectionFromLagCommandOutput extends Connection,
23
23
  }
24
24
  declare const DisassociateConnectionFromLagCommand_base: {
25
25
  new (input: DisassociateConnectionFromLagCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateConnectionFromLagCommandInput, DisassociateConnectionFromLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DisassociateConnectionFromLagCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateConnectionFromLagCommandInput, DisassociateConnectionFromLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateConnectionFromLagCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateConnectionFromLagCommandInput, DisassociateConnectionFromLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DisassociateMacSecKeyCommandOutput extends DisassociateMacSecKe
23
23
  }
24
24
  declare const DisassociateMacSecKeyCommand_base: {
25
25
  new (input: DisassociateMacSecKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateMacSecKeyCommandInput, DisassociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DisassociateMacSecKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateMacSecKeyCommandInput, DisassociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateMacSecKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateMacSecKeyCommandInput, DisassociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartBgpFailoverTestCommandOutput extends StartBgpFailoverTestR
23
23
  }
24
24
  declare const StartBgpFailoverTestCommand_base: {
25
25
  new (input: StartBgpFailoverTestCommandInput): import("@smithy/smithy-client").CommandImpl<StartBgpFailoverTestCommandInput, StartBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartBgpFailoverTestCommandInput): import("@smithy/smithy-client").CommandImpl<StartBgpFailoverTestCommandInput, StartBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartBgpFailoverTestCommandInput): import("@smithy/smithy-client").CommandImpl<StartBgpFailoverTestCommandInput, StartBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StopBgpFailoverTestCommandOutput extends StopBgpFailoverTestRes
23
23
  }
24
24
  declare const StopBgpFailoverTestCommand_base: {
25
25
  new (input: StopBgpFailoverTestCommandInput): import("@smithy/smithy-client").CommandImpl<StopBgpFailoverTestCommandInput, StopBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StopBgpFailoverTestCommandInput): import("@smithy/smithy-client").CommandImpl<StopBgpFailoverTestCommandInput, StopBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopBgpFailoverTestCommandInput): import("@smithy/smithy-client").CommandImpl<StopBgpFailoverTestCommandInput, StopBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
25
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
25
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateConnectionCommandOutput extends Connection, __MetadataBea
23
23
  }
24
24
  declare const UpdateConnectionCommand_base: {
25
25
  new (input: UpdateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateDirectConnectGatewayCommandOutput extends UpdateDirectCon
23
23
  }
24
24
  declare const UpdateDirectConnectGatewayCommand_base: {
25
25
  new (input: UpdateDirectConnectGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateDirectConnectGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateDirectConnectGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateLagCommandOutput extends Lag, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateLagCommand_base: {
25
25
  new (input: UpdateLagCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLagCommandInput, UpdateLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateLagCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLagCommandInput, UpdateLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateLagCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLagCommandInput, UpdateLagCommandOutput, DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**