aws-sdk-redshift 1.86.0 → 1.88.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.
@@ -10,14 +10,6 @@
10
10
  module Aws::Redshift
11
11
  module Types
12
12
 
13
- # @note When making an API call, you may pass AcceptReservedNodeExchangeInputMessage
14
- # data as a hash:
15
- #
16
- # {
17
- # reserved_node_id: "String", # required
18
- # target_reserved_node_offering_id: "String", # required
19
- # }
20
- #
21
13
  # @!attribute [rw] reserved_node_id
22
14
  # A string representing the node identifier of the DC1 Reserved Node
23
15
  # to be exchanged.
@@ -139,16 +131,6 @@ module Aws::Redshift
139
131
  include Aws::Structure
140
132
  end
141
133
 
142
- # @note When making an API call, you may pass AssociateDataShareConsumerMessage
143
- # data as a hash:
144
- #
145
- # {
146
- # data_share_arn: "String", # required
147
- # associate_entire_account: false,
148
- # consumer_arn: "String",
149
- # consumer_region: "String",
150
- # }
151
- #
152
134
  # @!attribute [rw] data_share_arn
153
135
  # The Amazon Resource Name (ARN) of the datashare that the consumer is
154
136
  # to use with the account or the namespace.
@@ -257,16 +239,6 @@ module Aws::Redshift
257
239
  #
258
240
  class AuthorizationQuotaExceededFault < Aws::EmptyStructure; end
259
241
 
260
- # @note When making an API call, you may pass AuthorizeClusterSecurityGroupIngressMessage
261
- # data as a hash:
262
- #
263
- # {
264
- # cluster_security_group_name: "String", # required
265
- # cidrip: "String",
266
- # ec2_security_group_name: "String",
267
- # ec2_security_group_owner_id: "String",
268
- # }
269
- #
270
242
  # @!attribute [rw] cluster_security_group_name
271
243
  # The name of the security group to which the ingress rule is added.
272
244
  # @return [String]
@@ -311,14 +283,6 @@ module Aws::Redshift
311
283
  include Aws::Structure
312
284
  end
313
285
 
314
- # @note When making an API call, you may pass AuthorizeDataShareMessage
315
- # data as a hash:
316
- #
317
- # {
318
- # data_share_arn: "String", # required
319
- # consumer_identifier: "String", # required
320
- # }
321
- #
322
286
  # @!attribute [rw] data_share_arn
323
287
  # The Amazon Resource Name (ARN) of the datashare that producers are
324
288
  # to authorize sharing for.
@@ -339,15 +303,6 @@ module Aws::Redshift
339
303
  include Aws::Structure
340
304
  end
341
305
 
342
- # @note When making an API call, you may pass AuthorizeEndpointAccessMessage
343
- # data as a hash:
344
- #
345
- # {
346
- # cluster_identifier: "String",
347
- # account: "String", # required
348
- # vpc_ids: ["String"],
349
- # }
350
- #
351
306
  # @!attribute [rw] cluster_identifier
352
307
  # The cluster identifier of the cluster to grant access to.
353
308
  # @return [String]
@@ -370,16 +325,6 @@ module Aws::Redshift
370
325
  include Aws::Structure
371
326
  end
372
327
 
373
- # @note When making an API call, you may pass AuthorizeSnapshotAccessMessage
374
- # data as a hash:
375
- #
376
- # {
377
- # snapshot_identifier: "String",
378
- # snapshot_arn: "String",
379
- # snapshot_cluster_identifier: "String",
380
- # account_with_restore_access: "String", # required
381
- # }
382
- #
383
328
  # @!attribute [rw] snapshot_identifier
384
329
  # The identifier of the snapshot the account is authorized to restore.
385
330
  # @return [String]
@@ -445,18 +390,6 @@ module Aws::Redshift
445
390
  include Aws::Structure
446
391
  end
447
392
 
448
- # @note When making an API call, you may pass BatchDeleteClusterSnapshotsRequest
449
- # data as a hash:
450
- #
451
- # {
452
- # identifiers: [ # required
453
- # {
454
- # snapshot_identifier: "String", # required
455
- # snapshot_cluster_identifier: "String",
456
- # },
457
- # ],
458
- # }
459
- #
460
393
  # @!attribute [rw] identifiers
461
394
  # A list of identifiers for the snapshots that you want to delete.
462
395
  # @return [Array<Types::DeleteClusterSnapshotMessage>]
@@ -500,15 +433,6 @@ module Aws::Redshift
500
433
  #
501
434
  class BatchModifyClusterSnapshotsLimitExceededFault < Aws::EmptyStructure; end
502
435
 
503
- # @note When making an API call, you may pass BatchModifyClusterSnapshotsMessage
504
- # data as a hash:
505
- #
506
- # {
507
- # snapshot_identifier_list: ["String"], # required
508
- # manual_snapshot_retention_period: 1,
509
- # force: false,
510
- # }
511
- #
512
436
  # @!attribute [rw] snapshot_identifier_list
513
437
  # A list of snapshot identifiers you want to modify.
514
438
  # @return [Array<String>]
@@ -563,13 +487,6 @@ module Aws::Redshift
563
487
  #
564
488
  class BucketNotFoundFault < Aws::EmptyStructure; end
565
489
 
566
- # @note When making an API call, you may pass CancelResizeMessage
567
- # data as a hash:
568
- #
569
- # {
570
- # cluster_identifier: "String", # required
571
- # }
572
- #
573
490
  # @!attribute [rw] cluster_identifier
574
491
  # The unique identifier for the cluster that you want to cancel a
575
492
  # resize operation for.
@@ -1732,16 +1649,6 @@ module Aws::Redshift
1732
1649
  include Aws::Structure
1733
1650
  end
1734
1651
 
1735
- # @note When making an API call, you may pass CopyClusterSnapshotMessage
1736
- # data as a hash:
1737
- #
1738
- # {
1739
- # source_snapshot_identifier: "String", # required
1740
- # source_snapshot_cluster_identifier: "String",
1741
- # target_snapshot_identifier: "String", # required
1742
- # manual_snapshot_retention_period: 1,
1743
- # }
1744
- #
1745
1652
  # @!attribute [rw] source_snapshot_identifier
1746
1653
  # The identifier for the source snapshot.
1747
1654
  #
@@ -1822,14 +1729,6 @@ module Aws::Redshift
1822
1729
  #
1823
1730
  class CopyToRegionDisabledFault < Aws::EmptyStructure; end
1824
1731
 
1825
- # @note When making an API call, you may pass CreateAuthenticationProfileMessage
1826
- # data as a hash:
1827
- #
1828
- # {
1829
- # authentication_profile_name: "AuthenticationProfileNameString", # required
1830
- # authentication_profile_content: "String", # required
1831
- # }
1832
- #
1833
1732
  # @!attribute [rw] authentication_profile_name
1834
1733
  # The name of the authentication profile to be created.
1835
1734
  # @return [String]
@@ -1866,51 +1765,6 @@ module Aws::Redshift
1866
1765
  include Aws::Structure
1867
1766
  end
1868
1767
 
1869
- # @note When making an API call, you may pass CreateClusterMessage
1870
- # data as a hash:
1871
- #
1872
- # {
1873
- # db_name: "String",
1874
- # cluster_identifier: "String", # required
1875
- # cluster_type: "String",
1876
- # node_type: "String", # required
1877
- # master_username: "String", # required
1878
- # master_user_password: "String", # required
1879
- # cluster_security_groups: ["String"],
1880
- # vpc_security_group_ids: ["String"],
1881
- # cluster_subnet_group_name: "String",
1882
- # availability_zone: "String",
1883
- # preferred_maintenance_window: "String",
1884
- # cluster_parameter_group_name: "String",
1885
- # automated_snapshot_retention_period: 1,
1886
- # manual_snapshot_retention_period: 1,
1887
- # port: 1,
1888
- # cluster_version: "String",
1889
- # allow_version_upgrade: false,
1890
- # number_of_nodes: 1,
1891
- # publicly_accessible: false,
1892
- # encrypted: false,
1893
- # hsm_client_certificate_identifier: "String",
1894
- # hsm_configuration_identifier: "String",
1895
- # elastic_ip: "String",
1896
- # tags: [
1897
- # {
1898
- # key: "String",
1899
- # value: "String",
1900
- # },
1901
- # ],
1902
- # kms_key_id: "String",
1903
- # enhanced_vpc_routing: false,
1904
- # additional_info: "String",
1905
- # iam_roles: ["String"],
1906
- # maintenance_track_name: "String",
1907
- # snapshot_schedule_identifier: "String",
1908
- # availability_zone_relocation: false,
1909
- # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
1910
- # default_iam_role_arn: "String",
1911
- # load_sample_data: "String",
1912
- # }
1913
- #
1914
1768
  # @!attribute [rw] db_name
1915
1769
  # The name of the first database to be created when the cluster is
1916
1770
  # created.
@@ -2207,10 +2061,12 @@ module Aws::Redshift
2207
2061
  # The Elastic IP (EIP) address for the cluster.
2208
2062
  #
2209
2063
  # Constraints: The cluster must be provisioned in EC2-VPC and
2210
- # publicly-accessible through an Internet gateway. For more
2211
- # information about provisioning clusters in EC2-VPC, go to [Supported
2212
- # Platforms to Launch Your Cluster][1] in the Amazon Redshift Cluster
2213
- # Management Guide.
2064
+ # publicly-accessible through an Internet gateway. Don't specify the
2065
+ # Elastic IP address for a publicly accessible cluster with
2066
+ # availability zone relocation turned on. For more information about
2067
+ # provisioning clusters in EC2-VPC, go to [Supported Platforms to
2068
+ # Launch Your Cluster][1] in the Amazon Redshift Cluster Management
2069
+ # Guide.
2214
2070
  #
2215
2071
  #
2216
2072
  #
@@ -2333,21 +2189,6 @@ module Aws::Redshift
2333
2189
  include Aws::Structure
2334
2190
  end
2335
2191
 
2336
- # @note When making an API call, you may pass CreateClusterParameterGroupMessage
2337
- # data as a hash:
2338
- #
2339
- # {
2340
- # parameter_group_name: "String", # required
2341
- # parameter_group_family: "String", # required
2342
- # description: "String", # required
2343
- # tags: [
2344
- # {
2345
- # key: "String",
2346
- # value: "String",
2347
- # },
2348
- # ],
2349
- # }
2350
- #
2351
2192
  # @!attribute [rw] parameter_group_name
2352
2193
  # The name of the cluster parameter group.
2353
2194
  #
@@ -2423,20 +2264,6 @@ module Aws::Redshift
2423
2264
  include Aws::Structure
2424
2265
  end
2425
2266
 
2426
- # @note When making an API call, you may pass CreateClusterSecurityGroupMessage
2427
- # data as a hash:
2428
- #
2429
- # {
2430
- # cluster_security_group_name: "String", # required
2431
- # description: "String", # required
2432
- # tags: [
2433
- # {
2434
- # key: "String",
2435
- # value: "String",
2436
- # },
2437
- # ],
2438
- # }
2439
- #
2440
2267
  # @!attribute [rw] cluster_security_group_name
2441
2268
  # The name for the security group. Amazon Redshift stores the value as
