@aws-sdk/client-ssm-sap 3.588.0 → 3.592.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 (51) hide show
  1. package/dist-cjs/index.js +0 -21
  2. package/dist-types/SsmSapClient.d.ts +4 -4
  3. package/dist-types/commands/DeleteResourcePermissionCommand.d.ts +2 -1
  4. package/dist-types/commands/DeregisterApplicationCommand.d.ts +2 -1
  5. package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
  6. package/dist-types/commands/GetComponentCommand.d.ts +2 -1
  7. package/dist-types/commands/GetDatabaseCommand.d.ts +2 -1
  8. package/dist-types/commands/GetOperationCommand.d.ts +2 -1
  9. package/dist-types/commands/GetResourcePermissionCommand.d.ts +2 -1
  10. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  11. package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
  12. package/dist-types/commands/ListDatabasesCommand.d.ts +2 -1
  13. package/dist-types/commands/ListOperationEventsCommand.d.ts +2 -1
  14. package/dist-types/commands/ListOperationsCommand.d.ts +2 -1
  15. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/PutResourcePermissionCommand.d.ts +2 -1
  17. package/dist-types/commands/RegisterApplicationCommand.d.ts +2 -1
  18. package/dist-types/commands/StartApplicationCommand.d.ts +2 -1
  19. package/dist-types/commands/StartApplicationRefreshCommand.d.ts +2 -1
  20. package/dist-types/commands/StopApplicationCommand.d.ts +2 -1
  21. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +2 -1
  24. package/dist-types/index.d.ts +2 -2
  25. package/dist-types/models/SsmSapServiceException.d.ts +2 -1
  26. package/dist-types/runtimeConfig.native.d.ts +1 -1
  27. package/dist-types/ts3.4/SsmSapClient.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/DeleteResourcePermissionCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/DeregisterApplicationCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/GetResourcePermissionCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/ListOperationEventsCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/PutResourcePermissionCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/RegisterApplicationCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/StartApplicationRefreshCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/models/SsmSapServiceException.d.ts +2 -1
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  51. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -234,7 +234,6 @@ var SsmSapClient = _SsmSapClient;
234
234
 
235
235
  var import_middleware_serde = require("@smithy/middleware-serde");
236
236
 
237
- var import_types = require("@smithy/types");
238
237
 
239
238
  // src/protocols/Aws_restJson1.ts
240
239
  var import_core2 = require("@aws-sdk/core");
@@ -1351,7 +1350,6 @@ var DeleteResourcePermissionCommand = _DeleteResourcePermissionCommand;
1351
1350
 
1352
1351
 
1353
1352
 
1354
-
1355
1353
  var _DeregisterApplicationCommand = class _DeregisterApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1356
1354
  ...commonParams
