aws-sdk-redshift 1.87.0 → 1.89.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-redshift/client.rb +1 -1
- data/lib/aws-sdk-redshift/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-redshift/endpoint_provider.rb +44 -95
- data/lib/aws-sdk-redshift/types.rb +0 -1409
- data/lib/aws-sdk-redshift.rb +1 -1
- metadata +2 -2
@@ -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.
|
@@ -2335,21 +2189,6 @@ module Aws::Redshift
|
|
2335
2189
|
include Aws::Structure
|
2336
2190
|
end
|
2337
2191
|
|
2338
|
-
# @note When making an API call, you may pass CreateClusterParameterGroupMessage
|
2339
|
-
# data as a hash:
|
2340
|
-
#
|
2341
|
-
# {
|
2342
|
-
# parameter_group_name: "String", # required
|
2343
|
-
# parameter_group_family: "String", # required
|
2344
|
-
# description: "String", # required
|
2345
|
-
# tags: [
|
2346
|
-
# {
|
2347
|
-
# key: "String",
|
2348
|
-
# value: "String",
|
2349
|
-
# },
|
2350
|
-
# ],
|
2351
|
-
# }
|
2352
|
-
#
|
2353
2192
|
# @!attribute [rw] parameter_group_name
|
2354
2193
|
# The name of the cluster parameter group.
|
2355
2194
|
#
|
@@ -2425,20 +2264,6 @@ module Aws::Redshift
|
|
2425
2264
|
include Aws::Structure
|
2426
2265
|
end
|
2427
2266
|
|
2428
|
-
# @note When making an API call, you may pass CreateClusterSecurityGroupMessage
|
2429
|
-
# data as a hash:
|
2430
|
-
#
|
2431
|
-
# {
|
2432
|
-
# cluster_security_group_name: "String", # required
|
2433
|
-
# description: "String", # required
|
2434
|
-
# tags: [
|
2435
|
-
# {
|
2436
|
-
# key: "String",
|
2437
|
-
# value: "String",
|
2438
|
-
# },
|
2439
|
-
# ],
|
2440
|
-
# }
|
2441
|
-
#
|
2442
2267
|
# @!attribute [rw] cluster_security_group_name
|
2443
2268
|
# The name for the security group. Amazon Redshift stores the value as
|
2444
2269
|
# a lowercase string.
|
@@ -2485,21 +2310,6 @@ module Aws::Redshift
|
|
2485
2310
|
include Aws::Structure
|
2486
2311
|
end
|
2487
2312
|
|
2488
|
-
# @note When making an API call, you may pass CreateClusterSnapshotMessage
|
2489
|
-
# data as a hash:
|
2490
|
-
#
|
2491
|
-
# {
|
2492
|
-
# snapshot_identifier: "String", # required
|
2493
|
-
# cluster_identifier: "String", # required
|
2494
|
-
# manual_snapshot_retention_period: 1,
|
2495
|
-
# tags: [
|
2496
|
-
# {
|
2497
|
-
# key: "String",
|
2498
|
-
# value: "String",
|
2499
|
-
# },
|
2500
|
-
# ],
|
2501
|
-
# }
|
2502
|
-
#
|
2503
2313
|
# @!attribute [rw] snapshot_identifier
|
2504
2314
|
# A unique identifier for the snapshot that you are requesting. This
|
2505
2315
|
# identifier must be unique for all snapshots within the Amazon Web
|
@@ -2558,21 +2368,6 @@ module Aws::Redshift
|
|
2558
2368
|
include Aws::Structure
|
2559
2369
|
end
|
2560
2370
|
|
2561
|
-
# @note When making an API call, you may pass CreateClusterSubnetGroupMessage
|
2562
|
-
# data as a hash:
|
2563
|
-
#
|
2564
|
-
# {
|
2565
|
-
# cluster_subnet_group_name: "String", # required
|
2566
|
-
# description: "String", # required
|
2567
|
-
# subnet_ids: ["String"], # required
|
2568
|
-
# tags: [
|
2569
|
-
# {
|
2570
|
-
# key: "String",
|
2571
|
-
# value: "String",
|
2572
|
-
# },
|
2573
|
-
# ],
|
2574
|
-
# }
|
2575
|
-
#
|
2576
2371
|
# @!attribute [rw] cluster_subnet_group_name
|
2577
2372
|
# The name for the subnet group. Amazon Redshift stores the value as a
|
2578
2373
|
# lowercase string.
|
@@ -2625,17 +2420,6 @@ module Aws::Redshift
|
|
2625
2420
|
include Aws::Structure
|
2626
2421
|
end
|
2627
2422
|
|
2628
|
-
# @note When making an API call, you may pass CreateEndpointAccessMessage
|
2629
|
-
# data as a hash:
|
2630
|
-
#
|
2631
|
-
# {
|
2632
|
-
# cluster_identifier: "String",
|
2633
|
-
# resource_owner: "String",
|
2634
|
-
# endpoint_name: "String", # required
|
2635
|
-
# subnet_group_name: "String", # required
|
2636
|
-
# vpc_security_group_ids: ["String"],
|
2637
|
-
# }
|
2638
|
-
#
|
2639
2423
|
# @!attribute [rw] cluster_identifier
|
2640
2424
|
# The cluster identifier of the cluster to access.
|
2641
2425
|
# @return [String]
|
@@ -2677,25 +2461,6 @@ module Aws::Redshift
|
|
2677
2461
|
include Aws::Structure
|
2678
2462
|
end
|
2679
2463
|
|
2680
|
-
# @note When making an API call, you may pass CreateEventSubscriptionMessage
|
2681
|
-
# data as a hash:
|
2682
|
-
#
|
2683
|
-
# {
|
2684
|
-
# subscription_name: "String", # required
|
2685
|
-
# sns_topic_arn: "String", # required
|
2686
|
-
# source_type: "String",
|
2687
|
-
# source_ids: ["String"],
|
2688
|
-
# event_categories: ["String"],
|
2689
|
-
# severity: "String",
|
2690
|
-
# enabled: false,
|
2691
|
-
# tags: [
|
2692
|
-
# {
|
2693
|
-
# key: "String",
|
2694
|
-
# value: "String",
|
2695
|
-
# },
|
2696
|
-
# ],
|
2697
|
-
# }
|
2698
|
-
#
|
2699
2464
|
# @!attribute [rw] subscription_name
|
2700
2465
|
# The name of the event subscription to be created.
|
2701
2466
|
#
|
@@ -2791,19 +2556,6 @@ module Aws::Redshift
|
|
2791
2556
|
include Aws::Structure
|
2792
2557
|
end
|
2793
2558
|
|
2794
|
-
# @note When making an API call, you may pass CreateHsmClientCertificateMessage
|
2795
|
-
# data as a hash:
|
2796
|
-
#
|
2797
|
-
# {
|
2798
|
-
# hsm_client_certificate_identifier: "String", # required
|
2799
|
-
# tags: [
|
2800
|
-
# {
|
2801
|
-
# key: "String",
|
2802
|
-
# value: "String",
|
2803
|
-
# },
|
2804
|
-
# ],
|
2805
|
-
# }
|
2806
|
-
#
|
2807
2559
|
# @!attribute [rw] hsm_client_certificate_identifier
|
2808
2560
|
# The identifier to be assigned to the new HSM client certificate that
|
2809
2561
|
# the cluster will use to connect to the HSM to use the database
|
@@ -2837,24 +2589,6 @@ module Aws::Redshift
|
|
2837
2589
|
include Aws::Structure
|
2838
2590
|
end
|
2839
2591
|
|
2840
|
-
# @note When making an API call, you may pass CreateHsmConfigurationMessage
|
2841
|
-
# data as a hash:
|
2842
|
-
#
|
2843
|
-
# {
|
2844
|
-
# hsm_configuration_identifier: "String", # required
|
2845
|
-
# description: "String", # required
|
2846
|
-
# hsm_ip_address: "String", # required
|
2847
|
-
# hsm_partition_name: "String", # required
|
2848
|
-
# hsm_partition_password: "String", # required
|
2849
|
-
# hsm_server_public_certificate: "String", # required
|
2850
|
-
# tags: [
|
2851
|
-
# {
|
2852
|
-
# key: "String",
|
2853
|
-
# value: "String",
|
2854
|
-
# },
|
2855
|
-
# ],
|
2856
|
-
# }
|
2857
|
-
#
|
2858
2592
|
# @!attribute [rw] hsm_configuration_identifier
|
2859
2593
|
# The identifier to be assigned to the new Amazon Redshift HSM
|
2860
2594
|
# configuration.
|
@@ -2916,36 +2650,6 @@ module Aws::Redshift
|
|
2916
2650
|
include Aws::Structure
|
2917
2651
|
end
|
2918
2652
|
|
2919
|
-
# @note When making an API call, you may pass CreateScheduledActionMessage
|
2920
|
-
# data as a hash:
|
2921
|
-
#
|
2922
|
-
# {
|
2923
|
-
# scheduled_action_name: "String", # required
|
2924
|
-
# target_action: { # required
|
2925
|
-
# resize_cluster: {
|
2926
|
-
# cluster_identifier: "String", # required
|
2927
|
-
# cluster_type: "String",
|
2928
|
-
# node_type: "String",
|
2929
|
-
# number_of_nodes: 1,
|
2930
|
-
# classic: false,
|
2931
|
-
# reserved_node_id: "String",
|
2932
|
-
# target_reserved_node_offering_id: "String",
|
2933
|
-
# },
|
2934
|
-
# pause_cluster: {
|
2935
|
-
# cluster_identifier: "String", # required
|
2936
|
-
# },
|
2937
|
-
# resume_cluster: {
|
2938
|
-
# cluster_identifier: "String", # required
|
2939
|
-
# },
|
2940
|
-
# },
|
2941
|
-
# schedule: "String", # required
|
2942
|
-
# iam_role: "String", # required
|
2943
|
-
# scheduled_action_description: "String",
|
2944
|
-
# start_time: Time.now,
|
2945
|
-
# end_time: Time.now,
|
2946
|
-
# enable: false,
|
2947
|
-
# }
|
2948
|
-
#
|
2949
2653
|
# @!attribute [rw] scheduled_action_name
|
2950
2654
|
# The name of the scheduled action. The name must be unique within an
|
2951
2655
|
# account. For more information about this parameter, see
|
@@ -3007,20 +2711,6 @@ module Aws::Redshift
|
|
3007
2711
|
|
3008
2712
|
# The result of the `CreateSnapshotCopyGrant` action.
|
3009
2713
|
#
|
3010
|
-
# @note When making an API call, you may pass CreateSnapshotCopyGrantMessage
|
3011
|
-
# data as a hash:
|
3012
|
-
#
|
3013
|
-
# {
|
3014
|
-
# snapshot_copy_grant_name: "String", # required
|
3015
|
-
# kms_key_id: "String",
|
3016
|
-
# tags: [
|
3017
|
-
# {
|
3018
|
-
# key: "String",
|
3019
|
-
# value: "String",
|
3020
|
-
# },
|
3021
|
-
# ],
|
3022
|
-
# }
|
3023
|
-
#
|
3024
2714
|
# @!attribute [rw] snapshot_copy_grant_name
|
3025
2715
|
# The name of the snapshot copy grant. This name must be unique in the
|
3026
2716
|
# region for the Amazon Web Services account.
|
@@ -3081,23 +2771,6 @@ module Aws::Redshift
|
|
3081
2771
|
include Aws::Structure
|
3082
2772
|
end
|
3083
2773
|
|
3084
|
-
# @note When making an API call, you may pass CreateSnapshotScheduleMessage
|
3085
|
-
# data as a hash:
|
3086
|
-
#
|
3087
|
-
# {
|
3088
|
-
# schedule_definitions: ["String"],
|
3089
|
-
# schedule_identifier: "String",
|
3090
|
-
# schedule_description: "String",
|
3091
|
-
# tags: [
|
3092
|
-
# {
|
3093
|
-
# key: "String",
|
3094
|
-
# value: "String",
|
3095
|
-
# },
|
3096
|
-
# ],
|
3097
|
-
# dry_run: false,
|
3098
|
-
# next_invocations: 1,
|
3099
|
-
# }
|
3100
|
-
#
|
3101
2774
|
# @!attribute [rw] schedule_definitions
|
3102
2775
|
# The definition of the snapshot schedule. The definition is made up
|
3103
2776
|
# of schedule expressions, for example "cron(30 12 *)" or "rate(12
|
@@ -3138,19 +2811,6 @@ module Aws::Redshift
|
|
3138
2811
|
|
3139
2812
|
# Contains the output from the `CreateTags` action.
|
3140
2813
|
#
|
3141
|
-
# @note When making an API call, you may pass CreateTagsMessage
|
3142
|
-
# data as a hash:
|
3143
|
-
#
|
3144
|
-
# {
|
3145
|
-
# resource_name: "String", # required
|
3146
|
-
# tags: [ # required
|
3147
|
-
# {
|
3148
|
-
# key: "String",
|
3149
|
-
# value: "String",
|
3150
|
-
# },
|
3151
|
-
# ],
|
3152
|
-
# }
|
3153
|
-
#
|
3154
2814
|
# @!attribute [rw] resource_name
|
3155
2815
|
# The Amazon Resource Name (ARN) to which you want to add the tag or
|
3156
2816
|
# tags. For example,
|
@@ -3176,24 +2836,6 @@ module Aws::Redshift
|
|
3176
2836
|
include Aws::Structure
|
3177
2837
|
end
|
3178
2838
|
|
3179
|
-
# @note When making an API call, you may pass CreateUsageLimitMessage
|
3180
|
-
# data as a hash:
|
3181
|
-
#
|
3182
|
-
# {
|
3183
|
-
# cluster_identifier: "String", # required
|
3184
|
-
# feature_type: "spectrum", # required, accepts spectrum, concurrency-scaling, cross-region-datasharing
|
3185
|
-
# limit_type: "time", # required, accepts time, data-scanned
|
3186
|
-
# amount: 1, # required
|
3187
|
-
# period: "daily", # accepts daily, weekly, monthly
|
3188
|
-
# breach_action: "log", # accepts log, emit-metric, disable
|
3189
|
-
# tags: [
|
3190
|
-
# {
|
3191
|
-
# key: "String",
|
3192
|
-
# value: "String",
|
3193
|
-
# },
|
3194
|
-
# ],
|
3195
|
-
# }
|
3196
|
-
#
|
3197
2839
|
# @!attribute [rw] cluster_identifier
|
3198
2840
|
# The identifier of the cluster that you want to limit usage.
|
3199
2841
|
# @return [String]
|
@@ -3382,14 +3024,6 @@ module Aws::Redshift
|
|
3382
3024
|
include Aws::Structure
|
3383
3025
|
end
|
3384
3026
|
|
3385
|
-
# @note When making an API call, you may pass DeauthorizeDataShareMessage
|
3386
|
-
# data as a hash:
|
3387
|
-
#
|
3388
|
-
# {
|
3389
|
-
# data_share_arn: "String", # required
|
3390
|
-
# consumer_identifier: "String", # required
|
3391
|
-
# }
|
3392
|
-
#
|
3393
3027
|
# @!attribute [rw] data_share_arn
|
3394
3028
|
# The Amazon Resource Name (ARN) of the datashare to remove
|
3395
3029
|
# authorization from.
|
@@ -3466,13 +3100,6 @@ module Aws::Redshift
|
|
3466
3100
|
include Aws::Structure
|
3467
3101
|
end
|
3468
3102
|
|
3469
|
-
# @note When making an API call, you may pass DeleteAuthenticationProfileMessage
|
3470
|
-
# data as a hash:
|
3471
|
-
#
|
3472
|
-
# {
|
3473
|
-
# authentication_profile_name: "AuthenticationProfileNameString", # required
|
3474
|
-
# }
|
3475
|
-
#
|
3476
3103
|
# @!attribute [rw] authentication_profile_name
|
3477
3104
|
# The name of the authentication profile to delete.
|
3478
3105
|
# @return [String]
|
@@ -3497,16 +3124,6 @@ module Aws::Redshift
|
|
3497
3124
|
include Aws::Structure
|
3498
3125
|
end
|
3499
3126
|
|
3500
|
-
# @note When making an API call, you may pass DeleteClusterMessage
|
3501
|
-
# data as a hash:
|
3502
|
-
#
|
3503
|
-
# {
|
3504
|
-
# cluster_identifier: "String", # required
|
3505
|
-
# skip_final_cluster_snapshot: false,
|
3506
|
-
# final_cluster_snapshot_identifier: "String",
|
3507
|
-
# final_cluster_snapshot_retention_period: 1,
|
3508
|
-
# }
|
3509
|
-
#
|
3510
3127
|
# @!attribute [rw] cluster_identifier
|
3511
3128
|
# The identifier of the cluster to be deleted.
|
3512
3129
|
#
|
@@ -3569,13 +3186,6 @@ module Aws::Redshift
|
|
3569
3186
|
include Aws::Structure
|
3570
3187
|
end
|
3571
3188
|
|
3572
|
-
# @note When making an API call, you may pass DeleteClusterParameterGroupMessage
|
3573
|
-
# data as a hash:
|
3574
|
-
#
|
3575
|
-
# {
|
3576
|
-
# parameter_group_name: "String", # required
|
3577
|
-
# }
|
3578
|
-
#
|
3579
3189
|
# @!attribute [rw] parameter_group_name
|
3580
3190
|
# The name of the parameter group to be deleted.
|
3581
3191
|
#
|
@@ -3606,13 +3216,6 @@ module Aws::Redshift
|
|
3606
3216
|
include Aws::Structure
|
3607
3217
|
end
|
3608
3218
|
|
3609
|
-
# @note When making an API call, you may pass DeleteClusterSecurityGroupMessage
|
3610
|
-
# data as a hash:
|
3611
|
-
#
|
3612
|
-
# {
|
3613
|
-
# cluster_security_group_name: "String", # required
|
3614
|
-
# }
|
3615
|
-
#
|
3616
3219
|
# @!attribute [rw] cluster_security_group_name
|
3617
3220
|
# The name of the cluster security group to be deleted.
|
3618
3221
|
# @return [String]
|
@@ -3625,14 +3228,6 @@ module Aws::Redshift
|
|
3625
3228
|
include Aws::Structure
|
3626
3229
|
end
|
3627
3230
|
|
3628
|
-
# @note When making an API call, you may pass DeleteClusterSnapshotMessage
|
3629
|
-
# data as a hash:
|
3630
|
-
#
|
3631
|
-
# {
|
3632
|
-
# snapshot_identifier: "String", # required
|
3633
|
-
# snapshot_cluster_identifier: "String",
|
3634
|
-
# }
|
3635
|
-
#
|
3636
3231
|
# @!attribute [rw] snapshot_identifier
|
3637
3232
|
# The unique identifier of the manual snapshot to be deleted.
|
3638
3233
|
#
|
@@ -3670,13 +3265,6 @@ module Aws::Redshift
|
|
3670
3265
|
include Aws::Structure
|
3671
3266
|
end
|
3672
3267
|
|
3673
|
-
# @note When making an API call, you may pass DeleteClusterSubnetGroupMessage
|
3674
|
-
# data as a hash:
|
3675
|
-
#
|
3676
|
-
# {
|
3677
|
-
# cluster_subnet_group_name: "String", # required
|
3678
|
-
# }
|
3679
|
-
#
|
3680
3268
|
# @!attribute [rw] cluster_subnet_group_name
|
3681
3269
|
# The name of the cluster subnet group name to be deleted.
|
3682
3270
|
# @return [String]
|
@@ -3689,13 +3277,6 @@ module Aws::Redshift
|
|
3689
3277
|
include Aws::Structure
|
3690
3278
|
end
|
3691
3279
|
|
3692
|
-
# @note When making an API call, you may pass DeleteEndpointAccessMessage
|
3693
|
-
# data as a hash:
|
3694
|
-
#
|
3695
|
-
# {
|
3696
|
-
# endpoint_name: "String", # required
|
3697
|
-
# }
|
3698
|
-
#
|
3699
3280
|
# @!attribute [rw] endpoint_name
|
3700
3281
|
# The Redshift-managed VPC endpoint to delete.
|
3701
3282
|
# @return [String]
|
@@ -3708,13 +3289,6 @@ module Aws::Redshift
|
|
3708
3289
|
include Aws::Structure
|
3709
3290
|
end
|
3710
3291
|
|
3711
|
-
# @note When making an API call, you may pass DeleteEventSubscriptionMessage
|
3712
|
-
# data as a hash:
|
3713
|
-
#
|
3714
|
-
# {
|
3715
|
-
# subscription_name: "String", # required
|
3716
|
-
# }
|
3717
|
-
#
|
3718
3292
|
# @!attribute [rw] subscription_name
|
3719
3293
|
# The name of the Amazon Redshift event notification subscription to
|
3720
3294
|
# be deleted.
|
@@ -3728,13 +3302,6 @@ module Aws::Redshift
|
|
3728
3302
|
include Aws::Structure
|
3729
3303
|
end
|
3730
3304
|
|
3731
|
-
# @note When making an API call, you may pass DeleteHsmClientCertificateMessage
|
3732
|
-
# data as a hash:
|
3733
|
-
#
|
3734
|
-
# {
|
3735
|
-
# hsm_client_certificate_identifier: "String", # required
|
3736
|
-
# }
|
3737
|
-
#
|
3738
3305
|
# @!attribute [rw] hsm_client_certificate_identifier
|
3739
3306
|
# The identifier of the HSM client certificate to be deleted.
|
3740
3307
|
# @return [String]
|
@@ -3747,13 +3314,6 @@ module Aws::Redshift
|
|
3747
3314
|
include Aws::Structure
|
3748
3315
|
end
|
3749
3316
|
|
3750
|
-
# @note When making an API call, you may pass DeleteHsmConfigurationMessage
|
3751
|
-
# data as a hash:
|
3752
|
-
#
|
3753
|
-
# {
|
3754
|
-
# hsm_configuration_identifier: "String", # required
|
3755
|
-
# }
|
3756
|
-
#
|
3757
3317
|
# @!attribute [rw] hsm_configuration_identifier
|
3758
3318
|
# The identifier of the Amazon Redshift HSM configuration to be
|
3759
3319
|
# deleted.
|
@@ -3767,13 +3327,6 @@ module Aws::Redshift
|
|
3767
3327
|
include Aws::Structure
|
3768
3328
|
end
|
3769
3329
|
|
3770
|
-
# @note When making an API call, you may pass DeleteScheduledActionMessage
|
3771
|
-
# data as a hash:
|
3772
|
-
#
|
3773
|
-
# {
|
3774
|
-
# scheduled_action_name: "String", # required
|
3775
|
-
# }
|
3776
|
-
#
|
3777
3330
|
# @!attribute [rw] scheduled_action_name
|
3778
3331
|
# The name of the scheduled action to delete.
|
3779
3332
|
# @return [String]
|
@@ -3788,13 +3341,6 @@ module Aws::Redshift
|
|
3788
3341
|
|
3789
3342
|
# The result of the `DeleteSnapshotCopyGrant` action.
|
3790
3343
|
#
|
3791
|
-
# @note When making an API call, you may pass DeleteSnapshotCopyGrantMessage
|
3792
|
-
# data as a hash:
|
3793
|
-
#
|
3794
|
-
# {
|
3795
|
-
# snapshot_copy_grant_name: "String", # required
|
3796
|
-
# }
|
3797
|
-
#
|
3798
3344
|
# @!attribute [rw] snapshot_copy_grant_name
|
3799
3345
|
# The name of the snapshot copy grant to delete.
|
3800
3346
|
# @return [String]
|
@@ -3807,13 +3353,6 @@ module Aws::Redshift
|
|
3807
3353
|
include Aws::Structure
|
3808
3354
|
end
|
3809
3355
|
|
3810
|
-
# @note When making an API call, you may pass DeleteSnapshotScheduleMessage
|
3811
|
-
# data as a hash:
|
3812
|
-
#
|
3813
|
-
# {
|
3814
|
-
# schedule_identifier: "String", # required
|
3815
|
-
# }
|
3816
|
-
#
|
3817
3356
|
# @!attribute [rw] schedule_identifier
|
3818
3357
|
# A unique identifier of the snapshot schedule to delete.
|
3819
3358
|
# @return [String]
|
@@ -3828,14 +3367,6 @@ module Aws::Redshift
|
|
3828
3367
|
|
3829
3368
|
# Contains the output from the `DeleteTags` action.
|
3830
3369
|
#
|
3831
|
-
# @note When making an API call, you may pass DeleteTagsMessage
|
3832
|
-
# data as a hash:
|
3833
|
-
#
|
3834
|
-
# {
|
3835
|
-
# resource_name: "String", # required
|
3836
|
-
# tag_keys: ["String"], # required
|
3837
|
-
# }
|
3838
|
-
#
|
3839
3370
|
# @!attribute [rw] resource_name
|
3840
3371
|
# The Amazon Resource Name (ARN) from which you want to remove the tag
|
3841
3372
|
# or tags. For example,
|
@@ -3855,13 +3386,6 @@ module Aws::Redshift
|
|
3855
3386
|
include Aws::Structure
|
3856
3387
|
end
|
3857
3388
|
|
3858
|
-
# @note When making an API call, you may pass DeleteUsageLimitMessage
|
3859
|
-
# data as a hash:
|
3860
|
-
#
|
3861
|
-
# {
|
3862
|
-
# usage_limit_id: "String", # required
|
3863
|
-
# }
|
3864
|
-
#
|
3865
3389
|
# @!attribute [rw] usage_limit_id
|
3866
3390
|
# The identifier of the usage limit to delete.
|
3867
3391
|
# @return [String]
|
@@ -3889,13 +3413,6 @@ module Aws::Redshift
|
|
3889
3413
|
#
|
3890
3414
|
class DependentServiceUnavailableFault < Aws::EmptyStructure; end
|
3891
3415
|
|
3892
|
-
# @note When making an API call, you may pass DescribeAccountAttributesMessage
|
3893
|
-
# data as a hash:
|
3894
|
-
#
|
3895
|
-
# {
|
3896
|
-
# attribute_names: ["String"],
|
3897
|
-
# }
|
3898
|
-
#
|
3899
3416
|
# @!attribute [rw] attribute_names
|
3900
3417
|
# A list of attribute names.
|
3901
3418
|
# @return [Array<String>]
|
@@ -3908,13 +3425,6 @@ module Aws::Redshift
|
|
3908
3425
|
include Aws::Structure
|
3909
3426
|
end
|
3910
3427
|
|
3911
|
-
# @note When making an API call, you may pass DescribeAuthenticationProfilesMessage
|
3912
|
-
# data as a hash:
|
3913
|
-
#
|
3914
|
-
# {
|
3915
|
-
# authentication_profile_name: "AuthenticationProfileNameString",
|
3916
|
-
# }
|
3917
|
-
#
|
3918
3428
|
# @!attribute [rw] authentication_profile_name
|
3919
3429
|
# The name of the authentication profile to describe. If not specified
|
3920
3430
|
# then all authentication profiles owned by the account are listed.
|
@@ -3940,15 +3450,6 @@ module Aws::Redshift
|
|
3940
3450
|
include Aws::Structure
|
3941
3451
|
end
|
3942
3452
|
|
3943
|
-
# @note When making an API call, you may pass DescribeClusterDbRevisionsMessage
|
3944
|
-
# data as a hash:
|
3945
|
-
#
|
3946
|
-
# {
|
3947
|
-
# cluster_identifier: "String",
|
3948
|
-
# max_records: 1,
|
3949
|
-
# marker: "String",
|
3950
|
-
# }
|
3951
|
-
#
|
3952
3453
|
# @!attribute [rw] cluster_identifier
|
3953
3454
|
# A unique identifier for a cluster whose `ClusterDbRevisions` you are
|
3954
3455
|
# requesting. This parameter is case sensitive. All clusters defined
|
@@ -3991,17 +3492,6 @@ module Aws::Redshift
|
|
3991
3492
|
include Aws::Structure
|
3992
3493
|
end
|
3993
3494
|
|
3994
|
-
# @note When making an API call, you may pass DescribeClusterParameterGroupsMessage
|
3995
|
-
# data as a hash:
|
3996
|
-
#
|
3997
|
-
# {
|
3998
|
-
# parameter_group_name: "String",
|
3999
|
-
# max_records: 1,
|
4000
|
-
# marker: "String",
|
4001
|
-
# tag_keys: ["String"],
|
4002
|
-
# tag_values: ["String"],
|
4003
|
-
# }
|
4004
|
-
#
|
4005
3495
|
# @!attribute [rw] parameter_group_name
|
4006
3496
|
# The name of a specific parameter group for which to return details.
|
4007
3497
|
# By default, details about all parameter groups and the default
|
@@ -4062,16 +3552,6 @@ module Aws::Redshift
|
|
4062
3552
|
include Aws::Structure
|
4063
3553
|
end
|
4064
3554
|
|
4065
|
-
# @note When making an API call, you may pass DescribeClusterParametersMessage
|
4066
|
-
# data as a hash:
|
4067
|
-
#
|
4068
|
-
# {
|
4069
|
-
# parameter_group_name: "String", # required
|
4070
|
-
# source: "String",
|
4071
|
-
# max_records: 1,
|
4072
|
-
# marker: "String",
|
4073
|
-
# }
|
4074
|
-
#
|
4075
3555
|
# @!attribute [rw] parameter_group_name
|
4076
3556
|
# The name of a cluster parameter group for which to return details.
|
4077
3557
|
# @return [String]
|
@@ -4120,17 +3600,6 @@ module Aws::Redshift
|
|
4120
3600
|
include Aws::Structure
|
4121
3601
|
end
|
4122
3602
|
|
4123
|
-
# @note When making an API call, you may pass DescribeClusterSecurityGroupsMessage
|
4124
|
-
# data as a hash:
|
4125
|
-
#
|
4126
|
-
# {
|
4127
|
-
# cluster_security_group_name: "String",
|
4128
|
-
# max_records: 1,
|
4129
|
-
# marker: "String",
|
4130
|
-
# tag_keys: ["String"],
|
4131
|
-
# tag_values: ["String"],
|
4132
|
-
# }
|
4133
|
-
#
|
4134
3603
|
# @!attribute [rw] cluster_security_group_name
|
4135
3604
|
# The name of a cluster security group for which you are requesting
|
4136
3605
|
# details. You can specify either the **Marker** parameter or a
|
@@ -4196,30 +3665,6 @@ module Aws::Redshift
|
|
4196
3665
|
include Aws::Structure
|
4197
3666
|
end
|
4198
3667
|
|
4199
|
-
# @note When making an API call, you may pass DescribeClusterSnapshotsMessage
|
4200
|
-
# data as a hash:
|
4201
|
-
#
|
4202
|
-
# {
|
4203
|
-
# cluster_identifier: "String",
|
4204
|
-
# snapshot_identifier: "String",
|
4205
|
-
# snapshot_arn: "String",
|
4206
|
-
# snapshot_type: "String",
|
4207
|
-
# start_time: Time.now,
|
4208
|
-
# end_time: Time.now,
|
4209
|
-
# max_records: 1,
|
4210
|
-
# marker: "String",
|
4211
|
-
# owner_account: "String",
|
4212
|
-
# tag_keys: ["String"],
|
4213
|
-
# tag_values: ["String"],
|
4214
|
-
# cluster_exists: false,
|
4215
|
-
# sorting_entities: [
|
4216
|
-
# {
|
4217
|
-
# attribute: "SOURCE_TYPE", # required, accepts SOURCE_TYPE, TOTAL_SIZE, CREATE_TIME
|
4218
|
-
# sort_order: "ASC", # accepts ASC, DESC
|
4219
|
-
# },
|
4220
|
-
# ],
|
4221
|
-
# }
|
4222
|
-
#
|
4223
3668
|
# @!attribute [rw] cluster_identifier
|
4224
3669
|
# The identifier of the cluster which generated the requested
|
4225
3670
|
# snapshots.
|
@@ -4361,17 +3806,6 @@ module Aws::Redshift
|
|
4361
3806
|
include Aws::Structure
|
4362
3807
|
end
|
4363
3808
|
|
4364
|
-
# @note When making an API call, you may pass DescribeClusterSubnetGroupsMessage
|
4365
|
-
# data as a hash:
|
4366
|
-
#
|
4367
|
-
# {
|
4368
|
-
# cluster_subnet_group_name: "String",
|
4369
|
-
# max_records: 1,
|
4370
|
-
# marker: "String",
|
4371
|
-
# tag_keys: ["String"],
|
4372
|
-
# tag_values: ["String"],
|
4373
|
-
# }
|
4374
|
-
#
|
4375
3809
|
# @!attribute [rw] cluster_subnet_group_name
|
4376
3810
|
# The name of the cluster subnet group for which information is
|
4377
3811
|
# requested.
|
@@ -4431,15 +3865,6 @@ module Aws::Redshift
|
|
4431
3865
|
include Aws::Structure
|
4432
3866
|
end
|
4433
3867
|
|
4434
|
-
# @note When making an API call, you may pass DescribeClusterTracksMessage
|
4435
|
-
# data as a hash:
|
4436
|
-
#
|
4437
|
-
# {
|
4438
|
-
# maintenance_track_name: "String",
|
4439
|
-
# max_records: 1,
|
4440
|
-
# marker: "String",
|
4441
|
-
# }
|
4442
|
-
#
|
4443
3868
|
# @!attribute [rw] maintenance_track_name
|
4444
3869
|
# The name of the maintenance track.
|
4445
3870
|
# @return [String]
|
@@ -4469,16 +3894,6 @@ module Aws::Redshift
|
|
4469
3894
|
include Aws::Structure
|
4470
3895
|
end
|
4471
3896
|
|
4472
|
-
# @note When making an API call, you may pass DescribeClusterVersionsMessage
|
4473
|
-
# data as a hash:
|
4474
|
-
#
|
4475
|
-
# {
|
4476
|
-
# cluster_version: "String",
|
4477
|
-
# cluster_parameter_group_family: "String",
|
4478
|
-
# max_records: 1,
|
4479
|
-
# marker: "String",
|
4480
|
-
# }
|
4481
|
-
#
|
4482
3897
|
# @!attribute [rw] cluster_version
|
4483
3898
|
# The specific cluster version to return.
|
4484
3899
|
#
|
@@ -4531,17 +3946,6 @@ module Aws::Redshift
|
|
4531
3946
|
include Aws::Structure
|
4532
3947
|
end
|
4533
3948
|
|
4534
|
-
# @note When making an API call, you may pass DescribeClustersMessage
|
4535
|
-
# data as a hash:
|
4536
|
-
#
|
4537
|
-
# {
|
4538
|
-
# cluster_identifier: "String",
|
4539
|
-
# max_records: 1,
|
4540
|
-
# marker: "String",
|
4541
|
-
# tag_keys: ["String"],
|
4542
|
-
# tag_values: ["String"],
|
4543
|
-
# }
|
4544
|
-
#
|
4545
3949
|
# @!attribute [rw] cluster_identifier
|
4546
3950
|
# The unique identifier of a cluster whose properties you are
|
4547
3951
|
# requesting. This parameter is case sensitive.
|
@@ -4606,16 +4010,6 @@ module Aws::Redshift
|
|
4606
4010
|
include Aws::Structure
|
4607
4011
|
end
|
4608
4012
|
|
4609
|
-
# @note When making an API call, you may pass DescribeDataSharesForConsumerMessage
|
4610
|
-
# data as a hash:
|
4611
|
-
#
|
4612
|
-
# {
|
4613
|
-
# consumer_arn: "String",
|
4614
|
-
# status: "ACTIVE", # accepts ACTIVE, AVAILABLE
|
4615
|
-
# max_records: 1,
|
4616
|
-
# marker: "String",
|
4617
|
-
# }
|
4618
|
-
#
|
4619
4013
|
# @!attribute [rw] consumer_arn
|
4620
4014
|
# The Amazon Resource Name (ARN) of the consumer that returns in the
|
4621
4015
|
# list of datashares.
|
@@ -4679,16 +4073,6 @@ module Aws::Redshift
|
|
4679
4073
|
include Aws::Structure
|
4680
4074
|
end
|
4681
4075
|
|
4682
|
-
# @note When making an API call, you may pass DescribeDataSharesForProducerMessage
|
4683
|
-
# data as a hash:
|
4684
|
-
#
|
4685
|
-
# {
|
4686
|
-
# producer_arn: "String",
|
4687
|
-
# status: "ACTIVE", # accepts ACTIVE, AUTHORIZED, PENDING_AUTHORIZATION, DEAUTHORIZED, REJECTED
|
4688
|
-
# max_records: 1,
|
4689
|
-
# marker: "String",
|
4690
|
-
# }
|
4691
|
-
#
|
4692
4076
|
# @!attribute [rw] producer_arn
|
4693
4077
|
# The Amazon Resource Name (ARN) of the producer that returns in the
|
4694
4078
|
# list of datashares.
|
@@ -4752,15 +4136,6 @@ module Aws::Redshift
|
|
4752
4136
|
include Aws::Structure
|
4753
4137
|
end
|
4754
4138
|
|
4755
|
-
# @note When making an API call, you may pass DescribeDataSharesMessage
|
4756
|
-
# data as a hash:
|
4757
|
-
#
|
4758
|
-
# {
|
4759
|
-
# data_share_arn: "String",
|
4760
|
-
# max_records: 1,
|
4761
|
-
# marker: "String",
|
4762
|
-
# }
|
4763
|
-
#
|
4764
4139
|
# @!attribute [rw] data_share_arn
|
4765
4140
|
# The identifier of the datashare to describe details of.
|
4766
4141
|
# @return [String]
|
@@ -4816,15 +4191,6 @@ module Aws::Redshift
|
|
4816
4191
|
include Aws::Structure
|
4817
4192
|
end
|
4818
4193
|
|
4819
|
-
# @note When making an API call, you may pass DescribeDefaultClusterParametersMessage
|
4820
|
-
# data as a hash:
|
4821
|
-
#
|
4822
|
-
# {
|
4823
|
-
# parameter_group_family: "String", # required
|
4824
|
-
# max_records: 1,
|
4825
|
-
# marker: "String",
|
4826
|
-
# }
|
4827
|
-
#
|
4828
4194
|
# @!attribute [rw] parameter_group_family
|
4829
4195
|
# The name of the cluster parameter group family.
|
4830
4196
|
# @return [String]
|
@@ -4874,18 +4240,6 @@ module Aws::Redshift
|
|
4874
4240
|
include Aws::Structure
|
4875
4241
|
end
|
4876
4242
|
|
4877
|
-
# @note When making an API call, you may pass DescribeEndpointAccessMessage
|
4878
|
-
# data as a hash:
|
4879
|
-
#
|
4880
|
-
# {
|
4881
|
-
# cluster_identifier: "String",
|
4882
|
-
# resource_owner: "String",
|
4883
|
-
# endpoint_name: "String",
|
4884
|
-
# vpc_id: "String",
|
4885
|
-
# max_records: 1,
|
4886
|
-
# marker: "String",
|
4887
|
-
# }
|
4888
|
-
#
|
4889
4243
|
# @!attribute [rw] cluster_identifier
|
4890
4244
|
# The cluster identifier associated with the described endpoint.
|
4891
4245
|
# @return [String]
|
@@ -4930,17 +4284,6 @@ module Aws::Redshift
|
|
4930
4284
|
include Aws::Structure
|
4931
4285
|
end
|
4932
4286
|
|
4933
|
-
# @note When making an API call, you may pass DescribeEndpointAuthorizationMessage
|
4934
|
-
# data as a hash:
|
4935
|
-
#
|
4936
|
-
# {
|
4937
|
-
# cluster_identifier: "String",
|
4938
|
-
# account: "String",
|
4939
|
-
# grantee: false,
|
4940
|
-
# max_records: 1,
|
4941
|
-
# marker: "String",
|
4942
|
-
# }
|
4943
|
-
#
|
4944
4287
|
# @!attribute [rw] cluster_identifier
|
4945
4288
|
# The cluster identifier of the cluster to access.
|
4946
4289
|
# @return [String]
|
@@ -4984,13 +4327,6 @@ module Aws::Redshift
|
|
4984
4327
|
include Aws::Structure
|
4985
4328
|
end
|
4986
4329
|
|
4987
|
-
# @note When making an API call, you may pass DescribeEventCategoriesMessage
|
4988
|
-
# data as a hash:
|
4989
|
-
#
|
4990
|
-
# {
|
4991
|
-
# source_type: "String",
|
4992
|
-
# }
|
4993
|
-
#
|
4994
4330
|
# @!attribute [rw] source_type
|
4995
4331
|
# The source type, such as cluster or parameter group, to which the
|
4996
4332
|
# described event categories apply.
|
@@ -5007,17 +4343,6 @@ module Aws::Redshift
|
|
5007
4343
|
include Aws::Structure
|
5008
4344
|
end
|
5009
4345
|
|
5010
|
-
# @note When making an API call, you may pass DescribeEventSubscriptionsMessage
|
5011
|
-
# data as a hash:
|
5012
|
-
#
|
5013
|
-
# {
|
5014
|
-
# subscription_name: "String",
|
5015
|
-
# max_records: 1,
|
5016
|
-
# marker: "String",
|
5017
|
-
# tag_keys: ["String"],
|
5018
|
-
# tag_values: ["String"],
|
5019
|
-
# }
|
5020
|
-
#
|
5021
4346
|
# @!attribute [rw] subscription_name
|
5022
4347
|
# The name of the Amazon Redshift event notification subscription to
|
5023
4348
|
# be described.
|
@@ -5077,19 +4402,6 @@ module Aws::Redshift
|
|
5077
4402
|
include Aws::Structure
|
5078
4403
|
end
|
5079
4404
|
|
5080
|
-
# @note When making an API call, you may pass DescribeEventsMessage
|
5081
|
-
# data as a hash:
|
5082
|
-
#
|
5083
|
-
# {
|
5084
|
-
# source_identifier: "String",
|
5085
|
-
# source_type: "cluster", # accepts cluster, cluster-parameter-group, cluster-security-group, cluster-snapshot, scheduled-action
|
5086
|
-
# start_time: Time.now,
|
5087
|
-
# end_time: Time.now,
|
5088
|
-
# duration: 1,
|
5089
|
-
# max_records: 1,
|
5090
|
-
# marker: "String",
|
5091
|
-
# }
|
5092
|
-
#
|
5093
4405
|
# @!attribute [rw] source_identifier
|
5094
4406
|
# The identifier of the event source for which events will be
|
5095
4407
|
# returned. If this parameter is not specified, then all sources are
|
@@ -5202,17 +4514,6 @@ module Aws::Redshift
|
|
5202
4514
|
include Aws::Structure
|
5203
4515
|
end
|
5204
4516
|
|
5205
|
-
# @note When making an API call, you may pass DescribeHsmClientCertificatesMessage
|
5206
|
-
# data as a hash:
|
5207
|
-
#
|
5208
|
-
# {
|
5209
|
-
# hsm_client_certificate_identifier: "String",
|
5210
|
-
# max_records: 1,
|
5211
|
-
# marker: "String",
|
5212
|
-
# tag_keys: ["String"],
|
5213
|
-
# tag_values: ["String"],
|
5214
|
-
# }
|
5215
|
-
#
|
5216
4517
|
# @!attribute [rw] hsm_client_certificate_identifier
|
5217
4518
|
# The identifier of a specific HSM client certificate for which you
|
5218
4519
|
# want information. If no identifier is specified, information is
|
@@ -5274,17 +4575,6 @@ module Aws::Redshift
|
|
5274
4575
|
include Aws::Structure
|
5275
4576
|
end
|
5276
4577
|
|
5277
|
-
# @note When making an API call, you may pass DescribeHsmConfigurationsMessage
|
5278
|
-
# data as a hash:
|
5279
|
-
#
|
5280
|
-
# {
|
5281
|
-
# hsm_configuration_identifier: "String",
|
5282
|
-
# max_records: 1,
|
5283
|
-
# marker: "String",
|
5284
|
-
# tag_keys: ["String"],
|
5285
|
-
# tag_values: ["String"],
|
5286
|
-
# }
|
5287
|
-
#
|
5288
4578
|
# @!attribute [rw] hsm_configuration_identifier
|
5289
4579
|
# The identifier of a specific Amazon Redshift HSM configuration to be
|
5290
4580
|
# described. If no identifier is specified, information is returned
|
@@ -5346,13 +4636,6 @@ module Aws::Redshift
|
|
5346
4636
|
include Aws::Structure
|
5347
4637
|
end
|
5348
4638
|
|
5349
|
-
# @note When making an API call, you may pass DescribeLoggingStatusMessage
|
5350
|
-
# data as a hash:
|
5351
|
-
#
|
5352
|
-
# {
|
5353
|
-
# cluster_identifier: "String", # required
|
5354
|
-
# }
|
5355
|
-
#
|
5356
4639
|
# @!attribute [rw] cluster_identifier
|
5357
4640
|
# The identifier of the cluster from which to get the logging status.
|
5358
4641
|
#
|
@@ -5367,26 +4650,6 @@ module Aws::Redshift
|
|
5367
4650
|
include Aws::Structure
|
5368
4651
|
end
|
5369
4652
|
|
5370
|
-
# @note When making an API call, you may pass DescribeNodeConfigurationOptionsMessage
|
5371
|
-
# data as a hash:
|
5372
|
-
#
|
5373
|
-
# {
|
5374
|
-
# action_type: "restore-cluster", # required, accepts restore-cluster, recommend-node-config, resize-cluster
|
5375
|
-
# cluster_identifier: "String",
|
5376
|
-
# snapshot_identifier: "String",
|
5377
|
-
# snapshot_arn: "String",
|
5378
|
-
# owner_account: "String",
|
5379
|
-
# filters: [
|
5380
|
-
# {
|
5381
|
-
# name: "NodeType", # accepts NodeType, NumberOfNodes, EstimatedDiskUtilizationPercent, Mode
|
5382
|
-
# operator: "eq", # accepts eq, lt, gt, le, ge, in, between
|
5383
|
-
# values: ["String"],
|
5384
|
-
# },
|
5385
|
-
# ],
|
5386
|
-
# marker: "String",
|
5387
|
-
# max_records: 1,
|
5388
|
-
# }
|
5389
|
-
#
|
5390
4653
|
# @!attribute [rw] action_type
|
5391
4654
|
# The action type to evaluate for possible node configurations.
|
5392
4655
|
# Specify "restore-cluster" to get configuration combinations based
|
@@ -5458,16 +4721,6 @@ module Aws::Redshift
|
|
5458
4721
|
include Aws::Structure
|
5459
4722
|
end
|
5460
4723
|
|
5461
|
-
# @note When making an API call, you may pass DescribeOrderableClusterOptionsMessage
|
5462
|
-
# data as a hash:
|
5463
|
-
#
|
5464
|
-
# {
|
5465
|
-
# cluster_version: "String",
|
5466
|
-
# node_type: "String",
|
5467
|
-
# max_records: 1,
|
5468
|
-
# marker: "String",
|
5469
|
-
# }
|
5470
|
-
#
|
5471
4724
|
# @!attribute [rw] cluster_version
|
5472
4725
|
# The version filter value. Specify this parameter to show only the
|
5473
4726
|
# available offerings matching the specified version.
|
@@ -5516,16 +4769,6 @@ module Aws::Redshift
|
|
5516
4769
|
include Aws::Structure
|
5517
4770
|
end
|
5518
4771
|
|
5519
|
-
# @note When making an API call, you may pass DescribePartnersInputMessage
|
5520
|
-
# data as a hash:
|
5521
|
-
#
|
5522
|
-
# {
|
5523
|
-
# account_id: "PartnerIntegrationAccountId", # required
|
5524
|
-
# cluster_identifier: "PartnerIntegrationClusterIdentifier", # required
|
5525
|
-
# database_name: "PartnerIntegrationDatabaseName",
|
5526
|
-
# partner_name: "PartnerIntegrationPartnerName",
|
5527
|
-
# }
|
5528
|
-
#
|
5529
4772
|
# @!attribute [rw] account_id
|
5530
4773
|
# The Amazon Web Services account ID that owns the cluster.
|
5531
4774
|
# @return [String]
|
@@ -5569,16 +4812,6 @@ module Aws::Redshift
|
|
5569
4812
|
include Aws::Structure
|
5570
4813
|
end
|
5571
4814
|
|
5572
|
-
# @note When making an API call, you may pass DescribeReservedNodeExchangeStatusInputMessage
|
5573
|
-
# data as a hash:
|
5574
|
-
#
|
5575
|
-
# {
|
5576
|
-
# reserved_node_id: "String",
|
5577
|
-
# reserved_node_exchange_request_id: "String",
|
5578
|
-
# max_records: 1,
|
5579
|
-
# marker: "String",
|
5580
|
-
# }
|
5581
|
-
#
|
5582
4815
|
# @!attribute [rw] reserved_node_id
|
5583
4816
|
# The identifier of the source reserved node in a reserved-node
|
5584
4817
|
# exchange request.
|
@@ -5636,15 +4869,6 @@ module Aws::Redshift
|
|
5636
4869
|
include Aws::Structure
|
5637
4870
|
end
|
5638
4871
|
|
5639
|
-
# @note When making an API call, you may pass DescribeReservedNodeOfferingsMessage
|
5640
|
-
# data as a hash:
|
5641
|
-
#
|
5642
|
-
# {
|
5643
|
-
# reserved_node_offering_id: "String",
|
5644
|
-
# max_records: 1,
|
5645
|
-
# marker: "String",
|
5646
|
-
# }
|
5647
|
-
#
|
5648
4872
|
# @!attribute [rw] reserved_node_offering_id
|
5649
4873
|
# The unique identifier for the offering.
|
5650
4874
|
# @return [String]
|
@@ -5681,15 +4905,6 @@ module Aws::Redshift
|
|
5681
4905
|
include Aws::Structure
|
5682
4906
|
end
|
5683
4907
|
|
5684
|
-
# @note When making an API call, you may pass DescribeReservedNodesMessage
|
5685
|
-
# data as a hash:
|
5686
|
-
#
|
5687
|
-
# {
|
5688
|
-
# reserved_node_id: "String",
|
5689
|
-
# max_records: 1,
|
5690
|
-
# marker: "String",
|
5691
|
-
# }
|
5692
|
-
#
|
5693
4908
|
# @!attribute [rw] reserved_node_id
|
5694
4909
|
# Identifier for the node reservation.
|
5695
4910
|
# @return [String]
|
@@ -5726,13 +4941,6 @@ module Aws::Redshift
|
|
5726
4941
|
include Aws::Structure
|
5727
4942
|
end
|
5728
4943
|
|
5729
|
-
# @note When making an API call, you may pass DescribeResizeMessage
|
5730
|
-
# data as a hash:
|
5731
|
-
#
|
5732
|
-
# {
|
5733
|
-
# cluster_identifier: "String", # required
|
5734
|
-
# }
|
5735
|
-
#
|
5736
4944
|
# @!attribute [rw] cluster_identifier
|
5737
4945
|
# The unique identifier of a cluster whose resize progress you are
|
5738
4946
|
# requesting. This parameter is case-sensitive.
|
@@ -5749,25 +4957,6 @@ module Aws::Redshift
|
|
5749
4957
|
include Aws::Structure
|
5750
4958
|
end
|
5751
4959
|
|
5752
|
-
# @note When making an API call, you may pass DescribeScheduledActionsMessage
|
5753
|
-
# data as a hash:
|
5754
|
-
#
|
5755
|
-
# {
|
5756
|
-
# scheduled_action_name: "String",
|
5757
|
-
# target_action_type: "ResizeCluster", # accepts ResizeCluster, PauseCluster, ResumeCluster
|
5758
|
-
# start_time: Time.now,
|
5759
|
-
# end_time: Time.now,
|
5760
|
-
# active: false,
|
5761
|
-
# filters: [
|
5762
|
-
# {
|
5763
|
-
# name: "cluster-identifier", # required, accepts cluster-identifier, iam-role
|
5764
|
-
# values: ["String"], # required
|
5765
|
-
# },
|
5766
|
-
# ],
|
5767
|
-
# marker: "String",
|
5768
|
-
# max_records: 1,
|
5769
|
-
# }
|
5770
|
-
#
|
5771
4960
|
# @!attribute [rw] scheduled_action_name
|
5772
4961
|
# The name of the scheduled action to retrieve.
|
5773
4962
|
# @return [String]
|
@@ -5836,17 +5025,6 @@ module Aws::Redshift
|
|
5836
5025
|
|
5837
5026
|
# The result of the `DescribeSnapshotCopyGrants` action.
|
5838
5027
|
#
|
5839
|
-
# @note When making an API call, you may pass DescribeSnapshotCopyGrantsMessage
|
5840
|
-
# data as a hash:
|
5841
|
-
#
|
5842
|
-
# {
|
5843
|
-
# snapshot_copy_grant_name: "String",
|
5844
|
-
# max_records: 1,
|
5845
|
-
# marker: "String",
|
5846
|
-
# tag_keys: ["String"],
|
5847
|
-
# tag_values: ["String"],
|
5848
|
-
# }
|
5849
|
-
#
|
5850
5028
|
# @!attribute [rw] snapshot_copy_grant_name
|
5851
5029
|
# The name of the snapshot copy grant.
|
5852
5030
|
# @return [String]
|
@@ -5907,18 +5085,6 @@ module Aws::Redshift
|
|
5907
5085
|
include Aws::Structure
|
5908
5086
|
end
|
5909
5087
|
|
5910
|
-
# @note When making an API call, you may pass DescribeSnapshotSchedulesMessage
|
5911
|
-
# data as a hash:
|
5912
|
-
#
|
5913
|
-
# {
|
5914
|
-
# cluster_identifier: "String",
|
5915
|
-
# schedule_identifier: "String",
|
5916
|
-
# tag_keys: ["String"],
|
5917
|
-
# tag_values: ["String"],
|
5918
|
-
# marker: "String",
|
5919
|
-
# max_records: 1,
|
5920
|
-
# }
|
5921
|
-
#
|
5922
5088
|
# @!attribute [rw] cluster_identifier
|
5923
5089
|
# The unique identifier for the cluster whose snapshot schedules you
|
5924
5090
|
# want to view.
|
@@ -5988,16 +5154,6 @@ module Aws::Redshift
|
|
5988
5154
|
include Aws::Structure
|
5989
5155
|
end
|
5990
5156
|
|
5991
|
-
# @note When making an API call, you may pass DescribeTableRestoreStatusMessage
|
5992
|
-
# data as a hash:
|
5993
|
-
#
|
5994
|
-
# {
|
5995
|
-
# cluster_identifier: "String",
|
5996
|
-
# table_restore_request_id: "String",
|
5997
|
-
# max_records: 1,
|
5998
|
-
# marker: "String",
|
5999
|
-
# }
|
6000
|
-
#
|
6001
5157
|
# @!attribute [rw] cluster_identifier
|
6002
5158
|
# The Amazon Redshift cluster that the table is being restored to.
|
6003
5159
|
# @return [String]
|
@@ -6034,18 +5190,6 @@ module Aws::Redshift
|
|
6034
5190
|
include Aws::Structure
|
6035
5191
|
end
|
6036
5192
|
|
6037
|
-
# @note When making an API call, you may pass DescribeTagsMessage
|
6038
|
-
# data as a hash:
|
6039
|
-
#
|
6040
|
-
# {
|
6041
|
-
# resource_name: "String",
|
6042
|
-
# resource_type: "String",
|
6043
|
-
# max_records: 1,
|
6044
|
-
# marker: "String",
|
6045
|
-
# tag_keys: ["String"],
|
6046
|
-
# tag_values: ["String"],
|
6047
|
-
# }
|
6048
|
-
#
|
6049
5193
|
# @!attribute [rw] resource_name
|
6050
5194
|
# The Amazon Resource Name (ARN) for which you want to describe the
|
6051
5195
|
# tag or tags. For example,
|
@@ -6135,19 +5279,6 @@ module Aws::Redshift
|
|
6135
5279
|
include Aws::Structure
|
6136
5280
|
end
|
6137
5281
|
|
6138
|
-
# @note When making an API call, you may pass DescribeUsageLimitsMessage
|
6139
|
-
# data as a hash:
|
6140
|
-
#
|
6141
|
-
# {
|
6142
|
-
# usage_limit_id: "String",
|
6143
|
-
# cluster_identifier: "String",
|
6144
|
-
# feature_type: "spectrum", # accepts spectrum, concurrency-scaling, cross-region-datasharing
|
6145
|
-
# max_records: 1,
|
6146
|
-
# marker: "String",
|
6147
|
-
# tag_keys: ["String"],
|
6148
|
-
# tag_values: ["String"],
|
6149
|
-
# }
|
6150
|
-
#
|
6151
5282
|
# @!attribute [rw] usage_limit_id
|
6152
5283
|
# The identifier of the usage limit to describe.
|
6153
5284
|
# @return [String]
|
@@ -6217,13 +5348,6 @@ module Aws::Redshift
|
|
6217
5348
|
include Aws::Structure
|
6218
5349
|
end
|
6219
5350
|
|
6220
|
-
# @note When making an API call, you may pass DisableLoggingMessage
|
6221
|
-
# data as a hash:
|
6222
|
-
#
|
6223
|
-
# {
|
6224
|
-
# cluster_identifier: "String", # required
|
6225
|
-
# }
|
6226
|
-
#
|
6227
5351
|
# @!attribute [rw] cluster_identifier
|
6228
5352
|
# The identifier of the cluster on which logging is to be stopped.
|
6229
5353
|
#
|
@@ -6238,13 +5362,6 @@ module Aws::Redshift
|
|
6238
5362
|
include Aws::Structure
|
6239
5363
|
end
|
6240
5364
|
|
6241
|
-
# @note When making an API call, you may pass DisableSnapshotCopyMessage
|
6242
|
-
# data as a hash:
|
6243
|
-
#
|
6244
|
-
# {
|
6245
|
-
# cluster_identifier: "String", # required
|
6246
|
-
# }
|
6247
|
-
#
|
6248
5365
|
# @!attribute [rw] cluster_identifier
|
6249
5366
|
# The unique identifier of the source cluster that you want to disable
|
6250
5367
|
# copying of snapshots to a destination region.
|
@@ -6273,16 +5390,6 @@ module Aws::Redshift
|
|
6273
5390
|
include Aws::Structure
|
6274
5391
|
end
|
6275
5392
|
|
6276
|
-
# @note When making an API call, you may pass DisassociateDataShareConsumerMessage
|
6277
|
-
# data as a hash:
|
6278
|
-
#
|
6279
|
-
# {
|
6280
|
-
# data_share_arn: "String", # required
|
6281
|
-
# disassociate_entire_account: false,
|
6282
|
-
# consumer_arn: "String",
|
6283
|
-
# consumer_region: "String",
|
6284
|
-
# }
|
6285
|
-
#
|
6286
5393
|
# @!attribute [rw] data_share_arn
|
6287
5394
|
# The Amazon Resource Name (ARN) of the datashare to remove
|
6288
5395
|
# association for.
|
@@ -6364,17 +5471,6 @@ module Aws::Redshift
|
|
6364
5471
|
include Aws::Structure
|
6365
5472
|
end
|
6366
5473
|
|
6367
|
-
# @note When making an API call, you may pass EnableLoggingMessage
|
6368
|
-
# data as a hash:
|
6369
|
-
#
|
6370
|
-
# {
|
6371
|
-
# cluster_identifier: "String", # required
|
6372
|
-
# bucket_name: "String",
|
6373
|
-
# s3_key_prefix: "String",
|
6374
|
-
# log_destination_type: "s3", # accepts s3, cloudwatch
|
6375
|
-
# log_exports: ["String"],
|
6376
|
-
# }
|
6377
|
-
#
|
6378
5474
|
# @!attribute [rw] cluster_identifier
|
6379
5475
|
# The identifier of the cluster on which logging is to be started.
|
6380
5476
|
#
|
@@ -6436,17 +5532,6 @@ module Aws::Redshift
|
|
6436
5532
|
include Aws::Structure
|
6437
5533
|
end
|
6438
5534
|
|
6439
|
-
# @note When making an API call, you may pass EnableSnapshotCopyMessage
|
6440
|
-
# data as a hash:
|
6441
|
-
#
|
6442
|
-
# {
|
6443
|
-
# cluster_identifier: "String", # required
|
6444
|
-
# destination_region: "String", # required
|
6445
|
-
# retention_period: 1,
|
6446
|
-
# snapshot_copy_grant_name: "String",
|
6447
|
-
# manual_snapshot_retention_period: 1,
|
6448
|
-
# }
|
6449
|
-
#
|
6450
5535
|
# @!attribute [rw] cluster_identifier
|
6451
5536
|
# The unique identifier of the source cluster to copy snapshots from.
|
6452
5537
|
#
|
@@ -7001,18 +6086,6 @@ module Aws::Redshift
|
|
7001
6086
|
|
7002
6087
|
# The request parameters to get cluster credentials.
|
7003
6088
|
#
|
7004
|
-
# @note When making an API call, you may pass GetClusterCredentialsMessage
|
7005
|
-
# data as a hash:
|
7006
|
-
#
|
7007
|
-
# {
|
7008
|
-
# db_user: "String", # required
|
7009
|
-
# db_name: "String",
|
7010
|
-
# cluster_identifier: "String", # required
|
7011
|
-
# duration_seconds: 1,
|
7012
|
-
# auto_create: false,
|
7013
|
-
# db_groups: ["String"],
|
7014
|
-
# }
|
7015
|
-
#
|
7016
6089
|
# @!attribute [rw] db_user
|
7017
6090
|
# The name of a database user. If a user name matching `DbUser` exists
|
7018
6091
|
# in the database, the temporary user credentials have the same
|
@@ -7131,15 +6204,6 @@ module Aws::Redshift
|
|
7131
6204
|
include Aws::Structure
|
7132
6205
|
end
|
7133
6206
|
|
7134
|
-
# @note When making an API call, you may pass GetClusterCredentialsWithIAMMessage
|
7135
|
-
# data as a hash:
|
7136
|
-
#
|
7137
|
-
# {
|
7138
|
-
# db_name: "String",
|
7139
|
-
# cluster_identifier: "String", # required
|
7140
|
-
# duration_seconds: 1,
|
7141
|
-
# }
|
7142
|
-
#
|
7143
6207
|
# @!attribute [rw] db_name
|
7144
6208
|
# The name of the database for which you are requesting credentials.
|
7145
6209
|
# If the database name is specified, the IAM policy must allow access
|
@@ -7168,17 +6232,6 @@ module Aws::Redshift
|
|
7168
6232
|
include Aws::Structure
|
7169
6233
|
end
|
7170
6234
|
|
7171
|
-
# @note When making an API call, you may pass GetReservedNodeExchangeConfigurationOptionsInputMessage
|
7172
|
-
# data as a hash:
|
7173
|
-
#
|
7174
|
-
# {
|
7175
|
-
# action_type: "restore-cluster", # required, accepts restore-cluster, resize-cluster
|
7176
|
-
# cluster_identifier: "String",
|
7177
|
-
# snapshot_identifier: "String",
|
7178
|
-
# max_records: 1,
|
7179
|
-
# marker: "String",
|
7180
|
-
# }
|
7181
|
-
#
|
7182
6235
|
# @!attribute [rw] action_type
|
7183
6236
|
# The action type of the reserved-node configuration. The action type
|
7184
6237
|
# can be an exchange initiated from either a snapshot or a resize.
|
@@ -7245,15 +6298,6 @@ module Aws::Redshift
|
|
7245
6298
|
include Aws::Structure
|
7246
6299
|
end
|
7247
6300
|
|
7248
|
-
# @note When making an API call, you may pass GetReservedNodeExchangeOfferingsInputMessage
|
7249
|
-
# data as a hash:
|
7250
|
-
#
|
7251
|
-
# {
|
7252
|
-
# reserved_node_id: "String", # required
|
7253
|
-
# max_records: 1,
|
7254
|
-
# marker: "String",
|
7255
|
-
# }
|
7256
|
-
#
|
7257
6301
|
# @!attribute [rw] reserved_node_id
|
7258
6302
|
# A string representing the node identifier for the DC1 Reserved Node
|
7259
6303
|
# to be exchanged.
|
@@ -7841,14 +6885,6 @@ module Aws::Redshift
|
|
7841
6885
|
include Aws::Structure
|
7842
6886
|
end
|
7843
6887
|
|
7844
|
-
# @note When making an API call, you may pass ModifyAquaInputMessage
|
7845
|
-
# data as a hash:
|
7846
|
-
#
|
7847
|
-
# {
|
7848
|
-
# cluster_identifier: "String", # required
|
7849
|
-
# aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
|
7850
|
-
# }
|
7851
|
-
#
|
7852
6888
|
# @!attribute [rw] cluster_identifier
|
7853
6889
|
# The identifier of the cluster to be modified.
|
7854
6890
|
# @return [String]
|
@@ -7880,14 +6916,6 @@ module Aws::Redshift
|
|
7880
6916
|
include Aws::Structure
|
7881
6917
|
end
|
7882
6918
|
|
7883
|
-
# @note When making an API call, you may pass ModifyAuthenticationProfileMessage
|
7884
|
-
# data as a hash:
|
7885
|
-
#
|
7886
|
-
# {
|
7887
|
-
# authentication_profile_name: "AuthenticationProfileNameString", # required
|
7888
|
-
# authentication_profile_content: "String", # required
|
7889
|
-
# }
|
7890
|
-
#
|
7891
6919
|
# @!attribute [rw] authentication_profile_name
|
7892
6920
|
# The name of the authentication profile to replace.
|
7893
6921
|
# @return [String]
|
@@ -7924,14 +6952,6 @@ module Aws::Redshift
|
|
7924
6952
|
include Aws::Structure
|
7925
6953
|
end
|
7926
6954
|
|
7927
|
-
# @note When making an API call, you may pass ModifyClusterDbRevisionMessage
|
7928
|
-
# data as a hash:
|
7929
|
-
#
|
7930
|
-
# {
|
7931
|
-
# cluster_identifier: "String", # required
|
7932
|
-
# revision_target: "String", # required
|
7933
|
-
# }
|
7934
|
-
#
|
7935
6955
|
# @!attribute [rw] cluster_identifier
|
7936
6956
|
# The unique identifier of a cluster whose database revision you want
|
7937
6957
|
# to modify.
|
@@ -7965,16 +6985,6 @@ module Aws::Redshift
|
|
7965
6985
|
include Aws::Structure
|
7966
6986
|
end
|
7967
6987
|
|
7968
|
-
# @note When making an API call, you may pass ModifyClusterIamRolesMessage
|
7969
|
-
# data as a hash:
|
7970
|
-
#
|
7971
|
-
# {
|
7972
|
-
# cluster_identifier: "String", # required
|
7973
|
-
# add_iam_roles: ["String"],
|
7974
|
-
# remove_iam_roles: ["String"],
|
7975
|
-
# default_iam_role_arn: "String",
|
7976
|
-
# }
|
7977
|
-
#
|
7978
6988
|
# @!attribute [rw] cluster_identifier
|
7979
6989
|
# The unique identifier of the cluster for which you want to associate
|
7980
6990
|
# or disassociate IAM roles.
|
@@ -8018,18 +7028,6 @@ module Aws::Redshift
|
|
8018
7028
|
include Aws::Structure
|
8019
7029
|
end
|
8020
7030
|
|
8021
|
-
# @note When making an API call, you may pass ModifyClusterMaintenanceMessage
|
8022
|
-
# data as a hash:
|
8023
|
-
#
|
8024
|
-
# {
|
8025
|
-
# cluster_identifier: "String", # required
|
8026
|
-
# defer_maintenance: false,
|
8027
|
-
# defer_maintenance_identifier: "String",
|
8028
|
-
# defer_maintenance_start_time: Time.now,
|
8029
|
-
# defer_maintenance_end_time: Time.now,
|
8030
|
-
# defer_maintenance_duration: 1,
|
8031
|
-
# }
|
8032
|
-
#
|
8033
7031
|
# @!attribute [rw] cluster_identifier
|
8034
7032
|
# A unique identifier for the cluster.
|
8035
7033
|
# @return [String]
|
@@ -8084,37 +7082,6 @@ module Aws::Redshift
|
|
8084
7082
|
include Aws::Structure
|
8085
7083
|
end
|
8086
7084
|
|
8087
|
-
# @note When making an API call, you may pass ModifyClusterMessage
|
8088
|
-
# data as a hash:
|
8089
|
-
#
|
8090
|
-
# {
|
8091
|
-
# cluster_identifier: "String", # required
|
8092
|
-
# cluster_type: "String",
|
8093
|
-
# node_type: "String",
|
8094
|
-
# number_of_nodes: 1,
|
8095
|
-
# cluster_security_groups: ["String"],
|
8096
|
-
# vpc_security_group_ids: ["String"],
|
8097
|
-
# master_user_password: "String",
|
8098
|
-
# cluster_parameter_group_name: "String",
|
8099
|
-
# automated_snapshot_retention_period: 1,
|
8100
|
-
# manual_snapshot_retention_period: 1,
|
8101
|
-
# preferred_maintenance_window: "String",
|
8102
|
-
# cluster_version: "String",
|
8103
|
-
# allow_version_upgrade: false,
|
8104
|
-
# hsm_client_certificate_identifier: "String",
|
8105
|
-
# hsm_configuration_identifier: "String",
|
8106
|
-
# new_cluster_identifier: "String",
|
8107
|
-
# publicly_accessible: false,
|
8108
|
-
# elastic_ip: "String",
|
8109
|
-
# enhanced_vpc_routing: false,
|
8110
|
-
# maintenance_track_name: "String",
|
8111
|
-
# encrypted: false,
|
8112
|
-
# kms_key_id: "String",
|
8113
|
-
# availability_zone_relocation: false,
|
8114
|
-
# availability_zone: "String",
|
8115
|
-
# port: 1,
|
8116
|
-
# }
|
8117
|
-
#
|
8118
7085
|
# @!attribute [rw] cluster_identifier
|
8119
7086
|
# The unique identifier of the cluster to be modified.
|
8120
7087
|
#
|
@@ -8440,26 +7407,6 @@ module Aws::Redshift
|
|
8440
7407
|
|
8441
7408
|
# Describes a modify cluster parameter group operation.
|
8442
7409
|
#
|
8443
|
-
# @note When making an API call, you may pass ModifyClusterParameterGroupMessage
|
8444
|
-
# data as a hash:
|
8445
|
-
#
|
8446
|
-
# {
|
8447
|
-
# parameter_group_name: "String", # required
|
8448
|
-
# parameters: [ # required
|
8449
|
-
# {
|
8450
|
-
# parameter_name: "String",
|
8451
|
-
# parameter_value: "String",
|
8452
|
-
# description: "String",
|
8453
|
-
# source: "String",
|
8454
|
-
# data_type: "String",
|
8455
|
-
# allowed_values: "String",
|
8456
|
-
# apply_type: "static", # accepts static, dynamic
|
8457
|
-
# is_modifiable: false,
|
8458
|
-
# minimum_engine_version: "String",
|
8459
|
-
# },
|
8460
|
-
# ],
|
8461
|
-
# }
|
8462
|
-
#
|
8463
7410
|
# @!attribute [rw] parameter_group_name
|
8464
7411
|
# The name of the parameter group to be modified.
|
8465
7412
|
# @return [String]
|
@@ -8497,15 +7444,6 @@ module Aws::Redshift
|
|
8497
7444
|
include Aws::Structure
|
8498
7445
|
end
|
8499
7446
|
|
8500
|
-
# @note When making an API call, you may pass ModifyClusterSnapshotMessage
|
8501
|
-
# data as a hash:
|
8502
|
-
#
|
8503
|
-
# {
|
8504
|
-
# snapshot_identifier: "String", # required
|
8505
|
-
# manual_snapshot_retention_period: 1,
|
8506
|
-
# force: false,
|
8507
|
-
# }
|
8508
|
-
#
|
8509
7447
|
# @!attribute [rw] snapshot_identifier
|
8510
7448
|
# The identifier of the snapshot whose setting you want to modify.
|
8511
7449
|
# @return [String]
|
@@ -8547,15 +7485,6 @@ module Aws::Redshift
|
|
8547
7485
|
include Aws::Structure
|
8548
7486
|
end
|
8549
7487
|
|
8550
|
-
# @note When making an API call, you may pass ModifyClusterSnapshotScheduleMessage
|
8551
|
-
# data as a hash:
|
8552
|
-
#
|
8553
|
-
# {
|
8554
|
-
# cluster_identifier: "String", # required
|
8555
|
-
# schedule_identifier: "String",
|
8556
|
-
# disassociate_schedule: false,
|
8557
|
-
# }
|
8558
|
-
#
|
8559
7488
|
# @!attribute [rw] cluster_identifier
|
8560
7489
|
# A unique identifier for the cluster whose snapshot schedule you want
|
8561
7490
|
# to modify.
|
@@ -8581,15 +7510,6 @@ module Aws::Redshift
|
|
8581
7510
|
include Aws::Structure
|
8582
7511
|
end
|
8583
7512
|
|
8584
|
-
# @note When making an API call, you may pass ModifyClusterSubnetGroupMessage
|
8585
|
-
# data as a hash:
|
8586
|
-
#
|
8587
|
-
# {
|
8588
|
-
# cluster_subnet_group_name: "String", # required
|
8589
|
-
# description: "String",
|
8590
|
-
# subnet_ids: ["String"], # required
|
8591
|
-
# }
|
8592
|
-
#
|
8593
7513
|
# @!attribute [rw] cluster_subnet_group_name
|
8594
7514
|
# The name of the subnet group to be modified.
|
8595
7515
|
# @return [String]
|
@@ -8625,14 +7545,6 @@ module Aws::Redshift
|
|
8625
7545
|
include Aws::Structure
|
8626
7546
|
end
|
8627
7547
|
|
8628
|
-
# @note When making an API call, you may pass ModifyEndpointAccessMessage
|
8629
|
-
# data as a hash:
|
8630
|
-
#
|
8631
|
-
# {
|
8632
|
-
# endpoint_name: "String", # required
|
8633
|
-
# vpc_security_group_ids: ["String"],
|
8634
|
-
# }
|
8635
|
-
#
|
8636
7548
|
# @!attribute [rw] endpoint_name
|
8637
7549
|
# The endpoint to be modified.
|
8638
7550
|
# @return [String]
|
@@ -8651,19 +7563,6 @@ module Aws::Redshift
|
|
8651
7563
|
include Aws::Structure
|
8652
7564
|
end
|
8653
7565
|
|
8654
|
-
# @note When making an API call, you may pass ModifyEventSubscriptionMessage
|
8655
|
-
# data as a hash:
|
8656
|
-
#
|
8657
|
-
# {
|
8658
|
-
# subscription_name: "String", # required
|
8659
|
-
# sns_topic_arn: "String",
|
8660
|
-
# source_type: "String",
|
8661
|
-
# source_ids: ["String"],
|
8662
|
-
# event_categories: ["String"],
|
8663
|
-
# severity: "String",
|
8664
|
-
# enabled: false,
|
8665
|
-
# }
|
8666
|
-
#
|
8667
7566
|
# @!attribute [rw] subscription_name
|
8668
7567
|
# The name of the modified Amazon Redshift event notification
|
8669
7568
|
# subscription.
|
@@ -8744,36 +7643,6 @@ module Aws::Redshift
|
|
8744
7643
|
include Aws::Structure
|
8745
7644
|
end
|
8746
7645
|
|
8747
|
-
# @note When making an API call, you may pass ModifyScheduledActionMessage
|
8748
|
-
# data as a hash:
|
8749
|
-
#
|
8750
|
-
# {
|
8751
|
-
# scheduled_action_name: "String", # required
|
8752
|
-
# target_action: {
|
8753
|
-
# resize_cluster: {
|
8754
|
-
# cluster_identifier: "String", # required
|
8755
|
-
# cluster_type: "String",
|
8756
|
-
# node_type: "String",
|
8757
|
-
# number_of_nodes: 1,
|
8758
|
-
# classic: false,
|
8759
|
-
# reserved_node_id: "String",
|
8760
|
-
# target_reserved_node_offering_id: "String",
|
8761
|
-
# },
|
8762
|
-
# pause_cluster: {
|
8763
|
-
# cluster_identifier: "String", # required
|
8764
|
-
# },
|
8765
|
-
# resume_cluster: {
|
8766
|
-
# cluster_identifier: "String", # required
|
8767
|
-
# },
|
8768
|
-
# },
|
8769
|
-
# schedule: "String",
|
8770
|
-
# iam_role: "String",
|
8771
|
-
# scheduled_action_description: "String",
|
8772
|
-
# start_time: Time.now,
|
8773
|
-
# end_time: Time.now,
|
8774
|
-
# enable: false,
|
8775
|
-
# }
|
8776
|
-
#
|
8777
7646
|
# @!attribute [rw] scheduled_action_name
|
8778
7647
|
# The name of the scheduled action to modify.
|
8779
7648
|
# @return [String]
|
@@ -8828,15 +7697,6 @@ module Aws::Redshift
|
|
8828
7697
|
include Aws::Structure
|
8829
7698
|
end
|
8830
7699
|
|
8831
|
-
# @note When making an API call, you may pass ModifySnapshotCopyRetentionPeriodMessage
|
8832
|
-
# data as a hash:
|
8833
|
-
#
|
8834
|
-
# {
|
8835
|
-
# cluster_identifier: "String", # required
|
8836
|
-
# retention_period: 1, # required
|
8837
|
-
# manual: false,
|
8838
|
-
# }
|
8839
|
-
#
|
8840
7700
|
# @!attribute [rw] cluster_identifier
|
8841
7701
|
# The unique identifier of the cluster for which you want to change
|
8842
7702
|
# the retention period for either automated or manual snapshots that
|
@@ -8900,14 +7760,6 @@ module Aws::Redshift
|
|
8900
7760
|
include Aws::Structure
|
8901
7761
|
end
|
8902
7762
|
|
8903
|
-
# @note When making an API call, you may pass ModifySnapshotScheduleMessage
|
8904
|
-
# data as a hash:
|
8905
|
-
#
|
8906
|
-
# {
|
8907
|
-
# schedule_identifier: "String", # required
|
8908
|
-
# schedule_definitions: ["String"], # required
|
8909
|
-
# }
|
8910
|
-
#
|
8911
7763
|
# @!attribute [rw] schedule_identifier
|
8912
7764
|
# A unique alphanumeric identifier of the schedule to modify.
|
8913
7765
|
# @return [String]
|
@@ -8927,15 +7779,6 @@ module Aws::Redshift
|
|
8927
7779
|
include Aws::Structure
|
8928
7780
|
end
|
8929
7781
|
|
8930
|
-
# @note When making an API call, you may pass ModifyUsageLimitMessage
|
8931
|
-
# data as a hash:
|
8932
|
-
#
|
8933
|
-
# {
|
8934
|
-
# usage_limit_id: "String", # required
|
8935
|
-
# amount: 1,
|
8936
|
-
# breach_action: "log", # accepts log, emit-metric, disable
|
8937
|
-
# }
|
8938
|
-
#
|
8939
7782
|
# @!attribute [rw] usage_limit_id
|
8940
7783
|
# The identifier of the usage limit to modify.
|
8941
7784
|
# @return [String]
|
@@ -9020,15 +7863,6 @@ module Aws::Redshift
|
|
9020
7863
|
|
9021
7864
|
# A set of elements to filter the returned node configurations.
|
9022
7865
|
#
|
9023
|
-
# @note When making an API call, you may pass NodeConfigurationOptionsFilter
|
9024
|
-
# data as a hash:
|
9025
|
-
#
|
9026
|
-
# {
|
9027
|
-
# name: "NodeType", # accepts NodeType, NumberOfNodes, EstimatedDiskUtilizationPercent, Mode
|
9028
|
-
# operator: "eq", # accepts eq, lt, gt, le, ge, in, between
|
9029
|
-
# values: ["String"],
|
9030
|
-
# }
|
9031
|
-
#
|
9032
7866
|
# @!attribute [rw] name
|
9033
7867
|
# The name of the element to filter.
|
9034
7868
|
# @return [String]
|
@@ -9154,21 +7988,6 @@ module Aws::Redshift
|
|
9154
7988
|
|
9155
7989
|
# Describes a parameter in a cluster parameter group.
|
9156
7990
|
#
|
9157
|
-
# @note When making an API call, you may pass Parameter
|
9158
|
-
# data as a hash:
|
9159
|
-
#
|
9160
|
-
# {
|
9161
|
-
# parameter_name: "String",
|
9162
|
-
# parameter_value: "String",
|
9163
|
-
# description: "String",
|
9164
|
-
# source: "String",
|
9165
|
-
# data_type: "String",
|
9166
|
-
# allowed_values: "String",
|
9167
|
-
# apply_type: "static", # accepts static, dynamic
|
9168
|
-
# is_modifiable: false,
|
9169
|
-
# minimum_engine_version: "String",
|
9170
|
-
# }
|
9171
|
-
#
|
9172
7991
|
# @!attribute [rw] parameter_name
|
9173
7992
|
# The name of the parameter.
|
9174
7993
|
# @return [String]
|
@@ -9275,16 +8094,6 @@ module Aws::Redshift
|
|
9275
8094
|
include Aws::Structure
|
9276
8095
|
end
|
9277
8096
|
|
9278
|
-
# @note When making an API call, you may pass PartnerIntegrationInputMessage
|
9279
|
-
# data as a hash:
|
9280
|
-
#
|
9281
|
-
# {
|
9282
|
-
# account_id: "PartnerIntegrationAccountId", # required
|
9283
|
-
# cluster_identifier: "PartnerIntegrationClusterIdentifier", # required
|
9284
|
-
# database_name: "PartnerIntegrationDatabaseName", # required
|
9285
|
-
# partner_name: "PartnerIntegrationPartnerName", # required
|
9286
|
-
# }
|
9287
|
-
#
|
9288
8097
|
# @!attribute [rw] account_id
|
9289
8098
|
# The Amazon Web Services account ID that owns the cluster.
|
9290
8099
|
# @return [String]
|
@@ -9339,13 +8148,6 @@ module Aws::Redshift
|
|
9339
8148
|
# Describes a pause cluster operation. For example, a scheduled action
|
9340
8149
|
# to run the `PauseCluster` API operation.
|
9341
8150
|
#
|
9342
|
-
# @note When making an API call, you may pass PauseClusterMessage
|
9343
|
-
# data as a hash:
|
9344
|
-
#
|
9345
|
-
# {
|
9346
|
-
# cluster_identifier: "String", # required
|
9347
|
-
# }
|
9348
|
-
#
|
9349
8151
|
# @!attribute [rw] cluster_identifier
|
9350
8152
|
# The identifier of the cluster to be paused.
|
9351
8153
|
# @return [String]
|
@@ -9455,14 +8257,6 @@ module Aws::Redshift
|
|
9455
8257
|
include Aws::Structure
|
9456
8258
|
end
|
9457
8259
|
|
9458
|
-
# @note When making an API call, you may pass PurchaseReservedNodeOfferingMessage
|
9459
|
-
# data as a hash:
|
9460
|
-
#
|
9461
|
-
# {
|
9462
|
-
# reserved_node_offering_id: "String", # required
|
9463
|
-
# node_count: 1,
|
9464
|
-
# }
|
9465
|
-
#
|
9466
8260
|
# @!attribute [rw] reserved_node_offering_id
|
9467
8261
|
# The unique identifier of the reserved node offering you want to
|
9468
8262
|
# purchase.
|
@@ -9497,13 +8291,6 @@ module Aws::Redshift
|
|
9497
8291
|
include Aws::Structure
|
9498
8292
|
end
|
9499
8293
|
|
9500
|
-
# @note When making an API call, you may pass RebootClusterMessage
|
9501
|
-
# data as a hash:
|
9502
|
-
#
|
9503
|
-
# {
|
9504
|
-
# cluster_identifier: "String", # required
|
9505
|
-
# }
|
9506
|
-
#
|
9507
8294
|
# @!attribute [rw] cluster_identifier
|
9508
8295
|
# The cluster identifier.
|
9509
8296
|
# @return [String]
|
@@ -9548,13 +8335,6 @@ module Aws::Redshift
|
|
9548
8335
|
include Aws::Structure
|
9549
8336
|
end
|
9550
8337
|
|
9551
|
-
# @note When making an API call, you may pass RejectDataShareMessage
|
9552
|
-
# data as a hash:
|
9553
|
-
#
|
9554
|
-
# {
|
9555
|
-
# data_share_arn: "String", # required
|
9556
|
-
# }
|
9557
|
-
#
|
9558
8338
|
# @!attribute [rw] data_share_arn
|
9559
8339
|
# The Amazon Resource Name (ARN) of the datashare to reject.
|
9560
8340
|
# @return [String]
|
@@ -9891,27 +8671,6 @@ module Aws::Redshift
|
|
9891
8671
|
include Aws::Structure
|
9892
8672
|
end
|
9893
8673
|
|
9894
|
-
# @note When making an API call, you may pass ResetClusterParameterGroupMessage
|
9895
|
-
# data as a hash:
|
9896
|
-
#
|
9897
|
-
# {
|
9898
|
-
# parameter_group_name: "String", # required
|
9899
|
-
# reset_all_parameters: false,
|
9900
|
-
# parameters: [
|
9901
|
-
# {
|
9902
|
-
# parameter_name: "String",
|
9903
|
-
# parameter_value: "String",
|
9904
|
-
# description: "String",
|
9905
|
-
# source: "String",
|
9906
|
-
# data_type: "String",
|
9907
|
-
# allowed_values: "String",
|
9908
|
-
# apply_type: "static", # accepts static, dynamic
|
9909
|
-
# is_modifiable: false,
|
9910
|
-
# minimum_engine_version: "String",
|
9911
|
-
# },
|
9912
|
-
# ],
|
9913
|
-
# }
|
9914
|
-
#
|
9915
8674
|
# @!attribute [rw] parameter_group_name
|
9916
8675
|
# The name of the cluster parameter group to be reset.
|
9917
8676
|
# @return [String]
|
@@ -9945,19 +8704,6 @@ module Aws::Redshift
|
|
9945
8704
|
# Describes a resize cluster operation. For example, a scheduled action
|
9946
8705
|
# to run the `ResizeCluster` API operation.
|
9947
8706
|
#
|
9948
|
-
# @note When making an API call, you may pass ResizeClusterMessage
|
9949
|
-
# data as a hash:
|
9950
|
-
#
|
9951
|
-
# {
|
9952
|
-
# cluster_identifier: "String", # required
|
9953
|
-
# cluster_type: "String",
|
9954
|
-
# node_type: "String",
|
9955
|
-
# number_of_nodes: 1,
|
9956
|
-
# classic: false,
|
9957
|
-
# reserved_node_id: "String",
|
9958
|
-
# target_reserved_node_offering_id: "String",
|
9959
|
-
# }
|
9960
|
-
#
|
9961
8707
|
# @!attribute [rw] cluster_identifier
|
9962
8708
|
# The unique identifier for the cluster to resize.
|
9963
8709
|
# @return [String]
|
@@ -10168,45 +8914,6 @@ module Aws::Redshift
|
|
10168
8914
|
#
|
10169
8915
|
class ResourceNotFoundFault < Aws::EmptyStructure; end
|
10170
8916
|
|
10171
|
-
# @note When making an API call, you may pass RestoreFromClusterSnapshotMessage
|
10172
|
-
# data as a hash:
|
10173
|
-
#
|
10174
|
-
# {
|
10175
|
-
# cluster_identifier: "String", # required
|
10176
|
-
# snapshot_identifier: "String",
|
10177
|
-
# snapshot_arn: "String",
|
10178
|
-
# snapshot_cluster_identifier: "String",
|
10179
|
-
# port: 1,
|
10180
|
-
# availability_zone: "String",
|
10181
|
-
# allow_version_upgrade: false,
|
10182
|
-
# cluster_subnet_group_name: "String",
|
10183
|
-
# publicly_accessible: false,
|
10184
|
-
# owner_account: "String",
|
10185
|
-
# hsm_client_certificate_identifier: "String",
|
10186
|
-
# hsm_configuration_identifier: "String",
|
10187
|
-
# elastic_ip: "String",
|
10188
|
-
# cluster_parameter_group_name: "String",
|
10189
|
-
# cluster_security_groups: ["String"],
|
10190
|
-
# vpc_security_group_ids: ["String"],
|
10191
|
-
# preferred_maintenance_window: "String",
|
10192
|
-
# automated_snapshot_retention_period: 1,
|
10193
|
-
# manual_snapshot_retention_period: 1,
|
10194
|
-
# kms_key_id: "String",
|
10195
|
-
# node_type: "String",
|
10196
|
-
# enhanced_vpc_routing: false,
|
10197
|
-
# additional_info: "String",
|
10198
|
-
# iam_roles: ["String"],
|
10199
|
-
# maintenance_track_name: "String",
|
10200
|
-
# snapshot_schedule_identifier: "String",
|
10201
|
-
# number_of_nodes: 1,
|
10202
|
-
# availability_zone_relocation: false,
|
10203
|
-
# aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
|
10204
|
-
# default_iam_role_arn: "String",
|
10205
|
-
# reserved_node_id: "String",
|
10206
|
-
# target_reserved_node_offering_id: "String",
|
10207
|
-
# encrypted: false,
|
10208
|
-
# }
|
10209
|
-
#
|
10210
8917
|
# @!attribute [rw] cluster_identifier
|
10211
8918
|
# The identifier of the cluster that will be created from restoring
|
10212
8919
|
# the snapshot.
|
@@ -10606,21 +9313,6 @@ module Aws::Redshift
|
|
10606
9313
|
include Aws::Structure
|
10607
9314
|
end
|
10608
9315
|
|
10609
|
-
# @note When making an API call, you may pass RestoreTableFromClusterSnapshotMessage
|
10610
|
-
# data as a hash:
|
10611
|
-
#
|
10612
|
-
# {
|
10613
|
-
# cluster_identifier: "String", # required
|
10614
|
-
# snapshot_identifier: "String", # required
|
10615
|
-
# source_database_name: "String", # required
|
10616
|
-
# source_schema_name: "String",
|
10617
|
-
# source_table_name: "String", # required
|
10618
|
-
# target_database_name: "String",
|
10619
|
-
# target_schema_name: "String",
|
10620
|
-
# new_table_name: "String", # required
|
10621
|
-
# enable_case_sensitive_identifier: false,
|
10622
|
-
# }
|
10623
|
-
#
|
10624
9316
|
# @!attribute [rw] cluster_identifier
|
10625
9317
|
# The identifier of the Amazon Redshift cluster to restore the table
|
10626
9318
|
# to.
|
@@ -10696,13 +9388,6 @@ module Aws::Redshift
|
|
10696
9388
|
# Describes a resume cluster operation. For example, a scheduled action
|
10697
9389
|
# to run the `ResumeCluster` API operation.
|
10698
9390
|
#
|
10699
|
-
# @note When making an API call, you may pass ResumeClusterMessage
|
10700
|
-
# data as a hash:
|
10701
|
-
#
|
10702
|
-
# {
|
10703
|
-
# cluster_identifier: "String", # required
|
10704
|
-
# }
|
10705
|
-
#
|
10706
9391
|
# @!attribute [rw] cluster_identifier
|
10707
9392
|
# The identifier of the cluster to be resumed.
|
10708
9393
|
# @return [String]
|
@@ -10754,16 +9439,6 @@ module Aws::Redshift
|
|
10754
9439
|
include Aws::Structure
|
10755
9440
|
end
|
10756
9441
|
|
10757
|
-
# @note When making an API call, you may pass RevokeClusterSecurityGroupIngressMessage
|
10758
|
-
# data as a hash:
|
10759
|
-
#
|
10760
|
-
# {
|
10761
|
-
# cluster_security_group_name: "String", # required
|
10762
|
-
# cidrip: "String",
|
10763
|
-
# ec2_security_group_name: "String",
|
10764
|
-
# ec2_security_group_owner_id: "String",
|
10765
|
-
# }
|
10766
|
-
#
|
10767
9442
|
# @!attribute [rw] cluster_security_group_name
|
10768
9443
|
# The name of the security Group from which to revoke the ingress
|
10769
9444
|
# rule.
|
@@ -10815,16 +9490,6 @@ module Aws::Redshift
|
|
10815
9490
|
include Aws::Structure
|
10816
9491
|
end
|
10817
9492
|
|
10818
|
-
# @note When making an API call, you may pass RevokeEndpointAccessMessage
|
10819
|
-
# data as a hash:
|
10820
|
-
#
|
10821
|
-
# {
|
10822
|
-
# cluster_identifier: "String",
|
10823
|
-
# account: "String",
|
10824
|
-
# vpc_ids: ["String"],
|
10825
|
-
# force: false,
|
10826
|
-
# }
|
10827
|
-
#
|
10828
9493
|
# @!attribute [rw] cluster_identifier
|
10829
9494
|
# The cluster to revoke access from.
|
10830
9495
|
# @return [String]
|
@@ -10855,16 +9520,6 @@ module Aws::Redshift
|
|
10855
9520
|
include Aws::Structure
|
10856
9521
|
end
|
10857
9522
|
|
10858
|
-
# @note When making an API call, you may pass RevokeSnapshotAccessMessage
|
10859
|
-
# data as a hash:
|
10860
|
-
#
|
10861
|
-
# {
|
10862
|
-
# snapshot_identifier: "String",
|
10863
|
-
# snapshot_arn: "String",
|
10864
|
-
# snapshot_cluster_identifier: "String",
|
10865
|
-
# account_with_restore_access: "String", # required
|
10866
|
-
# }
|
10867
|
-
#
|
10868
9523
|
# @!attribute [rw] snapshot_identifier
|
10869
9524
|
# The identifier of the snapshot that the account can no longer
|
10870
9525
|
# access.
|
@@ -10910,13 +9565,6 @@ module Aws::Redshift
|
|
10910
9565
|
include Aws::Structure
|
10911
9566
|
end
|
10912
9567
|
|
10913
|
-
# @note When making an API call, you may pass RotateEncryptionKeyMessage
|
10914
|
-
# data as a hash:
|
10915
|
-
#
|
10916
|
-
# {
|
10917
|
-
# cluster_identifier: "String", # required
|
10918
|
-
# }
|
10919
|
-
#
|
10920
9568
|
# @!attribute [rw] cluster_identifier
|
10921
9569
|
# The unique identifier of the cluster that you want to rotate the
|
10922
9570
|
# encryption keys for.
|
@@ -11067,14 +9715,6 @@ module Aws::Redshift
|
|
11067
9715
|
|
11068
9716
|
# A set of elements to filter the returned scheduled actions.
|
11069
9717
|
#
|
11070
|
-
# @note When making an API call, you may pass ScheduledActionFilter
|
11071
|
-
# data as a hash:
|
11072
|
-
#
|
11073
|
-
# {
|
11074
|
-
# name: "cluster-identifier", # required, accepts cluster-identifier, iam-role
|
11075
|
-
# values: ["String"], # required
|
11076
|
-
# }
|
11077
|
-
#
|
11078
9718
|
# @!attribute [rw] name
|
11079
9719
|
# The type of element to filter.
|
11080
9720
|
# @return [String]
|
@@ -11108,27 +9748,6 @@ module Aws::Redshift
|
|
11108
9748
|
# The action type that specifies an Amazon Redshift API operation that
|
11109
9749
|
# is supported by the Amazon Redshift scheduler.
|
11110
9750
|
#
|
11111
|
-
# @note When making an API call, you may pass ScheduledActionType
|
11112
|
-
# data as a hash:
|
11113
|
-
#
|
11114
|
-
# {
|
11115
|
-
# resize_cluster: {
|
11116
|
-
# cluster_identifier: "String", # required
|
11117
|
-
# cluster_type: "String",
|
11118
|
-
# node_type: "String",
|
11119
|
-
# number_of_nodes: 1,
|
11120
|
-
# classic: false,
|
11121
|
-
# reserved_node_id: "String",
|
11122
|
-
# target_reserved_node_offering_id: "String",
|
11123
|
-
# },
|
11124
|
-
# pause_cluster: {
|
11125
|
-
# cluster_identifier: "String", # required
|
11126
|
-
# },
|
11127
|
-
# resume_cluster: {
|
11128
|
-
# cluster_identifier: "String", # required
|
11129
|
-
# },
|
11130
|
-
# }
|
11131
|
-
#
|
11132
9751
|
# @!attribute [rw] resize_cluster
|
11133
9752
|
# An action that runs a `ResizeCluster` API operation.
|
11134
9753
|
# @return [Types::ResizeClusterMessage]
|
@@ -11633,14 +10252,6 @@ module Aws::Redshift
|
|
11633
10252
|
|
11634
10253
|
# Describes a sorting entity
|
11635
10254
|
#
|
11636
|
-
# @note When making an API call, you may pass SnapshotSortingEntity
|
11637
|
-
# data as a hash:
|
11638
|
-
#
|
11639
|
-
# {
|
11640
|
-
# attribute: "SOURCE_TYPE", # required, accepts SOURCE_TYPE, TOTAL_SIZE, CREATE_TIME
|
11641
|
-
# sort_order: "ASC", # accepts ASC, DESC
|
11642
|
-
# }
|
11643
|
-
#
|
11644
10255
|
# @!attribute [rw] attribute
|
11645
10256
|
# The category for sorting the snapshots.
|
11646
10257
|
# @return [String]
|
@@ -11883,14 +10494,6 @@ module Aws::Redshift
|
|
11883
10494
|
|
11884
10495
|
# A tag consisting of a name/value pair for a resource.
|
11885
10496
|
#
|
11886
|
-
# @note When making an API call, you may pass Tag
|
11887
|
-
# data as a hash:
|
11888
|
-
#
|
11889
|
-
# {
|
11890
|
-
# key: "String",
|
11891
|
-
# value: "String",
|
11892
|
-
# }
|
11893
|
-
#
|
11894
10497
|
# @!attribute [rw] key
|
11895
10498
|
# The key, or name, for the resource tag.
|
11896
10499
|
# @return [String]
|
@@ -12040,18 +10643,6 @@ module Aws::Redshift
|
|
12040
10643
|
#
|
12041
10644
|
class UnsupportedOptionFault < Aws::EmptyStructure; end
|
12042
10645
|
|
12043
|
-
# @note When making an API call, you may pass UpdatePartnerStatusInputMessage
|
12044
|
-
# data as a hash:
|
12045
|
-
#
|
12046
|
-
# {
|
12047
|
-
# account_id: "PartnerIntegrationAccountId", # required
|
12048
|
-
# cluster_identifier: "PartnerIntegrationClusterIdentifier", # required
|
12049
|
-
# database_name: "PartnerIntegrationDatabaseName", # required
|
12050
|
-
# partner_name: "PartnerIntegrationPartnerName", # required
|
12051
|
-
# status: "Active", # required, accepts Active, Inactive, RuntimeFailure, ConnectionFailure
|
12052
|
-
# status_message: "PartnerIntegrationStatusMessage",
|
12053
|
-
# }
|
12054
|
-
#
|
12055
10646
|
# @!attribute [rw] account_id
|
12056
10647
|
# The Amazon Web Services account ID that owns the cluster.
|
12057
10648
|
# @return [String]
|