2442
2269
  # a lowercase string.
@@ -2483,21 +2310,6 @@ module Aws::Redshift
2483
2310
  include Aws::Structure
2484
2311
  end
2485
2312
 
2486
- # @note When making an API call, you may pass CreateClusterSnapshotMessage
2487
- # data as a hash:
2488
- #
2489
- # {
2490
- # snapshot_identifier: "String", # required
2491
- # cluster_identifier: "String", # required
2492
- # manual_snapshot_retention_period: 1,
2493
- # tags: [
2494
- # {
2495
- # key: "String",
2496
- # value: "String",
2497
- # },
2498
- # ],
2499
- # }
2500
- #
2501
2313
  # @!attribute [rw] snapshot_identifier
2502
2314
  # A unique identifier for the snapshot that you are requesting. This
2503
2315
  # identifier must be unique for all snapshots within the Amazon Web
@@ -2556,21 +2368,6 @@ module Aws::Redshift
2556
2368
  include Aws::Structure
2557
2369
  end
2558
2370
 
2559
- # @note When making an API call, you may pass CreateClusterSubnetGroupMessage
2560
- # data as a hash:
2561
- #
2562
- # {
2563
- # cluster_subnet_group_name: "String", # required
2564
- # description: "String", # required
2565
- # subnet_ids: ["String"], # required
2566
- # tags: [
2567
- # {
2568
- # key: "String",
2569
- # value: "String",
2570
- # },
2571
- # ],
2572
- # }
2573
- #
2574
2371
  # @!attribute [rw] cluster_subnet_group_name
2575
2372
  # The name for the subnet group. Amazon Redshift stores the value as a
2576
2373
  # lowercase string.
@@ -2623,17 +2420,6 @@ module Aws::Redshift
2623
2420
  include Aws::Structure
2624
2421
  end
2625
2422
 
2626
- # @note When making an API call, you may pass CreateEndpointAccessMessage
2627
- # data as a hash:
2628
- #
2629
- # {
2630
- # cluster_identifier: "String",
2631
- # resource_owner: "String",
2632
- # endpoint_name: "String", # required
2633
- # subnet_group_name: "String", # required
2634
- # vpc_security_group_ids: ["String"],
2635
- # }
2636
- #
2637
2423
  # @!attribute [rw] cluster_identifier
2638
2424
  # The cluster identifier of the cluster to access.
2639
2425
  # @return [String]
@@ -2675,25 +2461,6 @@ module Aws::Redshift
2675
2461
  include Aws::Structure
2676
2462
  end
2677
2463
 
2678
- # @note When making an API call, you may pass CreateEventSubscriptionMessage
2679
- # data as a hash:
2680
- #
2681
- # {
2682
- # subscription_name: "String", # required
2683
- # sns_topic_arn: "String", # required
2684
- # source_type: "String",
2685
- # source_ids: ["String"],
2686
- # event_categories: ["String"],
2687
- # severity: "String",
2688
- # enabled: false,
2689
- # tags: [
2690
- # {
2691
- # key: "String",
2692
- # value: "String",
2693
- # },
2694
- # ],
2695
- # }
2696
- #
2697
2464
  # @!attribute [rw] subscription_name
2698
2465
  # The name of the event subscription to be created.
2699
2466
  #
@@ -2789,19 +2556,6 @@ module Aws::Redshift
2789
2556
  include Aws::Structure
2790
2557
  end
2791
2558
 
2792
- # @note When making an API call, you may pass CreateHsmClientCertificateMessage
2793
- # data as a hash:
2794
- #
2795
- # {
2796
- # hsm_client_certificate_identifier: "String", # required
2797
- # tags: [
2798
- # {
2799
- # key: "String",
2800
- # value: "String",
2801
- # },
2802
- # ],
2803
- # }
2804
- #
2805
2559
  # @!attribute [rw] hsm_client_certificate_identifier
2806
2560
  # The identifier to be assigned to the new HSM client certificate that
2807
2561
  # the cluster will use to connect to the HSM to use the database
@@ -2835,24 +2589,6 @@ module Aws::Redshift
2835
2589
  include Aws::Structure
2836
2590
  end
2837
2591
 
2838
- # @note When making an API call, you may pass CreateHsmConfigurationMessage
2839
- # data as a hash:
2840
- #
2841
- # {
2842
- # hsm_configuration_identifier: "String", # required
2843
- # description: "String", # required
2844
- # hsm_ip_address: "String", # required
2845
- # hsm_partition_name: "String", # required
2846
- # hsm_partition_password: "String", # required
2847
- # hsm_server_public_certificate: "String", # required
2848
- # tags: [
2849
- # {
2850
- # key: "String",
2851
- # value: "String",
2852
- # },
2853
- # ],
2854
- # }
2855
- #
2856
2592
  # @!attribute [rw] hsm_configuration_identifier
2857
2593
  # The identifier to be assigned to the new Amazon Redshift HSM
2858
2594
  # configuration.
@@ -2914,36 +2650,6 @@ module Aws::Redshift
2914
2650
  include Aws::Structure
2915
2651
  end
2916
2652
 
2917
- # @note When making an API call, you may pass CreateScheduledActionMessage
2918
- # data as a hash:
2919
- #
2920
- # {
2921
- # scheduled_action_name: "String", # required
2922
- # target_action: { # required
2923
- # resize_cluster: {
2924
- # cluster_identifier: "String", # required
2925
- # cluster_type: "String",
2926
- # node_type: "String",
2927
- # number_of_nodes: 1,
2928
- # classic: false,
2929
- # reserved_node_id: "String",
2930
- # target_reserved_node_offering_id: "String",
2931
- # },
2932
- # pause_cluster: {
2933
- # cluster_identifier: "String", # required
2934
- # },
2935
- # resume_cluster: {
2936
- # cluster_identifier: "String", # required
2937
- # },
2938
- # },
2939
- # schedule: "String", # required
2940
- # iam_role: "String", # required
2941
- # scheduled_action_description: "String",
2942
- # start_time: Time.now,
2943
- # end_time: Time.now,
2944
- # enable: false,
2945
- # }
2946
- #
2947
2653
  # @!attribute [rw] scheduled_action_name
2948
2654
  # The name of the scheduled action. The name must be unique within an
2949
2655
  # account. For more information about this parameter, see
@@ -3005,20 +2711,6 @@ module Aws::Redshift
3005
2711
 
3006
2712
  # The result of the `CreateSnapshotCopyGrant` action.
3007
2713
  #
3008
- # @note When making an API call, you may pass CreateSnapshotCopyGrantMessage
3009
- # data as a hash:
3010
- #
3011
- # {
3012
- # snapshot_copy_grant_name: "String", # required
3013
- # kms_key_id: "String",
3014
- # tags: [
3015
- # {
3016
- # key: "String",
3017
- # value: "String",
3018
- # },
3019
- # ],
3020
- # }
3021
- #
3022
2714
  # @!attribute [rw] snapshot_copy_grant_name
3023
2715
  # The name of the snapshot copy grant. This name must be unique in the
3024
2716
  # region for the Amazon Web Services account.
@@ -3079,23 +2771,6 @@ module Aws::Redshift
3079
2771
  include Aws::Structure
3080
2772
  end
3081
2773
 
3082
- # @note When making an API call, you may pass CreateSnapshotScheduleMessage
3083
- # data as a hash:
3084
- #
3085
- # {
3086
- # schedule_definitions: ["String"],
3087
- # schedule_identifier: "String",
3088
- # schedule_description: "String",
3089
- # tags: [
3090
- # {
3091
- # key: "String",
3092
- # value: "String",
3093
- # },
3094
- # ],
3095
- # dry_run: false,
3096
- # next_invocations: 1,
3097
- # }
3098
- #
3099
2774
  # @!attribute [rw] schedule_definitions
3100
2775
  # The definition of the snapshot schedule. The definition is made up
3101
2776
  # of schedule expressions, for example "cron(30 12 *)" or "rate(12
@@ -3136,19 +2811,6 @@ module Aws::Redshift
3136
2811
 
3137
2812
  # Contains the output from the `CreateTags` action.
3138
2813
  #
3139
- # @note When making an API call, you may pass CreateTagsMessage
3140
- # data as a hash:
3141
- #
3142
- # {
3143
- # resource_name: "String", # required
3144
- # tags: [ # required
3145
- # {
3146
- # key: "String",
3147
- # value: "String",
3148
- # },
3149
- # ],
3150
- # }
3151
- #
3152
2814
  # @!attribute [rw] resource_name
3153
2815
  # The Amazon Resource Name (ARN) to which you want to add the tag or
3154
2816
  # tags. For example,
@@ -3174,24 +2836,6 @@ module Aws::Redshift
3174
2836
  include Aws::Structure
3175
2837
  end
3176
2838
 
3177
- # @note When making an API call, you may pass CreateUsageLimitMessage
3178
- # data as a hash:
3179
- #
3180
- # {
3181
- # cluster_identifier: "String", # required
3182
- # feature_type: "spectrum", # required, accepts spectrum, concurrency-scaling, cross-region-datasharing
3183
- # limit_type: "time", # required, accepts time, data-scanned
3184
- # amount: 1, # required
3185
- # period: "daily", # accepts daily, weekly, monthly
3186
- # breach_action: "log", # accepts log, emit-metric, disable
3187
- # tags: [
3188
- # {
3189
- # key: "String",
3190
- # value: "String",
3191
- # },
3192
- # ],
3193
- # }
3194
- #
3195
2839
  # @!attribute [rw] cluster_identifier
3196
2840
  # The identifier of the cluster that you want to limit usage.
3197
2841
  # @return [String]
@@ -3380,14 +3024,6 @@ module Aws::Redshift
3380
3024
  include Aws::Structure
3381
3025
  end
3382
3026
 
3383
- # @note When making an API call, you may pass DeauthorizeDataShareMessage
3384
- # data as a hash:
3385
- #
3386
- # {
3387
- # data_share_arn: "String", # required
3388
- # consumer_identifier: "String", # required
3389
- # }
3390
- #
3391
3027
  # @!attribute [rw] data_share_arn
3392
3028
  # The Amazon Resource Name (ARN) of the datashare to remove
3393
3029
  # authorization from.
@@ -3464,13 +3100,6 @@ module Aws::Redshift
3464
3100
  include Aws::Structure
3465
3101
  end
3466
3102
 
3467
- # @note When making an API call, you may pass DeleteAuthenticationProfileMessage
3468
- # data as a hash:
3469
- #
3470
- # {
3471
- # authentication_profile_name: "AuthenticationProfileNameString", # required
3472
- # }
3473
- #
3474
3103
  # @!attribute [rw] authentication_profile_name
3475
3104
  # The name of the authentication profile to delete.
3476
3105
  # @return [String]
@@ -3495,16 +3124,6 @@ module Aws::Redshift
3495
3124
  include Aws::Structure
3496
3125
  end
3497
3126
 
3498
- # @note When making an API call, you may pass DeleteClusterMessage
3499
- # data as a hash:
3500
- #
3501
- # {
3502
- # cluster_identifier: "String", # required
3503
- # skip_final_cluster_snapshot: false,
3504
- # final_cluster_snapshot_identifier: "String",
3505
- # final_cluster_snapshot_retention_period: 1,
3506
- # }
3507
- #
3508
3127
  # @!attribute [rw] cluster_identifier
