@aws-sdk/client-appfabric 3.495.0 → 3.499.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 +38 -35
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -2724,70 +2724,73 @@ var paginateListIngestions = (0, import_core6.createPaginator)(AppFabricClient,
2724
2724
  // src/index.ts
2725
2725
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
2726
2726
  // Annotate the CommonJS export names for ESM import in node:
2727
+
2727
2728
  0 && (module.exports = {
2728
- AccessDeniedException,
2729
- ApiKeyCredentialFilterSensitiveLog,
2730
- AppAuthorizationStatus,
2731
- AppFabric,
2732
- AppFabricClient,
2733
2729
  AppFabricServiceException,
2734
- AuthRequestFilterSensitiveLog,
2735
- AuthType,
2730
+ __Client,
2731
+ AppFabricClient,
2732
+ AppFabric,
2733
+ $Command,
2736
2734
  BatchGetUserAccessTasksCommand,
2737
- BatchGetUserAccessTasksResponseFilterSensitiveLog,
2738
- ConflictException,
2739
2735
  ConnectAppAuthorizationCommand,
2740
- ConnectAppAuthorizationRequestFilterSensitiveLog,
2741
2736
  CreateAppAuthorizationCommand,
2742
- CreateAppAuthorizationRequestFilterSensitiveLog,
2743
2737
  CreateAppBundleCommand,
2744
2738
  CreateIngestionCommand,
2745
2739
  CreateIngestionDestinationCommand,
2746
- Credential,
2747
- CredentialFilterSensitiveLog,
2748
2740
  DeleteAppAuthorizationCommand,
2749
2741
  DeleteAppBundleCommand,
2750
2742
  DeleteIngestionCommand,
2751
2743
  DeleteIngestionDestinationCommand,
2752
- Destination,
2753
- DestinationConfiguration,
2754
- Format,
2755
2744
  GetAppAuthorizationCommand,
2756
2745
  GetAppBundleCommand,
2757
2746
  GetIngestionCommand,
2758
2747
  GetIngestionDestinationCommand,
2759
- IngestionDestinationStatus,
2760
- IngestionState,
2761
- IngestionType,
2762
- InternalServerException,
2763
2748
  ListAppAuthorizationsCommand,
2764
2749
  ListAppBundlesCommand,
2765
2750
  ListIngestionDestinationsCommand,
2766
2751
  ListIngestionsCommand,
2767
2752
  ListTagsForResourceCommand,
2768
- Oauth2CredentialFilterSensitiveLog,
2769
- Persona,
2770
- ProcessingConfiguration,
2771
- ResourceNotFoundException,
2772
- ResultStatus,
2773
- Schema,
2774
- ServiceQuotaExceededException,
2775
2753
  StartIngestionCommand,
2776
2754
  StartUserAccessTasksCommand,
2777
- StartUserAccessTasksRequestFilterSensitiveLog,
2778
2755
  StopIngestionCommand,
2779
2756
  TagResourceCommand,
2780
- ThrottlingException,
2781
2757
  UntagResourceCommand,
2782
2758
  UpdateAppAuthorizationCommand,
2783
- UpdateAppAuthorizationRequestFilterSensitiveLog,
2784
2759
  UpdateIngestionDestinationCommand,
2785
- UserAccessResultItemFilterSensitiveLog,
2786
- ValidationException,
2787
- ValidationExceptionReason,
2788
- __Client,
2789
2760
  paginateListAppAuthorizations,
2790
2761
  paginateListAppBundles,
2791
2762
  paginateListIngestionDestinations,
2792
- 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
2793
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.495.0",
4
+ "version": "3.499.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,48 +20,48 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0",
61
61
  "uuid": "^8.3.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "@types/uuid": "^8.3.0",