@aws-sdk/client-ssm-sap 3.1045.0 → 3.1046.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 (116) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +70 -71
  5. package/dist-cjs/models/SsmSapServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/SsmSap.js +1 -1
  10. package/dist-es/SsmSapClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/DeleteResourcePermissionCommand.js +2 -2
  13. package/dist-es/commands/DeregisterApplicationCommand.js +2 -2
  14. package/dist-es/commands/GetApplicationCommand.js +2 -2
  15. package/dist-es/commands/GetComponentCommand.js +2 -2
  16. package/dist-es/commands/GetConfigurationCheckOperationCommand.js +2 -2
  17. package/dist-es/commands/GetDatabaseCommand.js +2 -2
  18. package/dist-es/commands/GetOperationCommand.js +2 -2
  19. package/dist-es/commands/GetResourcePermissionCommand.js +2 -2
  20. package/dist-es/commands/ListApplicationsCommand.js +2 -2
  21. package/dist-es/commands/ListComponentsCommand.js +2 -2
  22. package/dist-es/commands/ListConfigurationCheckDefinitionsCommand.js +2 -2
  23. package/dist-es/commands/ListConfigurationCheckOperationsCommand.js +2 -2
  24. package/dist-es/commands/ListDatabasesCommand.js +2 -2
  25. package/dist-es/commands/ListOperationEventsCommand.js +2 -2
  26. package/dist-es/commands/ListOperationsCommand.js +2 -2
  27. package/dist-es/commands/ListSubCheckResultsCommand.js +2 -2
  28. package/dist-es/commands/ListSubCheckRuleResultsCommand.js +2 -2
  29. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  30. package/dist-es/commands/PutResourcePermissionCommand.js +2 -2
  31. package/dist-es/commands/RegisterApplicationCommand.js +2 -2
  32. package/dist-es/commands/StartApplicationCommand.js +2 -2
  33. package/dist-es/commands/StartApplicationRefreshCommand.js +2 -2
  34. package/dist-es/commands/StartConfigurationChecksCommand.js +2 -2
  35. package/dist-es/commands/StopApplicationCommand.js +2 -2
  36. package/dist-es/commands/TagResourceCommand.js +2 -2
  37. package/dist-es/commands/UntagResourceCommand.js +2 -2
  38. package/dist-es/commands/UpdateApplicationSettingsCommand.js +2 -2
  39. package/dist-es/endpoint/bdd.js +1 -1
  40. package/dist-es/endpoint/endpointResolver.js +1 -1
  41. package/dist-es/models/SsmSapServiceException.js +1 -1
  42. package/dist-es/runtimeConfig.browser.js +4 -6
  43. package/dist-es/runtimeConfig.js +4 -8
  44. package/dist-es/runtimeConfig.shared.js +3 -4
  45. package/dist-es/runtimeExtensions.js +2 -2
  46. package/dist-types/SsmSapClient.d.ts +5 -5
  47. package/dist-types/commands/DeleteResourcePermissionCommand.d.ts +6 -4
  48. package/dist-types/commands/DeregisterApplicationCommand.d.ts +6 -4
  49. package/dist-types/commands/GetApplicationCommand.d.ts +6 -4
  50. package/dist-types/commands/GetComponentCommand.d.ts +6 -4
  51. package/dist-types/commands/GetConfigurationCheckOperationCommand.d.ts +6 -4
  52. package/dist-types/commands/GetDatabaseCommand.d.ts +6 -4
  53. package/dist-types/commands/GetOperationCommand.d.ts +6 -4
  54. package/dist-types/commands/GetResourcePermissionCommand.d.ts +6 -4
  55. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
  56. package/dist-types/commands/ListComponentsCommand.d.ts +6 -4
  57. package/dist-types/commands/ListConfigurationCheckDefinitionsCommand.d.ts +6 -4
  58. package/dist-types/commands/ListConfigurationCheckOperationsCommand.d.ts +6 -4
  59. package/dist-types/commands/ListDatabasesCommand.d.ts +6 -4
  60. package/dist-types/commands/ListOperationEventsCommand.d.ts +6 -4
  61. package/dist-types/commands/ListOperationsCommand.d.ts +6 -4
  62. package/dist-types/commands/ListSubCheckResultsCommand.d.ts +6 -4
  63. package/dist-types/commands/ListSubCheckRuleResultsCommand.d.ts +6 -4
  64. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  65. package/dist-types/commands/PutResourcePermissionCommand.d.ts +6 -4
  66. package/dist-types/commands/RegisterApplicationCommand.d.ts +6 -4
  67. package/dist-types/commands/StartApplicationCommand.d.ts +6 -4
  68. package/dist-types/commands/StartApplicationRefreshCommand.d.ts +6 -4
  69. package/dist-types/commands/StartConfigurationChecksCommand.d.ts +6 -4
  70. package/dist-types/commands/StopApplicationCommand.d.ts +6 -4
  71. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  72. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  73. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +6 -4
  74. package/dist-types/endpoint/bdd.d.ts +1 -1
  75. package/dist-types/extensionConfiguration.d.ts +1 -1
  76. package/dist-types/models/SsmSapServiceException.d.ts +1 -1
  77. package/dist-types/models/errors.d.ts +1 -1
  78. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  79. package/dist-types/runtimeConfig.d.ts +2 -2
  80. package/dist-types/runtimeConfig.native.d.ts +2 -2
  81. package/dist-types/ts3.4/SsmSapClient.d.ts +8 -14
  82. package/dist-types/ts3.4/commands/DeleteResourcePermissionCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/DeregisterApplicationCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/GetConfigurationCheckOperationCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/GetResourcePermissionCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/ListConfigurationCheckDefinitionsCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/ListConfigurationCheckOperationsCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/ListOperationEventsCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/ListSubCheckResultsCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/ListSubCheckRuleResultsCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/PutResourcePermissionCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/RegisterApplicationCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/StartApplicationRefreshCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/StartConfigurationChecksCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  110. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  111. package/dist-types/ts3.4/models/SsmSapServiceException.d.ts +1 -1
  112. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  113. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  115. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  116. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetOperationInput, GetOperationOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface GetOperationCommandInput extends GetOperationInput {
22
22
  export interface GetOperationCommandOutput extends GetOperationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetOperationCommand_base: {
25
- new (input: GetOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOperationCommandInput, GetOperationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetOperationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOperationCommandInput, GetOperationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetOperationCommandInput): import("@smithy/core/client").CommandImpl<GetOperationCommandInput, GetOperationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetOperationCommandInput): import("@smithy/core/client").CommandImpl<GetOperationCommandInput, GetOperationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the details of an operation by specifying the operation ID.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetResourcePermissionInput, GetResourcePermissionOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface GetResourcePermissionCommandInput extends GetResourcePermission
22
22
  export interface GetResourcePermissionCommandOutput extends GetResourcePermissionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetResourcePermissionCommand_base: {
25
- new (input: GetResourcePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePermissionCommandInput, GetResourcePermissionCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourcePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePermissionCommandInput, GetResourcePermissionCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetResourcePermissionCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePermissionCommandInput, GetResourcePermissionCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetResourcePermissionCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePermissionCommandInput, GetResourcePermissionCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets permissions associated with the target database.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListApplicationsInput, ListApplicationsOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface ListApplicationsCommandInput extends ListApplicationsInput {
22
22
  export interface ListApplicationsCommandOutput extends ListApplicationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListApplicationsCommand_base: {
25
- new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all the applications registered with AWS Systems Manager for SAP.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListComponentsInput, ListComponentsOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface ListComponentsCommandInput extends ListComponentsInput {
22
22
  export interface ListComponentsCommandOutput extends ListComponentsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListComponentsCommand_base: {
25
- new (input: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListComponentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListComponentsCommandInput): import("@smithy/core/client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListComponentsCommandInput]): import("@smithy/core/client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all the components registered with AWS Systems Manager for SAP.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListConfigurationCheckDefinitionsInput, ListConfigurationCheckDefinitionsOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface ListConfigurationCheckDefinitionsCommandInput extends ListConfi
22
22
  export interface ListConfigurationCheckDefinitionsCommandOutput extends ListConfigurationCheckDefinitionsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListConfigurationCheckDefinitionsCommand_base: {
25
- new (input: ListConfigurationCheckDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationCheckDefinitionsCommandInput, ListConfigurationCheckDefinitionsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListConfigurationCheckDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConfigurationCheckDefinitionsCommandInput, ListConfigurationCheckDefinitionsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListConfigurationCheckDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationCheckDefinitionsCommandInput, ListConfigurationCheckDefinitionsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListConfigurationCheckDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConfigurationCheckDefinitionsCommandInput, ListConfigurationCheckDefinitionsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all configuration check types supported by AWS Systems Manager for SAP.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListConfigurationCheckOperationsInput, ListConfigurationCheckOperationsOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface ListConfigurationCheckOperationsCommandInput extends ListConfig
22
22
  export interface ListConfigurationCheckOperationsCommandOutput extends ListConfigurationCheckOperationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListConfigurationCheckOperationsCommand_base: {
25
- new (input: ListConfigurationCheckOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationCheckOperationsCommandInput, ListConfigurationCheckOperationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListConfigurationCheckOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationCheckOperationsCommandInput, ListConfigurationCheckOperationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListConfigurationCheckOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationCheckOperationsCommandInput, ListConfigurationCheckOperationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListConfigurationCheckOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationCheckOperationsCommandInput, ListConfigurationCheckOperationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the configuration check operations performed by AWS Systems Manager for SAP.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface ListDatabasesCommandInput extends ListDatabasesInput {
22
22
  export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListDatabasesCommand_base: {
25
- new (input: ListDatabasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDatabasesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDatabasesCommandInput): import("@smithy/core/client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListDatabasesCommandInput]): import("@smithy/core/client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListOperationEventsInput, ListOperationEventsOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface ListOperationEventsCommandInput extends ListOperationEventsInpu
22
22
  export interface ListOperationEventsCommandOutput extends ListOperationEventsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListOperationEventsCommand_base: {
25
- new (input: ListOperationEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOperationEventsCommandInput, ListOperationEventsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListOperationEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOperationEventsCommandInput, ListOperationEventsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListOperationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationEventsCommandInput, ListOperationEventsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListOperationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationEventsCommandInput, ListOperationEventsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of operations events.</p> <p>Available parameters include <code>OperationID</code>, as well as optional parameters <code>MaxResults</code>, <code>NextToken</code>, and <code>Filters</code>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListOperationsInput, ListOperationsOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface ListOperationsCommandInput extends ListOperationsInput {
22
22
  export interface ListOperationsCommandOutput extends ListOperationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListOperationsCommand_base: {
25
- new (input: ListOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the operations performed by AWS Systems Manager for SAP.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListSubCheckResultsInput, ListSubCheckResultsOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface ListSubCheckResultsCommandInput extends ListSubCheckResultsInpu
22
22
  export interface ListSubCheckResultsCommandOutput extends ListSubCheckResultsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListSubCheckResultsCommand_base: {
25
- new (input: ListSubCheckResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubCheckResultsCommandInput, ListSubCheckResultsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSubCheckResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubCheckResultsCommandInput, ListSubCheckResultsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSubCheckResultsCommandInput): import("@smithy/core/client").CommandImpl<ListSubCheckResultsCommandInput, ListSubCheckResultsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSubCheckResultsCommandInput): import("@smithy/core/client").CommandImpl<ListSubCheckResultsCommandInput, ListSubCheckResultsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the sub-check results of a specified configuration check operation.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListSubCheckRuleResultsInput, ListSubCheckRuleResultsOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface ListSubCheckRuleResultsCommandInput extends ListSubCheckRuleRes
22
22
  export interface ListSubCheckRuleResultsCommandOutput extends ListSubCheckRuleResultsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListSubCheckRuleResultsCommand_base: {
25
- new (input: ListSubCheckRuleResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubCheckRuleResultsCommandInput, ListSubCheckRuleResultsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSubCheckRuleResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubCheckRuleResultsCommandInput, ListSubCheckRuleResultsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSubCheckRuleResultsCommandInput): import("@smithy/core/client").CommandImpl<ListSubCheckRuleResultsCommandInput, ListSubCheckRuleResultsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSubCheckRuleResultsCommandInput): import("@smithy/core/client").CommandImpl<ListSubCheckRuleResultsCommandInput, ListSubCheckRuleResultsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the rules of a specified sub-check belonging to a configuration check operation.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutResourcePermissionInput, PutResourcePermissionOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface PutResourcePermissionCommandInput extends PutResourcePermission
22
22
  export interface PutResourcePermissionCommandOutput extends PutResourcePermissionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const PutResourcePermissionCommand_base: {
25
- new (input: PutResourcePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePermissionCommandInput, PutResourcePermissionCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutResourcePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePermissionCommandInput, PutResourcePermissionCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutResourcePermissionCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePermissionCommandInput, PutResourcePermissionCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutResourcePermissionCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePermissionCommandInput, PutResourcePermissionCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds permissions to the target database.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { RegisterApplicationInput, RegisterApplicationOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface RegisterApplicationCommandInput extends RegisterApplicationInpu
22
22
  export interface RegisterApplicationCommandOutput extends RegisterApplicationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const RegisterApplicationCommand_base: {
25
- new (input: RegisterApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterApplicationCommandInput, RegisterApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterApplicationCommandInput, RegisterApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RegisterApplicationCommandInput): import("@smithy/core/client").CommandImpl<RegisterApplicationCommandInput, RegisterApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RegisterApplicationCommandInput): import("@smithy/core/client").CommandImpl<RegisterApplicationCommandInput, RegisterApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Register an SAP application with AWS Systems Manager for SAP. You must meet the following requirements before registering. </p> <p>The SAP application you want to register with AWS Systems Manager for SAP is running on Amazon EC2.</p> <p>AWS Systems Manager Agent must be setup on an Amazon EC2 instance along with the required IAM permissions.</p> <p>Amazon EC2 instance(s) must have access to the secrets created in AWS Secrets Manager to manage SAP applications and components.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartApplicationInput, StartApplicationOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface StartApplicationCommandInput extends StartApplicationInput {
22
22
  export interface StartApplicationCommandOutput extends StartApplicationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StartApplicationCommand_base: {
25
- new (input: StartApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartApplicationCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartApplicationCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Request is an operation which starts an application.</p> <p>Parameter <code>ApplicationId</code> is required.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartApplicationRefreshInput, StartApplicationRefreshOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface StartApplicationRefreshCommandInput extends StartApplicationRef
22
22
  export interface StartApplicationRefreshCommandOutput extends StartApplicationRefreshOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StartApplicationRefreshCommand_base: {
25
- new (input: StartApplicationRefreshCommandInput): import("@smithy/smithy-client").CommandImpl<StartApplicationRefreshCommandInput, StartApplicationRefreshCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartApplicationRefreshCommandInput): import("@smithy/smithy-client").CommandImpl<StartApplicationRefreshCommandInput, StartApplicationRefreshCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartApplicationRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationRefreshCommandInput, StartApplicationRefreshCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartApplicationRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationRefreshCommandInput, StartApplicationRefreshCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Refreshes a registered application.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartConfigurationChecksInput, StartConfigurationChecksOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface StartConfigurationChecksCommandInput extends StartConfiguration
22
22
  export interface StartConfigurationChecksCommandOutput extends StartConfigurationChecksOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StartConfigurationChecksCommand_base: {
25
- new (input: StartConfigurationChecksCommandInput): import("@smithy/smithy-client").CommandImpl<StartConfigurationChecksCommandInput, StartConfigurationChecksCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartConfigurationChecksCommandInput): import("@smithy/smithy-client").CommandImpl<StartConfigurationChecksCommandInput, StartConfigurationChecksCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartConfigurationChecksCommandInput): import("@smithy/core/client").CommandImpl<StartConfigurationChecksCommandInput, StartConfigurationChecksCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartConfigurationChecksCommandInput): import("@smithy/core/client").CommandImpl<StartConfigurationChecksCommandInput, StartConfigurationChecksCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Initiates configuration check operations against a specified application.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StopApplicationInput, StopApplicationOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface StopApplicationCommandInput extends StopApplicationInput {
22
22
  export interface StopApplicationCommandOutput extends StopApplicationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StopApplicationCommand_base: {
25
- new (input: StopApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopApplicationCommandInput): import("@smithy/core/client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopApplicationCommandInput): import("@smithy/core/client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Request is an operation to stop an application.</p> <p>Parameter <code>ApplicationId</code> is required. Parameters <code>StopConnectedEntity</code> and <code>IncludeEc2InstanceShutdown</code> are optional.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates tag for a resource by specifying the ARN.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Delete the tags for a resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateApplicationSettingsInput, UpdateApplicationSettingsOutput } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient";
@@ -22,9 +22,11 @@ export interface UpdateApplicationSettingsCommandInput extends UpdateApplication
22
22
  export interface UpdateApplicationSettingsCommandOutput extends UpdateApplicationSettingsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateApplicationSettingsCommand_base: {
25
- new (input: UpdateApplicationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateApplicationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateApplicationSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateApplicationSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput, SsmSapClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the settings of an application registered with AWS Systems Manager for SAP.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { SsmSapServiceException as __BaseException } from "./SsmSapServiceException";
3
3
  /**
4
4
  * <p>A conflict has occurred.</p>
@@ -5,13 +5,13 @@ import type { SsmSapClientConfig } from "./SsmSapClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { SsmSapClientConfig } from "./SsmSapClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { SsmSapClientConfig } from "./SsmSapClient";
5
5
  export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,