3509
3128
  # The identifier of the cluster to be deleted.
3510
3129
  #
@@ -3567,13 +3186,6 @@ module Aws::Redshift
3567
3186
  include Aws::Structure
3568
3187
  end
3569
3188
 
3570
- # @note When making an API call, you may pass DeleteClusterParameterGroupMessage
3571
- # data as a hash:
3572
- #
3573
- # {
3574
- # parameter_group_name: "String", # required
3575
- # }
3576
- #
3577
3189
  # @!attribute [rw] parameter_group_name
3578
3190
  # The name of the parameter group to be deleted.
3579
3191
  #
@@ -3604,13 +3216,6 @@ module Aws::Redshift
3604
3216
  include Aws::Structure
3605
3217
  end
3606
3218
 
3607
- # @note When making an API call, you may pass DeleteClusterSecurityGroupMessage
3608
- # data as a hash:
3609
- #
3610
- # {
3611
- # cluster_security_group_name: "String", # required
3612
- # }
3613
- #
3614
3219
  # @!attribute [rw] cluster_security_group_name
3615
3220
  # The name of the cluster security group to be deleted.
3616
3221
  # @return [String]
@@ -3623,14 +3228,6 @@ module Aws::Redshift
3623
3228
  include Aws::Structure
3624
3229
  end
3625
3230
 
3626
- # @note When making an API call, you may pass DeleteClusterSnapshotMessage
3627
- # data as a hash:
3628
- #
3629
- # {
3630
- # snapshot_identifier: "String", # required
3631
- # snapshot_cluster_identifier: "String",
3632
- # }
3633
- #
3634
3231
  # @!attribute [rw] snapshot_identifier
3635
3232
  # The unique identifier of the manual snapshot to be deleted.
3636
3233
  #
@@ -3668,13 +3265,6 @@ module Aws::Redshift
3668
3265
  include Aws::Structure
3669
3266
  end
3670
3267
 
3671
- # @note When making an API call, you may pass DeleteClusterSubnetGroupMessage
3672
- # data as a hash:
3673
- #
3674
- # {
3675
- # cluster_subnet_group_name: "String", # required
3676
- # }
3677
- #
3678
3268
  # @!attribute [rw] cluster_subnet_group_name
3679
3269
  # The name of the cluster subnet group name to be deleted.
3680
3270
  # @return [String]
@@ -3687,13 +3277,6 @@ module Aws::Redshift
3687
3277
  include Aws::Structure
3688
3278
  end
3689
3279
 
3690
- # @note When making an API call, you may pass DeleteEndpointAccessMessage
3691
- # data as a hash:
3692
- #
3693
- # {
3694
- # endpoint_name: "String", # required
3695
- # }
3696
- #
3697
3280
  # @!attribute [rw] endpoint_name
3698
3281
  # The Redshift-managed VPC endpoint to delete.
3699
3282
  # @return [String]
@@ -3706,13 +3289,6 @@ module Aws::Redshift
3706
3289
  include Aws::Structure
3707
3290
  end
3708
3291
 
3709
- # @note When making an API call, you may pass DeleteEventSubscriptionMessage
3710
- # data as a hash:
3711
- #
3712
- # {
3713
- # subscription_name: "String", # required
3714
- # }
3715
- #
3716
3292
  # @!attribute [rw] subscription_name
3717
3293
  # The name of the Amazon Redshift event notification subscription to
3718
3294
  # be deleted.
@@ -3726,13 +3302,6 @@ module Aws::Redshift
3726
3302
  include Aws::Structure
3727
3303
  end
3728
3304
 
3729
- # @note When making an API call, you may pass DeleteHsmClientCertificateMessage
3730
- # data as a hash:
3731
- #
3732
- # {
3733
- # hsm_client_certificate_identifier: "String", # required
3734
- # }
3735
- #
3736
3305
  # @!attribute [rw] hsm_client_certificate_identifier
3737
3306
  # The identifier of the HSM client certificate to be deleted.
3738
3307
  # @return [String]
@@ -3745,13 +3314,6 @@ module Aws::Redshift
3745
3314
  include Aws::Structure
3746
3315
  end
3747
3316
 
3748
- # @note When making an API call, you may pass DeleteHsmConfigurationMessage
3749
- # data as a hash:
3750
- #
3751
- # {
3752
- # hsm_configuration_identifier: "String", # required
3753
- # }
3754
- #
3755
3317
  # @!attribute [rw] hsm_configuration_identifier
3756
3318
  # The identifier of the Amazon Redshift HSM configuration to be
3757
3319
  # deleted.
@@ -3765,13 +3327,6 @@ module Aws::Redshift
3765
3327
  include Aws::Structure
3766
3328
  end
3767
3329
 
3768
- # @note When making an API call, you may pass DeleteScheduledActionMessage
3769
- # data as a hash:
3770
- #
3771
- # {
3772
- # scheduled_action_name: "String", # required
3773
- # }
3774
- #
3775
3330
  # @!attribute [rw] scheduled_action_name
3776
3331
  # The name of the scheduled action to delete.
3777
3332
  # @return [String]
@@ -3786,13 +3341,6 @@ module Aws::Redshift
3786
3341
 
3787
3342
  # The result of the `DeleteSnapshotCopyGrant` action.
3788
3343
  #
3789
- # @note When making an API call, you may pass DeleteSnapshotCopyGrantMessage
3790
- # data as a hash:
3791
- #
3792
- # {
3793
- # snapshot_copy_grant_name: "String", # required
3794
- # }
3795
- #
3796
3344
  # @!attribute [rw] snapshot_copy_grant_name
3797
3345
  # The name of the snapshot copy grant to delete.
3798
3346
  # @return [String]
@@ -3805,13 +3353,6 @@ module Aws::Redshift
3805
3353
  include Aws::Structure
3806
3354
  end
3807
3355
 
3808
- # @note When making an API call, you may pass DeleteSnapshotScheduleMessage
3809
- # data as a hash:
3810
- #
3811
- # {
3812
- # schedule_identifier: "String", # required
3813
- # }
3814
- #
3815
3356
  # @!attribute [rw] schedule_identifier
3816
3357
  # A unique identifier of the snapshot schedule to delete.
3817
3358
  # @return [String]
@@ -3826,14 +3367,6 @@ module Aws::Redshift
3826
3367
 
3827
3368
  # Contains the output from the `DeleteTags` action.
3828
3369
  #
3829
- # @note When making an API call, you may pass DeleteTagsMessage
3830
- # data as a hash:
3831
- #
3832
- # {
3833
- # resource_name: "String", # required
3834
- # tag_keys: ["String"], # required
3835
- # }
3836
- #
3837
3370
  # @!attribute [rw] resource_name
3838
3371
  # The Amazon Resource Name (ARN) from which you want to remove the tag
3839
3372
  # or tags. For example,
@@ -3853,13 +3386,6 @@ module Aws::Redshift
3853
3386
  include Aws::Structure
3854
3387
  end
3855
3388
 
3856
- # @note When making an API call, you may pass DeleteUsageLimitMessage
3857
- # data as a hash:
3858
- #
3859
- # {
3860
- # usage_limit_id: "String", # required
3861
- # }
3862
- #
3863
3389
  # @!attribute [rw] usage_limit_id
3864
3390
  # The identifier of the usage limit to delete.
3865
3391
  # @return [String]
@@ -3887,13 +3413,6 @@ module Aws::Redshift
3887
3413
  #
3888
3414
  class DependentServiceUnavailableFault < Aws::EmptyStructure; end
3889
3415
 
3890
- # @note When making an API call, you may pass DescribeAccountAttributesMessage
3891
- # data as a hash:
3892
- #
3893
- # {
3894
- # attribute_names: ["String"],
3895
- # }
3896
- #
3897
3416
  # @!attribute [rw] attribute_names
3898
3417
  # A list of attribute names.
3899
3418
  # @return [Array<String>]
@@ -3906,13 +3425,6 @@ module Aws::Redshift
3906
3425
  include Aws::Structure
3907
3426
  end
3908
3427
 
3909
- # @note When making an API call, you may pass DescribeAuthenticationProfilesMessage
3910
- # data as a hash:
3911
- #
3912
- # {
3913
- # authentication_profile_name: "AuthenticationProfileNameString",
3914
- # }
3915
- #
3916
3428
  # @!attribute [rw] authentication_profile_name
3917
3429
  # The name of the authentication profile to describe. If not specified
3918
3430
  # then all authentication profiles owned by the account are listed.
@@ -3938,15 +3450,6 @@ module Aws::Redshift
3938
3450
  include Aws::Structure
3939
3451
  end
3940
3452
 
3941
- # @note When making an API call, you may pass DescribeClusterDbRevisionsMessage
3942
- # data as a hash:
3943
- #
3944
- # {
3945
- # cluster_identifier: "String",
3946
- # max_records: 1,
3947
- # marker: "String",
3948
- # }
3949
- #
3950
3453
  # @!attribute [rw] cluster_identifier
3951
3454
  # A unique identifier for a cluster whose `ClusterDbRevisions` you are
3952
3455
  # requesting. This parameter is case sensitive. All clusters defined
@@ -3989,17 +3492,6 @@ module Aws::Redshift
3989
3492
  include Aws::Structure
3990
3493
  end
3991
3494
 
3992
- # @note When making an API call, you may pass DescribeClusterParameterGroupsMessage
3993
- # data as a hash:
3994
- #
3995
- # {
3996
- # parameter_group_name: "String",
3997
- # max_records: 1,
3998
- # marker: "String",
3999
- # tag_keys: ["String"],
4000
- # tag_values: ["String"],
4001
- # }
4002
- #
4003
3495
  # @!attribute [rw] parameter_group_name
4004
3496
  # The name of a specific parameter group for which to return details.
4005
3497
  # By default, details about all parameter groups and the default
@@ -4060,16 +3552,6 @@ module Aws::Redshift
4060
3552
  include Aws::Structure
4061
3553
  end
4062
3554
 
4063
- # @note When making an API call, you may pass DescribeClusterParametersMessage
4064
- # data as a hash:
4065
- #
4066
- # {
4067
- # parameter_group_name: "String", # required
4068
- # source: "String",
4069
- # max_records: 1,
4070
- # marker: "String",
4071
- # }
4072
- #
4073
3555
  # @!attribute [rw] parameter_group_name
4074
3556
  # The name of a cluster parameter group for which to return details.
4075
3557
  # @return [String]
@@ -4118,17 +3600,6 @@ module Aws::Redshift
4118
3600
  include Aws::Structure
4119
3601
  end
4120
3602
 
4121
- # @note When making an API call, you may pass DescribeClusterSecurityGroupsMessage
4122
- # data as a hash:
4123
- #
4124
- # {
4125
- # cluster_security_group_name: "String",
4126
- # max_records: 1,
4127
- # marker: "String",
4128
- # tag_keys: ["String"],
4129
- # tag_values: ["String"],
4130
- # }
4131
- #
4132
3603
  # @!attribute [rw] cluster_security_group_name
4133
3604
  # The name of a cluster security group for which you are requesting
4134
3605
  # details. You can specify either the **Marker** parameter or a
