@aws-sdk/client-datazone 3.743.0 → 3.749.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.
@@ -8909,9 +8909,9 @@ export interface CreateSubscriptionGrantOutput {
8909
8909
  */
8910
8910
  assets?: SubscribedAsset[] | undefined;
8911
8911
  /**
8912
- * @deprecated
8913
- *
8914
8912
  * <p>The identifier of the subscription grant.</p>
8913
+ *
8914
+ * @deprecated
8915
8915
  * @public
8916
8916
  */
8917
8917
  subscriptionId?: string | undefined;
@@ -861,10 +861,10 @@ export interface DeleteDataSourceInput {
861
861
  */
862
862
  identifier: string | undefined;
863
863
  /**
864
- * @deprecated
865
- *
866
864
  * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
867
865
  * request.</p>
866
+ *
867
+ * @deprecated
868
868
  * @public
869
869
  */
870
870
  clientToken?: string | undefined;
@@ -2313,9 +2313,9 @@ export interface DeleteSubscriptionGrantOutput {
2313
2313
  */
2314
2314
  assets?: SubscribedAsset[] | undefined;
2315
2315
  /**
2316
- * @deprecated
2317
- *
2318
2316
  * <p>The identifier of the subsctiption whose subscription grant is to be deleted.</p>
2317
+ *
2318
+ * @deprecated
2319
2319
  * @public
2320
2320
  */
2321
2321
  subscriptionId?: string | undefined;
@@ -4680,9 +4680,9 @@ export interface GetSubscriptionGrantOutput {
4680
4680
  */
4681
4681
  assets?: SubscribedAsset[] | undefined;
4682
4682
  /**
4683
- * @deprecated
4684
- *
4685
4683
  * <p>The identifier of the subscription.</p>
4684
+ *
4685
+ * @deprecated
4686
4686
  * @public
4687
4687
  */
4688
4688
  subscriptionId?: string | undefined;
@@ -7790,9 +7790,9 @@ export interface SubscriptionGrantSummary {
7790
7790
  */
7791
7791
  assets?: SubscribedAsset[] | undefined;
7792
7792
  /**
7793
- * @deprecated
7794
- *
7795
7793
  * <p>The ID of the subscription.</p>
7794
+ *
7795
+ * @deprecated
7796
7796
  * @public
7797
7797
  */
7798
7798
  subscriptionId?: string | undefined;
@@ -1555,9 +1555,9 @@ export interface UpdateSubscriptionGrantStatusOutput {
1555
1555
  */
1556
1556
  assets?: SubscribedAsset[] | undefined;
1557
1557
  /**
1558
- * @deprecated
1559
- *
1560
1558
  * <p>The identifier of the subscription.</p>
1559
+ *
1560
+ * @deprecated
1561
1561
  * @public
1562
1562
  */
1563
1563
  subscriptionId?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datazone",
3
3
  "description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
4
- "version": "3.743.0",
4
+ "version": "3.749.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-datazone",
@@ -20,42 +20,42 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.734.0",
24
- "@aws-sdk/credential-provider-node": "3.743.0",
23
+ "@aws-sdk/core": "3.749.0",
24
+ "@aws-sdk/credential-provider-node": "3.749.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.743.0",
28
+ "@aws-sdk/middleware-user-agent": "3.749.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.743.0",
33
+ "@aws-sdk/util-user-agent-node": "3.749.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.1",
35
+ "@smithy/core": "^3.1.3",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.2",
41
- "@smithy/middleware-retry": "^4.0.3",
42
- "@smithy/middleware-serde": "^4.0.1",
40
+ "@smithy/middleware-endpoint": "^4.0.4",
41
+ "@smithy/middleware-retry": "^4.0.5",
42
+ "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
45
  "@smithy/node-http-handler": "^4.0.2",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.2",
47
+ "@smithy/smithy-client": "^4.1.4",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.3",
54
- "@smithy/util-defaults-mode-node": "^4.0.3",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.5",
54
+ "@smithy/util-defaults-mode-node": "^4.0.5",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",
58
- "@smithy/util-stream": "^4.0.2",
58
+ "@smithy/util-stream": "^4.1.0",
59
59
  "@smithy/util-utf8": "^4.0.0",
60
60
  "@types/uuid": "^9.0.1",
61
61
  "tslib": "^2.6.2",