@aws-sdk/client-appintegrations 3.1002.0 → 3.1004.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.
@@ -128,14 +128,14 @@ export interface CreateApplicationRequest {
128
128
  /**
129
129
  * <p>The events that the application subscribes.</p>
130
130
  *
131
- * @deprecated Subscriptions has been replaced with Permissions
131
+ * @deprecated Subscriptions has been replaced with Permissions.
132
132
  * @public
133
133
  */
134
134
  Subscriptions?: Subscription[] | undefined;
135
135
  /**
136
136
  * <p>The events that the application publishes.</p>
137
137
  *
138
- * @deprecated Publications has been replaced with Permissions
138
+ * @deprecated Publications has been replaced with Permissions.
139
139
  * @public
140
140
  */
141
141
  Publications?: Publication[] | undefined;
@@ -160,7 +160,7 @@ export interface CreateApplicationRequest {
160
160
  /**
161
161
  * <p>Indicates whether the application is a service.</p>
162
162
  *
163
- * @deprecated IsService has been deprecated in favor of ApplicationType
163
+ * @deprecated (since 2025-12-01) IsService has been deprecated in favor of ApplicationType.
164
164
  * @public
165
165
  */
166
166
  IsService?: boolean | undefined;
@@ -603,14 +603,14 @@ export interface GetApplicationResponse {
603
603
  /**
604
604
  * <p>The events that the application subscribes.</p>
605
605
  *
606
- * @deprecated Subscriptions has been replaced with Permissions
606
+ * @deprecated Subscriptions has been replaced with Permissions.
607
607
  * @public
608
608
  */
609
609
  Subscriptions?: Subscription[] | undefined;
610
610
  /**
611
611
  * <p>The events that the application publishes.</p>
612
612
  *
613
- * @deprecated Publications has been replaced with Permissions
613
+ * @deprecated Publications has been replaced with Permissions.
614
614
  * @public
615
615
  */
616
616
  Publications?: Publication[] | undefined;
@@ -637,7 +637,7 @@ export interface GetApplicationResponse {
637
637
  /**
638
638
  * <p>Indicates whether the application is a service.</p>
639
639
  *
640
- * @deprecated IsService has been deprecated in favor of ApplicationType
640
+ * @deprecated (since 2025-12-01) IsService has been deprecated in favor of ApplicationType.
641
641
  * @public
642
642
  */
643
643
  IsService?: boolean | undefined;
@@ -888,7 +888,7 @@ export interface ApplicationSummary {
888
888
  /**
889
889
  * <p>Indicates whether the application is a service.</p>
890
890
  *
891
- * @deprecated IsService has been deprecated in favor of ApplicationType
891
+ * @deprecated (since 2025-12-01) IsService has been deprecated in favor of ApplicationType.
892
892
  * @public
893
893
  */
894
894
  IsService?: boolean | undefined;
@@ -1280,14 +1280,14 @@ export interface UpdateApplicationRequest {
1280
1280
  /**
1281
1281
  * <p>The events that the application subscribes.</p>
1282
1282
  *
1283
- * @deprecated Subscriptions has been replaced with Permissions
1283
+ * @deprecated Subscriptions has been replaced with Permissions.
1284
1284
  * @public
1285
1285
  */
1286
1286
  Subscriptions?: Subscription[] | undefined;
1287
1287
  /**
1288
1288
  * <p>The events that the application publishes.</p>
1289
1289
  *
1290
- * @deprecated Publications has been replaced with Permissions
1290
+ * @deprecated Publications has been replaced with Permissions.
1291
1291
  * @public
1292
1292
  */
1293
1293
  Publications?: Publication[] | undefined;
@@ -1299,7 +1299,7 @@ export interface UpdateApplicationRequest {
1299
1299
  /**
1300
1300
  * <p>Indicates whether the application is a service.</p>
1301
1301
  *
1302
- * @deprecated IsService has been deprecated in favor of ApplicationType
1302
+ * @deprecated (since 2025-12-01) IsService has been deprecated in favor of ApplicationType.
1303
1303
  * @public
1304
1304
  */
1305
1305
  IsService?: boolean | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appintegrations",
3
3
  "description": "AWS SDK for JavaScript Appintegrations Client for Node.js, Browser and React Native",
4
- "version": "3.1002.0",
4
+ "version": "3.1004.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-appintegrations",
@@ -21,42 +21,42 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.17",
25
- "@aws-sdk/credential-provider-node": "^3.972.16",
26
- "@aws-sdk/middleware-host-header": "^3.972.6",
27
- "@aws-sdk/middleware-logger": "^3.972.6",
28
- "@aws-sdk/middleware-recursion-detection": "^3.972.6",
29
- "@aws-sdk/middleware-user-agent": "^3.972.17",
30
- "@aws-sdk/region-config-resolver": "^3.972.6",
31
- "@aws-sdk/types": "^3.973.4",
32
- "@aws-sdk/util-endpoints": "^3.996.3",
33
- "@aws-sdk/util-user-agent-browser": "^3.972.6",
34
- "@aws-sdk/util-user-agent-node": "^3.973.2",
35
- "@smithy/config-resolver": "^4.4.9",
36
- "@smithy/core": "^3.23.7",
37
- "@smithy/fetch-http-handler": "^5.3.12",
38
- "@smithy/hash-node": "^4.2.10",
39
- "@smithy/invalid-dependency": "^4.2.10",
40
- "@smithy/middleware-content-length": "^4.2.10",
41
- "@smithy/middleware-endpoint": "^4.4.21",
42
- "@smithy/middleware-retry": "^4.4.38",
43
- "@smithy/middleware-serde": "^4.2.11",
44
- "@smithy/middleware-stack": "^4.2.10",
45
- "@smithy/node-config-provider": "^4.3.10",
46
- "@smithy/node-http-handler": "^4.4.13",
47
- "@smithy/protocol-http": "^5.3.10",
48
- "@smithy/smithy-client": "^4.12.1",
24
+ "@aws-sdk/core": "^3.973.18",
25
+ "@aws-sdk/credential-provider-node": "^3.972.18",
26
+ "@aws-sdk/middleware-host-header": "^3.972.7",
27
+ "@aws-sdk/middleware-logger": "^3.972.7",
28
+ "@aws-sdk/middleware-recursion-detection": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.19",
30
+ "@aws-sdk/region-config-resolver": "^3.972.7",
31
+ "@aws-sdk/types": "^3.973.5",
32
+ "@aws-sdk/util-endpoints": "^3.996.4",
33
+ "@aws-sdk/util-user-agent-browser": "^3.972.7",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.4",
35
+ "@smithy/config-resolver": "^4.4.10",
36
+ "@smithy/core": "^3.23.8",
37
+ "@smithy/fetch-http-handler": "^5.3.13",
38
+ "@smithy/hash-node": "^4.2.11",
39
+ "@smithy/invalid-dependency": "^4.2.11",
40
+ "@smithy/middleware-content-length": "^4.2.11",
41
+ "@smithy/middleware-endpoint": "^4.4.22",
42
+ "@smithy/middleware-retry": "^4.4.39",
43
+ "@smithy/middleware-serde": "^4.2.12",
44
+ "@smithy/middleware-stack": "^4.2.11",
45
+ "@smithy/node-config-provider": "^4.3.11",
46
+ "@smithy/node-http-handler": "^4.4.14",
47
+ "@smithy/protocol-http": "^5.3.11",
48
+ "@smithy/smithy-client": "^4.12.2",
49
49
  "@smithy/types": "^4.13.0",
50
- "@smithy/url-parser": "^4.2.10",
51
- "@smithy/util-base64": "^4.3.1",
52
- "@smithy/util-body-length-browser": "^4.2.1",
53
- "@smithy/util-body-length-node": "^4.2.2",
54
- "@smithy/util-defaults-mode-browser": "^4.3.37",
55
- "@smithy/util-defaults-mode-node": "^4.2.40",
56
- "@smithy/util-endpoints": "^3.3.1",
57
- "@smithy/util-middleware": "^4.2.10",
58
- "@smithy/util-retry": "^4.2.10",
59
- "@smithy/util-utf8": "^4.2.1",
50
+ "@smithy/url-parser": "^4.2.11",
51
+ "@smithy/util-base64": "^4.3.2",
52
+ "@smithy/util-body-length-browser": "^4.2.2",
53
+ "@smithy/util-body-length-node": "^4.2.3",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.38",
55
+ "@smithy/util-defaults-mode-node": "^4.2.41",
56
+ "@smithy/util-endpoints": "^3.3.2",
57
+ "@smithy/util-middleware": "^4.2.11",
58
+ "@smithy/util-retry": "^4.2.11",
59
+ "@smithy/util-utf8": "^4.2.2",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {
@@ -71,7 +71,7 @@
71
71
  "node": ">=20.0.0"
72
72
  },
73
73
  "typesVersions": {
74
- "<4.0": {
74
+ "<4.5": {
75
75
  "dist-types/*": [
76
76
  "dist-types/ts3.4/*"
77
77
  ]