@aws-sdk/client-iot-managed-integrations 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 (99) hide show
  1. package/dist-cjs/runtimeConfig.js +6 -6
  2. package/dist-es/runtimeConfig.js +6 -6
  3. package/dist-types/commands/CreateDestinationCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateEventLogConfigurationCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateManagedThingCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateOtaTaskCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateProvisioningProfileCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteCredentialLockerCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteEventLogConfigurationCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteManagedThingCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteOtaTaskCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteOtaTaskConfigurationCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteProvisioningProfileCommand.d.ts +1 -1
  17. package/dist-types/commands/GetCredentialLockerCommand.d.ts +1 -1
  18. package/dist-types/commands/GetDestinationCommand.d.ts +1 -1
  19. package/dist-types/commands/GetDeviceDiscoveryCommand.d.ts +1 -1
  20. package/dist-types/commands/GetEventLogConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/GetManagedThingCapabilitiesCommand.d.ts +1 -1
  22. package/dist-types/commands/GetManagedThingCommand.d.ts +1 -1
  23. package/dist-types/commands/GetManagedThingConnectivityDataCommand.d.ts +1 -1
  24. package/dist-types/commands/GetManagedThingMetaDataCommand.d.ts +1 -1
  25. package/dist-types/commands/GetManagedThingStateCommand.d.ts +1 -1
  26. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +1 -1
  27. package/dist-types/commands/GetOtaTaskCommand.d.ts +1 -1
  28. package/dist-types/commands/GetOtaTaskConfigurationCommand.d.ts +1 -1
  29. package/dist-types/commands/GetProvisioningProfileCommand.d.ts +1 -1
  30. package/dist-types/commands/GetRuntimeLogConfigurationCommand.d.ts +1 -1
  31. package/dist-types/commands/GetSchemaVersionCommand.d.ts +1 -1
  32. package/dist-types/commands/ListManagedThingSchemasCommand.d.ts +1 -1
  33. package/dist-types/commands/ListOtaTaskExecutionsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
  35. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
  36. package/dist-types/commands/PutHubConfigurationCommand.d.ts +1 -1
  37. package/dist-types/commands/PutRuntimeLogConfigurationCommand.d.ts +1 -1
  38. package/dist-types/commands/ResetRuntimeLogConfigurationCommand.d.ts +1 -1
  39. package/dist-types/commands/SendManagedThingCommandCommand.d.ts +1 -1
  40. package/dist-types/commands/StartDeviceDiscoveryCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateEventLogConfigurationCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateManagedThingCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateOtaTaskCommand.d.ts +1 -1
  46. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  47. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  48. package/dist-types/runtimeConfig.d.ts +16 -16
  49. package/dist-types/runtimeConfig.native.d.ts +18 -18
  50. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  51. package/dist-types/ts3.4/commands/CreateDestinationCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/CreateEventLogConfigurationCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/CreateManagedThingCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/CreateOtaTaskCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/CreateProvisioningProfileCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DeleteCredentialLockerCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DeleteEventLogConfigurationCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/DeleteManagedThingCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/DeleteOtaTaskCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/DeleteOtaTaskConfigurationCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/DeleteProvisioningProfileCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/GetCredentialLockerCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/GetDestinationCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/GetDeviceDiscoveryCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/GetEventLogConfigurationCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/GetManagedThingCapabilitiesCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/GetManagedThingCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/GetManagedThingConnectivityDataCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/GetManagedThingMetaDataCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/GetManagedThingStateCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/GetOtaTaskCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/GetOtaTaskConfigurationCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/GetProvisioningProfileCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/GetRuntimeLogConfigurationCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListManagedThingSchemasCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListOtaTaskExecutionsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/PutHubConfigurationCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/PutRuntimeLogConfigurationCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/ResetRuntimeLogConfigurationCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/SendManagedThingCommandCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/StartDeviceDiscoveryCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/UpdateEventLogConfigurationCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/UpdateManagedThingCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/UpdateOtaTaskCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  99. 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 CreateDestinationCommandOutput extends CreateDestinationRespons
23
23
  }