1357
1355
  }).m(function(Command, cs, config, o) {
@@ -1368,7 +1366,6 @@ var DeregisterApplicationCommand = _DeregisterApplicationCommand;
1368
1366
 
1369
1367
 
1370
1368
 
1371
-
1372
1369
  var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1373
1370
  ...commonParams
1374
1371
  }).m(function(Command, cs, config, o) {
@@ -1385,7 +1382,6 @@ var GetApplicationCommand = _GetApplicationCommand;
1385
1382
 
1386
1383
 
1387
1384
 
1388
-
1389
1385
  var _GetComponentCommand = class _GetComponentCommand extends import_smithy_client.Command.classBuilder().ep({
1390
1386
  ...commonParams
1391
1387
  }).m(function(Command, cs, config, o) {
@@ -1402,7 +1398,6 @@ var GetComponentCommand = _GetComponentCommand;
1402
1398
 
1403
1399
 
1404
1400
 
1405
-
1406
1401
  var _GetDatabaseCommand = class _GetDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
1407
1402
  ...commonParams
1408
1403
  }).m(function(Command, cs, config, o) {
@@ -1419,7 +1414,6 @@ var GetDatabaseCommand = _GetDatabaseCommand;
1419
1414
 
1420
1415
 
1421
1416
 
1422
-
1423
1417
  var _GetOperationCommand = class _GetOperationCommand extends import_smithy_client.Command.classBuilder().ep({
1424
1418
  ...commonParams
1425
1419
  }).m(function(Command, cs, config, o) {
@@ -1436,7 +1430,6 @@ var GetOperationCommand = _GetOperationCommand;
1436
1430
 
1437
1431
 
1438
1432
 
1439
-
1440
1433
  var _GetResourcePermissionCommand = class _GetResourcePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
1441
1434
  ...commonParams
1442
1435
  }).m(function(Command, cs, config, o) {
@@ -1453,7 +1446,6 @@ var GetResourcePermissionCommand = _GetResourcePermissionCommand;
1453
1446
 
1454
1447
 
1455
1448
 
1456
-
1457
1449
  var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
1458
1450
  ...commonParams
1459
1451
  }).m(function(Command, cs, config, o) {
@@ -1470,7 +1462,6 @@ var ListApplicationsCommand = _ListApplicationsCommand;
1470
1462
 
1471
1463
 
1472
1464
 
1473
-
1474
1465
  var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
1475
1466
  ...commonParams
1476
1467
  }).m(function(Command, cs, config, o) {
@@ -1487,7 +1478,6 @@ var ListComponentsCommand = _ListComponentsCommand;
1487
1478
 
1488
1479
 
1489
1480
 
1490
-
1491
1481
  var _ListDatabasesCommand = class _ListDatabasesCommand extends import_smithy_client.Command.classBuilder().ep({
1492
1482
  ...commonParams
1493
1483
  }).m(function(Command, cs, config, o) {
@@ -1504,7 +1494,6 @@ var ListDatabasesCommand = _ListDatabasesCommand;
1504
1494
 
1505
1495
 
1506
1496
 
1507
-
1508
1497
  var _ListOperationEventsCommand = class _ListOperationEventsCommand extends import_smithy_client.Command.classBuilder().ep({
1509
1498
  ...commonParams
1510
1499
  }).m(function(Command, cs, config, o) {
@@ -1521,7 +1510,6 @@ var ListOperationEventsCommand = _ListOperationEventsCommand;
1521
1510
 
1522
1511
 
1523
1512
 
1524
-
1525
1513
  var _ListOperationsCommand = class _ListOperationsCommand extends import_smithy_client.Command.classBuilder().ep({
1526
1514
  ...commonParams
1527
1515
  }).m(function(Command, cs, config, o) {
@@ -1538,7 +1526,6 @@ var ListOperationsCommand = _ListOperationsCommand;
1538
1526
 
1539
1527
 
1540
1528
 
1541
-
1542
1529
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1543
1530
  ...commonParams
1544
1531
  }).m(function(Command, cs, config, o) {
@@ -1555,7 +1542,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1555
1542
 
1556
1543
 
1557
1544
 
1558
-
1559
1545
  var _PutResourcePermissionCommand = class _PutResourcePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
1560
1546
  ...commonParams
1561
1547
  }).m(function(Command, cs, config, o) {
@@ -1572,7 +1558,6 @@ var PutResourcePermissionCommand = _PutResourcePermissionCommand;
1572
1558
 
1573
1559
 
1574
1560
 
1575
-
1576
1561
  var _RegisterApplicationCommand = class _RegisterApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1577
1562
  ...commonParams
1578
1563
  }).m(function(Command, cs, config, o) {
@@ -1589,7 +1574,6 @@ var RegisterApplicationCommand = _RegisterApplicationCommand;
1589
1574
 
1590
1575
 
1591
1576
 
1592
-
1593
1577
  var _StartApplicationCommand = class _StartApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1594
1578
  ...commonParams
1595
1579
  }).m(function(Command, cs, config, o) {
@@ -1606,7 +1590,6 @@ var StartApplicationCommand = _StartApplicationCommand;
1606
1590
 
1607
1591
 
1608
1592
 
1609
-
1610
1593
  var _StartApplicationRefreshCommand = class _StartApplicationRefreshCommand extends import_smithy_client.Command.classBuilder().ep({
1611
1594
  ...commonParams
1612
1595
  }).m(function(Command, cs, config, o) {
@@ -1623,7 +1606,6 @@ var StartApplicationRefreshCommand = _StartApplicationRefreshCommand;
1623
1606
 
1624
1607
 
1625
1608
 
1626
-
1627
1609
  var _StopApplicationCommand = class _StopApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1628
1610
  ...commonParams
1629
1611
  }).m(function(Command, cs, config, o) {
@@ -1640,7 +1622,6 @@ var StopApplicationCommand = _StopApplicationCommand;
1640
1622
 
1641
1623
 
1642
1624
 
1643
-
1644
1625
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1645
1626
  ...commonParams
1646
1627
  }).m(function(Command, cs, config, o) {
@@ -1657,7 +1638,6 @@ var TagResourceCommand = _TagResourceCommand;
1657
1638
 
1658
1639
 
1659
1640
 
1660
-
1661
1641
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1662
1642
  ...commonParams
1663
1643
  }).m(function(Command, cs, config, o) {
@@ -1674,7 +1654,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1674
1654
 
1675
1655
 
1676
1656
 
1677
-
1678
1657
  var _UpdateApplicationSettingsCommand = class _UpdateApplicationSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
1679
1658
  ...commonParams
1680
1659
  }).m(function(Command, cs, config, o) {
@@ -111,15 +111,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
111
111
  * Enables FIPS compatible endpoints.
112
112
  */
113
113
  useFipsEndpoint?: boolean | __Provider<boolean>;
114
+ /**
115
+ * The AWS region to which this client will send requests
116
+ */
117
+ region?: string | __Provider<string>;
114
118
  /**
115
119
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
116
120
  * @internal
117
121
  */
118
122
  defaultUserAgentProvider?: Provider<__UserAgent>;
119
- /**
120
- * The AWS region to which this client will send requests
121
- */
122
- region?: string | __Provider<string>;
123
123
  /**
124
124
  * Default credentials provider; Not available in browser runtime.
125
125
  * @deprecated
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -8,8 +8,8 @@
8
8
  export * from "./SsmSapClient";
9
9
  export * from "./SsmSap";
10
10
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
11
- export { RuntimeExtension } from "./runtimeExtensions";
12
- export { SsmSapExtensionConfiguration } from "./extensionConfiguration";
11
+ export type { RuntimeExtension } from "./runtimeExtensions";
12
+ export type { SsmSapExtensionConfiguration } from "./extensionConfiguration";
13
13
  export * from "./commands";
14
14
  export * from "./pagination";
15
15
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -196,8 +196,8 @@ export interface ClientDefaults
196
196
  serviceId?: string;
197
197
  useDualstackEndpoint?: boolean | __Provider<boolean>;
198
198
  useFipsEndpoint?: boolean | __Provider<boolean>;
199
- defaultUserAgentProvider?: Provider<__UserAgent>;
200
199
  region?: string | __Provider<string>;
200
+ defaultUserAgentProvider?: Provider<__UserAgent>;
201
201
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
202
202
  maxAttempts?: number | __Provider<number>;
203
203
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SsmSapClientResolvedConfig,
11
11
  } from "../SsmSapClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteResourcePermissionCommandInput
14
15
  extends DeleteResourcePermissionInput {}
15
16
  export interface DeleteResourcePermissionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SsmSapClientResolvedConfig,
11
11
  } from "../SsmSapClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeregisterApplicationCommandInput
14
15
  extends DeregisterApplicationInput {}
15
16
  export interface DeregisterApplicationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SsmSapClientResolvedConfig,
8
8
  } from "../SsmSapClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetApplicationCommandInput extends GetApplicationInput {}
11
12
  export interface GetApplicationCommandOutput
12
13
  extends GetApplicationOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SsmSapClientResolvedConfig,
8
8
  } from "../SsmSapClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetComponentCommandInput extends GetComponentInput {}
11
12
  export interface GetComponentCommandOutput
12
13
  extends GetComponentOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SsmSapClientResolvedConfig,
8
8
  } from "../SsmSapClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetDatabaseCommandInput extends GetDatabaseInput {}
11
12
  export interface GetDatabaseCommandOutput
12
13
  extends GetDatabaseOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SsmSapClientResolvedConfig,
8
8
  } from "../SsmSapClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetOperationCommandInput extends GetOperationInput {}
11
12
  export interface GetOperationCommandOutput
12
13
  extends GetOperationOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SsmSapClientResolvedConfig,
11
11
  } from "../SsmSapClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetResourcePermissionCommandInput
14
15
  extends GetResourcePermissionInput {}
15
16
  export interface GetResourcePermissionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SsmSapClientResolvedConfig,
11
11
  } from "../SsmSapClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListApplicationsCommandInput extends ListApplicationsInput {}
14
15
  export interface ListApplicationsCommandOutput
15
16
  extends ListApplicationsOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SsmSapClientResolvedConfig,
8
8
  } from "../SsmSapClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListComponentsCommandInput extends ListComponentsInput {}
11
12
  export interface ListComponentsCommandOutput
12
13
  extends ListComponentsOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SsmSapClientResolvedConfig,
8
8
  } from "../SsmSapClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListDatabasesCommandInput extends ListDatabasesInput {}
11
12
  export interface ListDatabasesCommandOutput
12
13
  extends ListDatabasesOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SsmSapClientResolvedConfig,
11
11
  } from "../SsmSapClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListOperationEventsCommandInput
14
15
  extends ListOperationEventsInput {}
15
16
  export interface ListOperationEventsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SsmSapClientResolvedConfig,
8
8
  } from "../SsmSapClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListOperationsCommandInput extends ListOperationsInput {}
11
12
  export interface ListOperationsCommandOutput
12
13
  extends ListOperationsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SsmSapClientResolvedConfig,
11
11
  } from "../SsmSapClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SsmSapClientResolvedConfig,
11
11
  } from "../SsmSapClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutResourcePermissionCommandInput
14
15
  extends PutResourcePermissionInput {}
15
16
  export interface PutResourcePermissionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SsmSapClientResolvedConfig,
11
11
  } from "../SsmSapClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RegisterApplicationCommandInput
14
15
  extends RegisterApplicationInput {}
15
16
  export interface RegisterApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SsmSapClientResolvedConfig,
11
11
  } from "../SsmSapClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartApplicationCommandInput extends StartApplicationInput {}
14
15
  export interface StartApplicationCommandOutput
15
16
  extends StartApplicationOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SsmSapClientResolvedConfig,
11
11
  } from "../SsmSapClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartApplicationRefreshCommandInput
14
15
  extends StartApplicationRefreshInput {}
15
16
  export interface StartApplicationRefreshCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SsmSapClientResolvedConfig,
11
11
  } from "../SsmSapClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StopApplicationCommandInput extends StopApplicationInput {}
14
15
  export interface StopApplicationCommandOutput
15
16
  extends StopApplicationOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SsmSapClientResolvedConfig,
8
8
  } from "../SsmSapClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SsmSapClientResolvedConfig,
11
11
  } from "../SsmSapClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SsmSapClientResolvedConfig,
11
11
  } from "../SsmSapClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateApplicationSettingsCommandInput
14
15
  extends UpdateApplicationSettingsInput {}
15
16
  export interface UpdateApplicationSettingsCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class SsmSapServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
26
- region: string | import("@smithy/types").Provider<any>;
27
27
  credentialDefaultProvider: (
28
28
  input: any
29
29
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-sap",
3
3
  "description": "AWS SDK for JavaScript Ssm Sap Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm-sap",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",