@@ -4194,30 +3665,6 @@ module Aws::Redshift
4194
3665
  include Aws::Structure
4195
3666
  end
4196
3667
 
4197
- # @note When making an API call, you may pass DescribeClusterSnapshotsMessage
4198
- # data as a hash:
4199
- #
4200
- # {
4201
- # cluster_identifier: "String",
4202
- # snapshot_identifier: "String",
4203
- # snapshot_arn: "String",
4204
- # snapshot_type: "String",
4205
- # start_time: Time.now,
4206
- # end_time: Time.now,
4207
- # max_records: 1,
4208
- # marker: "String",
4209
- # owner_account: "String",
4210
- # tag_keys: ["String"],
4211
- # tag_values: ["String"],
4212
- # cluster_exists: false,
4213
- # sorting_entities: [
4214
- # {
4215
- # attribute: "SOURCE_TYPE", # required, accepts SOURCE_TYPE, TOTAL_SIZE, CREATE_TIME
4216
- # sort_order: "ASC", # accepts ASC, DESC
4217
- # },
4218
- # ],
4219
- # }
4220
- #
4221
3668
  # @!attribute [rw] cluster_identifier
4222
3669
  # The identifier of the cluster which generated the requested
4223
3670
  # snapshots.
@@ -4359,17 +3806,6 @@ module Aws::Redshift
4359
3806
  include Aws::Structure
4360
3807
  end
4361
3808
 
4362
- # @note When making an API call, you may pass DescribeClusterSubnetGroupsMessage
4363
- # data as a hash:
4364
- #
4365
- # {
4366
- # cluster_subnet_group_name: "String",
4367
- # max_records: 1,
4368
- # marker: "String",
4369
- # tag_keys: ["String"],
4370
- # tag_values: ["String"],
4371
- # }
4372
- #
4373
3809
  # @!attribute [rw] cluster_subnet_group_name
4374
3810
  # The name of the cluster subnet group for which information is
4375
3811
  # requested.
@@ -4429,15 +3865,6 @@ module Aws::Redshift
4429
3865
  include Aws::Structure
4430
3866
  end
4431
3867
 
4432
- # @note When making an API call, you may pass DescribeClusterTracksMessage
4433
- # data as a hash:
4434
- #
4435
- # {
4436
- # maintenance_track_name: "String",
4437
- # max_records: 1,
4438
- # marker: "String",
4439
- # }
4440
- #
4441
3868
  # @!attribute [rw] maintenance_track_name
4442
3869
  # The name of the maintenance track.
4443
3870
  # @return [String]
@@ -4467,16 +3894,6 @@ module Aws::Redshift
4467
3894
  include Aws::Structure
4468
3895
  end
4469
3896
 
4470
- # @note When making an API call, you may pass DescribeClusterVersionsMessage
4471
- # data as a hash:
4472
- #
4473
- # {
4474
- # cluster_version: "String",
4475
- # cluster_parameter_group_family: "String",
4476
- # max_records: 1,
4477
- # marker: "String",
4478
- # }
4479
- #
4480
3897
  # @!attribute [rw] cluster_version
4481
3898
  # The specific cluster version to return.
4482
3899
  #
@@ -4529,17 +3946,6 @@ module Aws::Redshift
4529
3946
  include Aws::Structure
4530
3947
  end
4531
3948
 
4532
- # @note When making an API call, you may pass DescribeClustersMessage
4533
- # data as a hash:
4534
- #
4535
- # {
4536
- # cluster_identifier: "String",
4537
- # max_records: 1,
4538
- # marker: "String",
4539
- # tag_keys: ["String"],
4540
- # tag_values: ["String"],
4541
- # }
4542
- #
4543
3949
  # @!attribute [rw] cluster_identifier
4544
3950
  # The unique identifier of a cluster whose properties you are
4545
3951
  # requesting. This parameter is case sensitive.
@@ -4604,16 +4010,6 @@ module Aws::Redshift
4604
4010
  include Aws::Structure
4605
4011
  end
4606
4012
 
4607
- # @note When making an API call, you may pass DescribeDataSharesForConsumerMessage
4608
- # data as a hash:
4609
- #
4610
- # {
4611
- # consumer_arn: "String",
4612
- # status: "ACTIVE", # accepts ACTIVE, AVAILABLE
4613
- # max_records: 1,
4614
- # marker: "String",
4615
- # }
4616
- #
4617
4013
  # @!attribute [rw] consumer_arn
4618
4014
  # The Amazon Resource Name (ARN) of the consumer that returns in the
4619
4015
  # list of datashares.
@@ -4677,16 +4073,6 @@ module Aws::Redshift
4677
4073
  include Aws::Structure
4678
4074
  end
4679
4075
 
4680
- # @note When making an API call, you may pass DescribeDataSharesForProducerMessage
4681
- # data as a hash:
4682
- #
4683
- # {
4684
- # producer_arn: "String",
4685
- # status: "ACTIVE", # accepts ACTIVE, AUTHORIZED, PENDING_AUTHORIZATION, DEAUTHORIZED, REJECTED
4686
- # max_records: 1,
4687
- # marker: "String",
4688
- # }
4689
- #
4690
4076
  # @!attribute [rw] producer_arn
4691
4077
  # The Amazon Resource Name (ARN) of the producer that returns in the
4692
4078
  # list of datashares.
@@ -4750,15 +4136,6 @@ module Aws::Redshift
4750
4136
  include Aws::Structure
4751
4137
  end
4752
4138
 
4753
- # @note When making an API call, you may pass DescribeDataSharesMessage
4754
- # data as a hash:
4755
- #
4756
- # {
4757
- # data_share_arn: "String",
4758
- # max_records: 1,
4759
- # marker: "String",
4760
- # }
4761
- #
4762
4139
  # @!attribute [rw] data_share_arn
4763
4140
  # The identifier of the datashare to describe details of.
4764
4141
  # @return [String]
@@ -4814,15 +4191,6 @@ module Aws::Redshift
4814
4191
  include Aws::Structure
4815
4192
  end
4816
4193
 
4817
- # @note When making an API call, you may pass DescribeDefaultClusterParametersMessage
4818
- # data as a hash:
4819
- #
4820
- # {
4821
- # parameter_group_family: "String", # required
4822
- # max_records: 1,
4823
- # marker: "String",
4824
- # }
4825
- #
4826
4194
  # @!attribute [rw] parameter_group_family
4827
4195
  # The name of the cluster parameter group family.
4828
4196
  # @return [String]
@@ -4872,18 +4240,6 @@ module Aws::Redshift
4872
4240
  include Aws::Structure
4873
4241
  end
4874
4242
 
4875
- # @note When making an API call, you may pass DescribeEndpointAccessMessage
4876
- # data as a hash:
4877
- #
4878
- # {
4879
- # cluster_identifier: "String",
4880
- # resource_owner: "String",
4881
- # endpoint_name: "String",
4882
- # vpc_id: "String",
4883
- # max_records: 1,
4884
- # marker: "String",
4885
- # }
4886
- #
4887
4243
  # @!attribute [rw] cluster_identifier
4888
4244
  # The cluster identifier associated with the described endpoint.
4889
4245
  # @return [String]
@@ -4928,17 +4284,6 @@ module Aws::Redshift
4928
4284
  include Aws::Structure
4929
4285
  end
4930
4286
 
4931
- # @note When making an API call, you may pass DescribeEndpointAuthorizationMessage
4932
- # data as a hash:
4933
- #
4934
- # {
4935
- # cluster_identifier: "String",
4936
- # account: "String",
4937
- # grantee: false,
4938
- # max_records: 1,
4939
- # marker: "String",
4940
- # }
4941
- #
4942
4287
  # @!attribute [rw] cluster_identifier
4943
4288
  # The cluster identifier of the cluster to access.
4944
4289
  # @return [String]
@@ -4982,13 +4327,6 @@ module Aws::Redshift
4982
4327
  include Aws::Structure
4983
4328
  end
4984
4329
 
4985
- # @note When making an API call, you may pass DescribeEventCategoriesMessage
4986
- # data as a hash:
4987
- #
4988
- # {
4989
- # source_type: "String",
4990
- # }
4991
- #
4992
4330
  # @!attribute [rw] source_type
4993
4331
  # The source type, such as cluster or parameter group, to which the
4994
4332
  # described event categories apply.
@@ -5005,17 +4343,6 @@ module Aws::Redshift
5005
4343
  include Aws::Structure
5006
4344
  end
5007
4345
 
5008
- # @note When making an API call, you may pass DescribeEventSubscriptionsMessage
5009
- # data as a hash:
5010
- #
5011
- # {
5012
- # subscription_name: "String",
5013
- # max_records: 1,
5014
- # marker: "String",
5015
- # tag_keys: ["String"],
5016
- # tag_values: ["String"],
5017
- # }
5018
- #
5019
4346
  # @!attribute [rw] subscription_name
5020
4347
  # The name of the Amazon Redshift event notification subscription to
5021
4348
  # be described.
@@ -5075,19 +4402,6 @@ module Aws::Redshift
5075
4402
  include Aws::Structure
5076
4403
  end
5077
4404
 
5078
- # @note When making an API call, you may pass DescribeEventsMessage
5079
- # data as a hash:
5080
- #
5081
- # {
5082
- # source_identifier: "String",
5083
- # source_type: "cluster", # accepts cluster, cluster-parameter-group, cluster-security-group, cluster-snapshot, scheduled-action
5084
- # start_time: Time.now,
5085
- # end_time: Time.now,
5086
- # duration: 1,
5087
- # max_records: 1,
5088
- # marker: "String",
5089
- # }
5090
- #
5091
4405
  # @!attribute [rw] source_identifier
5092
4406
  # The identifier of the event source for which events will be
5093
4407
  # returned. If this parameter is not specified, then all sources are
@@ -5200,17 +4514,6 @@ module Aws::Redshift
5200
4514
  include Aws::Structure
5201
4515
  end
5202
4516
 
5203
- # @note When making an API call, you may pass DescribeHsmClientCertificatesMessage
5204
- # data as a hash:
5205
- #
5206
- # {
5207
- # hsm_client_certificate_identifier: "String",
5208
- # max_records: 1,
5209
- # marker: "String",
5210
- # tag_keys: ["String"],
5211
- # tag_values: ["String"],
5212
- # }
5213
- #
5214
4517
  # @!attribute [rw] hsm_client_certificate_identifier
5215
4518
  # The identifier of a specific HSM client certificate for which you
5216
4519
  # want information. If no identifier is specified, information is
@@ -5272,17 +4575,6 @@ module Aws::Redshift
5272
4575
  include Aws::Structure
5273
4576
  end
5274
4577
 
5275
- # @note When making an API call, you may pass DescribeHsmConfigurationsMessage
5276
- # data as a hash:
5277
- #
5278
- # {
5279
- # hsm_configuration_identifier: "String",
5280
- # max_records: 1,
5281
- # marker: "String",
5282
- # tag_keys: ["String"],
5283
- # tag_values: ["String"],
5284
- # }
5285
- #
5286
4578
  # @!attribute [rw] hsm_configuration_identifier
5287
4579
  # The identifier of a specific Amazon Redshift HSM configuration to be
5288
4580
  # described. If no identifier is specified, information is returned