24
24
  declare const CreateDestinationCommand_base: {
25
25
  new (input: CreateDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDestinationCommandInput, CreateDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDestinationCommandInput, CreateDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDestinationCommandInput, CreateDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateEventLogConfigurationCommandOutput extends CreateEventLog
23
23
  }
24
24
  declare const CreateEventLogConfigurationCommand_base: {
25
25
  new (input: CreateEventLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventLogConfigurationCommandInput, CreateEventLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateEventLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventLogConfigurationCommandInput, CreateEventLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateEventLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventLogConfigurationCommandInput, CreateEventLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateManagedThingCommandOutput extends CreateManagedThingRespo
23
23
  }
24
24
  declare const CreateManagedThingCommand_base: {
25
25
  new (input: CreateManagedThingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateManagedThingCommandInput, CreateManagedThingCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateManagedThingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateManagedThingCommandInput, CreateManagedThingCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateManagedThingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateManagedThingCommandInput, CreateManagedThingCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateNotificationConfigurationCommandOutput extends CreateNoti
23
23
  }
24
24
  declare const CreateNotificationConfigurationCommand_base: {
25
25
  new (input: CreateNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateOtaTaskCommandOutput extends CreateOtaTaskResponse, __Met
23
23
  }
24
24
  declare const CreateOtaTaskCommand_base: {
25
25
  new (input: CreateOtaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOtaTaskCommandInput, CreateOtaTaskCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateOtaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOtaTaskCommandInput, CreateOtaTaskCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateOtaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOtaTaskCommandInput, CreateOtaTaskCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateProvisioningProfileCommandOutput extends CreateProvisioni
23
23
  }
24
24
  declare const CreateProvisioningProfileCommand_base: {
25
25
  new (input: CreateProvisioningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProvisioningProfileCommandInput, CreateProvisioningProfileCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateProvisioningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProvisioningProfileCommandInput, CreateProvisioningProfileCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateProvisioningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProvisioningProfileCommandInput, CreateProvisioningProfileCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteCredentialLockerCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCredentialLockerCommand_base: {
25
25
  new (input: DeleteCredentialLockerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCredentialLockerCommandInput, DeleteCredentialLockerCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteCredentialLockerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCredentialLockerCommandInput, DeleteCredentialLockerCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCredentialLockerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCredentialLockerCommandInput, DeleteCredentialLockerCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteDestinationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteDestinationCommand_base: {
25
25
  new (input: DeleteDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDestinationCommandInput, DeleteDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDestinationCommandInput, DeleteDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDestinationCommandInput, DeleteDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteEventLogConfigurationCommandOutput extends __MetadataBear
23
23
  }
24
24
  declare const DeleteEventLogConfigurationCommand_base: {
25
25
  new (input: DeleteEventLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventLogConfigurationCommandInput, DeleteEventLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteEventLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventLogConfigurationCommandInput, DeleteEventLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteEventLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventLogConfigurationCommandInput, DeleteEventLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteManagedThingCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteManagedThingCommand_base: {
25
25
  new (input: DeleteManagedThingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteManagedThingCommandInput, DeleteManagedThingCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteManagedThingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteManagedThingCommandInput, DeleteManagedThingCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteManagedThingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteManagedThingCommandInput, DeleteManagedThingCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteNotificationConfigurationCommandOutput extends __Metadata
23
23
  }
24
24
  declare const DeleteNotificationConfigurationCommand_base: {
25
25
  new (input: DeleteNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteOtaTaskCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteOtaTaskCommand_base: {
25
25
  new (input: DeleteOtaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOtaTaskCommandInput, DeleteOtaTaskCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteOtaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOtaTaskCommandInput, DeleteOtaTaskCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteOtaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOtaTaskCommandInput, DeleteOtaTaskCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteOtaTaskConfigurationCommandOutput extends __MetadataBeare
23
23
  }
24
24
  declare const DeleteOtaTaskConfigurationCommand_base: {
25
25
  new (input: DeleteOtaTaskConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOtaTaskConfigurationCommandInput, DeleteOtaTaskConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteOtaTaskConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOtaTaskConfigurationCommandInput, DeleteOtaTaskConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteOtaTaskConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOtaTaskConfigurationCommandInput, DeleteOtaTaskConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteProvisioningProfileCommandOutput extends __MetadataBearer
23
23
  }
24
24
  declare const DeleteProvisioningProfileCommand_base: {
25
25
  new (input: DeleteProvisioningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProvisioningProfileCommandInput, DeleteProvisioningProfileCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteProvisioningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProvisioningProfileCommandInput, DeleteProvisioningProfileCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteProvisioningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProvisioningProfileCommandInput, DeleteProvisioningProfileCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetCredentialLockerCommandOutput extends GetCredentialLockerRes
23
23
  }
24
24
  declare const GetCredentialLockerCommand_base: {
25
25
  new (input: GetCredentialLockerCommandInput): import("@smithy/smithy-client").CommandImpl<GetCredentialLockerCommandInput, GetCredentialLockerCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetCredentialLockerCommandInput): import("@smithy/smithy-client").CommandImpl<GetCredentialLockerCommandInput, GetCredentialLockerCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCredentialLockerCommandInput): import("@smithy/smithy-client").CommandImpl<GetCredentialLockerCommandInput, GetCredentialLockerCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDestinationCommandOutput extends GetDestinationResponse, __M
23
23
  }
24
24
  declare const GetDestinationCommand_base: {
25
25
  new (input: GetDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDestinationCommandInput, GetDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDestinationCommandInput, GetDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDestinationCommandInput, GetDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDeviceDiscoveryCommandOutput extends GetDeviceDiscoveryRespo
23
23
  }
24
24
  declare const GetDeviceDiscoveryCommand_base: {
25
25
  new (input: GetDeviceDiscoveryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceDiscoveryCommandInput, GetDeviceDiscoveryCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDeviceDiscoveryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceDiscoveryCommandInput, GetDeviceDiscoveryCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDeviceDiscoveryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceDiscoveryCommandInput, GetDeviceDiscoveryCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetEventLogConfigurationCommandOutput extends GetEventLogConfig
23
23
  }
24
24
  declare const GetEventLogConfigurationCommand_base: {
25
25
  new (input: GetEventLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventLogConfigurationCommandInput, GetEventLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetEventLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventLogConfigurationCommandInput, GetEventLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetEventLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventLogConfigurationCommandInput, GetEventLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetManagedThingCapabilitiesCommandOutput extends GetManagedThin
23
23
  }
24
24
  declare const GetManagedThingCapabilitiesCommand_base: {
25
25
  new (input: GetManagedThingCapabilitiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingCapabilitiesCommandInput, GetManagedThingCapabilitiesCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetManagedThingCapabilitiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingCapabilitiesCommandInput, GetManagedThingCapabilitiesCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetManagedThingCapabilitiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingCapabilitiesCommandInput, GetManagedThingCapabilitiesCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetManagedThingCommandOutput extends GetManagedThingResponse, _
23
23
  }
24
24
  declare const GetManagedThingCommand_base: {
25
25
  new (input: GetManagedThingCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingCommandInput, GetManagedThingCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetManagedThingCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingCommandInput, GetManagedThingCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetManagedThingCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingCommandInput, GetManagedThingCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetManagedThingConnectivityDataCommandOutput extends GetManaged
23
23
  }
24
24
  declare const GetManagedThingConnectivityDataCommand_base: {
25
25
  new (input: GetManagedThingConnectivityDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingConnectivityDataCommandInput, GetManagedThingConnectivityDataCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetManagedThingConnectivityDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingConnectivityDataCommandInput, GetManagedThingConnectivityDataCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetManagedThingConnectivityDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingConnectivityDataCommandInput, GetManagedThingConnectivityDataCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetManagedThingMetaDataCommandOutput extends GetManagedThingMet
23
23
  }
24
24
  declare const GetManagedThingMetaDataCommand_base: {
25
25
  new (input: GetManagedThingMetaDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingMetaDataCommandInput, GetManagedThingMetaDataCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetManagedThingMetaDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingMetaDataCommandInput, GetManagedThingMetaDataCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetManagedThingMetaDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingMetaDataCommandInput, GetManagedThingMetaDataCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetManagedThingStateCommandOutput extends GetManagedThingStateR
23
23
  }
24
24
  declare const GetManagedThingStateCommand_base: {
25
25
  new (input: GetManagedThingStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingStateCommandInput, GetManagedThingStateCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetManagedThingStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingStateCommandInput, GetManagedThingStateCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetManagedThingStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedThingStateCommandInput, GetManagedThingStateCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetNotificationConfigurationCommandOutput extends GetNotificati
23
23
  }
24
24
  declare const GetNotificationConfigurationCommand_base: {
25
25
  new (input: GetNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetOtaTaskCommandOutput extends GetOtaTaskResponse, __MetadataB
23
23
  }
24
24
  declare const GetOtaTaskCommand_base: {
25
25
  new (input: GetOtaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetOtaTaskCommandInput, GetOtaTaskCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetOtaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetOtaTaskCommandInput, GetOtaTaskCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetOtaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetOtaTaskCommandInput, GetOtaTaskCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetOtaTaskConfigurationCommandOutput extends GetOtaTaskConfigur
23
23
  }
24
24
  declare const GetOtaTaskConfigurationCommand_base: {
25
25
  new (input: GetOtaTaskConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOtaTaskConfigurationCommandInput, GetOtaTaskConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetOtaTaskConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOtaTaskConfigurationCommandInput, GetOtaTaskConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetOtaTaskConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOtaTaskConfigurationCommandInput, GetOtaTaskConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetProvisioningProfileCommandOutput extends GetProvisioningProf
23
23
  }
24
24
  declare const GetProvisioningProfileCommand_base: {
25
25
  new (input: GetProvisioningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProvisioningProfileCommandInput, GetProvisioningProfileCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetProvisioningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProvisioningProfileCommandInput, GetProvisioningProfileCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetProvisioningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProvisioningProfileCommandInput, GetProvisioningProfileCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRuntimeLogConfigurationCommandOutput extends GetRuntimeLogCo
23
23
  }
24
24
  declare const GetRuntimeLogConfigurationCommand_base: {
25
25
  new (input: GetRuntimeLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRuntimeLogConfigurationCommandInput, GetRuntimeLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRuntimeLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRuntimeLogConfigurationCommandInput, GetRuntimeLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRuntimeLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRuntimeLogConfigurationCommandInput, GetRuntimeLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetSchemaVersionCommandOutput extends GetSchemaVersionResponse,
23
23
  }
24
24
  declare const GetSchemaVersionCommand_base: {
25
25
  new (input: GetSchemaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetSchemaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSchemaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListManagedThingSchemasCommandOutput extends ListManagedThingSc
23
23
  }
24
24
  declare const ListManagedThingSchemasCommand_base: {
25
25
  new (input: ListManagedThingSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedThingSchemasCommandInput, ListManagedThingSchemasCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListManagedThingSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedThingSchemasCommandInput, ListManagedThingSchemasCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListManagedThingSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedThingSchemasCommandInput, ListManagedThingSchemasCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListOtaTaskExecutionsCommandOutput extends ListOtaTaskExecution
23
23
  }
24
24
  declare const ListOtaTaskExecutionsCommand_base: {
25
25
  new (input: ListOtaTaskExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOtaTaskExecutionsCommandInput, ListOtaTaskExecutionsCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListOtaTaskExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOtaTaskExecutionsCommandInput, ListOtaTaskExecutionsCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListOtaTaskExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOtaTaskExecutionsCommandInput, ListOtaTaskExecutionsCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo
23
23
  }
24
24
  declare const ListSchemaVersionsCommand_base: {
25
25
  new (input: ListSchemaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListSchemaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSchemaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutDefaultEncryptionConfigurationCommandOutput extends PutDefau
23
23
  }
24
24
  declare const PutDefaultEncryptionConfigurationCommand_base: {
25
25
  new (input: PutDefaultEncryptionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutDefaultEncryptionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutDefaultEncryptionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutHubConfigurationCommandOutput extends PutHubConfigurationRes
23
23
  }
24
24
  declare const PutHubConfigurationCommand_base: {
25
25
  new (input: PutHubConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutHubConfigurationCommandInput, PutHubConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutHubConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutHubConfigurationCommandInput, PutHubConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutHubConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutHubConfigurationCommandInput, PutHubConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutRuntimeLogConfigurationCommandOutput extends __MetadataBeare
23
23
  }
24
24
  declare const PutRuntimeLogConfigurationCommand_base: {
25
25
  new (input: PutRuntimeLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutRuntimeLogConfigurationCommandInput, PutRuntimeLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutRuntimeLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutRuntimeLogConfigurationCommandInput, PutRuntimeLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutRuntimeLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutRuntimeLogConfigurationCommandInput, PutRuntimeLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ResetRuntimeLogConfigurationCommandOutput extends __MetadataBea
23
23
  }
24
24
  declare const ResetRuntimeLogConfigurationCommand_base: {
25
25
  new (input: ResetRuntimeLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ResetRuntimeLogConfigurationCommandInput, ResetRuntimeLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ResetRuntimeLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ResetRuntimeLogConfigurationCommandInput, ResetRuntimeLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ResetRuntimeLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ResetRuntimeLogConfigurationCommandInput, ResetRuntimeLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SendManagedThingCommandCommandOutput extends SendManagedThingCo
23
23
  }
24
24
  declare const SendManagedThingCommandCommand_base: {
25
25
  new (input: SendManagedThingCommandCommandInput): import("@smithy/smithy-client").CommandImpl<SendManagedThingCommandCommandInput, SendManagedThingCommandCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SendManagedThingCommandCommandInput): import("@smithy/smithy-client").CommandImpl<SendManagedThingCommandCommandInput, SendManagedThingCommandCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SendManagedThingCommandCommandInput): import("@smithy/smithy-client").CommandImpl<SendManagedThingCommandCommandInput, SendManagedThingCommandCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartDeviceDiscoveryCommandOutput extends StartDeviceDiscoveryR
23
23
  }
24
24
  declare const StartDeviceDiscoveryCommand_base: {
25
25
  new (input: StartDeviceDiscoveryCommandInput): import("@smithy/smithy-client").CommandImpl<StartDeviceDiscoveryCommandInput, StartDeviceDiscoveryCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartDeviceDiscoveryCommandInput): import("@smithy/smithy-client").CommandImpl<StartDeviceDiscoveryCommandInput, StartDeviceDiscoveryCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartDeviceDiscoveryCommandInput): import("@smithy/smithy-client").CommandImpl<StartDeviceDiscoveryCommandInput, StartDeviceDiscoveryCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateDestinationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateDestinationCommand_base: {
25
25
  new (input: UpdateDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDestinationCommandInput, UpdateDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDestinationCommandInput, UpdateDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDestinationCommandInput, UpdateDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateEventLogConfigurationCommandOutput extends __MetadataBear
23
23
  }
24
24
  declare const UpdateEventLogConfigurationCommand_base: {
25
25
  new (input: UpdateEventLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventLogConfigurationCommandInput, UpdateEventLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateEventLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventLogConfigurationCommandInput, UpdateEventLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateEventLogConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventLogConfigurationCommandInput, UpdateEventLogConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateManagedThingCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateManagedThingCommand_base: {
25
25
  new (input: UpdateManagedThingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateManagedThingCommandInput, UpdateManagedThingCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateManagedThingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateManagedThingCommandInput, UpdateManagedThingCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateManagedThingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateManagedThingCommandInput, UpdateManagedThingCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateNotificationConfigurationCommandOutput extends __Metadata
23
23
  }
24
24
  declare const UpdateNotificationConfigurationCommand_base: {
25
25
  new (input: UpdateNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateOtaTaskCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateOtaTaskCommand_base: {
25
25
  new (input: UpdateOtaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOtaTaskCommandInput, UpdateOtaTaskCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateOtaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOtaTaskCommandInput, UpdateOtaTaskCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateOtaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOtaTaskCommandInput, UpdateOtaTaskCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -10,9 +10,7 @@ export interface ClientInputEndpointParameters {
10
10
  export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
11
11
  defaultSigningName: string;
12
12
  };
13
- export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
14
- defaultSigningName: string;
15
- };
13
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
16
14
  export declare const commonParams: {
17
15
  readonly UseFIPS: {
18
16
  readonly type: "builtInParams";