@aws-sdk/client-redshift 3.670.0 → 3.672.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/README.md +32 -0
- package/dist-cjs/index.js +685 -67
- package/dist-es/Redshift.js +8 -0
- package/dist-es/commands/CreateIntegrationCommand.js +22 -0
- package/dist-es/commands/DeleteIntegrationCommand.js +22 -0
- package/dist-es/commands/DescribeIntegrationsCommand.js +22 -0
- package/dist-es/commands/ModifyIntegrationCommand.js +22 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +93 -9
- package/dist-es/models/models_1.js +14 -20
- package/dist-es/pagination/DescribeIntegrationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_query.js +458 -31
- package/dist-types/Redshift.d.ts +29 -0
- package/dist-types/RedshiftClient.d.ts +6 -2
- package/dist-types/commands/CreateIntegrationCommand.d.ts +135 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +107 -0
- package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterTracksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +114 -0
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +113 -0
- package/dist-types/commands/ResizeClusterCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +241 -407
- package/dist-types/models/models_1.d.ts +508 -41
- package/dist-types/pagination/DescribeIntegrationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_query.d.ts +36 -0
- package/dist-types/ts3.4/Redshift.d.ts +69 -0
- package/dist-types/ts3.4/RedshiftClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DescribeClusterSecurityGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClusterSubnetGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClusterTracksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +92 -71
- package/dist-types/ts3.4/models/models_1.d.ts +100 -21
- package/dist-types/ts3.4/pagination/DescribeIntegrationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +48 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -83,6 +83,7 @@ __export(src_exports, {
|
|
|
83
83
|
CreateEventSubscriptionCommand: () => CreateEventSubscriptionCommand,
|
|
84
84
|
CreateHsmClientCertificateCommand: () => CreateHsmClientCertificateCommand,
|
|
85
85
|
CreateHsmConfigurationCommand: () => CreateHsmConfigurationCommand,
|
|
86
|
+
CreateIntegrationCommand: () => CreateIntegrationCommand,
|
|
86
87
|
CreateRedshiftIdcApplicationCommand: () => CreateRedshiftIdcApplicationCommand,
|
|
87
88
|
CreateScheduledActionCommand: () => CreateScheduledActionCommand,
|
|
88
89
|
CreateSnapshotCopyGrantCommand: () => CreateSnapshotCopyGrantCommand,
|
|
@@ -107,6 +108,7 @@ __export(src_exports, {
|
|
|
107
108
|
DeleteEventSubscriptionCommand: () => DeleteEventSubscriptionCommand,
|
|
108
109
|
DeleteHsmClientCertificateCommand: () => DeleteHsmClientCertificateCommand,
|
|
109
110
|
DeleteHsmConfigurationCommand: () => DeleteHsmConfigurationCommand,
|
|
111
|
+
DeleteIntegrationCommand: () => DeleteIntegrationCommand,
|
|
110
112
|
DeletePartnerCommand: () => DeletePartnerCommand,
|
|
111
113
|
DeleteRedshiftIdcApplicationCommand: () => DeleteRedshiftIdcApplicationCommand,
|
|
112
114
|
DeleteResourcePolicyCommand: () => DeleteResourcePolicyCommand,
|
|
@@ -142,6 +144,8 @@ __export(src_exports, {
|
|
|
142
144
|
DescribeHsmClientCertificatesCommand: () => DescribeHsmClientCertificatesCommand,
|
|
143
145
|
DescribeHsmConfigurationsCommand: () => DescribeHsmConfigurationsCommand,
|
|
144
146
|
DescribeInboundIntegrationsCommand: () => DescribeInboundIntegrationsCommand,
|
|
147
|
+
DescribeIntegrationsCommand: () => DescribeIntegrationsCommand,
|
|
148
|
+
DescribeIntegrationsFilterName: () => DescribeIntegrationsFilterName,
|
|
145
149
|
DescribeLoggingStatusCommand: () => DescribeLoggingStatusCommand,
|
|
146
150
|
DescribeNodeConfigurationOptionsCommand: () => DescribeNodeConfigurationOptionsCommand,
|
|
147
151
|
DescribeOrderableClusterOptionsCommand: () => DescribeOrderableClusterOptionsCommand,
|
|
@@ -191,7 +195,13 @@ __export(src_exports, {
|
|
|
191
195
|
IncompatibleOrderableOptions: () => IncompatibleOrderableOptions,
|
|
192
196
|
InsufficientClusterCapacityFault: () => InsufficientClusterCapacityFault,
|
|
193
197
|
InsufficientS3BucketPolicyFault: () => InsufficientS3BucketPolicyFault,
|
|
198
|
+
IntegrationAlreadyExistsFault: () => IntegrationAlreadyExistsFault,
|
|
199
|
+
IntegrationConflictOperationFault: () => IntegrationConflictOperationFault,
|
|
200
|
+
IntegrationConflictStateFault: () => IntegrationConflictStateFault,
|
|
194
201
|
IntegrationNotFoundFault: () => IntegrationNotFoundFault,
|
|
202
|
+
IntegrationQuotaExceededFault: () => IntegrationQuotaExceededFault,
|
|
203
|
+
IntegrationSourceNotFoundFault: () => IntegrationSourceNotFoundFault,
|
|
204
|
+
IntegrationTargetNotFoundFault: () => IntegrationTargetNotFoundFault,
|
|
195
205
|
InvalidAuthenticationProfileRequestFault: () => InvalidAuthenticationProfileRequestFault,
|
|
196
206
|
InvalidAuthorizationStateFault: () => InvalidAuthorizationStateFault,
|
|
197
207
|
InvalidClusterParameterGroupStateFault: () => InvalidClusterParameterGroupStateFault,
|
|
@@ -247,6 +257,7 @@ __export(src_exports, {
|
|
|
247
257
|
ModifyCustomDomainAssociationCommand: () => ModifyCustomDomainAssociationCommand,
|
|
248
258
|
ModifyEndpointAccessCommand: () => ModifyEndpointAccessCommand,
|
|
249
259
|
ModifyEventSubscriptionCommand: () => ModifyEventSubscriptionCommand,
|
|
260
|
+
ModifyIntegrationCommand: () => ModifyIntegrationCommand,
|
|
250
261
|
ModifyRedshiftIdcApplicationCommand: () => ModifyRedshiftIdcApplicationCommand,
|
|
251
262
|
ModifyScheduledActionCommand: () => ModifyScheduledActionCommand,
|
|
252
263
|
ModifySnapshotCopyRetentionPeriodCommand: () => ModifySnapshotCopyRetentionPeriodCommand,
|
|
@@ -372,6 +383,7 @@ __export(src_exports, {
|
|
|
372
383
|
paginateDescribeHsmClientCertificates: () => paginateDescribeHsmClientCertificates,
|
|
373
384
|
paginateDescribeHsmConfigurations: () => paginateDescribeHsmConfigurations,
|
|
374
385
|
paginateDescribeInboundIntegrations: () => paginateDescribeInboundIntegrations,
|
|
386
|
+
paginateDescribeIntegrations: () => paginateDescribeIntegrations,
|
|
375
387
|
paginateDescribeNodeConfigurationOptions: () => paginateDescribeNodeConfigurationOptions,
|
|
376
388
|
paginateDescribeOrderableClusterOptions: () => paginateDescribeOrderableClusterOptions,
|
|
377
389
|
paginateDescribeRedshiftIdcApplications: () => paginateDescribeRedshiftIdcApplications,
|
|
@@ -2059,6 +2071,100 @@ var _HsmConfigurationQuotaExceededFault = class _HsmConfigurationQuotaExceededFa
|
|
|
2059
2071
|
};
|
|
2060
2072
|
__name(_HsmConfigurationQuotaExceededFault, "HsmConfigurationQuotaExceededFault");
|
|
2061
2073
|
var HsmConfigurationQuotaExceededFault = _HsmConfigurationQuotaExceededFault;
|
|
2074
|
+
var ZeroETLIntegrationStatus = {
|
|
2075
|
+
ACTIVE: "active",
|
|
2076
|
+
CREATING: "creating",
|
|
2077
|
+
DELETING: "deleting",
|
|
2078
|
+
FAILED: "failed",
|
|
2079
|
+
MODIFYING: "modifying",
|
|
2080
|
+
NEEDS_ATTENTION: "needs_attention",
|
|
2081
|
+
SYNCING: "syncing"
|
|
2082
|
+
};
|
|
2083
|
+
var _IntegrationAlreadyExistsFault = class _IntegrationAlreadyExistsFault extends RedshiftServiceException {
|
|
2084
|
+
/**
|
|
2085
|
+
* @internal
|
|
2086
|
+
*/
|
|
2087
|
+
constructor(opts) {
|
|
2088
|
+
super({
|
|
2089
|
+
name: "IntegrationAlreadyExistsFault",
|
|
2090
|
+
$fault: "client",
|
|
2091
|
+
...opts
|
|
2092
|
+
});
|
|
2093
|
+
this.name = "IntegrationAlreadyExistsFault";
|
|
2094
|
+
this.$fault = "client";
|
|
2095
|
+
Object.setPrototypeOf(this, _IntegrationAlreadyExistsFault.prototype);
|
|
2096
|
+
}
|
|
2097
|
+
};
|
|
2098
|
+
__name(_IntegrationAlreadyExistsFault, "IntegrationAlreadyExistsFault");
|
|
2099
|
+
var IntegrationAlreadyExistsFault = _IntegrationAlreadyExistsFault;
|
|
2100
|
+
var _IntegrationConflictOperationFault = class _IntegrationConflictOperationFault extends RedshiftServiceException {
|
|
2101
|
+
/**
|
|
2102
|
+
* @internal
|
|
2103
|
+
*/
|
|
2104
|
+
constructor(opts) {
|
|
2105
|
+
super({
|
|
2106
|
+
name: "IntegrationConflictOperationFault",
|
|
2107
|
+
$fault: "client",
|
|
2108
|
+
...opts
|
|
2109
|
+
});
|
|
2110
|
+
this.name = "IntegrationConflictOperationFault";
|
|
2111
|
+
this.$fault = "client";
|
|
2112
|
+
Object.setPrototypeOf(this, _IntegrationConflictOperationFault.prototype);
|
|
2113
|
+
}
|
|
2114
|
+
};
|
|
2115
|
+
__name(_IntegrationConflictOperationFault, "IntegrationConflictOperationFault");
|
|
2116
|
+
var IntegrationConflictOperationFault = _IntegrationConflictOperationFault;
|
|
2117
|
+
var _IntegrationQuotaExceededFault = class _IntegrationQuotaExceededFault extends RedshiftServiceException {
|
|
2118
|
+
/**
|
|
2119
|
+
* @internal
|
|
2120
|
+
*/
|
|
2121
|
+
constructor(opts) {
|
|
2122
|
+
super({
|
|
2123
|
+
name: "IntegrationQuotaExceededFault",
|
|
2124
|
+
$fault: "client",
|
|
2125
|
+
...opts
|
|
2126
|
+
});
|
|
2127
|
+
this.name = "IntegrationQuotaExceededFault";
|
|
2128
|
+
this.$fault = "client";
|
|
2129
|
+
Object.setPrototypeOf(this, _IntegrationQuotaExceededFault.prototype);
|
|
2130
|
+
}
|
|
2131
|
+
};
|
|
2132
|
+
__name(_IntegrationQuotaExceededFault, "IntegrationQuotaExceededFault");
|
|
2133
|
+
var IntegrationQuotaExceededFault = _IntegrationQuotaExceededFault;
|
|
2134
|
+
var _IntegrationSourceNotFoundFault = class _IntegrationSourceNotFoundFault extends RedshiftServiceException {
|
|
2135
|
+
/**
|
|
2136
|
+
* @internal
|
|
2137
|
+
*/
|
|
2138
|
+
constructor(opts) {
|
|
2139
|
+
super({
|
|
2140
|
+
name: "IntegrationSourceNotFoundFault",
|
|
2141
|
+
$fault: "client",
|
|
2142
|
+
...opts
|
|
2143
|
+
});
|
|
2144
|
+
this.name = "IntegrationSourceNotFoundFault";
|
|
2145
|
+
this.$fault = "client";
|
|
2146
|
+
Object.setPrototypeOf(this, _IntegrationSourceNotFoundFault.prototype);
|
|
2147
|
+
}
|
|
2148
|
+
};
|
|
2149
|
+
__name(_IntegrationSourceNotFoundFault, "IntegrationSourceNotFoundFault");
|
|
2150
|
+
var IntegrationSourceNotFoundFault = _IntegrationSourceNotFoundFault;
|
|
2151
|
+
var _IntegrationTargetNotFoundFault = class _IntegrationTargetNotFoundFault extends RedshiftServiceException {
|
|
2152
|
+
/**
|
|
2153
|
+
* @internal
|
|
2154
|
+
*/
|
|
2155
|
+
constructor(opts) {
|
|
2156
|
+
super({
|
|
2157
|
+
name: "IntegrationTargetNotFoundFault",
|
|
2158
|
+
$fault: "client",
|
|
2159
|
+
...opts
|
|
2160
|
+
});
|
|
2161
|
+
this.name = "IntegrationTargetNotFoundFault";
|
|
2162
|
+
this.$fault = "client";
|
|
2163
|
+
Object.setPrototypeOf(this, _IntegrationTargetNotFoundFault.prototype);
|
|
2164
|
+
}
|
|
2165
|
+
};
|
|
2166
|
+
__name(_IntegrationTargetNotFoundFault, "IntegrationTargetNotFoundFault");
|
|
2167
|
+
var IntegrationTargetNotFoundFault = _IntegrationTargetNotFoundFault;
|
|
2062
2168
|
var ServiceAuthorization = {
|
|
2063
2169
|
DISABLED: "Disabled",
|
|
2064
2170
|
ENABLED: "Enabled"
|
|
@@ -2538,6 +2644,40 @@ var _InvalidHsmConfigurationStateFault = class _InvalidHsmConfigurationStateFaul
|
|
|
2538
2644
|
};
|
|
2539
2645
|
__name(_InvalidHsmConfigurationStateFault, "InvalidHsmConfigurationStateFault");
|
|
2540
2646
|
var InvalidHsmConfigurationStateFault = _InvalidHsmConfigurationStateFault;
|
|
2647
|
+
var _IntegrationConflictStateFault = class _IntegrationConflictStateFault extends RedshiftServiceException {
|
|
2648
|
+
/**
|
|
2649
|
+
* @internal
|
|
2650
|
+
*/
|
|
2651
|
+
constructor(opts) {
|
|
2652
|
+
super({
|
|
2653
|
+
name: "IntegrationConflictStateFault",
|
|
2654
|
+
$fault: "client",
|
|
2655
|
+
...opts
|
|
2656
|
+
});
|
|
2657
|
+
this.name = "IntegrationConflictStateFault";
|
|
2658
|
+
this.$fault = "client";
|
|
2659
|
+
Object.setPrototypeOf(this, _IntegrationConflictStateFault.prototype);
|
|
2660
|
+
}
|
|
2661
|
+
};
|
|
2662
|
+
__name(_IntegrationConflictStateFault, "IntegrationConflictStateFault");
|
|
2663
|
+
var IntegrationConflictStateFault = _IntegrationConflictStateFault;
|
|
2664
|
+
var _IntegrationNotFoundFault = class _IntegrationNotFoundFault extends RedshiftServiceException {
|
|
2665
|
+
/**
|
|
2666
|
+
* @internal
|
|
2667
|
+
*/
|
|
2668
|
+
constructor(opts) {
|
|
2669
|
+
super({
|
|
2670
|
+
name: "IntegrationNotFoundFault",
|
|
2671
|
+
$fault: "client",
|
|
2672
|
+
...opts
|
|
2673
|
+
});
|
|
2674
|
+
this.name = "IntegrationNotFoundFault";
|
|
2675
|
+
this.$fault = "client";
|
|
2676
|
+
Object.setPrototypeOf(this, _IntegrationNotFoundFault.prototype);
|
|
2677
|
+
}
|
|
2678
|
+
};
|
|
2679
|
+
__name(_IntegrationNotFoundFault, "IntegrationNotFoundFault");
|
|
2680
|
+
var IntegrationNotFoundFault = _IntegrationNotFoundFault;
|
|
2541
2681
|
var _ScheduledActionNotFoundFault = class _ScheduledActionNotFoundFault extends RedshiftServiceException {
|
|
2542
2682
|
/**
|
|
2543
2683
|
* @internal
|
|
@@ -2623,15 +2763,6 @@ var _UsageLimitNotFoundFault = class _UsageLimitNotFoundFault extends RedshiftSe
|
|
|
2623
2763
|
};
|
|
2624
2764
|
__name(_UsageLimitNotFoundFault, "UsageLimitNotFoundFault");
|
|
2625
2765
|
var UsageLimitNotFoundFault = _UsageLimitNotFoundFault;
|
|
2626
|
-
var SnapshotAttributeToSortBy = {
|
|
2627
|
-
CREATE_TIME: "CREATE_TIME",
|
|
2628
|
-
SOURCE_TYPE: "SOURCE_TYPE",
|
|
2629
|
-
TOTAL_SIZE: "TOTAL_SIZE"
|
|
2630
|
-
};
|
|
2631
|
-
var SortByOrder = {
|
|
2632
|
-
ASCENDING: "ASC",
|
|
2633
|
-
DESCENDING: "DESC"
|
|
2634
|
-
};
|
|
2635
2766
|
var PendingModifiedValuesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2636
2767
|
...obj,
|
|
2637
2768
|
...obj.MasterUserPassword && { MasterUserPassword: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2669,6 +2800,15 @@ var DeleteClusterResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2669
2800
|
|
|
2670
2801
|
// src/models/models_1.ts
|
|
2671
2802
|
|
|
2803
|
+
var SnapshotAttributeToSortBy = {
|
|
2804
|
+
CREATE_TIME: "CREATE_TIME",
|
|
2805
|
+
SOURCE_TYPE: "SOURCE_TYPE",
|
|
2806
|
+
TOTAL_SIZE: "TOTAL_SIZE"
|
|
2807
|
+
};
|
|
2808
|
+
var SortByOrder = {
|
|
2809
|
+
ASCENDING: "ASC",
|
|
2810
|
+
DESCENDING: "DESC"
|
|
2811
|
+
};
|
|
2672
2812
|
var SourceType = {
|
|
2673
2813
|
cluster: "cluster",
|
|
2674
2814
|
cluster_parameter_group: "cluster-parameter-group",
|
|
@@ -2676,32 +2816,12 @@ var SourceType = {
|
|
|
2676
2816
|
cluster_snapshot: "cluster-snapshot",
|
|
2677
2817
|
scheduled_action: "scheduled-action"
|
|
2678
2818
|
};
|
|
2679
|
-
var
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
MODIFYING: "modifying",
|
|
2685
|
-
NEEDS_ATTENTION: "needs_attention",
|
|
2686
|
-
SYNCING: "syncing"
|
|
2819
|
+
var DescribeIntegrationsFilterName = {
|
|
2820
|
+
INTEGRATION_ARN: "integration-arn",
|
|
2821
|
+
SOURCE_ARN: "source-arn",
|
|
2822
|
+
SOURCE_TYPES: "source-types",
|
|
2823
|
+
STATUS: "status"
|
|
2687
2824
|
};
|
|
2688
|
-
var _IntegrationNotFoundFault = class _IntegrationNotFoundFault extends RedshiftServiceException {
|
|
2689
|
-
/**
|
|
2690
|
-
* @internal
|
|
2691
|
-
*/
|
|
2692
|
-
constructor(opts) {
|
|
2693
|
-
super({
|
|
2694
|
-
name: "IntegrationNotFoundFault",
|
|
2695
|
-
$fault: "client",
|
|
2696
|
-
...opts
|
|
2697
|
-
});
|
|
2698
|
-
this.name = "IntegrationNotFoundFault";
|
|
2699
|
-
this.$fault = "client";
|
|
2700
|
-
Object.setPrototypeOf(this, _IntegrationNotFoundFault.prototype);
|
|
2701
|
-
}
|
|
2702
|
-
};
|
|
2703
|
-
__name(_IntegrationNotFoundFault, "IntegrationNotFoundFault");
|
|
2704
|
-
var IntegrationNotFoundFault = _IntegrationNotFoundFault;
|
|
2705
2825
|
var LogDestinationType = {
|
|
2706
2826
|
CLOUDWATCH: "cloudwatch",
|
|
2707
2827
|
S3: "s3"
|
|
@@ -3382,6 +3502,16 @@ var se_CreateHsmConfigurationCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3382
3502
|
});
|
|
3383
3503
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3384
3504
|
}, "se_CreateHsmConfigurationCommand");
|
|
3505
|
+
var se_CreateIntegrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3506
|
+
const headers = SHARED_HEADERS;
|
|
3507
|
+
let body;
|
|
3508
|
+
body = buildFormUrlencodedString({
|
|
3509
|
+
...se_CreateIntegrationMessage(input, context),
|
|
3510
|
+
[_A]: _CI,
|
|
3511
|
+
[_V]: _
|
|
3512
|
+
});
|
|
3513
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3514
|
+
}, "se_CreateIntegrationCommand");
|
|
3385
3515
|
var se_CreateRedshiftIdcApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3386
3516
|
const headers = SHARED_HEADERS;
|
|
3387
3517
|
let body;
|
|
@@ -3562,6 +3692,16 @@ var se_DeleteHsmConfigurationCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3562
3692
|
});
|
|
3563
3693
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3564
3694
|
}, "se_DeleteHsmConfigurationCommand");
|
|
3695
|
+
var se_DeleteIntegrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3696
|
+
const headers = SHARED_HEADERS;
|
|
3697
|
+
let body;
|
|
3698
|
+
body = buildFormUrlencodedString({
|
|
3699
|
+
...se_DeleteIntegrationMessage(input, context),
|
|
3700
|
+
[_A]: _DI,
|
|
3701
|
+
[_V]: _
|
|
3702
|
+
});
|
|
3703
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3704
|
+
}, "se_DeleteIntegrationCommand");
|
|
3565
3705
|
var se_DeletePartnerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3566
3706
|
const headers = SHARED_HEADERS;
|
|
3567
3707
|
let body;
|
|
@@ -3882,6 +4022,16 @@ var se_DescribeInboundIntegrationsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
3882
4022
|
});
|
|
3883
4023
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
3884
4024
|
}, "se_DescribeInboundIntegrationsCommand");
|
|
4025
|
+
var se_DescribeIntegrationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4026
|
+
const headers = SHARED_HEADERS;
|
|
4027
|
+
let body;
|
|
4028
|
+
body = buildFormUrlencodedString({
|
|
4029
|
+
...se_DescribeIntegrationsMessage(input, context),
|
|
4030
|
+
[_A]: _DIe,
|
|
4031
|
+
[_V]: _
|
|
4032
|
+
});
|
|
4033
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4034
|
+
}, "se_DescribeIntegrationsCommand");
|
|
3885
4035
|
var se_DescribeLoggingStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3886
4036
|
const headers = SHARED_HEADERS;
|
|
3887
4037
|
let body;
|
|
@@ -4290,6 +4440,16 @@ var se_ModifyEventSubscriptionCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
4290
4440
|
});
|
|
4291
4441
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4292
4442
|
}, "se_ModifyEventSubscriptionCommand");
|
|
4443
|
+
var se_ModifyIntegrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4444
|
+
const headers = SHARED_HEADERS;
|
|
4445
|
+
let body;
|
|
4446
|
+
body = buildFormUrlencodedString({
|
|
4447
|
+
...se_ModifyIntegrationMessage(input, context),
|
|
4448
|
+
[_A]: _MI,
|
|
4449
|
+
[_V]: _
|
|
4450
|
+
});
|
|
4451
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4452
|
+
}, "se_ModifyIntegrationCommand");
|
|
4293
4453
|
var se_ModifyRedshiftIdcApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4294
4454
|
const headers = SHARED_HEADERS;
|
|
4295
4455
|
let body;
|
|
@@ -4776,6 +4936,19 @@ var de_CreateHsmConfigurationCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
4776
4936
|
};
|
|
4777
4937
|
return response;
|
|
4778
4938
|
}, "de_CreateHsmConfigurationCommand");
|
|
4939
|
+
var de_CreateIntegrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4940
|
+
if (output.statusCode >= 300) {
|
|
4941
|
+
return de_CommandError(output, context);
|
|
4942
|
+
}
|
|
4943
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
4944
|
+
let contents = {};
|
|
4945
|
+
contents = de_Integration(data.CreateIntegrationResult, context);
|
|
4946
|
+
const response = {
|
|
4947
|
+
$metadata: deserializeMetadata(output),
|
|
4948
|
+
...contents
|
|
4949
|
+
};
|
|
4950
|
+
return response;
|
|
4951
|
+
}, "de_CreateIntegrationCommand");
|
|
4779
4952
|
var de_CreateRedshiftIdcApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4780
4953
|
if (output.statusCode >= 300) {
|
|
4781
4954
|
return de_CommandError(output, context);
|
|
@@ -4986,6 +5159,19 @@ var de_DeleteHsmConfigurationCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
4986
5159
|
};
|
|
4987
5160
|
return response;
|
|
4988
5161
|
}, "de_DeleteHsmConfigurationCommand");
|
|
5162
|
+
var de_DeleteIntegrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5163
|
+
if (output.statusCode >= 300) {
|
|
5164
|
+
return de_CommandError(output, context);
|
|
5165
|
+
}
|
|
5166
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
5167
|
+
let contents = {};
|
|
5168
|
+
contents = de_Integration(data.DeleteIntegrationResult, context);
|
|
5169
|
+
const response = {
|
|
5170
|
+
$metadata: deserializeMetadata(output),
|
|
5171
|
+
...contents
|
|
5172
|
+
};
|
|
5173
|
+
return response;
|
|
5174
|
+
}, "de_DeleteIntegrationCommand");
|
|
4989
5175
|
var de_DeletePartnerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4990
5176
|
if (output.statusCode >= 300) {
|
|
4991
5177
|
return de_CommandError(output, context);
|
|
@@ -5381,6 +5567,19 @@ var de_DescribeInboundIntegrationsCommand = /* @__PURE__ */ __name(async (output
|
|
|
5381
5567
|
};
|
|
5382
5568
|
return response;
|
|
5383
5569
|
}, "de_DescribeInboundIntegrationsCommand");
|
|
5570
|
+
var de_DescribeIntegrationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5571
|
+
if (output.statusCode >= 300) {
|
|
5572
|
+
return de_CommandError(output, context);
|
|
5573
|
+
}
|
|
5574
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
5575
|
+
let contents = {};
|
|
5576
|
+
contents = de_IntegrationsMessage(data.DescribeIntegrationsResult, context);
|
|
5577
|
+
const response = {
|
|
5578
|
+
$metadata: deserializeMetadata(output),
|
|
5579
|
+
...contents
|
|
5580
|
+
};
|
|
5581
|
+
return response;
|
|
5582
|
+
}, "de_DescribeIntegrationsCommand");
|
|
5384
5583
|
var de_DescribeLoggingStatusCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5385
5584
|
if (output.statusCode >= 300) {
|
|
5386
5585
|
return de_CommandError(output, context);
|
|
@@ -5914,6 +6113,19 @@ var de_ModifyEventSubscriptionCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
5914
6113
|
};
|
|
5915
6114
|
return response;
|
|
5916
6115
|
}, "de_ModifyEventSubscriptionCommand");
|
|
6116
|
+
var de_ModifyIntegrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6117
|
+
if (output.statusCode >= 300) {
|
|
6118
|
+
return de_CommandError(output, context);
|
|
6119
|
+
}
|
|
6120
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
6121
|
+
let contents = {};
|
|
6122
|
+
contents = de_Integration(data.ModifyIntegrationResult, context);
|
|
6123
|
+
const response = {
|
|
6124
|
+
$metadata: deserializeMetadata(output),
|
|
6125
|
+
...contents
|
|
6126
|
+
};
|
|
6127
|
+
return response;
|
|
6128
|
+
}, "de_ModifyIntegrationCommand");
|
|
5917
6129
|
var de_ModifyRedshiftIdcApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5918
6130
|
if (output.statusCode >= 300) {
|
|
5919
6131
|
return de_CommandError(output, context);
|
|
@@ -6415,6 +6627,21 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
6415
6627
|
case "HsmConfigurationQuotaExceededFault":
|
|
6416
6628
|
case "com.amazonaws.redshift#HsmConfigurationQuotaExceededFault":
|
|
6417
6629
|
throw await de_HsmConfigurationQuotaExceededFaultRes(parsedOutput, context);
|
|
6630
|
+
case "IntegrationAlreadyExistsFault":
|
|
6631
|
+
case "com.amazonaws.redshift#IntegrationAlreadyExistsFault":
|
|
6632
|
+
throw await de_IntegrationAlreadyExistsFaultRes(parsedOutput, context);
|
|
6633
|
+
case "IntegrationConflictOperationFault":
|
|
6634
|
+
case "com.amazonaws.redshift#IntegrationConflictOperationFault":
|
|
6635
|
+
throw await de_IntegrationConflictOperationFaultRes(parsedOutput, context);
|
|
6636
|
+
case "IntegrationQuotaExceededFault":
|
|
6637
|
+
case "com.amazonaws.redshift#IntegrationQuotaExceededFault":
|
|
6638
|
+
throw await de_IntegrationQuotaExceededFaultRes(parsedOutput, context);
|
|
6639
|
+
case "IntegrationSourceNotFoundFault":
|
|
6640
|
+
case "com.amazonaws.redshift#IntegrationSourceNotFoundFault":
|
|
6641
|
+
throw await de_IntegrationSourceNotFoundFaultRes(parsedOutput, context);
|
|
6642
|
+
case "IntegrationTargetNotFoundFault":
|
|
6643
|
+
case "com.amazonaws.redshift#IntegrationTargetNotFoundFault":
|
|
6644
|
+
throw await de_IntegrationTargetNotFoundFaultRes(parsedOutput, context);
|
|
6418
6645
|
case "DependentServiceAccessDenied":
|
|
6419
6646
|
case "com.amazonaws.redshift#DependentServiceAccessDeniedFault":
|
|
6420
6647
|
throw await de_DependentServiceAccessDeniedFaultRes(parsedOutput, context);
|
|
@@ -6493,6 +6720,12 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
6493
6720
|
case "InvalidHsmConfigurationStateFault":
|
|
6494
6721
|
case "com.amazonaws.redshift#InvalidHsmConfigurationStateFault":
|
|
6495
6722
|
throw await de_InvalidHsmConfigurationStateFaultRes(parsedOutput, context);
|
|
6723
|
+
case "IntegrationConflictStateFault":
|
|
6724
|
+
case "com.amazonaws.redshift#IntegrationConflictStateFault":
|
|
6725
|
+
throw await de_IntegrationConflictStateFaultRes(parsedOutput, context);
|
|
6726
|
+
case "IntegrationNotFoundFault":
|
|
6727
|
+
case "com.amazonaws.redshift#IntegrationNotFoundFault":
|
|
6728
|
+
throw await de_IntegrationNotFoundFaultRes(parsedOutput, context);
|
|
6496
6729
|
case "ScheduledActionNotFound":
|
|
6497
6730
|
case "com.amazonaws.redshift#ScheduledActionNotFoundFault":
|
|
6498
6731
|
throw await de_ScheduledActionNotFoundFaultRes(parsedOutput, context);
|
|
@@ -6508,9 +6741,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
6508
6741
|
case "UsageLimitNotFound":
|
|
6509
6742
|
case "com.amazonaws.redshift#UsageLimitNotFoundFault":
|
|
6510
6743
|
throw await de_UsageLimitNotFoundFaultRes(parsedOutput, context);
|
|
6511
|
-
case "IntegrationNotFoundFault":
|
|
6512
|
-
case "com.amazonaws.redshift#IntegrationNotFoundFault":
|
|
6513
|
-
throw await de_IntegrationNotFoundFaultRes(parsedOutput, context);
|
|
6514
6744
|
case "AccessToSnapshotDenied":
|
|
6515
6745
|
case "com.amazonaws.redshift#AccessToSnapshotDeniedFault":
|
|
6516
6746
|
throw await de_AccessToSnapshotDeniedFaultRes(parsedOutput, context);
|
|
@@ -7075,6 +7305,33 @@ var de_InsufficientS3BucketPolicyFaultRes = /* @__PURE__ */ __name(async (parsed
|
|
|
7075
7305
|
});
|
|
7076
7306
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
7077
7307
|
}, "de_InsufficientS3BucketPolicyFaultRes");
|
|
7308
|
+
var de_IntegrationAlreadyExistsFaultRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
7309
|
+
const body = parsedOutput.body;
|
|
7310
|
+
const deserialized = de_IntegrationAlreadyExistsFault(body.Error, context);
|
|
7311
|
+
const exception = new IntegrationAlreadyExistsFault({
|
|
7312
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
7313
|
+
...deserialized
|
|
7314
|
+
});
|
|
7315
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
7316
|
+
}, "de_IntegrationAlreadyExistsFaultRes");
|
|
7317
|
+
var de_IntegrationConflictOperationFaultRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
7318
|
+
const body = parsedOutput.body;
|
|
7319
|
+
const deserialized = de_IntegrationConflictOperationFault(body.Error, context);
|
|
7320
|
+
const exception = new IntegrationConflictOperationFault({
|
|
7321
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
7322
|
+
...deserialized
|
|
7323
|
+
});
|
|
7324
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
7325
|
+
}, "de_IntegrationConflictOperationFaultRes");
|
|
7326
|
+
var de_IntegrationConflictStateFaultRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
7327
|
+
const body = parsedOutput.body;
|
|
7328
|
+
const deserialized = de_IntegrationConflictStateFault(body.Error, context);
|
|
7329
|
+
const exception = new IntegrationConflictStateFault({
|
|
7330
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
7331
|
+
...deserialized
|
|
7332
|
+
});
|
|
7333
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
7334
|
+
}, "de_IntegrationConflictStateFaultRes");
|
|
7078
7335
|
var de_IntegrationNotFoundFaultRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
7079
7336
|
const body = parsedOutput.body;
|
|
7080
7337
|
const deserialized = de_IntegrationNotFoundFault(body.Error, context);
|
|
@@ -7084,6 +7341,33 @@ var de_IntegrationNotFoundFaultRes = /* @__PURE__ */ __name(async (parsedOutput,
|
|
|
7084
7341
|
});
|
|
7085
7342
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
7086
7343
|
}, "de_IntegrationNotFoundFaultRes");
|
|
7344
|
+
var de_IntegrationQuotaExceededFaultRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
7345
|
+
const body = parsedOutput.body;
|
|
7346
|
+
const deserialized = de_IntegrationQuotaExceededFault(body.Error, context);
|
|
7347
|
+
const exception = new IntegrationQuotaExceededFault({
|
|
7348
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
7349
|
+
...deserialized
|
|
7350
|
+
});
|
|
7351
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
7352
|
+
}, "de_IntegrationQuotaExceededFaultRes");
|
|
7353
|
+
var de_IntegrationSourceNotFoundFaultRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
7354
|
+
const body = parsedOutput.body;
|
|
7355
|
+
const deserialized = de_IntegrationSourceNotFoundFault(body.Error, context);
|
|
7356
|
+
const exception = new IntegrationSourceNotFoundFault({
|
|
7357
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
7358
|
+
...deserialized
|
|
7359
|
+
});
|
|
7360
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
7361
|
+
}, "de_IntegrationSourceNotFoundFaultRes");
|
|
7362
|
+
var de_IntegrationTargetNotFoundFaultRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
7363
|
+
const body = parsedOutput.body;
|
|
7364
|
+
const deserialized = de_IntegrationTargetNotFoundFault(body.Error, context);
|
|
7365
|
+
const exception = new IntegrationTargetNotFoundFault({
|
|
7366
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
7367
|
+
...deserialized
|
|
7368
|
+
});
|
|
7369
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
7370
|
+
}, "de_IntegrationTargetNotFoundFaultRes");
|
|
7087
7371
|
var de_InvalidAuthenticationProfileRequestFaultRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
7088
7372
|
const body = parsedOutput.body;
|
|
7089
7373
|
const deserialized = de_InvalidAuthenticationProfileRequestFault(body.Error, context);
|
|
@@ -7884,8 +8168,8 @@ var se_AuthorizeDataShareMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
7884
8168
|
if (input[_DSAa] != null) {
|
|
7885
8169
|
entries[_DSAa] = input[_DSAa];
|
|
7886
8170
|
}
|
|
7887
|
-
if (input[
|
|
7888
|
-
entries[
|
|
8171
|
+
if (input[_CIo] != null) {
|
|
8172
|
+
entries[_CIo] = input[_CIo];
|
|
7889
8173
|
}
|
|
7890
8174
|
if (input[_AW] != null) {
|
|
7891
8175
|
entries[_AW] = input[_AW];
|
|
@@ -8446,6 +8730,43 @@ var se_CreateHsmConfigurationMessage = /* @__PURE__ */ __name((input, context) =
|
|
|
8446
8730
|
}
|
|
8447
8731
|
return entries;
|
|
8448
8732
|
}, "se_CreateHsmConfigurationMessage");
|
|
8733
|
+
var se_CreateIntegrationMessage = /* @__PURE__ */ __name((input, context) => {
|
|
8734
|
+
var _a;
|
|
8735
|
+
const entries = {};
|
|
8736
|
+
if (input[_SAo] != null) {
|
|
8737
|
+
entries[_SAo] = input[_SAo];
|
|
8738
|
+
}
|
|
8739
|
+
if (input[_TA] != null) {
|
|
8740
|
+
entries[_TA] = input[_TA];
|
|
8741
|
+
}
|
|
8742
|
+
if (input[_IN] != null) {
|
|
8743
|
+
entries[_IN] = input[_IN];
|
|
8744
|
+
}
|
|
8745
|
+
if (input[_KMSKI] != null) {
|
|
8746
|
+
entries[_KMSKI] = input[_KMSKI];
|
|
8747
|
+
}
|
|
8748
|
+
if (input[_TL] != null) {
|
|
8749
|
+
const memberEntries = se_TagList(input[_TL], context);
|
|
8750
|
+
if (((_a = input[_TL]) == null ? void 0 : _a.length) === 0) {
|
|
8751
|
+
entries.TagList = [];
|
|
8752
|
+
}
|
|
8753
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
8754
|
+
const loc = `TagList.${key}`;
|
|
8755
|
+
entries[loc] = value;
|
|
8756
|
+
});
|
|
8757
|
+
}
|
|
8758
|
+
if (input[_AEC] != null) {
|
|
8759
|
+
const memberEntries = se_EncryptionContextMap(input[_AEC], context);
|
|
8760
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
8761
|
+
const loc = `AdditionalEncryptionContext.${key}`;
|
|
8762
|
+
entries[loc] = value;
|
|
8763
|
+
});
|
|
8764
|
+
}
|
|
8765
|
+
if (input[_D] != null) {
|
|
8766
|
+
entries[_D] = input[_D];
|
|
8767
|
+
}
|
|
8768
|
+
return entries;
|
|
8769
|
+
}, "se_CreateIntegrationMessage");
|
|
8449
8770
|
var se_CreateRedshiftIdcApplicationMessage = /* @__PURE__ */ __name((input, context) => {
|
|
8450
8771
|
var _a, _b;
|
|
8451
8772
|
const entries = {};
|
|
@@ -8455,8 +8776,8 @@ var se_CreateRedshiftIdcApplicationMessage = /* @__PURE__ */ __name((input, cont
|
|
|
8455
8776
|
if (input[_RIAN] != null) {
|
|
8456
8777
|
entries[_RIAN] = input[_RIAN];
|
|
8457
8778
|
}
|
|
8458
|
-
if (input[
|
|
8459
|
-
entries[
|
|
8779
|
+
if (input[_INd] != null) {
|
|
8780
|
+
entries[_INd] = input[_INd];
|
|
8460
8781
|
}
|
|
8461
8782
|
if (input[_IDN] != null) {
|
|
8462
8783
|
entries[_IDN] = input[_IDN];
|
|
@@ -8491,8 +8812,8 @@ var se_CreateScheduledActionMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
8491
8812
|
if (input[_SAN] != null) {
|
|
8492
8813
|
entries[_SAN] = input[_SAN];
|
|
8493
8814
|
}
|
|
8494
|
-
if (input[
|
|
8495
|
-
const memberEntries = se_ScheduledActionType(input[
|
|
8815
|
+
if (input[_TAa] != null) {
|
|
8816
|
+
const memberEntries = se_ScheduledActionType(input[_TAa], context);
|
|
8496
8817
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
8497
8818
|
const loc = `TargetAction.${key}`;
|
|
8498
8819
|
entries[loc] = value;
|
|
@@ -8644,8 +8965,8 @@ var se_DeauthorizeDataShareMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
8644
8965
|
if (input[_DSAa] != null) {
|
|
8645
8966
|
entries[_DSAa] = input[_DSAa];
|
|
8646
8967
|
}
|
|
8647
|
-
if (input[
|
|
8648
|
-
entries[
|
|
8968
|
+
if (input[_CIo] != null) {
|
|
8969
|
+
entries[_CIo] = input[_CIo];
|
|
8649
8970
|
}
|
|
8650
8971
|
return entries;
|
|
8651
8972
|
}, "se_DeauthorizeDataShareMessage");
|
|
@@ -8756,6 +9077,13 @@ var se_DeleteHsmConfigurationMessage = /* @__PURE__ */ __name((input, context) =
|
|
|
8756
9077
|
}
|
|
8757
9078
|
return entries;
|
|
8758
9079
|
}, "se_DeleteHsmConfigurationMessage");
|
|
9080
|
+
var se_DeleteIntegrationMessage = /* @__PURE__ */ __name((input, context) => {
|
|
9081
|
+
const entries = {};
|
|
9082
|
+
if (input[_IA] != null) {
|
|
9083
|
+
entries[_IA] = input[_IA];
|
|
9084
|
+
}
|
|
9085
|
+
return entries;
|
|
9086
|
+
}, "se_DeleteIntegrationMessage");
|
|
8759
9087
|
var se_DeleteRedshiftIdcApplicationMessage = /* @__PURE__ */ __name((input, context) => {
|
|
8760
9088
|
const entries = {};
|
|
8761
9089
|
if (input[_RIAA] != null) {
|
|
@@ -9351,8 +9679,8 @@ var se_DescribeInboundIntegrationsMessage = /* @__PURE__ */ __name((input, conte
|
|
|
9351
9679
|
if (input[_IA] != null) {
|
|
9352
9680
|
entries[_IA] = input[_IA];
|
|
9353
9681
|
}
|
|
9354
|
-
if (input[
|
|
9355
|
-
entries[
|
|
9682
|
+
if (input[_TA] != null) {
|
|
9683
|
+
entries[_TA] = input[_TA];
|
|
9356
9684
|
}
|
|
9357
9685
|
if (input[_MR] != null) {
|
|
9358
9686
|
entries[_MR] = input[_MR];
|
|
@@ -9362,6 +9690,75 @@ var se_DescribeInboundIntegrationsMessage = /* @__PURE__ */ __name((input, conte
|
|
|
9362
9690
|
}
|
|
9363
9691
|
return entries;
|
|
9364
9692
|
}, "se_DescribeInboundIntegrationsMessage");
|
|
9693
|
+
var se_DescribeIntegrationsFilter = /* @__PURE__ */ __name((input, context) => {
|
|
9694
|
+
var _a;
|
|
9695
|
+
const entries = {};
|
|
9696
|
+
if (input[_N] != null) {
|
|
9697
|
+
entries[_N] = input[_N];
|
|
9698
|
+
}
|
|
9699
|
+
if (input[_Va] != null) {
|
|
9700
|
+
const memberEntries = se_DescribeIntegrationsFilterValueList(input[_Va], context);
|
|
9701
|
+
if (((_a = input[_Va]) == null ? void 0 : _a.length) === 0) {
|
|
9702
|
+
entries.Values = [];
|
|
9703
|
+
}
|
|
9704
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
9705
|
+
const loc = `Values.${key}`;
|
|
9706
|
+
entries[loc] = value;
|
|
9707
|
+
});
|
|
9708
|
+
}
|
|
9709
|
+
return entries;
|
|
9710
|
+
}, "se_DescribeIntegrationsFilter");
|
|
9711
|
+
var se_DescribeIntegrationsFilterList = /* @__PURE__ */ __name((input, context) => {
|
|
9712
|
+
const entries = {};
|
|
9713
|
+
let counter = 1;
|
|
9714
|
+
for (const entry of input) {
|
|
9715
|
+
if (entry === null) {
|
|
9716
|
+
continue;
|
|
9717
|
+
}
|
|
9718
|
+
const memberEntries = se_DescribeIntegrationsFilter(entry, context);
|
|
9719
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
9720
|
+
entries[`DescribeIntegrationsFilter.${counter}.${key}`] = value;
|
|
9721
|
+
});
|
|
9722
|
+
counter++;
|
|
9723
|
+
}
|
|
9724
|
+
return entries;
|
|
9725
|
+
}, "se_DescribeIntegrationsFilterList");
|
|
9726
|
+
var se_DescribeIntegrationsFilterValueList = /* @__PURE__ */ __name((input, context) => {
|
|
9727
|
+
const entries = {};
|
|
9728
|
+
let counter = 1;
|
|
9729
|
+
for (const entry of input) {
|
|
9730
|
+
if (entry === null) {
|
|
9731
|
+
continue;
|
|
9732
|
+
}
|
|
9733
|
+
entries[`Value.${counter}`] = entry;
|
|
9734
|
+
counter++;
|
|
9735
|
+
}
|
|
9736
|
+
return entries;
|
|
9737
|
+
}, "se_DescribeIntegrationsFilterValueList");
|
|
9738
|
+
var se_DescribeIntegrationsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
9739
|
+
var _a;
|
|
9740
|
+
const entries = {};
|
|
9741
|
+
if (input[_IA] != null) {
|
|
9742
|
+
entries[_IA] = input[_IA];
|
|
9743
|
+
}
|
|
9744
|
+
if (input[_MR] != null) {
|
|
9745
|
+
entries[_MR] = input[_MR];
|
|
9746
|
+
}
|
|
9747
|
+
if (input[_M] != null) {
|
|
9748
|
+
entries[_M] = input[_M];
|
|
9749
|
+
}
|
|
9750
|
+
if (input[_Fi] != null) {
|
|
9751
|
+
const memberEntries = se_DescribeIntegrationsFilterList(input[_Fi], context);
|
|
9752
|
+
if (((_a = input[_Fi]) == null ? void 0 : _a.length) === 0) {
|
|
9753
|
+
entries.Filters = [];
|
|
9754
|
+
}
|
|
9755
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
9756
|
+
const loc = `Filters.${key}`;
|
|
9757
|
+
entries[loc] = value;
|
|
9758
|
+
});
|
|
9759
|
+
}
|
|
9760
|
+
return entries;
|
|
9761
|
+
}, "se_DescribeIntegrationsMessage");
|
|
9365
9762
|
var se_DescribeLoggingStatusMessage = /* @__PURE__ */ __name((input, context) => {
|
|
9366
9763
|
const entries = {};
|
|
9367
9764
|
if (input[_CIl] != null) {
|
|
@@ -9775,6 +10172,16 @@ var se_EnableSnapshotCopyMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9775
10172
|
}
|
|
9776
10173
|
return entries;
|
|
9777
10174
|
}, "se_EnableSnapshotCopyMessage");
|
|
10175
|
+
var se_EncryptionContextMap = /* @__PURE__ */ __name((input, context) => {
|
|
10176
|
+
const entries = {};
|
|
10177
|
+
let counter = 1;
|
|
10178
|
+
Object.keys(input).filter((key) => input[key] != null).forEach((key) => {
|
|
10179
|
+
entries[`entry.${counter}.key`] = key;
|
|
10180
|
+
entries[`entry.${counter}.value`] = input[key];
|
|
10181
|
+
counter++;
|
|
10182
|
+
});
|
|
10183
|
+
return entries;
|
|
10184
|
+
}, "se_EncryptionContextMap");
|
|
9778
10185
|
var se_EventCategoriesList = /* @__PURE__ */ __name((input, context) => {
|
|
9779
10186
|
const entries = {};
|
|
9780
10187
|
let counter = 1;
|
|
@@ -10285,14 +10692,27 @@ var se_ModifyEventSubscriptionMessage = /* @__PURE__ */ __name((input, context)
|
|
|
10285
10692
|
}
|
|
10286
10693
|
return entries;
|
|
10287
10694
|
}, "se_ModifyEventSubscriptionMessage");
|
|
10695
|
+
var se_ModifyIntegrationMessage = /* @__PURE__ */ __name((input, context) => {
|
|
10696
|
+
const entries = {};
|
|
10697
|
+
if (input[_IA] != null) {
|
|
10698
|
+
entries[_IA] = input[_IA];
|
|
10699
|
+
}
|
|
10700
|
+
if (input[_D] != null) {
|
|
10701
|
+
entries[_D] = input[_D];
|
|
10702
|
+
}
|
|
10703
|
+
if (input[_IN] != null) {
|
|
10704
|
+
entries[_IN] = input[_IN];
|
|
10705
|
+
}
|
|
10706
|
+
return entries;
|
|
10707
|
+
}, "se_ModifyIntegrationMessage");
|
|
10288
10708
|
var se_ModifyRedshiftIdcApplicationMessage = /* @__PURE__ */ __name((input, context) => {
|
|
10289
10709
|
var _a, _b;
|
|
10290
10710
|
const entries = {};
|
|
10291
10711
|
if (input[_RIAA] != null) {
|
|
10292
10712
|
entries[_RIAA] = input[_RIAA];
|
|
10293
10713
|
}
|
|
10294
|
-
if (input[
|
|
10295
|
-
entries[
|
|
10714
|
+
if (input[_INd] != null) {
|
|
10715
|
+
entries[_INd] = input[_INd];
|
|
10296
10716
|
}
|
|
10297
10717
|
if (input[_IRA] != null) {
|
|
10298
10718
|
entries[_IRA] = input[_IRA];
|
|
@@ -10327,8 +10747,8 @@ var se_ModifyScheduledActionMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
10327
10747
|
if (input[_SAN] != null) {
|
|
10328
10748
|
entries[_SAN] = input[_SAN];
|
|
10329
10749
|
}
|
|
10330
|
-
if (input[
|
|
10331
|
-
const memberEntries = se_ScheduledActionType(input[
|
|
10750
|
+
if (input[_TAa] != null) {
|
|
10751
|
+
const memberEntries = se_ScheduledActionType(input[_TAa], context);
|
|
10332
10752
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
10333
10753
|
const loc = `TargetAction.${key}`;
|
|
10334
10754
|
entries[loc] = value;
|
|
@@ -12246,8 +12666,8 @@ var de_DataShare = /* @__PURE__ */ __name((output, context) => {
|
|
|
12246
12666
|
}, "de_DataShare");
|
|
12247
12667
|
var de_DataShareAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
12248
12668
|
const contents = {};
|
|
12249
|
-
if (output[
|
|
12250
|
-
contents[
|
|
12669
|
+
if (output[_CIo] != null) {
|
|
12670
|
+
contents[_CIo] = (0, import_smithy_client.expectString)(output[_CIo]);
|
|
12251
12671
|
}
|
|
12252
12672
|
if (output[_St] != null) {
|
|
12253
12673
|
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
@@ -12525,6 +12945,15 @@ var de_EnableSnapshotCopyResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
12525
12945
|
}
|
|
12526
12946
|
return contents;
|
|
12527
12947
|
}, "de_EnableSnapshotCopyResult");
|
|
12948
|
+
var de_EncryptionContextMap = /* @__PURE__ */ __name((output, context) => {
|
|
12949
|
+
return output.reduce((acc, pair) => {
|
|
12950
|
+
if (pair["value"] === null) {
|
|
12951
|
+
return acc;
|
|
12952
|
+
}
|
|
12953
|
+
acc[pair["key"]] = (0, import_smithy_client.expectString)(pair["value"]);
|
|
12954
|
+
return acc;
|
|
12955
|
+
}, {});
|
|
12956
|
+
}, "de_EncryptionContextMap");
|
|
12528
12957
|
var de_Endpoint = /* @__PURE__ */ __name((output, context) => {
|
|
12529
12958
|
const contents = {};
|
|
12530
12959
|
if (output[_Ad] != null) {
|
|
@@ -13043,8 +13472,8 @@ var de_InboundIntegration = /* @__PURE__ */ __name((output, context) => {
|
|
|
13043
13472
|
if (output[_SAo] != null) {
|
|
13044
13473
|
contents[_SAo] = (0, import_smithy_client.expectString)(output[_SAo]);
|
|
13045
13474
|
}
|
|
13046
|
-
if (output[
|
|
13047
|
-
contents[
|
|
13475
|
+
if (output[_TA] != null) {
|
|
13476
|
+
contents[_TA] = (0, import_smithy_client.expectString)(output[_TA]);
|
|
13048
13477
|
}
|
|
13049
13478
|
if (output[_St] != null) {
|
|
13050
13479
|
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
@@ -13104,6 +13533,70 @@ var de_InsufficientS3BucketPolicyFault = /* @__PURE__ */ __name((output, context
|
|
|
13104
13533
|
}
|
|
13105
13534
|
return contents;
|
|
13106
13535
|
}, "de_InsufficientS3BucketPolicyFault");
|
|
13536
|
+
var de_Integration = /* @__PURE__ */ __name((output, context) => {
|
|
13537
|
+
const contents = {};
|
|
13538
|
+
if (output[_IA] != null) {
|
|
13539
|
+
contents[_IA] = (0, import_smithy_client.expectString)(output[_IA]);
|
|
13540
|
+
}
|
|
13541
|
+
if (output[_IN] != null) {
|
|
13542
|
+
contents[_IN] = (0, import_smithy_client.expectString)(output[_IN]);
|
|
13543
|
+
}
|
|
13544
|
+
if (output[_SAo] != null) {
|
|
13545
|
+
contents[_SAo] = (0, import_smithy_client.expectString)(output[_SAo]);
|
|
13546
|
+
}
|
|
13547
|
+
if (output[_TA] != null) {
|
|
13548
|
+
contents[_TA] = (0, import_smithy_client.expectString)(output[_TA]);
|
|
13549
|
+
}
|
|
13550
|
+
if (output[_St] != null) {
|
|
13551
|
+
contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
|
|
13552
|
+
}
|
|
13553
|
+
if (output.Errors === "") {
|
|
13554
|
+
contents[_Er] = [];
|
|
13555
|
+
} else if (output[_Er] != null && output[_Er][_IE] != null) {
|
|
13556
|
+
contents[_Er] = de_IntegrationErrorList((0, import_smithy_client.getArrayIfSingleItem)(output[_Er][_IE]), context);
|
|
13557
|
+
}
|
|
13558
|
+
if (output[_CTr] != null) {
|
|
13559
|
+
contents[_CTr] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_CTr]));
|
|
13560
|
+
}
|
|
13561
|
+
if (output[_D] != null) {
|
|
13562
|
+
contents[_D] = (0, import_smithy_client.expectString)(output[_D]);
|
|
13563
|
+
}
|
|
13564
|
+
if (output[_KMSKI] != null) {
|
|
13565
|
+
contents[_KMSKI] = (0, import_smithy_client.expectString)(output[_KMSKI]);
|
|
13566
|
+
}
|
|
13567
|
+
if (output.AdditionalEncryptionContext === "") {
|
|
13568
|
+
contents[_AEC] = {};
|
|
13569
|
+
} else if (output[_AEC] != null && output[_AEC][_e] != null) {
|
|
13570
|
+
contents[_AEC] = de_EncryptionContextMap((0, import_smithy_client.getArrayIfSingleItem)(output[_AEC][_e]), context);
|
|
13571
|
+
}
|
|
13572
|
+
if (output.Tags === "") {
|
|
13573
|
+
contents[_T] = [];
|
|
13574
|
+
} else if (output[_T] != null && output[_T][_Ta] != null) {
|
|
13575
|
+
contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Ta]), context);
|
|
13576
|
+
}
|
|
13577
|
+
return contents;
|
|
13578
|
+
}, "de_Integration");
|
|
13579
|
+
var de_IntegrationAlreadyExistsFault = /* @__PURE__ */ __name((output, context) => {
|
|
13580
|
+
const contents = {};
|
|
13581
|
+
if (output[_m] != null) {
|
|
13582
|
+
contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
|
|
13583
|
+
}
|
|
13584
|
+
return contents;
|
|
13585
|
+
}, "de_IntegrationAlreadyExistsFault");
|
|
13586
|
+
var de_IntegrationConflictOperationFault = /* @__PURE__ */ __name((output, context) => {
|
|
13587
|
+
const contents = {};
|
|
13588
|
+
if (output[_m] != null) {
|
|
13589
|
+
contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
|
|
13590
|
+
}
|
|
13591
|
+
return contents;
|
|
13592
|
+
}, "de_IntegrationConflictOperationFault");
|
|
13593
|
+
var de_IntegrationConflictStateFault = /* @__PURE__ */ __name((output, context) => {
|
|
13594
|
+
const contents = {};
|
|
13595
|
+
if (output[_m] != null) {
|
|
13596
|
+
contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
|
|
13597
|
+
}
|
|
13598
|
+
return contents;
|
|
13599
|
+
}, "de_IntegrationConflictStateFault");
|
|
13107
13600
|
var de_IntegrationError = /* @__PURE__ */ __name((output, context) => {
|
|
13108
13601
|
const contents = {};
|
|
13109
13602
|
if (output[_ECr] != null) {
|
|
@@ -13119,6 +13612,11 @@ var de_IntegrationErrorList = /* @__PURE__ */ __name((output, context) => {
|
|
|
13119
13612
|
return de_IntegrationError(entry, context);
|
|
13120
13613
|
});
|
|
13121
13614
|
}, "de_IntegrationErrorList");
|
|
13615
|
+
var de_IntegrationList = /* @__PURE__ */ __name((output, context) => {
|
|
13616
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
13617
|
+
return de_Integration(entry, context);
|
|
13618
|
+
});
|
|
13619
|
+
}, "de_IntegrationList");
|
|
13122
13620
|
var de_IntegrationNotFoundFault = /* @__PURE__ */ __name((output, context) => {
|
|
13123
13621
|
const contents = {};
|
|
13124
13622
|
if (output[_m] != null) {
|
|
@@ -13126,6 +13624,39 @@ var de_IntegrationNotFoundFault = /* @__PURE__ */ __name((output, context) => {
|
|
|
13126
13624
|
}
|
|
13127
13625
|
return contents;
|
|
13128
13626
|
}, "de_IntegrationNotFoundFault");
|
|
13627
|
+
var de_IntegrationQuotaExceededFault = /* @__PURE__ */ __name((output, context) => {
|
|
13628
|
+
const contents = {};
|
|
13629
|
+
if (output[_m] != null) {
|
|
13630
|
+
contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
|
|
13631
|
+
}
|
|
13632
|
+
return contents;
|
|
13633
|
+
}, "de_IntegrationQuotaExceededFault");
|
|
13634
|
+
var de_IntegrationsMessage = /* @__PURE__ */ __name((output, context) => {
|
|
13635
|
+
const contents = {};
|
|
13636
|
+
if (output[_M] != null) {
|
|
13637
|
+
contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
|
|
13638
|
+
}
|
|
13639
|
+
if (output.Integrations === "") {
|
|
13640
|
+
contents[_In] = [];
|
|
13641
|
+
} else if (output[_In] != null && output[_In][_Int] != null) {
|
|
13642
|
+
contents[_In] = de_IntegrationList((0, import_smithy_client.getArrayIfSingleItem)(output[_In][_Int]), context);
|
|
13643
|
+
}
|
|
13644
|
+
return contents;
|
|
13645
|
+
}, "de_IntegrationsMessage");
|
|
13646
|
+
var de_IntegrationSourceNotFoundFault = /* @__PURE__ */ __name((output, context) => {
|
|
13647
|
+
const contents = {};
|
|
13648
|
+
if (output[_m] != null) {
|
|
13649
|
+
contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
|
|
13650
|
+
}
|
|
13651
|
+
return contents;
|
|
13652
|
+
}, "de_IntegrationSourceNotFoundFault");
|
|
13653
|
+
var de_IntegrationTargetNotFoundFault = /* @__PURE__ */ __name((output, context) => {
|
|
13654
|
+
const contents = {};
|
|
13655
|
+
if (output[_m] != null) {
|
|
13656
|
+
contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
|
|
13657
|
+
}
|
|
13658
|
+
return contents;
|
|
13659
|
+
}, "de_IntegrationTargetNotFoundFault");
|
|
13129
13660
|
var de_InvalidAuthenticationProfileRequestFault = /* @__PURE__ */ __name((output, context) => {
|
|
13130
13661
|
const contents = {};
|
|
13131
13662
|
if (output[_m] != null) {
|
|
@@ -13919,8 +14450,8 @@ var de_RedshiftIdcApplication = /* @__PURE__ */ __name((output, context) => {
|
|
|
13919
14450
|
if (output[_RIAA] != null) {
|
|
13920
14451
|
contents[_RIAA] = (0, import_smithy_client.expectString)(output[_RIAA]);
|
|
13921
14452
|
}
|
|
13922
|
-
if (output[
|
|
13923
|
-
contents[
|
|
14453
|
+
if (output[_INd] != null) {
|
|
14454
|
+
contents[_INd] = (0, import_smithy_client.expectString)(output[_INd]);
|
|
13924
14455
|
}
|
|
13925
14456
|
if (output[_IDN] != null) {
|
|
13926
14457
|
contents[_IDN] = (0, import_smithy_client.expectString)(output[_IDN]);
|
|
@@ -14418,8 +14949,8 @@ var de_ScheduledAction = /* @__PURE__ */ __name((output, context) => {
|
|
|
14418
14949
|
if (output[_SAN] != null) {
|
|
14419
14950
|
contents[_SAN] = (0, import_smithy_client.expectString)(output[_SAN]);
|
|
14420
14951
|
}
|
|
14421
|
-
if (output[
|
|
14422
|
-
contents[
|
|
14952
|
+
if (output[_TAa] != null) {
|
|
14953
|
+
contents[_TAa] = de_ScheduledActionType(output[_TAa], context);
|
|
14423
14954
|
}
|
|
14424
14955
|
if (output[_Sc] != null) {
|
|
14425
14956
|
contents[_Sc] = (0, import_smithy_client.expectString)(output[_Sc]);
|
|
@@ -15319,6 +15850,7 @@ var _ADS = "AuthorizeDataShare";
|
|
|
15319
15850
|
var _ADSC = "AssociateDataShareConsumer";
|
|
15320
15851
|
var _AEA = "AuthorizeEndpointAccess";
|
|
15321
15852
|
var _AEAs = "AssociateEntireAccount";
|
|
15853
|
+
var _AEC = "AdditionalEncryptionContext";
|
|
15322
15854
|
var _AI = "AdditionalInfo";
|
|
15323
15855
|
var _AIBSIMB = "ActualIncrementalBackupSizeInMegaBytes";
|
|
15324
15856
|
var _AIR = "AddIamRoles";
|
|
@@ -15399,10 +15931,11 @@ var _CEA = "CreateEndpointAccess";
|
|
|
15399
15931
|
var _CES = "CreateEventSubscription";
|
|
15400
15932
|
var _CHC = "CreateHsmConfiguration";
|
|
15401
15933
|
var _CHCC = "CreateHsmClientCertificate";
|
|
15402
|
-
var _CI = "
|
|
15934
|
+
var _CI = "CreateIntegration";
|
|
15403
15935
|
var _CIDRIP = "CIDRIP";
|
|
15404
15936
|
var _CIR = "ClusterIamRole";
|
|
15405
15937
|
var _CIl = "ClusterIdentifier";
|
|
15938
|
+
var _CIo = "ConsumerIdentifier";
|
|
15406
15939
|
var _CN = "ClusterNodes";
|
|
15407
15940
|
var _CNA = "ClusterNamespaceArn";
|
|
15408
15941
|
var _CPG = "ClusterParameterGroups";
|
|
@@ -15479,8 +16012,10 @@ var _DHC = "DeleteHsmConfiguration";
|
|
|
15479
16012
|
var _DHCC = "DeleteHsmClientCertificate";
|
|
15480
16013
|
var _DHCCe = "DescribeHsmClientCertificates";
|
|
15481
16014
|
var _DHCe = "DescribeHsmConfigurations";
|
|
16015
|
+
var _DI = "DeleteIntegration";
|
|
15482
16016
|
var _DII = "DescribeInboundIntegrations";
|
|
15483
16017
|
var _DIRA = "DefaultIamRoleArn";
|
|
16018
|
+
var _DIe = "DescribeIntegrations";
|
|
15484
16019
|
var _DL = "DisableLogging";
|
|
15485
16020
|
var _DLS = "DescribeLoggingStatus";
|
|
15486
16021
|
var _DM = "DeferMaintenance";
|
|
@@ -15622,7 +16157,8 @@ var _IIA = "IdcInstanceArn";
|
|
|
15622
16157
|
var _IIn = "InboundIntegration";
|
|
15623
16158
|
var _IM = "IsModifiable";
|
|
15624
16159
|
var _IMAA = "IdcManagedApplicationArn";
|
|
15625
|
-
var _IN = "
|
|
16160
|
+
var _IN = "IntegrationName";
|
|
16161
|
+
var _INd = "IdentityNamespace";
|
|
15626
16162
|
var _IOS = "IdcOnboardStatus";
|
|
15627
16163
|
var _IPR = "IPRanges";
|
|
15628
16164
|
var _IPRa = "IPRange";
|
|
@@ -15634,8 +16170,11 @@ var _ITC = "ImportTablesCompleted";
|
|
|
15634
16170
|
var _ITIP = "ImportTablesInProgress";
|
|
15635
16171
|
var _ITNS = "ImportTablesNotStarted";
|
|
15636
16172
|
var _Id = "Id";
|
|
16173
|
+
var _In = "Integrations";
|
|
16174
|
+
var _Int = "Integration";
|
|
15637
16175
|
var _K = "Key";
|
|
15638
16176
|
var _KKI = "KmsKeyId";
|
|
16177
|
+
var _KMSKI = "KMSKeyId";
|
|
15639
16178
|
var _L = "Link";
|
|
15640
16179
|
var _LDT = "LogDestinationType";
|
|
15641
16180
|
var _LE = "LogExports";
|
|
@@ -15666,6 +16205,7 @@ var _MCSS = "ModifyClusterSnapshotSchedule";
|
|
|
15666
16205
|
var _MEA = "ModifyEndpointAccess";
|
|
15667
16206
|
var _MES = "ModifyEventSubscription";
|
|
15668
16207
|
var _MEV = "MinimumEngineVersion";
|
|
16208
|
+
var _MI = "ModifyIntegration";
|
|
15669
16209
|
var _MMP = "ManageMasterPassword";
|
|
15670
16210
|
var _MPSA = "MasterPasswordSecretArn";
|
|
15671
16211
|
var _MPSKKI = "MasterPasswordSecretKmsKeyId";
|
|
@@ -15870,15 +16410,16 @@ var _Str = "String";
|
|
|
15870
16410
|
var _Su = "Subnets";
|
|
15871
16411
|
var _Sub = "Subnet";
|
|
15872
16412
|
var _T = "Tags";
|
|
15873
|
-
var _TA = "
|
|
16413
|
+
var _TA = "TargetArn";
|
|
15874
16414
|
var _TAT = "TargetActionType";
|
|
15875
|
-
var _TAa = "
|
|
16415
|
+
var _TAa = "TargetAction";
|
|
15876
16416
|
var _TBSIMB = "TotalBackupSizeInMegaBytes";
|
|
15877
16417
|
var _TCT = "TargetClusterType";
|
|
15878
16418
|
var _TDIMB = "TotalDataInMegaBytes";
|
|
15879
16419
|
var _TDN = "TargetDatabaseName";
|
|
15880
16420
|
var _TET = "TargetEncryptionType";
|
|
15881
16421
|
var _TK = "TagKeys";
|
|
16422
|
+
var _TL = "TagList";
|
|
15882
16423
|
var _TNON = "TargetNumberOfNodes";
|
|
15883
16424
|
var _TNT = "TargetNodeType";
|
|
15884
16425
|
var _TPSIMB = "TotalProvisionedStorageInMegaBytes";
|
|
@@ -15921,6 +16462,7 @@ var _VSGIp = "VpcSecurityGroupId";
|
|
|
15921
16462
|
var _VSGp = "VpcSecurityGroup";
|
|
15922
16463
|
var _Va = "Values";
|
|
15923
16464
|
var _Val = "Value";
|
|
16465
|
+
var _e = "entry";
|
|
15924
16466
|
var _i = "item";
|
|
15925
16467
|
var _m = "message";
|
|
15926
16468
|
var _me = "member";
|
|
@@ -16240,6 +16782,20 @@ var _CreateHsmConfigurationCommand = class _CreateHsmConfigurationCommand extend
|
|
|
16240
16782
|
__name(_CreateHsmConfigurationCommand, "CreateHsmConfigurationCommand");
|
|
16241
16783
|
var CreateHsmConfigurationCommand = _CreateHsmConfigurationCommand;
|
|
16242
16784
|
|
|
16785
|
+
// src/commands/CreateIntegrationCommand.ts
|
|
16786
|
+
|
|
16787
|
+
|
|
16788
|
+
|
|
16789
|
+
var _CreateIntegrationCommand = class _CreateIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
16790
|
+
return [
|
|
16791
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16792
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
16793
|
+
];
|
|
16794
|
+
}).s("RedshiftServiceVersion20121201", "CreateIntegration", {}).n("RedshiftClient", "CreateIntegrationCommand").f(void 0, void 0).ser(se_CreateIntegrationCommand).de(de_CreateIntegrationCommand).build() {
|
|
16795
|
+
};
|
|
16796
|
+
__name(_CreateIntegrationCommand, "CreateIntegrationCommand");
|
|
16797
|
+
var CreateIntegrationCommand = _CreateIntegrationCommand;
|
|
16798
|
+
|
|
16243
16799
|
// src/commands/CreateRedshiftIdcApplicationCommand.ts
|
|
16244
16800
|
|
|
16245
16801
|
|
|
@@ -16492,6 +17048,20 @@ var _DeleteHsmConfigurationCommand = class _DeleteHsmConfigurationCommand extend
|
|
|
16492
17048
|
__name(_DeleteHsmConfigurationCommand, "DeleteHsmConfigurationCommand");
|
|
16493
17049
|
var DeleteHsmConfigurationCommand = _DeleteHsmConfigurationCommand;
|
|
16494
17050
|
|
|
17051
|
+
// src/commands/DeleteIntegrationCommand.ts
|
|
17052
|
+
|
|
17053
|
+
|
|
17054
|
+
|
|
17055
|
+
var _DeleteIntegrationCommand = class _DeleteIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
17056
|
+
return [
|
|
17057
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17058
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
17059
|
+
];
|
|
17060
|
+
}).s("RedshiftServiceVersion20121201", "DeleteIntegration", {}).n("RedshiftClient", "DeleteIntegrationCommand").f(void 0, void 0).ser(se_DeleteIntegrationCommand).de(de_DeleteIntegrationCommand).build() {
|
|
17061
|
+
};
|
|
17062
|
+
__name(_DeleteIntegrationCommand, "DeleteIntegrationCommand");
|
|
17063
|
+
var DeleteIntegrationCommand = _DeleteIntegrationCommand;
|
|
17064
|
+
|
|
16495
17065
|
// src/commands/DeletePartnerCommand.ts
|
|
16496
17066
|
|
|
16497
17067
|
|
|
@@ -16940,6 +17510,20 @@ var _DescribeInboundIntegrationsCommand = class _DescribeInboundIntegrationsComm
|
|
|
16940
17510
|
__name(_DescribeInboundIntegrationsCommand, "DescribeInboundIntegrationsCommand");
|
|
16941
17511
|
var DescribeInboundIntegrationsCommand = _DescribeInboundIntegrationsCommand;
|
|
16942
17512
|
|
|
17513
|
+
// src/commands/DescribeIntegrationsCommand.ts
|
|
17514
|
+
|
|
17515
|
+
|
|
17516
|
+
|
|
17517
|
+
var _DescribeIntegrationsCommand = class _DescribeIntegrationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
17518
|
+
return [
|
|
17519
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17520
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
17521
|
+
];
|
|
17522
|
+
}).s("RedshiftServiceVersion20121201", "DescribeIntegrations", {}).n("RedshiftClient", "DescribeIntegrationsCommand").f(void 0, void 0).ser(se_DescribeIntegrationsCommand).de(de_DescribeIntegrationsCommand).build() {
|
|
17523
|
+
};
|
|
17524
|
+
__name(_DescribeIntegrationsCommand, "DescribeIntegrationsCommand");
|
|
17525
|
+
var DescribeIntegrationsCommand = _DescribeIntegrationsCommand;
|
|
17526
|
+
|
|
16943
17527
|
// src/commands/DescribeLoggingStatusCommand.ts
|
|
16944
17528
|
|
|
16945
17529
|
|
|
@@ -17514,6 +18098,20 @@ var _ModifyEventSubscriptionCommand = class _ModifyEventSubscriptionCommand exte
|
|
|
17514
18098
|
__name(_ModifyEventSubscriptionCommand, "ModifyEventSubscriptionCommand");
|
|
17515
18099
|
var ModifyEventSubscriptionCommand = _ModifyEventSubscriptionCommand;
|
|
17516
18100
|
|
|
18101
|
+
// src/commands/ModifyIntegrationCommand.ts
|
|
18102
|
+
|
|
18103
|
+
|
|
18104
|
+
|
|
18105
|
+
var _ModifyIntegrationCommand = class _ModifyIntegrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
18106
|
+
return [
|
|
18107
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18108
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
18109
|
+
];
|
|
18110
|
+
}).s("RedshiftServiceVersion20121201", "ModifyIntegration", {}).n("RedshiftClient", "ModifyIntegrationCommand").f(void 0, void 0).ser(se_ModifyIntegrationCommand).de(de_ModifyIntegrationCommand).build() {
|
|
18111
|
+
};
|
|
18112
|
+
__name(_ModifyIntegrationCommand, "ModifyIntegrationCommand");
|
|
18113
|
+
var ModifyIntegrationCommand = _ModifyIntegrationCommand;
|
|
18114
|
+
|
|
17517
18115
|
// src/commands/ModifyRedshiftIdcApplicationCommand.ts
|
|
17518
18116
|
|
|
17519
18117
|
|
|
@@ -17818,6 +18416,7 @@ var commands = {
|
|
|
17818
18416
|
CreateEventSubscriptionCommand,
|
|
17819
18417
|
CreateHsmClientCertificateCommand,
|
|
17820
18418
|
CreateHsmConfigurationCommand,
|
|
18419
|
+
CreateIntegrationCommand,
|
|
17821
18420
|
CreateRedshiftIdcApplicationCommand,
|
|
17822
18421
|
CreateScheduledActionCommand,
|
|
17823
18422
|
CreateSnapshotCopyGrantCommand,
|
|
@@ -17836,6 +18435,7 @@ var commands = {
|
|
|
17836
18435
|
DeleteEventSubscriptionCommand,
|
|
17837
18436
|
DeleteHsmClientCertificateCommand,
|
|
17838
18437
|
DeleteHsmConfigurationCommand,
|
|
18438
|
+
DeleteIntegrationCommand,
|
|
17839
18439
|
DeletePartnerCommand,
|
|
17840
18440
|
DeleteRedshiftIdcApplicationCommand,
|
|
17841
18441
|
DeleteResourcePolicyCommand,
|
|
@@ -17868,6 +18468,7 @@ var commands = {
|
|
|
17868
18468
|
DescribeHsmClientCertificatesCommand,
|
|
17869
18469
|
DescribeHsmConfigurationsCommand,
|
|
17870
18470
|
DescribeInboundIntegrationsCommand,
|
|
18471
|
+
DescribeIntegrationsCommand,
|
|
17871
18472
|
DescribeLoggingStatusCommand,
|
|
17872
18473
|
DescribeNodeConfigurationOptionsCommand,
|
|
17873
18474
|
DescribeOrderableClusterOptionsCommand,
|
|
@@ -17909,6 +18510,7 @@ var commands = {
|
|
|
17909
18510
|
ModifyCustomDomainAssociationCommand,
|
|
17910
18511
|
ModifyEndpointAccessCommand,
|
|
17911
18512
|
ModifyEventSubscriptionCommand,
|
|
18513
|
+
ModifyIntegrationCommand,
|
|
17912
18514
|
ModifyRedshiftIdcApplicationCommand,
|
|
17913
18515
|
ModifyScheduledActionCommand,
|
|
17914
18516
|
ModifySnapshotCopyRetentionPeriodCommand,
|
|
@@ -18020,6 +18622,10 @@ var paginateDescribeHsmConfigurations = (0, import_core.createPaginator)(Redshif
|
|
|
18020
18622
|
|
|
18021
18623
|
var paginateDescribeInboundIntegrations = (0, import_core.createPaginator)(RedshiftClient, DescribeInboundIntegrationsCommand, "Marker", "Marker", "MaxRecords");
|
|
18022
18624
|
|
|
18625
|
+
// src/pagination/DescribeIntegrationsPaginator.ts
|
|
18626
|
+
|
|
18627
|
+
var paginateDescribeIntegrations = (0, import_core.createPaginator)(RedshiftClient, DescribeIntegrationsCommand, "Marker", "Marker", "MaxRecords");
|
|
18628
|
+
|
|
18023
18629
|
// src/pagination/DescribeNodeConfigurationOptionsPaginator.ts
|
|
18024
18630
|
|
|
18025
18631
|
var paginateDescribeNodeConfigurationOptions = (0, import_core.createPaginator)(RedshiftClient, DescribeNodeConfigurationOptionsCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -18344,6 +18950,7 @@ var waitUntilSnapshotAvailable = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
18344
18950
|
CreateEventSubscriptionCommand,
|
|
18345
18951
|
CreateHsmClientCertificateCommand,
|
|
18346
18952
|
CreateHsmConfigurationCommand,
|
|
18953
|
+
CreateIntegrationCommand,
|
|
18347
18954
|
CreateRedshiftIdcApplicationCommand,
|
|
18348
18955
|
CreateScheduledActionCommand,
|
|
18349
18956
|
CreateSnapshotCopyGrantCommand,
|
|
@@ -18362,6 +18969,7 @@ var waitUntilSnapshotAvailable = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
18362
18969
|
DeleteEventSubscriptionCommand,
|
|
18363
18970
|
DeleteHsmClientCertificateCommand,
|
|
18364
18971
|
DeleteHsmConfigurationCommand,
|
|
18972
|
+
DeleteIntegrationCommand,
|
|
18365
18973
|
DeletePartnerCommand,
|
|
18366
18974
|
DeleteRedshiftIdcApplicationCommand,
|
|
18367
18975
|
DeleteResourcePolicyCommand,
|
|
@@ -18394,6 +19002,7 @@ var waitUntilSnapshotAvailable = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
18394
19002
|
DescribeHsmClientCertificatesCommand,
|
|
18395
19003
|
DescribeHsmConfigurationsCommand,
|
|
18396
19004
|
DescribeInboundIntegrationsCommand,
|
|
19005
|
+
DescribeIntegrationsCommand,
|
|
18397
19006
|
DescribeLoggingStatusCommand,
|
|
18398
19007
|
DescribeNodeConfigurationOptionsCommand,
|
|
18399
19008
|
DescribeOrderableClusterOptionsCommand,
|
|
@@ -18435,6 +19044,7 @@ var waitUntilSnapshotAvailable = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
18435
19044
|
ModifyCustomDomainAssociationCommand,
|
|
18436
19045
|
ModifyEndpointAccessCommand,
|
|
18437
19046
|
ModifyEventSubscriptionCommand,
|
|
19047
|
+
ModifyIntegrationCommand,
|
|
18438
19048
|
ModifyRedshiftIdcApplicationCommand,
|
|
18439
19049
|
ModifyScheduledActionCommand,
|
|
18440
19050
|
ModifySnapshotCopyRetentionPeriodCommand,
|
|
@@ -18476,6 +19086,7 @@ var waitUntilSnapshotAvailable = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
18476
19086
|
paginateDescribeHsmClientCertificates,
|
|
18477
19087
|
paginateDescribeHsmConfigurations,
|
|
18478
19088
|
paginateDescribeInboundIntegrations,
|
|
19089
|
+
paginateDescribeIntegrations,
|
|
18479
19090
|
paginateDescribeNodeConfigurationOptions,
|
|
18480
19091
|
paginateDescribeOrderableClusterOptions,
|
|
18481
19092
|
paginateDescribeRedshiftIdcApplications,
|
|
@@ -18593,6 +19204,12 @@ var waitUntilSnapshotAvailable = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
18593
19204
|
HsmClientCertificateQuotaExceededFault,
|
|
18594
19205
|
HsmConfigurationAlreadyExistsFault,
|
|
18595
19206
|
HsmConfigurationQuotaExceededFault,
|
|
19207
|
+
ZeroETLIntegrationStatus,
|
|
19208
|
+
IntegrationAlreadyExistsFault,
|
|
19209
|
+
IntegrationConflictOperationFault,
|
|
19210
|
+
IntegrationQuotaExceededFault,
|
|
19211
|
+
IntegrationSourceNotFoundFault,
|
|
19212
|
+
IntegrationTargetNotFoundFault,
|
|
18596
19213
|
ServiceAuthorization,
|
|
18597
19214
|
LakeFormationScopeUnion,
|
|
18598
19215
|
ServiceIntegrationsUnion,
|
|
@@ -18628,13 +19245,13 @@ var waitUntilSnapshotAvailable = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
18628
19245
|
SubscriptionNotFoundFault,
|
|
18629
19246
|
InvalidHsmClientCertificateStateFault,
|
|
18630
19247
|
InvalidHsmConfigurationStateFault,
|
|
19248
|
+
IntegrationConflictStateFault,
|
|
19249
|
+
IntegrationNotFoundFault,
|
|
18631
19250
|
ScheduledActionNotFoundFault,
|
|
18632
19251
|
InvalidSnapshotCopyGrantStateFault,
|
|
18633
19252
|
SnapshotCopyGrantNotFoundFault,
|
|
18634
19253
|
InvalidClusterSnapshotScheduleStateFault,
|
|
18635
19254
|
UsageLimitNotFoundFault,
|
|
18636
|
-
SnapshotAttributeToSortBy,
|
|
18637
|
-
SortByOrder,
|
|
18638
19255
|
PendingModifiedValuesFilterSensitiveLog,
|
|
18639
19256
|
ClusterFilterSensitiveLog,
|
|
18640
19257
|
ClusterCredentialsFilterSensitiveLog,
|
|
@@ -18643,9 +19260,10 @@ var waitUntilSnapshotAvailable = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
18643
19260
|
CreateClusterMessageFilterSensitiveLog,
|
|
18644
19261
|
CreateClusterResultFilterSensitiveLog,
|
|
18645
19262
|
DeleteClusterResultFilterSensitiveLog,
|
|
19263
|
+
SnapshotAttributeToSortBy,
|
|
19264
|
+
SortByOrder,
|
|
18646
19265
|
SourceType,
|
|
18647
|
-
|
|
18648
|
-
IntegrationNotFoundFault,
|
|
19266
|
+
DescribeIntegrationsFilterName,
|
|
18649
19267
|
LogDestinationType,
|
|
18650
19268
|
NodeConfigurationOptionsFilterName,
|
|
18651
19269
|
OperatorType,
|