@@ -5344,13 +4636,6 @@ module Aws::Redshift
5344
4636
  include Aws::Structure
5345
4637
  end
5346
4638
 
5347
- # @note When making an API call, you may pass DescribeLoggingStatusMessage
5348
- # data as a hash:
5349
- #
5350
- # {
5351
- # cluster_identifier: "String", # required
5352
- # }
5353
- #
5354
4639
  # @!attribute [rw] cluster_identifier
5355
4640
  # The identifier of the cluster from which to get the logging status.
5356
4641
  #
@@ -5365,26 +4650,6 @@ module Aws::Redshift
5365
4650
  include Aws::Structure
5366
4651
  end
5367
4652
 
5368
- # @note When making an API call, you may pass DescribeNodeConfigurationOptionsMessage
5369
- # data as a hash:
5370
- #
5371
- # {
5372
- # action_type: "restore-cluster", # required, accepts restore-cluster, recommend-node-config, resize-cluster
5373
- # cluster_identifier: "String",
5374
- # snapshot_identifier: "String",
5375
- # snapshot_arn: "String",
5376
- # owner_account: "String",
5377
- # filters: [
5378
- # {
5379
- # name: "NodeType", # accepts NodeType, NumberOfNodes, EstimatedDiskUtilizationPercent, Mode
5380
- # operator: "eq", # accepts eq, lt, gt, le, ge, in, between
5381
- # values: ["String"],
5382
- # },
5383
- # ],
5384
- # marker: "String",
5385
- # max_records: 1,
5386
- # }
5387
- #
5388
4653
  # @!attribute [rw] action_type
5389
4654
  # The action type to evaluate for possible node configurations.
5390
4655
  # Specify "restore-cluster" to get configuration combinations based
@@ -5456,16 +4721,6 @@ module Aws::Redshift
5456
4721
  include Aws::Structure
5457
4722
  end
5458
4723
 
5459
- # @note When making an API call, you may pass DescribeOrderableClusterOptionsMessage
5460
- # data as a hash:
5461
- #
5462
- # {
5463
- # cluster_version: "String",
5464
- # node_type: "String",
5465
- # max_records: 1,
5466
- # marker: "String",
5467
- # }
5468
- #
5469
4724
  # @!attribute [rw] cluster_version
5470
4725
  # The version filter value. Specify this parameter to show only the
5471
4726
  # available offerings matching the specified version.
@@ -5514,16 +4769,6 @@ module Aws::Redshift
5514
4769
  include Aws::Structure
5515
4770
  end
5516
4771
 
5517
- # @note When making an API call, you may pass DescribePartnersInputMessage
5518
- # data as a hash:
5519
- #
5520
- # {
5521
- # account_id: "PartnerIntegrationAccountId", # required
5522
- # cluster_identifier: "PartnerIntegrationClusterIdentifier", # required
5523
- # database_name: "PartnerIntegrationDatabaseName",
5524
- # partner_name: "PartnerIntegrationPartnerName",
5525
- # }
5526
- #
5527
4772
  # @!attribute [rw] account_id
5528
4773
  # The Amazon Web Services account ID that owns the cluster.
5529
4774
  # @return [String]
@@ -5567,16 +4812,6 @@ module Aws::Redshift
5567
4812
  include Aws::Structure
5568
4813
  end
5569
4814
 
5570
- # @note When making an API call, you may pass DescribeReservedNodeExchangeStatusInputMessage
5571
- # data as a hash:
5572
- #
5573
- # {
5574
- # reserved_node_id: "String",
5575
- # reserved_node_exchange_request_id: "String",
5576
- # max_records: 1,
5577
- # marker: "String",
5578
- # }
5579
- #
5580
4815
  # @!attribute [rw] reserved_node_id
5581
4816
  # The identifier of the source reserved node in a reserved-node
5582
4817
  # exchange request.
@@ -5634,15 +4869,6 @@ module Aws::Redshift
5634
4869
  include Aws::Structure
5635
4870
  end
5636
4871
 
5637
- # @note When making an API call, you may pass DescribeReservedNodeOfferingsMessage
5638
- # data as a hash:
5639
- #
5640
- # {
5641
- # reserved_node_offering_id: "String",
5642
- # max_records: 1,
5643
- # marker: "String",
5644
- # }
5645
- #
5646
4872
  # @!attribute [rw] reserved_node_offering_id
5647
4873
  # The unique identifier for the offering.
5648
4874
  # @return [String]
@@ -5679,15 +4905,6 @@ module Aws::Redshift
5679
4905
  include Aws::Structure
5680
4906
  end
5681
4907
 
5682
- # @note When making an API call, you may pass DescribeReservedNodesMessage
5683
- # data as a hash:
5684
- #
5685
- # {
5686
- # reserved_node_id: "String",
5687
- # max_records: 1,
5688
- # marker: "String",
5689
- # }
5690
- #
5691
4908
  # @!attribute [rw] reserved_node_id
5692
4909
  # Identifier for the node reservation.
5693
4910
  # @return [String]
@@ -5724,13 +4941,6 @@ module Aws::Redshift
5724
4941
  include Aws::Structure
5725
4942
  end
5726
4943
 
5727
- # @note When making an API call, you may pass DescribeResizeMessage
5728
- # data as a hash:
5729
- #
5730
- # {
5731
- # cluster_identifier: "String", # required
5732
- # }
5733
- #
5734
4944
  # @!attribute [rw] cluster_identifier
5735
4945
  # The unique identifier of a cluster whose resize progress you are
5736
4946
  # requesting. This parameter is case-sensitive.
@@ -5747,25 +4957,6 @@ module Aws::Redshift
5747
4957
  include Aws::Structure
5748
4958
  end
5749
4959
 
5750
- # @note When making an API call, you may pass DescribeScheduledActionsMessage
5751
- # data as a hash:
5752
- #
5753
- # {
5754
- # scheduled_action_name: "String",
5755
- # target_action_type: "ResizeCluster", # accepts ResizeCluster, PauseCluster, ResumeCluster
5756
- # start_time: Time.now,
5757
- # end_time: Time.now,
5758
- # active: false,
5759
- # filters: [
5760
- # {
5761
- # name: "cluster-identifier", # required, accepts cluster-identifier, iam-role
5762
- # values: ["String"], # required
5763
- # },
5764
- # ],
5765
- # marker: "String",
5766
- # max_records: 1,
5767
- # }
5768
- #
5769
4960
  # @!attribute [rw] scheduled_action_name
5770
4961
  # The name of the scheduled action to retrieve.
5771
4962
  # @return [String]
@@ -5834,17 +5025,6 @@ module Aws::Redshift
5834
5025
 
5835
5026
  # The result of the `DescribeSnapshotCopyGrants` action.
5836
5027
  #
5837
- # @note When making an API call, you may pass DescribeSnapshotCopyGrantsMessage
5838
- # data as a hash:
5839
- #
5840
- # {
5841
- # snapshot_copy_grant_name: "String",
5842
- # max_records: 1,
5843
- # marker: "String",
5844
- # tag_keys: ["String"],
5845
- # tag_values: ["String"],
5846
- # }
5847
- #
5848
5028
  # @!attribute [rw] snapshot_copy_grant_name
5849
5029
  # The name of the snapshot copy grant.
5850
5030
  # @return [String]
@@ -5905,18 +5085,6 @@ module Aws::Redshift
5905
5085
  include Aws::Structure
5906
5086
  end
5907
5087
 
5908
- # @note When making an API call, you may pass DescribeSnapshotSchedulesMessage
5909
- # data as a hash:
5910
- #
5911
- # {
5912
- # cluster_identifier: "String",
5913
- # schedule_identifier: "String",
5914
- # tag_keys: ["String"],
5915
- # tag_values: ["String"],
5916
- # marker: "String",
5917
- # max_records: 1,
5918
- # }
5919
- #
5920
5088
  # @!attribute [rw] cluster_identifier
5921
5089
  # The unique identifier for the cluster whose snapshot schedules you
5922
5090
  # want to view.
@@ -5986,16 +5154,6 @@ module Aws::Redshift
5986
5154
  include Aws::Structure
5987
5155
  end
5988
5156
 
5989
- # @note When making an API call, you may pass DescribeTableRestoreStatusMessage
5990
- # data as a hash:
5991
- #
5992
- # {
5993
- # cluster_identifier: "String",
5994
- # table_restore_request_id: "String",
5995
- # max_records: 1,
5996
- # marker: "String",
5997
- # }
5998
- #
5999
5157
  # @!attribute [rw] cluster_identifier
6000
5158
  # The Amazon Redshift cluster that the table is being restored to.
6001
5159
  # @return [String]
@@ -6032,18 +5190,6 @@ module Aws::Redshift
6032
5190
  include Aws::Structure
6033
5191
  end
6034
5192
 
6035
- # @note When making an API call, you may pass DescribeTagsMessage
6036
- # data as a hash:
6037
- #
6038
- # {
6039
- # resource_name: "String",
6040
- # resource_type: "String",
6041
- # max_records: 1,
6042
- # marker: "String",
6043
- # tag_keys: ["String"],
6044
- # tag_values: ["String"],
6045
- # }
6046
- #
6047
5193
  # @!attribute [rw] resource_name
6048
5194
  # The Amazon Resource Name (ARN) for which you want to describe the
6049
5195
  # tag or tags. For example,
@@ -6133,19 +5279,6 @@ module Aws::Redshift
6133
5279
  include Aws::Structure
6134
5280
  end
6135
5281
 
6136
- # @note When making an API call, you may pass DescribeUsageLimitsMessage
6137
- # data as a hash:
6138
- #
6139
- # {
6140
- # usage_limit_id: "String",
6141
- # cluster_identifier: "String",
6142
- # feature_type: "spectrum", # accepts spectrum, concurrency-scaling, cross-region-datasharing
6143
- # max_records: 1,
6144
- # marker: "String",
6145
- # tag_keys: ["String"],
6146
- # tag_values: ["String"],
6147
- # }
6148
- #
6149
5282
  # @!attribute [rw] usage_limit_id
6150
5283
  # The identifier of the usage limit to describe.
6151
5284
  # @return [String]
@@ -6215,13 +5348,6 @@ module Aws::Redshift
6215
5348
  include Aws::Structure
6216
5349
  end
6217
5350
 
6218
- # @note When making an API call, you may pass DisableLoggingMessage
6219
- # data as a hash:
6220
- #
6221
- # {
6222
- # cluster_identifier: "String", # required
6223
- # }
6224
- #
6225
5351
  # @!attribute [rw] cluster_identifier
6226
5352
  # The identifier of the cluster on which logging is to be stopped.
6227
5353
  #
@@ -6236,13 +5362,6 @@ module Aws::Redshift
6236
5362
  include Aws::Structure
6237
5363
  end
6238
5364
 
6239
- # @note When making an API call, you may pass DisableSnapshotCopyMessage
6240
- # data as a hash:
6241
- #
6242
- # {
6243
- # cluster_identifier: "String", # required
6244
- # }
6245
- #
6246
5365
  # @!attribute [rw] cluster_identifier
6247
5366
  # The unique identifier of the source cluster that you want to disable
6248
5367
  # copying of snapshots to a destination region.
