@aws-sdk/client-redshift 3.1091.0 → 3.1092.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/README.md +28 -0
  2. package/dist-cjs/index.js +151 -1
  3. package/dist-es/Redshift.js +10 -0
  4. package/dist-es/commands/CreateQev2IdcApplicationCommand.js +4 -0
  5. package/dist-es/commands/DeleteQev2IdcApplicationCommand.js +4 -0
  6. package/dist-es/commands/DescribeQev2IdcApplicationsCommand.js +4 -0
  7. package/dist-es/commands/ModifyQev2IdcApplicationCommand.js +4 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/errors.js +24 -0
  10. package/dist-es/pagination/DescribeQev2IdcApplicationsPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/schemas/schemas_0.js +87 -1
  13. package/dist-types/Redshift.d.ts +36 -0
  14. package/dist-types/RedshiftClient.d.ts +6 -2
  15. package/dist-types/commands/CreateQev2IdcApplicationCommand.d.ts +105 -0
  16. package/dist-types/commands/DeleteQev2IdcApplicationCommand.d.ts +82 -0
  17. package/dist-types/commands/DescribeQev2IdcApplicationsCommand.d.ts +102 -0
  18. package/dist-types/commands/ModifyCustomDomainAssociationCommand.d.ts +1 -1
  19. package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +2 -1
  20. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  21. package/dist-types/commands/ModifyIntegrationCommand.d.ts +2 -1
  22. package/dist-types/commands/ModifyQev2IdcApplicationCommand.d.ts +98 -0
  23. package/dist-types/commands/index.d.ts +4 -0
  24. package/dist-types/models/errors.d.ts +24 -0
  25. package/dist-types/models/models_0.d.ts +133 -147
  26. package/dist-types/models/models_1.d.ts +173 -1
  27. package/dist-types/pagination/DescribeQev2IdcApplicationsPaginator.d.ts +7 -0
  28. package/dist-types/pagination/index.d.ts +1 -0
  29. package/dist-types/schemas/schemas_0.d.ts +14 -0
  30. package/dist-types/ts3.4/Redshift.d.ts +76 -0
  31. package/dist-types/ts3.4/RedshiftClient.d.ts +24 -0
  32. package/dist-types/ts3.4/commands/CreateQev2IdcApplicationCommand.d.ts +42 -0
  33. package/dist-types/ts3.4/commands/DeleteQev2IdcApplicationCommand.d.ts +38 -0
  34. package/dist-types/ts3.4/commands/DescribeQev2IdcApplicationsCommand.d.ts +42 -0
  35. package/dist-types/ts3.4/commands/ModifyCustomDomainAssociationCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/ModifyEndpointAccessCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/ModifyQev2IdcApplicationCommand.d.ts +42 -0
  40. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  41. package/dist-types/ts3.4/models/errors.d.ts +10 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +30 -32
  43. package/dist-types/ts3.4/models/models_1.d.ts +41 -0
  44. package/dist-types/ts3.4/pagination/DescribeQev2IdcApplicationsPaginator.d.ts +11 -0
  45. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -0
  47. package/package.json +3 -3
package/README.md CHANGED
@@ -362,6 +362,13 @@ CreateIntegration
362
362
  </details>
363
363
  <details>
364
364
  <summary>
365
+ CreateQev2IdcApplication
366
+ </summary>
367
+
368
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift/command/CreateQev2IdcApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift/Interface/CreateQev2IdcApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift/Interface/CreateQev2IdcApplicationCommandOutput/)
369
+ </details>
370
+ <details>
371
+ <summary>
365
372
  CreateRedshiftIdcApplication
366
373
  </summary>
367
374
 
@@ -502,6 +509,13 @@ DeletePartner
502
509
  </details>
503
510
  <details>
504
511
  <summary>
512
+ DeleteQev2IdcApplication
513
+ </summary>
514
+
515
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift/command/DeleteQev2IdcApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift/Interface/DeleteQev2IdcApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift/Interface/DeleteQev2IdcApplicationCommandOutput/)
516
+ </details>
517
+ <details>
518
+ <summary>
505
519
  DeleteRedshiftIdcApplication
506
520
  </summary>
507
521
 
@@ -761,6 +775,13 @@ DescribePartners
761
775
  </details>
762
776
  <details>
763
777
  <summary>
778
+ DescribeQev2IdcApplications
779
+ </summary>
780
+
781
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift/command/DescribeQev2IdcApplicationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift/Interface/DescribeQev2IdcApplicationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift/Interface/DescribeQev2IdcApplicationsCommandOutput/)
782
+ </details>
783
+ <details>
784
+ <summary>
764
785
  DescribeRedshiftIdcApplications
765
786
  </summary>
766
787
 
@@ -1041,6 +1062,13 @@ ModifyLakehouseConfiguration
1041
1062
  </details>
1042
1063
  <details>
1043
1064
  <summary>
1065
+ ModifyQev2IdcApplication
1066
+ </summary>
1067
+
1068
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift/command/ModifyQev2IdcApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift/Interface/ModifyQev2IdcApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift/Interface/ModifyQev2IdcApplicationCommandOutput/)
1069
+ </details>
1070
+ <details>
1071
+ <summary>
1044
1072
  ModifyRedshiftIdcApplication
1045
1073
  </summary>
1046
1074
 
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1090.0";
72
+ var version = "3.1091.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -1233,6 +1233,18 @@ class IntegrationTargetNotFoundFault extends RedshiftServiceException {
1233
1233
  Object.setPrototypeOf(this, IntegrationTargetNotFoundFault.prototype);
1234
1234
  }
1235
1235
  }
