@aws-sdk/client-appfabric 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
@@ -2726,70 +2726,71 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2726
2726
  // Annotate the CommonJS export names for ESM import in node:
2727
2727
 
2728
2728
  0 && (module.exports = {
2729
- AccessDeniedException,
2730
- ApiKeyCredentialFilterSensitiveLog,
2731
- AppAuthorizationStatus,
2732
- AppFabric,
2733
- AppFabricClient,
2734
2729
  AppFabricServiceException,
2735
- AuthRequestFilterSensitiveLog,
2736
- AuthType,
2730
+ __Client,
2731
+ AppFabricClient,
2732
+ AppFabric,
2733
+ $Command,
2737
2734
  BatchGetUserAccessTasksCommand,
2738
- BatchGetUserAccessTasksResponseFilterSensitiveLog,
2739
- ConflictException,
2740
2735
  ConnectAppAuthorizationCommand,
2741
- ConnectAppAuthorizationRequestFilterSensitiveLog,
2742
2736
  CreateAppAuthorizationCommand,
2743
- CreateAppAuthorizationRequestFilterSensitiveLog,
2744
2737
  CreateAppBundleCommand,
2745
2738
  CreateIngestionCommand,
2746
2739
  CreateIngestionDestinationCommand,
2747
- Credential,
2748
- CredentialFilterSensitiveLog,
2749
2740
  DeleteAppAuthorizationCommand,
2750
2741
  DeleteAppBundleCommand,
2751
2742
  DeleteIngestionCommand,
2752
2743
  DeleteIngestionDestinationCommand,
2753
- Destination,
2754
- DestinationConfiguration,
2755
- Format,
2756
2744
  GetAppAuthorizationCommand,
2757
2745
  GetAppBundleCommand,
2758
2746
  GetIngestionCommand,
2759
2747
  GetIngestionDestinationCommand,
2760
- IngestionDestinationStatus,
2761
- IngestionState,
2762
- IngestionType,
2763
- InternalServerException,
2764
2748
  ListAppAuthorizationsCommand,
2765
2749
  ListAppBundlesCommand,
2766
2750
  ListIngestionDestinationsCommand,
2767
2751
  ListIngestionsCommand,
2768
2752
  ListTagsForResourceCommand,
2769
- Oauth2CredentialFilterSensitiveLog,
2770
- Persona,
2771
- ProcessingConfiguration,
2772
- ResourceNotFoundException,
2773
- ResultStatus,
2774
- Schema,
2775
- ServiceQuotaExceededException,
2776
2753
  StartIngestionCommand,
2777
2754
  StartUserAccessTasksCommand,
2778
- StartUserAccessTasksRequestFilterSensitiveLog,
2779
2755
  StopIngestionCommand,
2780
2756
  TagResourceCommand,
2781
- ThrottlingException,
2782
2757
  UntagResourceCommand,
2783
2758
  UpdateAppAuthorizationCommand,
2784
- UpdateAppAuthorizationRequestFilterSensitiveLog,
2785
2759
  UpdateIngestionDestinationCommand,
2786
- UserAccessResultItemFilterSensitiveLog,
2787
- ValidationException,
2788
- ValidationExceptionReason,
2789
- __Client,
2790
2760
  paginateListAppAuthorizations,
2791
2761
  paginateListAppBundles,
2792
2762
  paginateListIngestionDestinations,
2793
- paginateListIngestions
2763
+ paginateListIngestions,
2764
+ AccessDeniedException,
2765
+ AuthType,
2766
+ Persona,
2767
+ AppAuthorizationStatus,
2768
+ Destination,
2769
+ Format,
2770
+ Schema,
2771
+ ResultStatus,
2772
+ InternalServerException,
2773
+ ResourceNotFoundException,
2774
+ ThrottlingException,
2775
+ ValidationExceptionReason,
2776
+ ValidationException,
2777
+ ConflictException,
2778
+ Credential,
2779
+ ServiceQuotaExceededException,
2780
+ IngestionType,
2781
+ IngestionState,
2782
+ DestinationConfiguration,
2783
+ ProcessingConfiguration,
2784
+ IngestionDestinationStatus,
2785
+ ApiKeyCredentialFilterSensitiveLog,
2786
+ AuthRequestFilterSensitiveLog,
2787
+ UserAccessResultItemFilterSensitiveLog,
2788
+ BatchGetUserAccessTasksResponseFilterSensitiveLog,
2789
+ ConnectAppAuthorizationRequestFilterSensitiveLog,
2790
+ Oauth2CredentialFilterSensitiveLog,
2791
+ CredentialFilterSensitiveLog,
2792
+ CreateAppAuthorizationRequestFilterSensitiveLog,
2793
+ StartUserAccessTasksRequestFilterSensitiveLog,
2794
+ UpdateAppAuthorizationRequestFilterSensitiveLog
2794
2795
  });
2795
2796
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appfabric",
3
3
  "description": "AWS SDK for JavaScript Appfabric 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-appfabric",
@@ -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",