@@ -6271,16 +5390,6 @@ module Aws::Redshift
6271
5390
  include Aws::Structure
6272
5391
  end
6273
5392
 
6274
- # @note When making an API call, you may pass DisassociateDataShareConsumerMessage
6275
- # data as a hash:
6276
- #
6277
- # {
6278
- # data_share_arn: "String", # required
6279
- # disassociate_entire_account: false,
6280
- # consumer_arn: "String",
6281
- # consumer_region: "String",
6282
- # }
6283
- #
6284
5393
  # @!attribute [rw] data_share_arn
6285
5394
  # The Amazon Resource Name (ARN) of the datashare to remove
6286
5395
  # association for.
@@ -6362,17 +5471,6 @@ module Aws::Redshift
6362
5471
  include Aws::Structure
6363
5472
  end
6364
5473
 
6365
- # @note When making an API call, you may pass EnableLoggingMessage
6366
- # data as a hash:
6367
- #
6368
- # {
6369
- # cluster_identifier: "String", # required
6370
- # bucket_name: "String",
6371
- # s3_key_prefix: "String",
6372
- # log_destination_type: "s3", # accepts s3, cloudwatch
6373
- # log_exports: ["String"],
6374
- # }
6375
- #
6376
5474
  # @!attribute [rw] cluster_identifier
6377
5475
  # The identifier of the cluster on which logging is to be started.
6378
5476
  #
@@ -6434,17 +5532,6 @@ module Aws::Redshift
6434
5532
  include Aws::Structure
6435
5533
  end
6436
5534
 
6437
- # @note When making an API call, you may pass EnableSnapshotCopyMessage
6438
- # data as a hash:
6439
- #
6440
- # {
6441
- # cluster_identifier: "String", # required
6442
- # destination_region: "String", # required
6443
- # retention_period: 1,
6444
- # snapshot_copy_grant_name: "String",
6445
- # manual_snapshot_retention_period: 1,
6446
- # }
6447
- #
6448
5535
  # @!attribute [rw] cluster_identifier
6449
5536
  # The unique identifier of the source cluster to copy snapshots from.
6450
5537
  #
@@ -6999,18 +6086,6 @@ module Aws::Redshift
6999
6086
 
7000
6087
  # The request parameters to get cluster credentials.
7001
6088
  #
7002
- # @note When making an API call, you may pass GetClusterCredentialsMessage
7003
- # data as a hash:
7004
- #
7005
- # {
7006
- # db_user: "String", # required
7007
- # db_name: "String",
7008
- # cluster_identifier: "String", # required
7009
- # duration_seconds: 1,
7010
- # auto_create: false,
7011
- # db_groups: ["String"],
7012
- # }
7013
- #
7014
6089
  # @!attribute [rw] db_user
7015
6090
  # The name of a database user. If a user name matching `DbUser` exists
7016
6091
  # in the database, the temporary user credentials have the same
@@ -7129,15 +6204,6 @@ module Aws::Redshift
7129
6204
  include Aws::Structure
7130
6205
  end
7131
6206
 
7132
- # @note When making an API call, you may pass GetClusterCredentialsWithIAMMessage
7133
- # data as a hash:
7134
- #
7135
- # {
7136
- # db_name: "String",
7137
- # cluster_identifier: "String", # required
7138
- # duration_seconds: 1,
7139
- # }
7140
- #
7141
6207
  # @!attribute [rw] db_name
7142
6208
  # The name of the database for which you are requesting credentials.
7143
6209
  # If the database name is specified, the IAM policy must allow access
@@ -7166,17 +6232,6 @@ module Aws::Redshift
7166
6232
  include Aws::Structure
7167
6233
  end
7168
6234
 
7169
- # @note When making an API call, you may pass GetReservedNodeExchangeConfigurationOptionsInputMessage
7170
- # data as a hash:
7171
- #
7172
- # {
7173
- # action_type: "restore-cluster", # required, accepts restore-cluster, resize-cluster
7174
- # cluster_identifier: "String",
7175
- # snapshot_identifier: "String",
7176
- # max_records: 1,
7177
- # marker: "String",
7178
- # }
7179
- #
7180
6235
  # @!attribute [rw] action_type
7181
6236
  # The action type of the reserved-node configuration. The action type
7182
6237
  # can be an exchange initiated from either a snapshot or a resize.
@@ -7243,15 +6298,6 @@ module Aws::Redshift
7243
6298
  include Aws::Structure
7244
6299
  end
7245
6300
 
7246
- # @note When making an API call, you may pass GetReservedNodeExchangeOfferingsInputMessage
7247
- # data as a hash:
7248
- #
7249
- # {
7250
- # reserved_node_id: "String", # required
7251
- # max_records: 1,
7252
- # marker: "String",
7253
- # }
7254
- #
7255
6301
  # @!attribute [rw] reserved_node_id
7256
6302
  # A string representing the node identifier for the DC1 Reserved Node
7257
6303
  # to be exchanged.
@@ -7839,14 +6885,6 @@ module Aws::Redshift
7839
6885
  include Aws::Structure
7840
6886
  end
7841
6887
 
7842
- # @note When making an API call, you may pass ModifyAquaInputMessage
7843
- # data as a hash:
7844
- #
7845
- # {
7846
- # cluster_identifier: "String", # required
7847
- # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
7848
- # }
7849
- #
7850
6888
  # @!attribute [rw] cluster_identifier
7851
6889
  # The identifier of the cluster to be modified.
7852
6890
  # @return [String]
@@ -7878,14 +6916,6 @@ module Aws::Redshift
7878
6916
  include Aws::Structure
7879
6917
  end
7880
6918
 
7881
- # @note When making an API call, you may pass ModifyAuthenticationProfileMessage
7882
- # data as a hash:
7883
- #
7884
- # {
7885
- # authentication_profile_name: "AuthenticationProfileNameString", # required
7886
- # authentication_profile_content: "String", # required
7887
- # }
7888
- #
7889
6919
  # @!attribute [rw] authentication_profile_name
7890
6920
  # The name of the authentication profile to replace.
7891
6921
  # @return [String]
@@ -7922,14 +6952,6 @@ module Aws::Redshift
7922
6952
  include Aws::Structure
7923
6953
  end
7924
6954
 
7925
- # @note When making an API call, you may pass ModifyClusterDbRevisionMessage
7926
- # data as a hash:
7927
- #
7928
- # {
7929
- # cluster_identifier: "String", # required
7930
- # revision_target: "String", # required
7931
- # }
7932
- #
7933
6955
  # @!attribute [rw] cluster_identifier
7934
6956
  # The unique identifier of a cluster whose database revision you want
7935
6957
  # to modify.
@@ -7963,16 +6985,6 @@ module Aws::Redshift
7963
6985
  include Aws::Structure
7964
6986
  end
7965
6987
 
7966
- # @note When making an API call, you may pass ModifyClusterIamRolesMessage
7967
- # data as a hash:
7968
- #
7969
- # {
7970
- # cluster_identifier: "String", # required
7971
- # add_iam_roles: ["String"],
7972
- # remove_iam_roles: ["String"],
7973
- # default_iam_role_arn: "String",
7974
- # }
7975
- #
7976
6988
  # @!attribute [rw] cluster_identifier
7977
6989
  # The unique identifier of the cluster for which you want to associate
7978
6990
  # or disassociate IAM roles.
@@ -8016,18 +7028,6 @@ module Aws::Redshift
8016
7028
  include Aws::Structure
8017
7029
  end
8018
7030
 
8019
- # @note When making an API call, you may pass ModifyClusterMaintenanceMessage
8020
- # data as a hash:
8021
- #
8022
- # {
8023
- # cluster_identifier: "String", # required
8024
- # defer_maintenance: false,
8025
- # defer_maintenance_identifier: "String",
8026
- # defer_maintenance_start_time: Time.now,
8027
- # defer_maintenance_end_time: Time.now,
8028
- # defer_maintenance_duration: 1,
8029
- # }
8030
- #
8031
7031
  # @!attribute [rw] cluster_identifier
8032
7032
  # A unique identifier for the cluster.
8033
7033
  # @return [String]
@@ -8082,37 +7082,6 @@ module Aws::Redshift
8082
7082
  include Aws::Structure
8083
7083
  end
8084
7084
 
8085
- # @note When making an API call, you may pass ModifyClusterMessage
8086
- # data as a hash:
8087
- #
8088
- # {
8089
- # cluster_identifier: "String", # required
8090
- # cluster_type: "String",
8091
- # node_type: "String",
8092
- # number_of_nodes: 1,
8093
- # cluster_security_groups: ["String"],
8094
- # vpc_security_group_ids: ["String"],
8095
- # master_user_password: "String",
8096
- # cluster_parameter_group_name: "String",
8097
- # automated_snapshot_retention_period: 1,
8098
- # manual_snapshot_retention_period: 1,
8099
- # preferred_maintenance_window: "String",
8100
- # cluster_version: "String",
8101
- # allow_version_upgrade: false,
8102
- # hsm_client_certificate_identifier: "String",
8103
- # hsm_configuration_identifier: "String",
8104
- # new_cluster_identifier: "String",
8105
- # publicly_accessible: false,
8106
- # elastic_ip: "String",
8107
- # enhanced_vpc_routing: false,
8108
- # maintenance_track_name: "String",
8109
- # encrypted: false,
8110
- # kms_key_id: "String",
8111
- # availability_zone_relocation: false,
8112
- # availability_zone: "String",
8113
- # port: 1,
8114
- # }
8115
- #
8116
7085
  # @!attribute [rw] cluster_identifier
8117
7086
  # The unique identifier of the cluster to be modified.
8118
7087
  #
@@ -8438,26 +7407,6 @@ module Aws::Redshift
8438
7407
 
8439
7408
  # Describes a modify cluster parameter group operation.
8440
7409
  #
8441
- # @note When making an API call, you may pass ModifyClusterParameterGroupMessage
8442
- # data as a hash:
8443
- #
8444
- # {
8445
- # parameter_group_name: "String", # required
8446
- # parameters: [ # required
8447
- # {
8448
- # parameter_name: "String",
8449
- # parameter_value: "String",
8450
- # description: "String",
8451
- # source: "String",
8452
- # data_type: "String",
8453
- # allowed_values: "String",
8454
- # apply_type: "static", # accepts static, dynamic
8455
- # is_modifiable: false,
8456
- # minimum_engine_version: "String",
8457
- # },
8458
- # ],
8459
- # }
8460
- #
8461
7410
  # @!attribute [rw] parameter_group_name
8462
7411
  # The name of the parameter group to be modified.
8463
7412
  # @return [String]
@@ -8495,15 +7444,6 @@ module Aws::Redshift
8495
7444
  include Aws::Structure
8496
7445
  end
8497
7446
 
8498
- # @note When making an API call, you may pass ModifyClusterSnapshotMessage
8499
- # data as a hash:
8500
- #
8501
- # {
8502
- # snapshot_identifier: "String", # required
8503
- # manual_snapshot_retention_period: 1,
8504
- # force: false,
8505
- # }
8506
- #
8507
7447
  # @!attribute [rw] snapshot_identifier
8508
7448
  # The identifier of the snapshot whose setting you want to modify.
8509
7449
  # @return [String]
