@aws-sdk/client-ssm-sap 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +34 -33
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1969,59 +1969,60 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1969
1969
  // Annotate the CommonJS export names for ESM import in node:
1970
1970
 
1971
1971
  0 && (module.exports = {
1972
- AllocationType,
1973
- ApplicationCredentialFilterSensitiveLog,
1974
- ApplicationDiscoveryStatus,
1975
- ApplicationStatus,
1976
- ApplicationType,
1977
- BackintMode,
1978
- ClusterStatus,
1979
- ComponentStatus,
1980
- ComponentType,
1981
- ConflictException,
1982
- CredentialType,
1983
- DatabaseConnectionMethod,
1984
- DatabaseFilterSensitiveLog,
1985
- DatabaseStatus,
1986
- DatabaseType,
1972
+ SsmSapServiceException,
1973
+ __Client,
1974
+ SsmSapClient,
1975
+ SsmSap,
1976
+ $Command,
1987
1977
  DeleteResourcePermissionCommand,
1988
1978
  DeregisterApplicationCommand,
1989
- FilterOperator,
1990
1979
  GetApplicationCommand,
1991
1980
  GetComponentCommand,
1992
1981
  GetDatabaseCommand,
1993
- GetDatabaseOutputFilterSensitiveLog,
1994
1982
  GetOperationCommand,
1995
1983
  GetResourcePermissionCommand,
1996
- HostRole,
1997
- InternalServerException,
1998
1984
  ListApplicationsCommand,
1999
1985
  ListComponentsCommand,
2000
1986
  ListDatabasesCommand,
2001
1987
  ListOperationsCommand,
2002
1988
  ListTagsForResourceCommand,
2003
- OperationMode,
2004
- OperationStatus,
2005
- PermissionActionType,
2006
1989
  PutResourcePermissionCommand,
2007
1990
  RegisterApplicationCommand,
2008
- RegisterApplicationInputFilterSensitiveLog,
2009
- ReplicationMode,
2010
- ResourceNotFoundException,
2011
- SsmSap,
2012
- SsmSapClient,
2013
- SsmSapServiceException,
2014
1991
  StartApplicationRefreshCommand,
2015
1992
  TagResourceCommand,
2016
- UnauthorizedException,
2017
1993
  UntagResourceCommand,
2018
1994
  UpdateApplicationSettingsCommand,
2019
- UpdateApplicationSettingsInputFilterSensitiveLog,
2020
- ValidationException,
2021
- __Client,
2022
1995
  paginateListApplications,
2023
1996
  paginateListComponents,
2024
1997
  paginateListDatabases,
2025
- paginateListOperations
1998
+ paginateListOperations,
1999
+ AllocationType,
2000
+ ApplicationDiscoveryStatus,
2001
+ ApplicationStatus,
2002
+ ApplicationType,
2003
+ CredentialType,
2004
+ BackintMode,
2005
+ ClusterStatus,
2006
+ ComponentType,
2007
+ DatabaseConnectionMethod,
2008
+ HostRole,
2009
+ OperationMode,
2010
+ ReplicationMode,
2011
+ ComponentStatus,
2012
+ ConflictException,
2013
+ DatabaseType,
2014
+ DatabaseStatus,
2015
+ PermissionActionType,
2016
+ InternalServerException,
2017
+ ResourceNotFoundException,
2018
+ ValidationException,
2019
+ UnauthorizedException,
2020
+ FilterOperator,
2021
+ OperationStatus,
2022
+ ApplicationCredentialFilterSensitiveLog,
2023
+ DatabaseFilterSensitiveLog,
2024
+ GetDatabaseOutputFilterSensitiveLog,
2025
+ RegisterApplicationInputFilterSensitiveLog,
2026
+ UpdateApplicationSettingsInputFilterSensitiveLog
2026
2027
  });
2027
2028
 
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.496.0",
4
+ "version": "3.501.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,9 +20,9 @@
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-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",