1236
+ class Qev2IdcApplicationAlreadyExistsFault extends RedshiftServiceException {
1237
+ name = "Qev2IdcApplicationAlreadyExistsFault";
1238
+ $fault = "client";
1239
+ constructor(opts) {
1240
+ super({
1241
+ name: "Qev2IdcApplicationAlreadyExistsFault",
1242
+ $fault: "client",
1243
+ ...opts,
1244
+ });
1245
+ Object.setPrototypeOf(this, Qev2IdcApplicationAlreadyExistsFault.prototype);
1246
+ }
1247
+ }
1236
1248
  class RedshiftIdcApplicationAlreadyExistsFault extends RedshiftServiceException {
1237
1249
  name = "RedshiftIdcApplicationAlreadyExistsFault";
1238
1250
  $fault = "client";
@@ -1545,6 +1557,18 @@ class IntegrationNotFoundFault extends RedshiftServiceException {
1545
1557
  Object.setPrototypeOf(this, IntegrationNotFoundFault.prototype);
1546
1558
  }
1547
1559
  }
1560
+ class Qev2IdcApplicationNotExistsFault extends RedshiftServiceException {
1561
+ name = "Qev2IdcApplicationNotExistsFault";
1562
+ $fault = "client";
1563
+ constructor(opts) {
1564
+ super({
1565
+ name: "Qev2IdcApplicationNotExistsFault",
1566
+ $fault: "client",
1567
+ ...opts,
1568
+ });
1569
+ Object.setPrototypeOf(this, Qev2IdcApplicationNotExistsFault.prototype);
1570
+ }
1571
+ }
1548
1572
  class ScheduledActionNotFoundFault extends RedshiftServiceException {
1549
1573
  name = "ScheduledActionNotFoundFault";
1550
1574
  $fault = "client";
@@ -2062,6 +2086,9 @@ const _CPS = "ClusterParameterStatus";
2062
2086
  const _CPSL = "ClusterParameterStatusList";
2063
2087
  const _CPUF = "ConflictPolicyUpdateFault";
2064
2088
  const _CQEF = "ClusterQuotaExceededFault";
2089
+ const _CQIA = "CreateQev2IdcApplication";
2090
+ const _CQIAM = "CreateQev2IdcApplicationMessage";
2091
+ const _CQIAR = "CreateQev2IdcApplicationResult";
2065
2092
  const _CR = "ConsumerRegion";
2066
2093
  const _CRIA = "CreateRedshiftIdcApplication";
2067
2094
  const _CRIAM = "CreateRedshiftIdcApplicationMessage";
@@ -2242,6 +2269,11 @@ const _DPIM = "DescribePartnersInputMessage";
2242
2269
  const _DPOM = "DescribePartnersOutputMessage";
2243
2270
  const _DPe = "DeletePartner";
2244
2271
  const _DPes = "DescribePartners";
2272
+ const _DQIA = "DeleteQev2IdcApplication";
2273
+ const _DQIAM = "DeleteQev2IdcApplicationMessage";
2274
+ const _DQIAMe = "DescribeQev2IdcApplicationsMessage";
2275
+ const _DQIAR = "DescribeQev2IdcApplicationsResult";
2276
+ const _DQIAe = "DescribeQev2IdcApplications";
2245
2277
  const _DR = "DestinationRegion";
2246
2278
  const _DRIA = "DeleteRedshiftIdcApplication";
2247
2279
  const _DRIAM = "DeleteRedshiftIdcApplicationMessage";
@@ -2585,6 +2617,9 @@ const _MLCM = "ModifyLakehouseConfigurationMessage";
2585
2617
  const _MMP = "ManageMasterPassword";
2586
2618
  const _MPSA = "MasterPasswordSecretArn";
2587
2619
  const _MPSKKI = "MasterPasswordSecretKmsKeyId";
2620
+ const _MQIA = "ModifyQev2IdcApplication";
2621
+ const _MQIAM = "ModifyQev2IdcApplicationMessage";
2622
+ const _MQIAR = "ModifyQev2IdcApplicationResult";
2588
2623
  const _MR = "MaxRecords";
2589
2624
  const _MRIA = "ModifyRedshiftIdcApplication";
2590
2625
  const _MRIAM = "ModifyRedshiftIdcApplicationMessage";
@@ -2683,6 +2718,13 @@ const _Pa = "Parameter";
2683
2718
  const _Pe = "Period";
2684
2719
  const _Po = "Port";
2685
2720
  const _Pol = "Policy";
2721
+ const _QIA = "Qev2IdcApplication";
2722
+ const _QIAA = "Qev2IdcApplicationArn";
2723
+ const _QIAAEF = "Qev2IdcApplicationAlreadyExistsFault";
2724
+ const _QIAL = "Qev2IdcApplicationList";
2725
+ const _QIAN = "Qev2IdcApplicationName";
2726
+ const _QIANEF = "Qev2IdcApplicationNotExistsFault";
2727
+ const _QIAe = "Qev2IdcApplications";
2686
2728
  const _R = "Resources";
2687
2729
  const _RA = "ResourceArn";
2688
2730
  const _RAL = "RecommendedActionList";
@@ -3590,6 +3632,18 @@ var PartnerNotFoundFault$ = [-3, n0, _PNFF,
3590
3632
  [0]
3591
3633
  ];
3592
3634
  n0_registry.registerError(PartnerNotFoundFault$, PartnerNotFoundFault);
3635
+ var Qev2IdcApplicationAlreadyExistsFault$ = [-3, n0, _QIAAEF,
3636
+ { [_aQE]: [`Qev2IdcApplicationAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
3637
+ [_m],
3638
+ [0]
3639
+ ];
3640
+ n0_registry.registerError(Qev2IdcApplicationAlreadyExistsFault$, Qev2IdcApplicationAlreadyExistsFault);
3641
+ var Qev2IdcApplicationNotExistsFault$ = [-3, n0, _QIANEF,
3642
+ { [_aQE]: [`Qev2IdcApplicationNotExists`, 404], [_e]: _c, [_hE]: 404 },
3643
+ [_m],
3644
+ [0]
3645
+ ];
3646
+ n0_registry.registerError(Qev2IdcApplicationNotExistsFault$, Qev2IdcApplicationNotExistsFault);
3593
3647
  var RedshiftIdcApplicationAlreadyExistsFault$ = [-3, n0, _RIAAEF,
3594
3648
  { [_aQE]: [`RedshiftIdcApplicationAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
3595
3649
  [_m],
@@ -4237,6 +4291,16 @@ var CreateIntegrationMessage$ = [3, n0, _CIM,
4237
4291
  [_SAo, _TA, _IN, _KMSKI, _TL, _AEC, _D],
4238
4292
  [0, 0, 0, 0, [() => TagList, 0], 128 | 0, 0], 3
4239
4293
  ];
4294
+ var CreateQev2IdcApplicationMessage$ = [3, n0, _CQIAM,
4295
+ 0,
4296
+ [_IIA, _QIAN, _IDN, _T],
4297
+ [0, 0, 0, [() => TagList, 0]], 3
4298
+ ];
4299
+ var CreateQev2IdcApplicationResult$ = [3, n0, _CQIAR,
4300
+ 0,
4301
+ [_QIA],
4302
+ [[() => Qev2IdcApplication$, 0]]
4303
+ ];
4240
4304
  var CreateRedshiftIdcApplicationMessage$ = [3, n0, _CRIAM,
4241
4305
  0,
4242
4306
  [_IIA, _RIAN, _IDN, _IRA, _INd, _ATIL, _SIe, _AT, _T, _STK],
@@ -4392,6 +4456,11 @@ var DeleteIntegrationMessage$ = [3, n0, _DIM,
4392
4456
  [_IA],
4393
4457
  [0], 1
4394
4458
  ];
4459
+ var DeleteQev2IdcApplicationMessage$ = [3, n0, _DQIAM,
4460
+ 0,
4461
+ [_QIAA],
4462
+ [0], 1
4463
+ ];
4395
4464
  var DeleteRedshiftIdcApplicationMessage$ = [3, n0, _DRIAM,
4396
4465
  0,
4397
4466
  [_RIAA],
@@ -4617,6 +4686,16 @@ var DescribePartnersOutputMessage$ = [3, n0, _DPOM,
4617
4686
  [_PIIL],
4618
4687
  [[() => PartnerIntegrationInfoList, 0]]
4619
4688
  ];
4689
+ var DescribeQev2IdcApplicationsMessage$ = [3, n0, _DQIAMe,
4690
+ 0,
4691
+ [_QIAA, _MR, _M],
4692
+ [0, 1, 0]
4693
+ ];
4694
+ var DescribeQev2IdcApplicationsResult$ = [3, n0, _DQIAR,
4695
+ 0,
4696
+ [_QIAe, _M],
4697
+ [[() => Qev2IdcApplicationList, 0], 0]
4698
+ ];
4620
4699
  var DescribeRedshiftIdcApplicationsMessage$ = [3, n0, _DRIAMe,
4621
4700
  0,
4622
4701
  [_RIAA, _MR, _M],
@@ -5062,6 +5141,16 @@ var ModifyLakehouseConfigurationMessage$ = [3, n0, _MLCM,
5062
5141
  [_CIl, _LR, _CNa, _LIR, _LIAA, _DRr],
5063
5142
  [0, 0, 0, 0, 0, 2], 1
5064
5143
  ];
5144
+ var ModifyQev2IdcApplicationMessage$ = [3, n0, _MQIAM,
5145
+ 0,
5146
+ [_QIAA, _IDN],
5147
+ [0, 0], 1
5148
+ ];
5149
+ var ModifyQev2IdcApplicationResult$ = [3, n0, _MQIAR,
5150
+ 0,
5151
+ [_QIA],
5152
+ [[() => Qev2IdcApplication$, 0]]
5153
+ ];
5065
5154
  var ModifyRedshiftIdcApplicationMessage$ = [3, n0, _MRIAM,
5066
5155
  0,
5067
5156
  [_RIAA, _INd, _IRA, _IDN, _ATIL, _SIe],
@@ -5187,6 +5276,11 @@ var PutResourcePolicyResult$ = [3, n0, _PRPR,
5187
5276
  [_RPe],
5188
5277
  [() => ResourcePolicy$]
5189
5278
  ];
5279
+ var Qev2IdcApplication$ = [3, n0, _QIA,
5280
+ 0,
5281
+ [_IIA, _QIAN, _QIAA, _IMAA, _IOS, _IDN, _T],
5282
+ [0, 0, 0, 0, 0, 0, [() => TagList, 0]]
5283
+ ];
5190
5284
  var ReadWriteAccess$ = [3, n0, _RWA,
5191
5285
  0,
5192
5286
  [_Au],
@@ -5731,6 +5825,10 @@ var PartnerIntegrationInfoList = [1, n0, _PIIL,
5731
5825
  0, [() => PartnerIntegrationInfo$,
5732
5826
  { [_xN]: _PII }]
5733
5827
  ];
5828
+ var Qev2IdcApplicationList = [1, n0, _QIAL,
5829
+ 0, [() => Qev2IdcApplication$,
5830
+ 0]
5831
+ ];
5734
5832
  var RecommendationList = [1, n0, _RLec,
5735
5833
  0, [() => Recommendation$,
5736
5834
  { [_xN]: _Rec }]
@@ -5986,6 +6084,9 @@ var CreateHsmConfiguration$ = [9, n0, _CHC,
5986
6084
  var CreateIntegration$ = [9, n0, _CIr,
5987
6085
  0, () => CreateIntegrationMessage$, () => Integration$
5988
6086
  ];
6087
+ var CreateQev2IdcApplication$ = [9, n0, _CQIA,
6088
+ 0, () => CreateQev2IdcApplicationMessage$, () => CreateQev2IdcApplicationResult$
6089
+ ];
5989
6090
  var CreateRedshiftIdcApplication$ = [9, n0, _CRIA,
5990
6091
  0, () => CreateRedshiftIdcApplicationMessage$, () => CreateRedshiftIdcApplicationResult$
5991
6092
  ];
@@ -6046,6 +6147,9 @@ var DeleteIntegration$ = [9, n0, _DI,
6046
6147
  var DeletePartner$ = [9, n0, _DPe,
6047
6148
  0, () => PartnerIntegrationInputMessage$, () => PartnerIntegrationOutputMessage$
6048
6149
  ];
6150
+ var DeleteQev2IdcApplication$ = [9, n0, _DQIA,
6151
+ 0, () => DeleteQev2IdcApplicationMessage$, () => __Unit
6152
+ ];
6049
6153
  var DeleteRedshiftIdcApplication$ = [9, n0, _DRIA,
6050
6154
  0, () => DeleteRedshiftIdcApplicationMessage$, () => __Unit
6051
6155
  ];
@@ -6157,6 +6261,9 @@ var DescribeOrderableClusterOptions$ = [9, n0, _DOCO,
6157
6261
  var DescribePartners$ = [9, n0, _DPes,
6158
6262
  0, () => DescribePartnersInputMessage$, () => DescribePartnersOutputMessage$
6159
6263
  ];
6264
+ var DescribeQev2IdcApplications$ = [9, n0, _DQIAe,
6265
+ 0, () => DescribeQev2IdcApplicationsMessage$, () => DescribeQev2IdcApplicationsResult$
6266
+ ];
6160
6267
  var DescribeRedshiftIdcApplications$ = [9, n0, _DRIAe,
6161
6268
  0, () => DescribeRedshiftIdcApplicationsMessage$, () => DescribeRedshiftIdcApplicationsResult$
6162
6269
  ];
@@ -6277,6 +6384,9 @@ var ModifyIntegration$ = [9, n0, _MI,
6277
6384
  var ModifyLakehouseConfiguration$ = [9, n0, _MLC,
6278
6385
  0, () => ModifyLakehouseConfigurationMessage$, () => LakehouseConfiguration$
6279
6386
  ];
6387
+ var ModifyQev2IdcApplication$ = [9, n0, _MQIA,
6388
+ 0, () => ModifyQev2IdcApplicationMessage$, () => ModifyQev2IdcApplicationResult$
6389
+ ];
6280
6390
  var ModifyRedshiftIdcApplication$ = [9, n0, _MRIA,
6281
6391
  0, () => ModifyRedshiftIdcApplicationMessage$, () => ModifyRedshiftIdcApplicationResult$
6282
6392
  ];
@@ -6561,6 +6671,9 @@ class CreateHsmConfigurationCommand extends command(_ep0, _mw0, "CreateHsmConfig
6561
6671
  class CreateIntegrationCommand extends command(_ep0, _mw0, "CreateIntegration", CreateIntegration$) {
6562
6672
  }
6563
6673
 
6674
+ class CreateQev2IdcApplicationCommand extends command(_ep0, _mw0, "CreateQev2IdcApplication", CreateQev2IdcApplication$) {
6675
+ }
6676
+
6564
6677
  class CreateRedshiftIdcApplicationCommand extends command(_ep0, _mw0, "CreateRedshiftIdcApplication", CreateRedshiftIdcApplication$) {
6565
6678
  }
6566
6679
 
@@ -6621,6 +6734,9 @@ class DeleteIntegrationCommand extends command(_ep0, _mw0, "DeleteIntegration",
6621
6734
  class DeletePartnerCommand extends command(_ep0, _mw0, "DeletePartner", DeletePartner$) {
6622
6735
  }
6623
6736
 
6737
+ class DeleteQev2IdcApplicationCommand extends command(_ep0, _mw0, "DeleteQev2IdcApplication", DeleteQev2IdcApplication$) {
6738
+ }
6739
+
6624
6740
  class DeleteRedshiftIdcApplicationCommand extends command(_ep0, _mw0, "DeleteRedshiftIdcApplication", DeleteRedshiftIdcApplication$) {
6625
6741
  }
6626
6742
 
@@ -6732,6 +6848,9 @@ class DescribeOrderableClusterOptionsCommand extends command(_ep0, _mw0, "Descri
6732
6848
  class DescribePartnersCommand extends command(_ep0, _mw0, "DescribePartners", DescribePartners$) {
6733
6849
  }
6734
6850
 
6851
+ class DescribeQev2IdcApplicationsCommand extends command(_ep0, _mw0, "DescribeQev2IdcApplications", DescribeQev2IdcApplications$) {
6852
+ }
6853
+
6735
6854
  class DescribeRedshiftIdcApplicationsCommand extends command(_ep0, _mw0, "DescribeRedshiftIdcApplications", DescribeRedshiftIdcApplications$) {
6736
6855
  }
6737
6856
 
@@ -6852,6 +6971,9 @@ class ModifyIntegrationCommand extends command(_ep0, _mw0, "ModifyIntegration",
6852
6971
  class ModifyLakehouseConfigurationCommand extends command(_ep0, _mw0, "ModifyLakehouseConfiguration", ModifyLakehouseConfiguration$) {
6853
6972
  }
6854
6973
 
6974
+ class ModifyQev2IdcApplicationCommand extends command(_ep0, _mw0, "ModifyQev2IdcApplication", ModifyQev2IdcApplication$) {
6975
+ }
6976
+
6855
6977
  class ModifyRedshiftIdcApplicationCommand extends command(_ep0, _mw0, "ModifyRedshiftIdcApplication", ModifyRedshiftIdcApplication$) {
6856
6978
  }
6857
6979
 
@@ -6963,6 +7085,8 @@ const paginateDescribeNodeConfigurationOptions = createPaginator(RedshiftClient,
6963
7085
 
6964
7086
  const paginateDescribeOrderableClusterOptions = createPaginator(RedshiftClient, DescribeOrderableClusterOptionsCommand, "Marker", "Marker", "MaxRecords");
6965
7087
 
7088
+ const paginateDescribeQev2IdcApplications = createPaginator(RedshiftClient, DescribeQev2IdcApplicationsCommand, "Marker", "Marker", "MaxRecords");
7089
+
6966
7090
  const paginateDescribeRedshiftIdcApplications = createPaginator(RedshiftClient, DescribeRedshiftIdcApplicationsCommand, "Marker", "Marker", "MaxRecords");
6967
7091
 
6968
7092
  const paginateDescribeReservedNodeExchangeStatus = createPaginator(RedshiftClient, DescribeReservedNodeExchangeStatusCommand, "Marker", "Marker", "MaxRecords");
@@ -7244,6 +7368,7 @@ const commands = {
7244
7368
  CreateHsmClientCertificateCommand,
7245
7369
  CreateHsmConfigurationCommand,
7246
7370
  CreateIntegrationCommand,
7371
+ CreateQev2IdcApplicationCommand,
7247
7372
  CreateRedshiftIdcApplicationCommand,
7248
7373
  CreateScheduledActionCommand,
7249
7374
  CreateSnapshotCopyGrantCommand,
@@ -7264,6 +7389,7 @@ const commands = {
7264
7389
  DeleteHsmConfigurationCommand,
7265
7390
  DeleteIntegrationCommand,
7266
7391
  DeletePartnerCommand,
7392
+ DeleteQev2IdcApplicationCommand,
7267
7393
  DeleteRedshiftIdcApplicationCommand,
7268
7394
  DeleteResourcePolicyCommand,
7269
7395
  DeleteScheduledActionCommand,
@@ -7301,6 +7427,7 @@ const commands = {
7301
7427
  DescribeNodeConfigurationOptionsCommand,
7302
7428
  DescribeOrderableClusterOptionsCommand,
7303
7429
  DescribePartnersCommand,
7430
+ DescribeQev2IdcApplicationsCommand,
7304
7431
  DescribeRedshiftIdcApplicationsCommand,
7305
7432
  DescribeReservedNodeExchangeStatusCommand,
7306
7433
  DescribeReservedNodeOfferingsCommand,
@@ -7341,6 +7468,7 @@ const commands = {
7341
7468
  ModifyEventSubscriptionCommand,
7342
7469
  ModifyIntegrationCommand,
7343
7470
  ModifyLakehouseConfigurationCommand,
7471
+ ModifyQev2IdcApplicationCommand,
7344
7472
  ModifyRedshiftIdcApplicationCommand,
7345
7473
  ModifyScheduledActionCommand,
7346
7474
  ModifySnapshotCopyRetentionPeriodCommand,
@@ -7388,6 +7516,7 @@ const paginators = {
7388
7516
  paginateDescribeIntegrations,
7389
7517
  paginateDescribeNodeConfigurationOptions,
7390
7518
  paginateDescribeOrderableClusterOptions,
7519
+ paginateDescribeQev2IdcApplications,
7391
7520
  paginateDescribeRedshiftIdcApplications,
7392
7521
  paginateDescribeReservedNodeExchangeStatus,
7393
7522
  paginateDescribeReservedNodeOfferings,
@@ -7791,6 +7920,10 @@ exports.CreateHsmConfigurationResult$ = CreateHsmConfigurationResult$;
7791
7920
  exports.CreateIntegration$ = CreateIntegration$;
7792
7921
  exports.CreateIntegrationCommand = CreateIntegrationCommand;
7793
7922
  exports.CreateIntegrationMessage$ = CreateIntegrationMessage$;
7923
+ exports.CreateQev2IdcApplication$ = CreateQev2IdcApplication$;
7924
+ exports.CreateQev2IdcApplicationCommand = CreateQev2IdcApplicationCommand;
7925
+ exports.CreateQev2IdcApplicationMessage$ = CreateQev2IdcApplicationMessage$;
7926
+ exports.CreateQev2IdcApplicationResult$ = CreateQev2IdcApplicationResult$;
7794
7927
  exports.CreateRedshiftIdcApplication$ = CreateRedshiftIdcApplication$;
7795
7928
  exports.CreateRedshiftIdcApplicationCommand = CreateRedshiftIdcApplicationCommand;
7796
7929
  exports.CreateRedshiftIdcApplicationMessage$ = CreateRedshiftIdcApplicationMessage$;
@@ -7870,6 +8003,9 @@ exports.DeleteIntegrationCommand = DeleteIntegrationCommand;
7870
8003
  exports.DeleteIntegrationMessage$ = DeleteIntegrationMessage$;
7871
8004
  exports.DeletePartner$ = DeletePartner$;
7872
8005
  exports.DeletePartnerCommand = DeletePartnerCommand;
8006
+ exports.DeleteQev2IdcApplication$ = DeleteQev2IdcApplication$;
8007
+ exports.DeleteQev2IdcApplicationCommand = DeleteQev2IdcApplicationCommand;
8008
+ exports.DeleteQev2IdcApplicationMessage$ = DeleteQev2IdcApplicationMessage$;
7873
8009
  exports.DeleteRedshiftIdcApplication$ = DeleteRedshiftIdcApplication$;
7874
8010
  exports.DeleteRedshiftIdcApplicationCommand = DeleteRedshiftIdcApplicationCommand;
7875
8011
  exports.DeleteRedshiftIdcApplicationMessage$ = DeleteRedshiftIdcApplicationMessage$;
@@ -7996,6 +8132,10 @@ exports.DescribePartners$ = DescribePartners$;
7996
8132
  exports.DescribePartnersCommand = DescribePartnersCommand;
7997
8133
  exports.DescribePartnersInputMessage$ = DescribePartnersInputMessage$;
7998
8134
  exports.DescribePartnersOutputMessage$ = DescribePartnersOutputMessage$;
8135
+ exports.DescribeQev2IdcApplications$ = DescribeQev2IdcApplications$;
8136
+ exports.DescribeQev2IdcApplicationsCommand = DescribeQev2IdcApplicationsCommand;
8137
+ exports.DescribeQev2IdcApplicationsMessage$ = DescribeQev2IdcApplicationsMessage$;
8138
+ exports.DescribeQev2IdcApplicationsResult$ = DescribeQev2IdcApplicationsResult$;
7999
8139
  exports.DescribeRedshiftIdcApplications$ = DescribeRedshiftIdcApplications$;
8000
8140
  exports.DescribeRedshiftIdcApplicationsCommand = DescribeRedshiftIdcApplicationsCommand;
8001
8141
  exports.DescribeRedshiftIdcApplicationsMessage$ = DescribeRedshiftIdcApplicationsMessage$;
@@ -8287,6 +8427,10 @@ exports.ModifyIntegrationMessage$ = ModifyIntegrationMessage$;
8287
8427
  exports.ModifyLakehouseConfiguration$ = ModifyLakehouseConfiguration$;
8288
8428
  exports.ModifyLakehouseConfigurationCommand = ModifyLakehouseConfigurationCommand;
8289
8429
  exports.ModifyLakehouseConfigurationMessage$ = ModifyLakehouseConfigurationMessage$;
8430
+ exports.ModifyQev2IdcApplication$ = ModifyQev2IdcApplication$;
8431
+ exports.ModifyQev2IdcApplicationCommand = ModifyQev2IdcApplicationCommand;
8432
+ exports.ModifyQev2IdcApplicationMessage$ = ModifyQev2IdcApplicationMessage$;
8433
+ exports.ModifyQev2IdcApplicationResult$ = ModifyQev2IdcApplicationResult$;
8290
8434
  exports.ModifyRedshiftIdcApplication$ = ModifyRedshiftIdcApplication$;
8291
8435
  exports.ModifyRedshiftIdcApplicationCommand = ModifyRedshiftIdcApplicationCommand;
8292
8436
  exports.ModifyRedshiftIdcApplicationMessage$ = ModifyRedshiftIdcApplicationMessage$;
@@ -8340,6 +8484,11 @@ exports.PutResourcePolicy$ = PutResourcePolicy$;
8340
8484
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
8341
8485
  exports.PutResourcePolicyMessage$ = PutResourcePolicyMessage$;
8342
8486
  exports.PutResourcePolicyResult$ = PutResourcePolicyResult$;
8487
+ exports.Qev2IdcApplication$ = Qev2IdcApplication$;
8488
+ exports.Qev2IdcApplicationAlreadyExistsFault = Qev2IdcApplicationAlreadyExistsFault;
8489
+ exports.Qev2IdcApplicationAlreadyExistsFault$ = Qev2IdcApplicationAlreadyExistsFault$;
8490
+ exports.Qev2IdcApplicationNotExistsFault = Qev2IdcApplicationNotExistsFault;
8491
+ exports.Qev2IdcApplicationNotExistsFault$ = Qev2IdcApplicationNotExistsFault$;
8343
8492
  exports.ReadWriteAccess$ = ReadWriteAccess$;
8344
8493
  exports.RebootCluster$ = RebootCluster$;
8345
8494
  exports.RebootClusterCommand = RebootClusterCommand;
@@ -8576,6 +8725,7 @@ exports.paginateDescribeInboundIntegrations = paginateDescribeInboundIntegration
8576
8725
  exports.paginateDescribeIntegrations = paginateDescribeIntegrations;
8577
8726
  exports.paginateDescribeNodeConfigurationOptions = paginateDescribeNodeConfigurationOptions;
8578
8727
  exports.paginateDescribeOrderableClusterOptions = paginateDescribeOrderableClusterOptions;
8728
+ exports.paginateDescribeQev2IdcApplications = paginateDescribeQev2IdcApplications;
8579
8729
  exports.paginateDescribeRedshiftIdcApplications = paginateDescribeRedshiftIdcApplications;
8580
8730
  exports.paginateDescribeReservedNodeExchangeStatus = paginateDescribeReservedNodeExchangeStatus;
8581
8731
  exports.paginateDescribeReservedNodeOfferings = paginateDescribeReservedNodeOfferings;
@@ -22,6 +22,7 @@ import { CreateEventSubscriptionCommand, } from "./commands/CreateEventSubscript
22
22
  import { CreateHsmClientCertificateCommand, } from "./commands/CreateHsmClientCertificateCommand";
23
23
  import { CreateHsmConfigurationCommand, } from "./commands/CreateHsmConfigurationCommand";
24
24
  import { CreateIntegrationCommand, } from "./commands/CreateIntegrationCommand";
25
+ import { CreateQev2IdcApplicationCommand, } from "./commands/CreateQev2IdcApplicationCommand";
25
26
  import { CreateRedshiftIdcApplicationCommand, } from "./commands/CreateRedshiftIdcApplicationCommand";
26
27
  import { CreateScheduledActionCommand, } from "./commands/CreateScheduledActionCommand";
27
28
  import { CreateSnapshotCopyGrantCommand, } from "./commands/CreateSnapshotCopyGrantCommand";
@@ -42,6 +43,7 @@ import { DeleteHsmClientCertificateCommand, } from "./commands/DeleteHsmClientCe
42
43
  import { DeleteHsmConfigurationCommand, } from "./commands/DeleteHsmConfigurationCommand";
43
44
  import { DeleteIntegrationCommand, } from "./commands/DeleteIntegrationCommand";
44
45
  import { DeletePartnerCommand, } from "./commands/DeletePartnerCommand";
46
+ import { DeleteQev2IdcApplicationCommand, } from "./commands/DeleteQev2IdcApplicationCommand";
45
47
  import { DeleteRedshiftIdcApplicationCommand, } from "./commands/DeleteRedshiftIdcApplicationCommand";
46
48
  import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand";
47
49
  import { DeleteScheduledActionCommand, } from "./commands/DeleteScheduledActionCommand";
@@ -79,6 +81,7 @@ import { DescribeLoggingStatusCommand, } from "./commands/DescribeLoggingStatusC
79
81
  import { DescribeNodeConfigurationOptionsCommand, } from "./commands/DescribeNodeConfigurationOptionsCommand";
80
82
  import { DescribeOrderableClusterOptionsCommand, } from "./commands/DescribeOrderableClusterOptionsCommand";
81
83
  import { DescribePartnersCommand, } from "./commands/DescribePartnersCommand";
84
+ import { DescribeQev2IdcApplicationsCommand, } from "./commands/DescribeQev2IdcApplicationsCommand";
82
85
  import { DescribeRedshiftIdcApplicationsCommand, } from "./commands/DescribeRedshiftIdcApplicationsCommand";
83
86
  import { DescribeReservedNodeExchangeStatusCommand, } from "./commands/DescribeReservedNodeExchangeStatusCommand";
84
87
  import { DescribeReservedNodeOfferingsCommand, } from "./commands/DescribeReservedNodeOfferingsCommand";
@@ -119,6 +122,7 @@ import { ModifyEndpointAccessCommand, } from "./commands/ModifyEndpointAccessCom
119
122
  import { ModifyEventSubscriptionCommand, } from "./commands/ModifyEventSubscriptionCommand";
120
123
  import { ModifyIntegrationCommand, } from "./commands/ModifyIntegrationCommand";
121
124
  import { ModifyLakehouseConfigurationCommand, } from "./commands/ModifyLakehouseConfigurationCommand";
125
+ import { ModifyQev2IdcApplicationCommand, } from "./commands/ModifyQev2IdcApplicationCommand";
122
126
  import { ModifyRedshiftIdcApplicationCommand, } from "./commands/ModifyRedshiftIdcApplicationCommand";
123
127
  import { ModifyScheduledActionCommand, } from "./commands/ModifyScheduledActionCommand";
124
128
  import { ModifySnapshotCopyRetentionPeriodCommand, } from "./commands/ModifySnapshotCopyRetentionPeriodCommand";
@@ -164,6 +168,7 @@ import { paginateDescribeInboundIntegrations } from "./pagination/DescribeInboun
164
168
  import { paginateDescribeIntegrations } from "./pagination/DescribeIntegrationsPaginator";
165
169
  import { paginateDescribeNodeConfigurationOptions } from "./pagination/DescribeNodeConfigurationOptionsPaginator";
166
170
  import { paginateDescribeOrderableClusterOptions } from "./pagination/DescribeOrderableClusterOptionsPaginator";
171
+ import { paginateDescribeQev2IdcApplications } from "./pagination/DescribeQev2IdcApplicationsPaginator";
167
172
  import { paginateDescribeRedshiftIdcApplications } from "./pagination/DescribeRedshiftIdcApplicationsPaginator";
168
173
  import { paginateDescribeReservedNodeExchangeStatus } from "./pagination/DescribeReservedNodeExchangeStatusPaginator";
169
174
  import { paginateDescribeReservedNodeOfferings } from "./pagination/DescribeReservedNodeOfferingsPaginator";
@@ -206,6 +211,7 @@ const commands = {
206
211
  CreateHsmClientCertificateCommand,
207
212
  CreateHsmConfigurationCommand,
208
213
  CreateIntegrationCommand,
214
+ CreateQev2IdcApplicationCommand,
209
215
  CreateRedshiftIdcApplicationCommand,
210
216
  CreateScheduledActionCommand,
211
217
  CreateSnapshotCopyGrantCommand,
@@ -226,6 +232,7 @@ const commands = {
226
232
  DeleteHsmConfigurationCommand,
227
233
  DeleteIntegrationCommand,
228
234
  DeletePartnerCommand,
235
+ DeleteQev2IdcApplicationCommand,
229
236
  DeleteRedshiftIdcApplicationCommand,
230
237
  DeleteResourcePolicyCommand,
231
238
  DeleteScheduledActionCommand,
@@ -263,6 +270,7 @@ const commands = {
263
270
  DescribeNodeConfigurationOptionsCommand,
264
271
  DescribeOrderableClusterOptionsCommand,
265
272
  DescribePartnersCommand,
273
+ DescribeQev2IdcApplicationsCommand,
266
274
  DescribeRedshiftIdcApplicationsCommand,
267
275
  DescribeReservedNodeExchangeStatusCommand,
268
276
  DescribeReservedNodeOfferingsCommand,
@@ -303,6 +311,7 @@ const commands = {
303
311
  ModifyEventSubscriptionCommand,
304
312
  ModifyIntegrationCommand,
305
313
  ModifyLakehouseConfigurationCommand,
314
+ ModifyQev2IdcApplicationCommand,
306
315
  ModifyRedshiftIdcApplicationCommand,
307
316
  ModifyScheduledActionCommand,
308
317
  ModifySnapshotCopyRetentionPeriodCommand,
@@ -350,6 +359,7 @@ const paginators = {
350
359
  paginateDescribeIntegrations,
351
360
  paginateDescribeNodeConfigurationOptions,
352
361
  paginateDescribeOrderableClusterOptions,
362
+ paginateDescribeQev2IdcApplications,
353
363
  paginateDescribeRedshiftIdcApplications,
354
364
  paginateDescribeReservedNodeExchangeStatus,
355
365
  paginateDescribeReservedNodeOfferings,
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { CreateQev2IdcApplication$ } from "../schemas/schemas_0";
3
+ export class CreateQev2IdcApplicationCommand extends command(_ep0, _mw0, "CreateQev2IdcApplication", CreateQev2IdcApplication$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { DeleteQev2IdcApplication$ } from "../schemas/schemas_0";
3
+ export class DeleteQev2IdcApplicationCommand extends command(_ep0, _mw0, "DeleteQev2IdcApplication", DeleteQev2IdcApplication$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { DescribeQev2IdcApplications$ } from "../schemas/schemas_0";
3
+ export class DescribeQev2IdcApplicationsCommand extends command(_ep0, _mw0, "DescribeQev2IdcApplications", DescribeQev2IdcApplications$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { ModifyQev2IdcApplication$ } from "../schemas/schemas_0";
3
+ export class ModifyQev2IdcApplicationCommand extends command(_ep0, _mw0, "ModifyQev2IdcApplication", ModifyQev2IdcApplication$) {
4
+ }
@@ -21,6 +21,7 @@ export * from "./CreateEventSubscriptionCommand";
21
21
  export * from "./CreateHsmClientCertificateCommand";
22
22
  export * from "./CreateHsmConfigurationCommand";
23
23
  export * from "./CreateIntegrationCommand";
24
+ export * from "./CreateQev2IdcApplicationCommand";
24
25
  export * from "./CreateRedshiftIdcApplicationCommand";
25
26
  export * from "./CreateScheduledActionCommand";
26
27
  export * from "./CreateSnapshotCopyGrantCommand";
@@ -41,6 +42,7 @@ export * from "./DeleteHsmClientCertificateCommand";
41
42
  export * from "./DeleteHsmConfigurationCommand";
42
43
  export * from "./DeleteIntegrationCommand";
43
44
  export * from "./DeletePartnerCommand";
45
+ export * from "./DeleteQev2IdcApplicationCommand";
44
46
  export * from "./DeleteRedshiftIdcApplicationCommand";
45
47
  export * from "./DeleteResourcePolicyCommand";
46
48
  export * from "./DeleteScheduledActionCommand";
@@ -78,6 +80,7 @@ export * from "./DescribeLoggingStatusCommand";
78
80
  export * from "./DescribeNodeConfigurationOptionsCommand";
79
81
  export * from "./DescribeOrderableClusterOptionsCommand";
80
82
  export * from "./DescribePartnersCommand";
83
+ export * from "./DescribeQev2IdcApplicationsCommand";
81
84
  export * from "./DescribeRedshiftIdcApplicationsCommand";
82
85
  export * from "./DescribeReservedNodeExchangeStatusCommand";
83
86
  export * from "./DescribeReservedNodeOfferingsCommand";
@@ -118,6 +121,7 @@ export * from "./ModifyEndpointAccessCommand";
118
121
  export * from "./ModifyEventSubscriptionCommand";
119
122
  export * from "./ModifyIntegrationCommand";
120
123
  export * from "./ModifyLakehouseConfigurationCommand";
124
+ export * from "./ModifyQev2IdcApplicationCommand";
121
125
  export * from "./ModifyRedshiftIdcApplicationCommand";
122
126
  export * from "./ModifyScheduledActionCommand";
123
127
  export * from "./ModifySnapshotCopyRetentionPeriodCommand";
@@ -1091,6 +1091,18 @@ export class IntegrationTargetNotFoundFault extends __BaseException {
1091
1091
  Object.setPrototypeOf(this, IntegrationTargetNotFoundFault.prototype);
1092
1092
  }
1093
1093
  }
1094
+ export class Qev2IdcApplicationAlreadyExistsFault extends __BaseException {
1095
+ name = "Qev2IdcApplicationAlreadyExistsFault";
1096
+ $fault = "client";
1097
+ constructor(opts) {
1098
+ super({
1099
+ name: "Qev2IdcApplicationAlreadyExistsFault",
1100
+ $fault: "client",
1101
+ ...opts,
1102
+ });
1103
+ Object.setPrototypeOf(this, Qev2IdcApplicationAlreadyExistsFault.prototype);
1104
+ }
1105
+ }
1094
1106
  export class RedshiftIdcApplicationAlreadyExistsFault extends __BaseException {
1095
1107
  name = "RedshiftIdcApplicationAlreadyExistsFault";
1096
1108
  $fault = "client";
@@ -1403,6 +1415,18 @@ export class IntegrationNotFoundFault extends __BaseException {
1403
1415
  Object.setPrototypeOf(this, IntegrationNotFoundFault.prototype);
1404
1416
  }
1405
1417
  }
1418
+ export class Qev2IdcApplicationNotExistsFault extends __BaseException {
1419
+ name = "Qev2IdcApplicationNotExistsFault";
1420
+ $fault = "client";
1421
+ constructor(opts) {
1422
+ super({
1423
+ name: "Qev2IdcApplicationNotExistsFault",
1424
+ $fault: "client",
1425
+ ...opts,
1426
+ });
1427
+ Object.setPrototypeOf(this, Qev2IdcApplicationNotExistsFault.prototype);
1428
+ }
1429
+ }
1406
1430
  export class ScheduledActionNotFoundFault extends __BaseException {
1407
1431
  name = "ScheduledActionNotFoundFault";
1408
1432
  $fault = "client";
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { DescribeQev2IdcApplicationsCommand, } from "../commands/DescribeQev2IdcApplicationsCommand";
3
+ import { RedshiftClient } from "../RedshiftClient";
4
+ export const paginateDescribeQev2IdcApplications = createPaginator(RedshiftClient, DescribeQev2IdcApplicationsCommand, "Marker", "Marker", "MaxRecords");
@@ -23,6 +23,7 @@ export * from "./DescribeInboundIntegrationsPaginator";
23
23
  export * from "./DescribeIntegrationsPaginator";
24
24
  export * from "./DescribeNodeConfigurationOptionsPaginator";
25
25
  export * from "./DescribeOrderableClusterOptionsPaginator";
26
+ export * from "./DescribeQev2IdcApplicationsPaginator";
26
27
  export * from "./DescribeRedshiftIdcApplicationsPaginator";
27
28
  export * from "./DescribeReservedNodeExchangeStatusPaginator";
28
29
  export * from "./DescribeReservedNodeOfferingsPaginator";