@@ -8545,15 +7485,6 @@ module Aws::Redshift
8545
7485
  include Aws::Structure
8546
7486
  end
8547
7487
 
8548
- # @note When making an API call, you may pass ModifyClusterSnapshotScheduleMessage
8549
- # data as a hash:
8550
- #
8551
- # {
8552
- # cluster_identifier: "String", # required
8553
- # schedule_identifier: "String",
8554
- # disassociate_schedule: false,
8555
- # }
8556
- #
8557
7488
  # @!attribute [rw] cluster_identifier
8558
7489
  # A unique identifier for the cluster whose snapshot schedule you want
8559
7490
  # to modify.
@@ -8579,15 +7510,6 @@ module Aws::Redshift
8579
7510
  include Aws::Structure
8580
7511
  end
8581
7512
 
8582
- # @note When making an API call, you may pass ModifyClusterSubnetGroupMessage
8583
- # data as a hash:
8584
- #
8585
- # {
8586
- # cluster_subnet_group_name: "String", # required
8587
- # description: "String",
8588
- # subnet_ids: ["String"], # required
8589
- # }
8590
- #
8591
7513
  # @!attribute [rw] cluster_subnet_group_name
8592
7514
  # The name of the subnet group to be modified.
8593
7515
  # @return [String]
@@ -8623,14 +7545,6 @@ module Aws::Redshift
8623
7545
  include Aws::Structure
8624
7546
  end
8625
7547
 
8626
- # @note When making an API call, you may pass ModifyEndpointAccessMessage
8627
- # data as a hash:
8628
- #
8629
- # {
8630
- # endpoint_name: "String", # required
8631
- # vpc_security_group_ids: ["String"],
8632
- # }
8633
- #
8634
7548
  # @!attribute [rw] endpoint_name
8635
7549
  # The endpoint to be modified.
8636
7550
  # @return [String]
@@ -8649,19 +7563,6 @@ module Aws::Redshift
8649
7563
  include Aws::Structure
8650
7564
  end
8651
7565
 
8652
- # @note When making an API call, you may pass ModifyEventSubscriptionMessage
8653
- # data as a hash:
8654
- #
8655
- # {
8656
- # subscription_name: "String", # required
8657
- # sns_topic_arn: "String",
8658
- # source_type: "String",
8659
- # source_ids: ["String"],
8660
- # event_categories: ["String"],
8661
- # severity: "String",
8662
- # enabled: false,
8663
- # }
8664
- #
8665
7566
  # @!attribute [rw] subscription_name
8666
7567
  # The name of the modified Amazon Redshift event notification
8667
7568
  # subscription.
@@ -8742,36 +7643,6 @@ module Aws::Redshift
8742
7643
  include Aws::Structure
8743
7644
  end
8744
7645
 
8745
- # @note When making an API call, you may pass ModifyScheduledActionMessage
8746
- # data as a hash:
8747
- #
8748
- # {
8749
- # scheduled_action_name: "String", # required
8750
- # target_action: {
8751
- # resize_cluster: {
8752
- # cluster_identifier: "String", # required
8753
- # cluster_type: "String",
8754
- # node_type: "String",
8755
- # number_of_nodes: 1,
8756
- # classic: false,
8757
- # reserved_node_id: "String",
8758
- # target_reserved_node_offering_id: "String",
8759
- # },
8760
- # pause_cluster: {
8761
- # cluster_identifier: "String", # required
8762
- # },
8763
- # resume_cluster: {
8764
- # cluster_identifier: "String", # required
8765
- # },
8766
- # },
8767
- # schedule: "String",
8768
- # iam_role: "String",
8769
- # scheduled_action_description: "String",
8770
- # start_time: Time.now,
8771
- # end_time: Time.now,
8772
- # enable: false,
8773
- # }
8774
- #
8775
7646
  # @!attribute [rw] scheduled_action_name
8776
7647
  # The name of the scheduled action to modify.
8777
7648
  # @return [String]
@@ -8826,15 +7697,6 @@ module Aws::Redshift
8826
7697
  include Aws::Structure
8827
7698
  end
8828
7699
 
8829
- # @note When making an API call, you may pass ModifySnapshotCopyRetentionPeriodMessage
8830
- # data as a hash:
8831
- #
8832
- # {
8833
- # cluster_identifier: "String", # required
8834
- # retention_period: 1, # required
8835
- # manual: false,
8836
- # }
8837
- #
8838
7700
  # @!attribute [rw] cluster_identifier
8839
7701
  # The unique identifier of the cluster for which you want to change
8840
7702
  # the retention period for either automated or manual snapshots that
@@ -8898,14 +7760,6 @@ module Aws::Redshift
8898
7760
  include Aws::Structure
8899
7761
  end
8900
7762
 
8901
- # @note When making an API call, you may pass ModifySnapshotScheduleMessage
8902
- # data as a hash:
8903
- #
8904
- # {
8905
- # schedule_identifier: "String", # required
8906
- # schedule_definitions: ["String"], # required
8907
- # }
8908
- #
8909
7763
  # @!attribute [rw] schedule_identifier
8910
7764
  # A unique alphanumeric identifier of the schedule to modify.
8911
7765
  # @return [String]
@@ -8925,15 +7779,6 @@ module Aws::Redshift
8925
7779
  include Aws::Structure
8926
7780
  end
8927
7781
 
8928
- # @note When making an API call, you may pass ModifyUsageLimitMessage
8929
- # data as a hash:
8930
- #
8931
- # {
8932
- # usage_limit_id: "String", # required
8933
- # amount: 1,
8934
- # breach_action: "log", # accepts log, emit-metric, disable
8935
- # }
8936
- #
8937
7782
  # @!attribute [rw] usage_limit_id
8938
7783
  # The identifier of the usage limit to modify.
8939
7784
  # @return [String]
@@ -9018,15 +7863,6 @@ module Aws::Redshift
9018
7863
 
9019
7864
  # A set of elements to filter the returned node configurations.
9020
7865
  #
9021
- # @note When making an API call, you may pass NodeConfigurationOptionsFilter
9022
- # data as a hash:
9023
- #
9024
- # {
9025
- # name: "NodeType", # accepts NodeType, NumberOfNodes, EstimatedDiskUtilizationPercent, Mode
9026
- # operator: "eq", # accepts eq, lt, gt, le, ge, in, between
9027
- # values: ["String"],
9028
- # }
9029
- #
9030
7866
  # @!attribute [rw] name
9031
7867
  # The name of the element to filter.
9032
7868
  # @return [String]
@@ -9152,21 +7988,6 @@ module Aws::Redshift
9152
7988
 
9153
7989
  # Describes a parameter in a cluster parameter group.
9154
7990
  #
9155
- # @note When making an API call, you may pass Parameter
9156
- # data as a hash:
9157
- #
9158
- # {
9159
- # parameter_name: "String",
9160
- # parameter_value: "String",
9161
- # description: "String",
9162
- # source: "String",
9163
- # data_type: "String",
9164
- # allowed_values: "String",
9165
- # apply_type: "static", # accepts static, dynamic
9166
- # is_modifiable: false,
9167
- # minimum_engine_version: "String",
9168
- # }
9169
- #
9170
7991
  # @!attribute [rw] parameter_name
9171
7992
  # The name of the parameter.
9172
7993
  # @return [String]
@@ -9273,16 +8094,6 @@ module Aws::Redshift
9273
8094
  include Aws::Structure
9274
8095
  end
9275
8096
 
9276
- # @note When making an API call, you may pass PartnerIntegrationInputMessage
9277
- # data as a hash:
9278
- #
9279
- # {
9280
- # account_id: "PartnerIntegrationAccountId", # required
9281
- # cluster_identifier: "PartnerIntegrationClusterIdentifier", # required
9282
- # database_name: "PartnerIntegrationDatabaseName", # required
9283
- # partner_name: "PartnerIntegrationPartnerName", # required
9284
- # }
9285
- #
9286
8097
  # @!attribute [rw] account_id
9287
8098
  # The Amazon Web Services account ID that owns the cluster.
9288
8099
  # @return [String]
@@ -9337,13 +8148,6 @@ module Aws::Redshift
9337
8148
  # Describes a pause cluster operation. For example, a scheduled action
9338
8149
  # to run the `PauseCluster` API operation.
9339
8150
  #
9340
- # @note When making an API call, you may pass PauseClusterMessage
9341
- # data as a hash:
9342
- #
9343
- # {
9344
- # cluster_identifier: "String", # required
9345
- # }
9346
- #
9347
8151
  # @!attribute [rw] cluster_identifier
9348
8152
  # The identifier of the cluster to be paused.
9349
8153
  # @return [String]
@@ -9453,14 +8257,6 @@ module Aws::Redshift
9453
8257
  include Aws::Structure
9454
8258
  end
9455
8259
 
9456
- # @note When making an API call, you may pass PurchaseReservedNodeOfferingMessage
9457
- # data as a hash:
9458
- #
9459
- # {
9460
- # reserved_node_offering_id: "String", # required
9461
- # node_count: 1,
9462
- # }
9463
- #
9464
8260
  # @!attribute [rw] reserved_node_offering_id
9465
8261
  # The unique identifier of the reserved node offering you want to
9466
8262
  # purchase.
@@ -9495,13 +8291,6 @@ module Aws::Redshift
9495
8291
  include Aws::Structure
9496
8292
  end
9497
8293
 
9498
- # @note When making an API call, you may pass RebootClusterMessage
9499
- # data as a hash:
9500
- #
9501
- # {
9502
- # cluster_identifier: "String", # required
9503
- # }
9504
- #
9505
8294
  # @!attribute [rw] cluster_identifier
9506
8295
  # The cluster identifier.
9507
8296
  # @return [String]
@@ -9546,13 +8335,6 @@ module Aws::Redshift
9546
8335
  include Aws::Structure
9547
8336
  end
9548
8337
 
9549
- # @note When making an API call, you may pass RejectDataShareMessage
9550
- # data as a hash:
9551
- #
9552
- # {
9553
- # data_share_arn: "String", # required
9554
- # }
9555
- #
9556
8338
  # @!attribute [rw] data_share_arn
9557
8339
  # The Amazon Resource Name (ARN) of the datashare to reject.
9558
8340
  # @return [String]
@@ -9889,27 +8671,6 @@ module Aws::Redshift
9889
8671
  include Aws::Structure
9890
8672
  end
9891
8673
 
9892
- # @note When making an API call, you may pass ResetClusterParameterGroupMessage
9893
- # data as a hash:
9894
- #
9895
- # {
9896
- # parameter_group_name: "String", # required
9897
- # reset_all_parameters: false,
9898
- # parameters: [
9899
- # {
9900
- # parameter_name: "String",
9901
- # parameter_value: "String",
9902
- # description: "String",
9903
- # source: "String",
9904
- # data_type: "String",
9905
- # allowed_values: "String",
9906
- # apply_type: "static", # accepts static, dynamic
9907
- # is_modifiable: false,
9908
- # minimum_engine_version: "String",
9909
- # },
9910
- # ],
9911
- # }
9912
- #
9913
8674
  # @!attribute [rw] parameter_group_name
9914
8675
  # The name of the cluster parameter group to be reset.
9915
8676
  # @return [String]
