@aws-sdk/client-partnercentral-channel 3.954.0 → 3.956.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.
package/dist-cjs/index.js CHANGED
@@ -745,7 +745,7 @@ var RelationshipSummaries = [1, n0, _RSe, 0, () => RelationshipSummary$];
745
745
  var TagList = [1, n0, _TL, 0, () => Tag$];
746
746
  var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
747
747
  var ChannelHandshakePayload$ = [
748
- 3,
748
+ 4,
749
749
  n0,
750
750
  _CHP,
751
751
  0,
@@ -753,7 +753,7 @@ var ChannelHandshakePayload$ = [
753
753
  [() => StartServicePeriodPayload$, () => RevokeServicePeriodPayload$],
754
754
  ];
755
755
  var HandshakeDetail$ = [
756
- 3,
756
+ 4,
757
757
  n0,
758
758
  _HD,
759
759
  0,
@@ -765,7 +765,7 @@ var HandshakeDetail$ = [
765
765
  ],
766
766
  ];
767
767
  var ListChannelHandshakesTypeFilters$ = [
768
- 3,
768
+ 4,
769
769
  n0,
770
770
  _LCHTF,
771
771
  0,
@@ -777,7 +777,7 @@ var ListChannelHandshakesTypeFilters$ = [
777
777
  ],
778
778
  ];
779
779
  var ListChannelHandshakesTypeSort$ = [
780
- 3,
780
+ 4,
781
781
  n0,
782
782
  _LCHTS,
783
783
  0,
@@ -785,7 +785,7 @@ var ListChannelHandshakesTypeSort$ = [
785
785
  [() => StartServicePeriodTypeSort$, () => RevokeServicePeriodTypeSort$, () => ProgramManagementAccountTypeSort$],
786
786
  ];
787
787
  var SupportPlan$ = [
788
- 3,
788
+ 4,
789
789
  n0,
790
790
  _SP,
791
791
  0,
package/dist-es/index.js CHANGED
@@ -5,4 +5,5 @@ export * from "./schemas/schemas_0";
5
5
  export * from "./pagination";
6
6
  export * from "./models/enums";
7
7
  export * from "./models/errors";
8
+ export * from "./models/models_0";
8
9
  export { PartnerCentralChannelServiceException } from "./models/PartnerCentralChannelServiceException";
@@ -527,7 +527,7 @@ var TagKeyList = 64 | 0;
527
527
  var TagList = [1, n0, _TL, 0, () => Tag$];
528
528
  var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
529
529
  export var ChannelHandshakePayload$ = [
530
- 3,
530
+ 4,
531
531
  n0,
532
532
  _CHP,
533
533
  0,
@@ -535,7 +535,7 @@ export var ChannelHandshakePayload$ = [
535
535
  [() => StartServicePeriodPayload$, () => RevokeServicePeriodPayload$],
536
536
  ];
537
537
  export var HandshakeDetail$ = [
538
- 3,
538
+ 4,
539
539
  n0,
540
540
  _HD,
541
541
  0,
@@ -547,7 +547,7 @@ export var HandshakeDetail$ = [
547
547
  ],
548
548
  ];
549
549
  export var ListChannelHandshakesTypeFilters$ = [
550
- 3,
550
+ 4,
551
551
  n0,
552
552
  _LCHTF,
553
553
  0,
@@ -559,7 +559,7 @@ export var ListChannelHandshakesTypeFilters$ = [
559
559
  ],
560
560
  ];
561
561
  export var ListChannelHandshakesTypeSort$ = [
562
- 3,
562
+ 4,
563
563
  n0,
564
564
  _LCHTS,
565
565
  0,
@@ -567,7 +567,7 @@ export var ListChannelHandshakesTypeSort$ = [
567
567
  [() => StartServicePeriodTypeSort$, () => RevokeServicePeriodTypeSort$, () => ProgramManagementAccountTypeSort$],
568
568
  ];
569
569
  export var SupportPlan$ = [
570
- 3,
570
+ 4,
571
571
  n0,
572
572
  _SP,
573
573
  0,
@@ -13,5 +13,5 @@ export * from "./schemas/schemas_0";
13
13
  export * from "./pagination";
14
14
  export * from "./models/enums";
15
15
  export * from "./models/errors";
16
- export type * from "./models/models_0";
16
+ export * from "./models/models_0";
17
17
  export { PartnerCentralChannelServiceException } from "./models/PartnerCentralChannelServiceException";
@@ -1,4 +1,4 @@
1
- import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
2
2
  export declare var AcceptChannelHandshakeDetail$: StaticStructureSchema;
3
3
  export declare var AcceptChannelHandshakeRequest$: StaticStructureSchema;
4
4
  export declare var AcceptChannelHandshakeResponse$: StaticStructureSchema;
@@ -71,11 +71,11 @@ export declare var UpdateRelationshipResponse$: StaticStructureSchema;
71
71
  export declare var ValidationException$: StaticErrorSchema;
72
72
  export declare var ValidationExceptionField$: StaticStructureSchema;
73
73
  export declare var PartnerCentralChannelServiceException$: StaticErrorSchema;
74
- export declare var ChannelHandshakePayload$: StaticStructureSchema;
75
- export declare var HandshakeDetail$: StaticStructureSchema;
76
- export declare var ListChannelHandshakesTypeFilters$: StaticStructureSchema;
77
- export declare var ListChannelHandshakesTypeSort$: StaticStructureSchema;
78
- export declare var SupportPlan$: StaticStructureSchema;
74
+ export declare var ChannelHandshakePayload$: StaticUnionSchema;
75
+ export declare var HandshakeDetail$: StaticUnionSchema;
76
+ export declare var ListChannelHandshakesTypeFilters$: StaticUnionSchema;
77
+ export declare var ListChannelHandshakesTypeSort$: StaticUnionSchema;
78
+ export declare var SupportPlan$: StaticUnionSchema;
79
79
  export declare var AcceptChannelHandshake$: StaticOperationSchema;
80
80
  export declare var CancelChannelHandshake$: StaticOperationSchema;
81
81
  export declare var CreateChannelHandshake$: StaticOperationSchema;
@@ -2,6 +2,7 @@ import {
2
2
  StaticErrorSchema,
3
3
  StaticOperationSchema,
4
4
  StaticStructureSchema,
5
+ StaticUnionSchema,
5
6
  } from "@smithy/types";
6
7
  export declare var AcceptChannelHandshakeDetail$: StaticStructureSchema;
7
8
  export declare var AcceptChannelHandshakeRequest$: StaticStructureSchema;
@@ -75,11 +76,11 @@ export declare var UpdateRelationshipResponse$: StaticStructureSchema;
75
76
  export declare var ValidationException$: StaticErrorSchema;
76
77
  export declare var ValidationExceptionField$: StaticStructureSchema;
77
78
  export declare var PartnerCentralChannelServiceException$: StaticErrorSchema;
78
- export declare var ChannelHandshakePayload$: StaticStructureSchema;
79
- export declare var HandshakeDetail$: StaticStructureSchema;
80
- export declare var ListChannelHandshakesTypeFilters$: StaticStructureSchema;
81
- export declare var ListChannelHandshakesTypeSort$: StaticStructureSchema;
82
- export declare var SupportPlan$: StaticStructureSchema;
79
+ export declare var ChannelHandshakePayload$: StaticUnionSchema;
80
+ export declare var HandshakeDetail$: StaticUnionSchema;
81
+ export declare var ListChannelHandshakesTypeFilters$: StaticUnionSchema;
82
+ export declare var ListChannelHandshakesTypeSort$: StaticUnionSchema;
83
+ export declare var SupportPlan$: StaticUnionSchema;
83
84
  export declare var AcceptChannelHandshake$: StaticOperationSchema;
84
85
  export declare var CancelChannelHandshake$: StaticOperationSchema;
85
86
  export declare var CreateChannelHandshake$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-partnercentral-channel",
3
3
  "description": "AWS SDK for JavaScript Partnercentral Channel Client for Node.js, Browser and React Native",
4
- "version": "3.954.0",
4
+ "version": "3.956.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-partnercentral-channel",
@@ -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.954.0",
25
- "@aws-sdk/credential-provider-node": "3.954.0",
26
- "@aws-sdk/middleware-host-header": "3.953.0",
27
- "@aws-sdk/middleware-logger": "3.953.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.953.0",
29
- "@aws-sdk/middleware-user-agent": "3.954.0",
30
- "@aws-sdk/region-config-resolver": "3.953.0",
31
- "@aws-sdk/signature-v4-multi-region": "3.954.0",
32
- "@aws-sdk/types": "3.953.0",
33
- "@aws-sdk/util-endpoints": "3.953.0",
34
- "@aws-sdk/util-user-agent-browser": "3.953.0",
35
- "@aws-sdk/util-user-agent-node": "3.954.0",
36
- "@smithy/config-resolver": "^4.4.4",
37
- "@smithy/core": "^3.19.0",
38
- "@smithy/fetch-http-handler": "^5.3.7",
39
- "@smithy/hash-node": "^4.2.6",
40
- "@smithy/invalid-dependency": "^4.2.6",
41
- "@smithy/middleware-content-length": "^4.2.6",
42
- "@smithy/middleware-endpoint": "^4.4.0",
43
- "@smithy/middleware-retry": "^4.4.16",
44
- "@smithy/middleware-serde": "^4.2.7",
45
- "@smithy/middleware-stack": "^4.2.6",
46
- "@smithy/node-config-provider": "^4.3.6",
47
- "@smithy/node-http-handler": "^4.4.6",
48
- "@smithy/protocol-http": "^5.3.6",
49
- "@smithy/smithy-client": "^4.10.1",
50
- "@smithy/types": "^4.10.0",
51
- "@smithy/url-parser": "^4.2.6",
24
+ "@aws-sdk/core": "3.956.0",
25
+ "@aws-sdk/credential-provider-node": "3.956.0",
26
+ "@aws-sdk/middleware-host-header": "3.956.0",
27
+ "@aws-sdk/middleware-logger": "3.956.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.956.0",
29
+ "@aws-sdk/middleware-user-agent": "3.956.0",
30
+ "@aws-sdk/region-config-resolver": "3.956.0",
31
+ "@aws-sdk/signature-v4-multi-region": "3.956.0",
32
+ "@aws-sdk/types": "3.956.0",
33
+ "@aws-sdk/util-endpoints": "3.956.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.956.0",
35
+ "@aws-sdk/util-user-agent-node": "3.956.0",
36
+ "@smithy/config-resolver": "^4.4.5",
37
+ "@smithy/core": "^3.20.0",
38
+ "@smithy/fetch-http-handler": "^5.3.8",
39
+ "@smithy/hash-node": "^4.2.7",
40
+ "@smithy/invalid-dependency": "^4.2.7",
41
+ "@smithy/middleware-content-length": "^4.2.7",
42
+ "@smithy/middleware-endpoint": "^4.4.1",
43
+ "@smithy/middleware-retry": "^4.4.17",
44
+ "@smithy/middleware-serde": "^4.2.8",
45
+ "@smithy/middleware-stack": "^4.2.7",
46
+ "@smithy/node-config-provider": "^4.3.7",
47
+ "@smithy/node-http-handler": "^4.4.7",
48
+ "@smithy/protocol-http": "^5.3.7",
49
+ "@smithy/smithy-client": "^4.10.2",
50
+ "@smithy/types": "^4.11.0",
51
+ "@smithy/url-parser": "^4.2.7",
52
52
  "@smithy/util-base64": "^4.3.0",
53
53
  "@smithy/util-body-length-browser": "^4.2.0",
54
54
  "@smithy/util-body-length-node": "^4.2.1",
55
- "@smithy/util-defaults-mode-browser": "^4.3.15",
56
- "@smithy/util-defaults-mode-node": "^4.2.18",
57
- "@smithy/util-endpoints": "^3.2.6",
58
- "@smithy/util-middleware": "^4.2.6",
59
- "@smithy/util-retry": "^4.2.6",
55
+ "@smithy/util-defaults-mode-browser": "^4.3.16",
56
+ "@smithy/util-defaults-mode-node": "^4.2.19",
57
+ "@smithy/util-endpoints": "^3.2.7",
58
+ "@smithy/util-middleware": "^4.2.7",
59
+ "@smithy/util-retry": "^4.2.7",
60
60
  "@smithy/util-utf8": "^4.2.0",
61
61
  "tslib": "^2.6.2"
62
62
  },