@aws-sdk/client-application-discovery-service 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 +36 -35
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2826,30 +2826,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2826
2826
  // Annotate the CommonJS export names for ESM import in node:
2827
2827
 
2828
2828
  0 && (module.exports = {
2829
- AgentInfoFilterSensitiveLog,
2830
- AgentNetworkInfoFilterSensitiveLog,
2831
- AgentStatus,
2832
- ApplicationDiscoveryService,
2833
- ApplicationDiscoveryServiceClient,
2834
2829
  ApplicationDiscoveryServiceServiceException,
2830
+ __Client,
2831
+ ApplicationDiscoveryServiceClient,
2832
+ ApplicationDiscoveryService,
2833
+ $Command,
2835
2834
  AssociateConfigurationItemsToApplicationCommand,
2836
- AuthorizationErrorException,
2837
2835
  BatchDeleteAgentsCommand,
2838
- BatchDeleteConfigurationTaskStatus,
2839
2836
  BatchDeleteImportDataCommand,
2840
- BatchDeleteImportDataErrorCode,
2841
- ConfigurationItemType,
2842
- ConflictErrorException,
2843
- ContinuousExportStatus,
2844
2837
  CreateApplicationCommand,
2845
2838
  CreateTagsCommand,
2846
- DataSource,
2847
- DeleteAgentErrorCode,
2848
2839
  DeleteApplicationsCommand,
2849
2840
  DeleteTagsCommand,
2850
- DeletionConfigurationItemType,
2851
2841
  DescribeAgentsCommand,
2852
- DescribeAgentsResponseFilterSensitiveLog,
2853
2842
  DescribeBatchDeleteConfigurationTaskCommand,
2854
2843
  DescribeConfigurationsCommand,
2855
2844
  DescribeContinuousExportsCommand,
@@ -2859,25 +2848,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2859
2848
  DescribeTagsCommand,
2860
2849
  DisassociateConfigurationItemsFromApplicationCommand,
2861
2850
  ExportConfigurationsCommand,
2862
- ExportDataFormat,
2863
- ExportPreferences,
2864
- ExportStatus,
2865
2851
  GetDiscoverySummaryCommand,
2866
- HomeRegionNotSetException,
2867
- ImportStatus,
2868
- ImportTaskFilterName,
2869
- InvalidParameterException,
2870
- InvalidParameterValueException,
2871
- LimitExceededException,
2872
2852
  ListConfigurationsCommand,
2873
2853
  ListServerNeighborsCommand,
2874
- OfferingClass,
2875
- OperationNotPermittedException,
2876
- OrderString,
2877
- PurchasingOption,
2878
- ResourceInUseException,
2879
- ResourceNotFoundException,
2880
- ServerInternalErrorException,
2881
2854
  StartBatchDeleteConfigurationTaskCommand,
2882
2855
  StartContinuousExportCommand,
2883
2856
  StartDataCollectionByAgentIdsCommand,
@@ -2885,16 +2858,44 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2885
2858
  StartImportTaskCommand,
2886
2859
  StopContinuousExportCommand,
2887
2860
  StopDataCollectionByAgentIdsCommand,
2888
- Tenancy,
2889
- TermLength,
2890
2861
  UpdateApplicationCommand,
2891
- __Client,
2892
2862
  paginateDescribeAgents,
2893
2863
  paginateDescribeContinuousExports,
2894
2864
  paginateDescribeExportConfigurations,
2895
2865
  paginateDescribeExportTasks,
2896
2866
  paginateDescribeImportTasks,
2897
2867
  paginateDescribeTags,
2898
- paginateListConfigurations
2868
+ paginateListConfigurations,
2869
+ AgentStatus,
2870
+ AuthorizationErrorException,
2871
+ HomeRegionNotSetException,
2872
+ InvalidParameterException,
2873
+ InvalidParameterValueException,
2874
+ ServerInternalErrorException,
2875
+ DeleteAgentErrorCode,
2876
+ BatchDeleteImportDataErrorCode,
2877
+ ResourceNotFoundException,
2878
+ DeletionConfigurationItemType,
2879
+ BatchDeleteConfigurationTaskStatus,
2880
+ DataSource,
2881
+ ContinuousExportStatus,
2882
+ OperationNotPermittedException,
2883
+ ExportStatus,
2884
+ ImportTaskFilterName,
2885
+ ImportStatus,
2886
+ ConfigurationItemType,
2887
+ OrderString,
2888
+ LimitExceededException,
2889
+ ConflictErrorException,
2890
+ ResourceInUseException,
2891
+ ExportDataFormat,
2892
+ OfferingClass,
2893
+ PurchasingOption,
2894
+ TermLength,
2895
+ Tenancy,
2896
+ ExportPreferences,
2897
+ AgentNetworkInfoFilterSensitiveLog,
2898
+ AgentInfoFilterSensitiveLog,
2899
+ DescribeAgentsResponseFilterSensitiveLog
2899
2900
  });
2900
2901
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-discovery-service",
3
3
  "description": "AWS SDK for JavaScript Application Discovery Service 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-application-discovery-service",
@@ -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",