@@ -9943,19 +8704,6 @@ module Aws::Redshift
9943
8704
  # Describes a resize cluster operation. For example, a scheduled action
9944
8705
  # to run the `ResizeCluster` API operation.
9945
8706
  #
9946
- # @note When making an API call, you may pass ResizeClusterMessage
9947
- # data as a hash:
9948
- #
9949
- # {
9950
- # cluster_identifier: "String", # required
9951
- # cluster_type: "String",
9952
- # node_type: "String",
9953
- # number_of_nodes: 1,
9954
- # classic: false,
9955
- # reserved_node_id: "String",
9956
- # target_reserved_node_offering_id: "String",
9957
- # }
9958
- #
9959
8707
  # @!attribute [rw] cluster_identifier
9960
8708
  # The unique identifier for the cluster to resize.
9961
8709
  # @return [String]
@@ -10166,45 +8914,6 @@ module Aws::Redshift
10166
8914
  #
10167
8915
  class ResourceNotFoundFault < Aws::EmptyStructure; end
10168
8916
 
10169
- # @note When making an API call, you may pass RestoreFromClusterSnapshotMessage
10170
- # data as a hash:
10171
- #
10172
- # {
10173
- # cluster_identifier: "String", # required
10174
- # snapshot_identifier: "String",
10175
- # snapshot_arn: "String",
10176
- # snapshot_cluster_identifier: "String",
10177
- # port: 1,
10178
- # availability_zone: "String",
10179
- # allow_version_upgrade: false,
10180
- # cluster_subnet_group_name: "String",
10181
- # publicly_accessible: false,
10182
- # owner_account: "String",
10183
- # hsm_client_certificate_identifier: "String",
10184
- # hsm_configuration_identifier: "String",
10185
- # elastic_ip: "String",
10186
- # cluster_parameter_group_name: "String",
10187
- # cluster_security_groups: ["String"],
10188
- # vpc_security_group_ids: ["String"],
10189
- # preferred_maintenance_window: "String",
10190
- # automated_snapshot_retention_period: 1,
10191
- # manual_snapshot_retention_period: 1,
10192
- # kms_key_id: "String",
10193
- # node_type: "String",
10194
- # enhanced_vpc_routing: false,
10195
- # additional_info: "String",
10196
- # iam_roles: ["String"],
10197
- # maintenance_track_name: "String",
10198
- # snapshot_schedule_identifier: "String",
10199
- # number_of_nodes: 1,
10200
- # availability_zone_relocation: false,
10201
- # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
10202
- # default_iam_role_arn: "String",
10203
- # reserved_node_id: "String",
10204
- # target_reserved_node_offering_id: "String",
10205
- # encrypted: false,
10206
- # }
10207
- #
10208
8917
  # @!attribute [rw] cluster_identifier
10209
8918
  # The identifier of the cluster that will be created from restoring
10210
8919
  # the snapshot.
@@ -10298,7 +9007,9 @@ module Aws::Redshift
10298
9007
  # @return [String]
10299
9008
  #
10300
9009
  # @!attribute [rw] elastic_ip
10301
- # The elastic IP (EIP) address for the cluster.
9010
+ # The Elastic IP (EIP) address for the cluster. Don't specify the
9011
+ # Elastic IP address for a publicly accessible cluster with
9012
+ # availability zone relocation turned on.
10302
9013
  # @return [String]
10303
9014
  #
10304
9015
  # @!attribute [rw] cluster_parameter_group_name
@@ -10602,21 +9313,6 @@ module Aws::Redshift
10602
9313
  include Aws::Structure
10603
9314
  end
10604
9315
 
10605
- # @note When making an API call, you may pass RestoreTableFromClusterSnapshotMessage
10606
- # data as a hash:
10607
- #
10608
- # {
10609
- # cluster_identifier: "String", # required
10610
- # snapshot_identifier: "String", # required
10611
- # source_database_name: "String", # required
10612
- # source_schema_name: "String",
10613
- # source_table_name: "String", # required
10614
- # target_database_name: "String",
10615
- # target_schema_name: "String",
10616
- # new_table_name: "String", # required
10617
- # enable_case_sensitive_identifier: false,
10618
- # }
10619
- #
10620
9316
  # @!attribute [rw] cluster_identifier
10621
9317
  # The identifier of the Amazon Redshift cluster to restore the table
10622
9318
  # to.
@@ -10692,13 +9388,6 @@ module Aws::Redshift
10692
9388
  # Describes a resume cluster operation. For example, a scheduled action
10693
9389
  # to run the `ResumeCluster` API operation.
10694
9390
  #
10695
- # @note When making an API call, you may pass ResumeClusterMessage
10696
- # data as a hash:
10697
- #
10698
- # {
10699
- # cluster_identifier: "String", # required
10700
- # }
10701
- #
10702
9391
  # @!attribute [rw] cluster_identifier
10703
9392
  # The identifier of the cluster to be resumed.
10704
9393
  # @return [String]
@@ -10750,16 +9439,6 @@ module Aws::Redshift
10750
9439
  include Aws::Structure
10751
9440
  end
10752
9441
 
10753
- # @note When making an API call, you may pass RevokeClusterSecurityGroupIngressMessage
10754
- # data as a hash:
10755
- #
10756
- # {
10757
- # cluster_security_group_name: "String", # required
10758
- # cidrip: "String",
10759
- # ec2_security_group_name: "String",
10760
- # ec2_security_group_owner_id: "String",
10761
- # }
10762
- #
10763
9442
  # @!attribute [rw] cluster_security_group_name
10764
9443
  # The name of the security Group from which to revoke the ingress
10765
9444
  # rule.
@@ -10811,16 +9490,6 @@ module Aws::Redshift
10811
9490
  include Aws::Structure
10812
9491
  end
10813
9492
 
10814
- # @note When making an API call, you may pass RevokeEndpointAccessMessage
10815
- # data as a hash:
10816
- #
10817
- # {
10818
- # cluster_identifier: "String",
10819
- # account: "String",
10820
- # vpc_ids: ["String"],
10821
- # force: false,
10822
- # }
10823
- #
10824
9493
  # @!attribute [rw] cluster_identifier
10825
9494
  # The cluster to revoke access from.
10826
9495
  # @return [String]
@@ -10851,16 +9520,6 @@ module Aws::Redshift
10851
9520
  include Aws::Structure
10852
9521
  end
10853
9522
 
10854
- # @note When making an API call, you may pass RevokeSnapshotAccessMessage
10855
- # data as a hash:
10856
- #
10857
- # {
10858
- # snapshot_identifier: "String",
10859
- # snapshot_arn: "String",
10860
- # snapshot_cluster_identifier: "String",
10861
- # account_with_restore_access: "String", # required
10862
- # }
10863
- #
10864
9523
  # @!attribute [rw] snapshot_identifier
10865
9524
  # The identifier of the snapshot that the account can no longer
10866
9525
  # access.
@@ -10906,13 +9565,6 @@ module Aws::Redshift
10906
9565
  include Aws::Structure
10907
9566
  end
10908
9567
 
10909
- # @note When making an API call, you may pass RotateEncryptionKeyMessage
10910
- # data as a hash:
10911
- #
10912
- # {
10913
- # cluster_identifier: "String", # required
10914
- # }
10915
- #
10916
9568
  # @!attribute [rw] cluster_identifier
10917
9569
  # The unique identifier of the cluster that you want to rotate the
10918
9570
  # encryption keys for.
@@ -11063,14 +9715,6 @@ module Aws::Redshift
11063
9715
 
11064
9716
  # A set of elements to filter the returned scheduled actions.
11065
9717
  #
11066
- # @note When making an API call, you may pass ScheduledActionFilter
11067
- # data as a hash:
11068
- #
11069
- # {
11070
- # name: "cluster-identifier", # required, accepts cluster-identifier, iam-role
11071
- # values: ["String"], # required
11072
- # }
11073
- #
11074
9718
  # @!attribute [rw] name
11075
9719
  # The type of element to filter.
11076
9720
  # @return [String]
@@ -11104,27 +9748,6 @@ module Aws::Redshift
11104
9748
  # The action type that specifies an Amazon Redshift API operation that
11105
9749
  # is supported by the Amazon Redshift scheduler.
11106
9750
  #
11107
- # @note When making an API call, you may pass ScheduledActionType
11108
- # data as a hash:
11109
- #
11110
- # {
11111
- # resize_cluster: {
11112
- # cluster_identifier: "String", # required
11113
- # cluster_type: "String",
11114
- # node_type: "String",
11115
- # number_of_nodes: 1,
11116
- # classic: false,
11117
- # reserved_node_id: "String",
11118
- # target_reserved_node_offering_id: "String",
11119
- # },
11120
- # pause_cluster: {
11121
- # cluster_identifier: "String", # required
11122
- # },
11123
- # resume_cluster: {
11124
- # cluster_identifier: "String", # required
11125
- # },
11126
- # }
11127
- #
11128
9751
  # @!attribute [rw] resize_cluster
11129
9752
  # An action that runs a `ResizeCluster` API operation.
11130
9753
  # @return [Types::ResizeClusterMessage]
@@ -11629,14 +10252,6 @@ module Aws::Redshift
11629
10252
 
11630
10253
  # Describes a sorting entity
11631
10254
  #
11632
- # @note When making an API call, you may pass SnapshotSortingEntity
11633
- # data as a hash:
11634
- #
11635
- # {
11636
- # attribute: "SOURCE_TYPE", # required, accepts SOURCE_TYPE, TOTAL_SIZE, CREATE_TIME
11637
- # sort_order: "ASC", # accepts ASC, DESC
11638
- # }
11639
- #
11640
10255
  # @!attribute [rw] attribute
11641
10256
  # The category for sorting the snapshots.
11642
10257
  # @return [String]
@@ -11879,14 +10494,6 @@ module Aws::Redshift
11879
10494
 
11880
10495
  # A tag consisting of a name/value pair for a resource.
11881
10496
  #
11882
- # @note When making an API call, you may pass Tag
11883
- # data as a hash:
11884
- #
11885
- # {
11886
- # key: "String",
11887
- # value: "String",
11888
- # }
11889
- #
11890
10497
  # @!attribute [rw] key
11891
10498
  # The key, or name, for the resource tag.
11892
10499
  # @return [String]
@@ -12036,18 +10643,6 @@ module Aws::Redshift
12036
10643
  #
12037
10644
  class UnsupportedOptionFault < Aws::EmptyStructure; end
12038
10645
 
12039
- # @note When making an API call, you may pass UpdatePartnerStatusInputMessage
12040
- # data as a hash:
12041
- #
12042
- # {
12043
- # account_id: "PartnerIntegrationAccountId", # required
12044
- # cluster_identifier: "PartnerIntegrationClusterIdentifier", # required
12045
- # database_name: "PartnerIntegrationDatabaseName", # required
12046
- # partner_name: "PartnerIntegrationPartnerName", # required
12047
- # status: "Active", # required, accepts Active, Inactive, RuntimeFailure, ConnectionFailure
12048
- # status_message: "PartnerIntegrationStatusMessage",
12049
- # }
12050
- #
12051
10646
  # @!attribute [rw] account_id
12052
10647
  # The Amazon Web Services account ID that owns the cluster.
12053
10648
  # @return [String]