aws-sdk-neptune 1.25.1 → 1.26.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e6bfc9d51d538dd362f32accdd9fe6a52dfc3e3071fc4be3e87bb167f8b1135
4
- data.tar.gz: c9d80cc3a3a73ad16858c220b441f1f7d7f78876cdcd864d4b76b58fbda5804c
3
+ metadata.gz: 52ebfbd8c1ee1520f44ac68eb7f5f0eef3523d122f89c6e6f18027ee7ba19497
4
+ data.tar.gz: 77cd662a1ec2d77fd72c73812c21628262065eab2532a53ecd31d2beaabf6e54
5
5
  SHA512:
6
- metadata.gz: b1924376c7acf0d4836af2e1cb7a46e7d0951debabff48746b924c139e5bbdd21ec094fc607d796a1ccc4e8bd50848a7599aaa3d0ca311031e54157cc9ae4c9b
7
- data.tar.gz: 1dd6e4a1415d760a4d74e2e537cbdb643fc7ced3141485883d4aa2686cce7d3b3e52f723b777b180155d3755ba7dbbf6fa6da7ec6e0bdcc05ff4671da77a7170
6
+ metadata.gz: d168aac77a34ca8ea4d97145ed11b158356becca5d41104deeff59e2e9c483527f22b6110dd078d82f353d70a8d6f1b520c990617357eed4c0c152419c88979a
7
+ data.tar.gz: 0b67e81ff6ea47109a5faa6f931ffe83592f432b104a9301b21ee8e7ba155b5054ff69c487d675a33f0709f68555695006dd6ed791f97cdf9e9578d6efc12f3e
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-neptune/customizations'
46
48
  # @service
47
49
  module Aws::Neptune
48
50
 
49
- GEM_VERSION = '1.25.1'
51
+ GEM_VERSION = '1.26.0'
50
52
 
51
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -6402,7 +6404,7 @@ module Aws::Neptune
6402
6404
  params: params,
6403
6405
  config: config)
6404
6406
  context[:gem_name] = 'aws-sdk-neptune'
6405
- context[:gem_version] = '1.25.1'
6407
+ context[:gem_version] = '1.26.0'
6406
6408
  Seahorse::Client::Request.new(handlers, context)
6407
6409
  end
6408
6410
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -31,6 +33,7 @@ module Aws::Neptune
31
33
  class AddRoleToDBClusterMessage < Struct.new(
32
34
  :db_cluster_identifier,
33
35
  :role_arn)
36
+ SENSITIVE = []
34
37
  include Aws::Structure
35
38
  end
36
39
 
@@ -70,6 +73,7 @@ module Aws::Neptune
70
73
  class AddSourceIdentifierToSubscriptionMessage < Struct.new(
71
74
  :subscription_name,
72
75
  :source_identifier)
76
+ SENSITIVE = []
73
77
  include Aws::Structure
74
78
  end
75
79
 
@@ -82,6 +86,7 @@ module Aws::Neptune
82
86
  #
83
87
  class AddSourceIdentifierToSubscriptionResult < Struct.new(
84
88
  :event_subscription)
89
+ SENSITIVE = []
85
90
  include Aws::Structure
86
91
  end
87
92
 
@@ -117,6 +122,7 @@ module Aws::Neptune
117
122
  class AddTagsToResourceMessage < Struct.new(
118
123
  :resource_name,
119
124
  :tags)
125
+ SENSITIVE = []
120
126
  include Aws::Structure
121
127
  end
122
128
 
@@ -167,6 +173,7 @@ module Aws::Neptune
167
173
  :resource_identifier,
168
174
  :apply_action,
169
175
  :opt_in_type)
176
+ SENSITIVE = []
170
177
  include Aws::Structure
171
178
  end
172
179
 
@@ -178,6 +185,7 @@ module Aws::Neptune
178
185
  #
179
186
  class ApplyPendingMaintenanceActionResult < Struct.new(
180
187
  :resource_pending_maintenance_actions)
188
+ SENSITIVE = []
181
189
  include Aws::Structure
182
190
  end
183
191
 
@@ -201,6 +209,7 @@ module Aws::Neptune
201
209
  #
202
210
  class AvailabilityZone < Struct.new(
203
211
  :name)
212
+ SENSITIVE = []
204
213
  include Aws::Structure
205
214
  end
206
215
 
@@ -225,6 +234,7 @@ module Aws::Neptune
225
234
  class CharacterSet < Struct.new(
226
235
  :character_set_name,
227
236
  :character_set_description)
237
+ SENSITIVE = []
228
238
  include Aws::Structure
229
239
  end
230
240
 
@@ -255,6 +265,7 @@ module Aws::Neptune
255
265
  class CloudwatchLogsExportConfiguration < Struct.new(
256
266
  :enable_log_types,
257
267
  :disable_log_types)
268
+ SENSITIVE = []
258
269
  include Aws::Structure
259
270
  end
260
271
 
@@ -327,6 +338,7 @@ module Aws::Neptune
327
338
  :target_db_cluster_parameter_group_identifier,
328
339
  :target_db_cluster_parameter_group_description,
329
340
  :tags)
341
+ SENSITIVE = []
330
342
  include Aws::Structure
331
343
  end
332
344
 
@@ -342,6 +354,7 @@ module Aws::Neptune
342
354
  #
343
355
  class CopyDBClusterParameterGroupResult < Struct.new(
344
356
  :db_cluster_parameter_group)
357
+ SENSITIVE = []
345
358
  include Aws::Structure
346
359
  end
347
360
 
@@ -438,6 +451,7 @@ module Aws::Neptune
438
451
  :pre_signed_url,
439
452
  :copy_tags,
440
453
  :tags)
454
+ SENSITIVE = []
441
455
  include Aws::Structure
442
456
  end
443
457
 
@@ -452,6 +466,7 @@ module Aws::Neptune
452
466
  #
453
467
  class CopyDBClusterSnapshotResult < Struct.new(
454
468
  :db_cluster_snapshot)
469
+ SENSITIVE = []
455
470
  include Aws::Structure
456
471
  end
457
472
 
@@ -518,6 +533,7 @@ module Aws::Neptune
518
533
  :target_db_parameter_group_identifier,
519
534
  :target_db_parameter_group_description,
520
535
  :tags)
536
+ SENSITIVE = []
521
537
  include Aws::Structure
522
538
  end
523
539
 
@@ -532,6 +548,7 @@ module Aws::Neptune
532
548
  #
533
549
  class CopyDBParameterGroupResult < Struct.new(
534
550
  :db_parameter_group)
551
+ SENSITIVE = []
535
552
  include Aws::Structure
536
553
  end
537
554
 
@@ -818,6 +835,7 @@ module Aws::Neptune
818
835
  :enable_iam_database_authentication,
819
836
  :enable_cloudwatch_logs_exports,
820
837
  :deletion_protection)
838
+ SENSITIVE = []
821
839
  include Aws::Structure
822
840
  end
823
841
 
@@ -873,6 +891,7 @@ module Aws::Neptune
873
891
  :db_parameter_group_family,
874
892
  :description,
875
893
  :tags)
894
+ SENSITIVE = []
876
895
  include Aws::Structure
877
896
  end
878
897
 
@@ -888,6 +907,7 @@ module Aws::Neptune
888
907
  #
889
908
  class CreateDBClusterParameterGroupResult < Struct.new(
890
909
  :db_cluster_parameter_group)
910
+ SENSITIVE = []
891
911
  include Aws::Structure
892
912
  end
893
913
 
@@ -902,6 +922,7 @@ module Aws::Neptune
902
922
  #
903
923
  class CreateDBClusterResult < Struct.new(
904
924
  :db_cluster)
925
+ SENSITIVE = []
905
926
  include Aws::Structure
906
927
  end
907
928
 
@@ -957,6 +978,7 @@ module Aws::Neptune
957
978
  :db_cluster_snapshot_identifier,
958
979
  :db_cluster_identifier,
959
980
  :tags)
981
+ SENSITIVE = []
960
982
  include Aws::Structure
961
983
  end
962
984
 
@@ -971,6 +993,7 @@ module Aws::Neptune
971
993
  #
972
994
  class CreateDBClusterSnapshotResult < Struct.new(
973
995
  :db_cluster_snapshot)
996
+ SENSITIVE = []
974
997
  include Aws::Structure
975
998
  end
976
999
 
@@ -1408,6 +1431,7 @@ module Aws::Neptune
1408
1431
  :performance_insights_kms_key_id,
1409
1432
  :enable_cloudwatch_logs_exports,
1410
1433
  :deletion_protection)
1434
+ SENSITIVE = []
1411
1435
  include Aws::Structure
1412
1436
  end
1413
1437
 
@@ -1422,6 +1446,7 @@ module Aws::Neptune
1422
1446
  #
1423
1447
  class CreateDBInstanceResult < Struct.new(
1424
1448
  :db_instance)
1449
+ SENSITIVE = []
1425
1450
  include Aws::Structure
1426
1451
  end
1427
1452
 
@@ -1478,6 +1503,7 @@ module Aws::Neptune
1478
1503
  :db_parameter_group_family,
1479
1504
  :description,
1480
1505
  :tags)
1506
+ SENSITIVE = []
1481
1507
  include Aws::Structure
1482
1508
  end
1483
1509
 
@@ -1492,6 +1518,7 @@ module Aws::Neptune
1492
1518
  #
1493
1519
  class CreateDBParameterGroupResult < Struct.new(
1494
1520
  :db_parameter_group)
1521
+ SENSITIVE = []
1495
1522
  include Aws::Structure
1496
1523
  end
1497
1524
 
@@ -1539,6 +1566,7 @@ module Aws::Neptune
1539
1566
  :db_subnet_group_description,
1540
1567
  :subnet_ids,
1541
1568
  :tags)
1569
+ SENSITIVE = []
1542
1570
  include Aws::Structure
1543
1571
  end
1544
1572
 
@@ -1553,6 +1581,7 @@ module Aws::Neptune
1553
1581
  #
1554
1582
  class CreateDBSubnetGroupResult < Struct.new(
1555
1583
  :db_subnet_group)
1584
+ SENSITIVE = []
1556
1585
  include Aws::Structure
1557
1586
  end
1558
1587
 
@@ -1645,6 +1674,7 @@ module Aws::Neptune
1645
1674
  :source_ids,
1646
1675
  :enabled,
1647
1676
  :tags)
1677
+ SENSITIVE = []
1648
1678
  include Aws::Structure
1649
1679
  end
1650
1680
 
@@ -1657,6 +1687,7 @@ module Aws::Neptune
1657
1687
  #
1658
1688
  class CreateEventSubscriptionResult < Struct.new(
1659
1689
  :event_subscription)
1690
+ SENSITIVE = []
1660
1691
  include Aws::Structure
1661
1692
  end
1662
1693
 
@@ -1897,6 +1928,7 @@ module Aws::Neptune
1897
1928
  :cluster_create_time,
1898
1929
  :enabled_cloudwatch_logs_exports,
1899
1930
  :deletion_protection)
1931
+ SENSITIVE = []
1900
1932
  include Aws::Structure
1901
1933
  end
1902
1934
 
@@ -1935,6 +1967,7 @@ module Aws::Neptune
1935
1967
  :is_cluster_writer,
1936
1968
  :db_cluster_parameter_group_status,
1937
1969
  :promotion_tier)
1970
+ SENSITIVE = []
1938
1971
  include Aws::Structure
1939
1972
  end
1940
1973
 
@@ -1952,6 +1985,7 @@ module Aws::Neptune
1952
1985
  class DBClusterMessage < Struct.new(
1953
1986
  :marker,
1954
1987
  :db_clusters)
1988
+ SENSITIVE = []
1955
1989
  include Aws::Structure
1956
1990
  end
1957
1991
 
@@ -1976,6 +2010,7 @@ module Aws::Neptune
1976
2010
  class DBClusterOptionGroupStatus < Struct.new(
1977
2011
  :db_cluster_option_group_name,
1978
2012
  :status)
2013
+ SENSITIVE = []
1979
2014
  include Aws::Structure
1980
2015
  end
1981
2016
 
@@ -2009,6 +2044,7 @@ module Aws::Neptune
2009
2044
  :db_parameter_group_family,
2010
2045
  :description,
2011
2046
  :db_cluster_parameter_group_arn)
2047
+ SENSITIVE = []
2012
2048
  include Aws::Structure
2013
2049
  end
2014
2050
 
@@ -2028,6 +2064,7 @@ module Aws::Neptune
2028
2064
  class DBClusterParameterGroupDetails < Struct.new(
2029
2065
  :parameters,
2030
2066
  :marker)
2067
+ SENSITIVE = []
2031
2068
  include Aws::Structure
2032
2069
  end
2033
2070
 
@@ -2051,6 +2088,7 @@ module Aws::Neptune
2051
2088
  #
2052
2089
  class DBClusterParameterGroupNameMessage < Struct.new(
2053
2090
  :db_cluster_parameter_group_name)
2091
+ SENSITIVE = []
2054
2092
  include Aws::Structure
2055
2093
  end
2056
2094
 
@@ -2077,6 +2115,7 @@ module Aws::Neptune
2077
2115
  class DBClusterParameterGroupsMessage < Struct.new(
2078
2116
  :marker,
2079
2117
  :db_cluster_parameter_groups)
2118
+ SENSITIVE = []
2080
2119
  include Aws::Structure
2081
2120
  end
2082
2121
 
@@ -2115,6 +2154,7 @@ module Aws::Neptune
2115
2154
  class DBClusterRole < Struct.new(
2116
2155
  :role_arn,
2117
2156
  :status)
2157
+ SENSITIVE = []
2118
2158
  include Aws::Structure
2119
2159
  end
2120
2160
 
@@ -2273,6 +2313,7 @@ module Aws::Neptune
2273
2313
  :db_cluster_snapshot_arn,
2274
2314
  :source_db_cluster_snapshot_arn,
2275
2315
  :iam_database_authentication_enabled)
2316
+ SENSITIVE = []
2276
2317
  include Aws::Structure
2277
2318
  end
2278
2319
 
@@ -2313,6 +2354,7 @@ module Aws::Neptune
2313
2354
  class DBClusterSnapshotAttribute < Struct.new(
2314
2355
  :attribute_name,
2315
2356
  :attribute_values)
2357
+ SENSITIVE = []
2316
2358
  include Aws::Structure
2317
2359
  end
2318
2360
 
@@ -2338,6 +2380,7 @@ module Aws::Neptune
2338
2380
  class DBClusterSnapshotAttributesResult < Struct.new(
2339
2381
  :db_cluster_snapshot_identifier,
2340
2382
  :db_cluster_snapshot_attributes)
2383
+ SENSITIVE = []
2341
2384
  include Aws::Structure
2342
2385
  end
2343
2386
 
@@ -2357,6 +2400,7 @@ module Aws::Neptune
2357
2400
  class DBClusterSnapshotMessage < Struct.new(
2358
2401
  :marker,
2359
2402
  :db_cluster_snapshots)
2403
+ SENSITIVE = []
2360
2404
  include Aws::Structure
2361
2405
  end
2362
2406
 
@@ -2438,6 +2482,7 @@ module Aws::Neptune
2438
2482
  :exportable_log_types,
2439
2483
  :supports_log_exports_to_cloudwatch_logs,
2440
2484
  :supports_read_replica)
2485
+ SENSITIVE = []
2441
2486
  include Aws::Structure
2442
2487
  end
2443
2488
 
@@ -2456,6 +2501,7 @@ module Aws::Neptune
2456
2501
  class DBEngineVersionMessage < Struct.new(
2457
2502
  :marker,
2458
2503
  :db_engine_versions)
2504
+ SENSITIVE = []
2459
2505
  include Aws::Structure
2460
2506
  end
2461
2507
 
@@ -2776,6 +2822,7 @@ module Aws::Neptune
2776
2822
  :performance_insights_kms_key_id,
2777
2823
  :enabled_cloudwatch_logs_exports,
2778
2824
  :deletion_protection)
2825
+ SENSITIVE = []
2779
2826
  include Aws::Structure
2780
2827
  end
2781
2828
 
@@ -2800,6 +2847,7 @@ module Aws::Neptune
2800
2847
  class DBInstanceMessage < Struct.new(
2801
2848
  :marker,
2802
2849
  :db_instances)
2850
+ SENSITIVE = []
2803
2851
  include Aws::Structure
2804
2852
  end
2805
2853
 
@@ -2837,6 +2885,7 @@ module Aws::Neptune
2837
2885
  :normal,
2838
2886
  :status,
2839
2887
  :message)
2888
+ SENSITIVE = []
2840
2889
  include Aws::Structure
2841
2890
  end
2842
2891
 
@@ -2870,6 +2919,7 @@ module Aws::Neptune
2870
2919
  :db_parameter_group_family,
2871
2920
  :description,
2872
2921
  :db_parameter_group_arn)
2922
+ SENSITIVE = []
2873
2923
  include Aws::Structure
2874
2924
  end
2875
2925
 
@@ -2894,6 +2944,7 @@ module Aws::Neptune
2894
2944
  class DBParameterGroupDetails < Struct.new(
2895
2945
  :parameters,
2896
2946
  :marker)
2947
+ SENSITIVE = []
2897
2948
  include Aws::Structure
2898
2949
  end
2899
2950
 
@@ -2905,6 +2956,7 @@ module Aws::Neptune
2905
2956
  #
2906
2957
  class DBParameterGroupNameMessage < Struct.new(
2907
2958
  :db_parameter_group_name)
2959
+ SENSITIVE = []
2908
2960
  include Aws::Structure
2909
2961
  end
2910
2962
 
@@ -2947,6 +2999,7 @@ module Aws::Neptune
2947
2999
  class DBParameterGroupStatus < Struct.new(
2948
3000
  :db_parameter_group_name,
2949
3001
  :parameter_apply_status)
3002
+ SENSITIVE = []
2950
3003
  include Aws::Structure
2951
3004
  end
2952
3005
 
@@ -2965,6 +3018,7 @@ module Aws::Neptune
2965
3018
  class DBParameterGroupsMessage < Struct.new(
2966
3019
  :marker,
2967
3020
  :db_parameter_groups)
3021
+ SENSITIVE = []
2968
3022
  include Aws::Structure
2969
3023
  end
2970
3024
 
@@ -2983,6 +3037,7 @@ module Aws::Neptune
2983
3037
  class DBSecurityGroupMembership < Struct.new(
2984
3038
  :db_security_group_name,
2985
3039
  :status)
3040
+ SENSITIVE = []
2986
3041
  include Aws::Structure
2987
3042
  end
2988
3043
 
@@ -3042,6 +3097,7 @@ module Aws::Neptune
3042
3097
  :subnet_group_status,
3043
3098
  :subnets,
3044
3099
  :db_subnet_group_arn)
3100
+ SENSITIVE = []
3045
3101
  include Aws::Structure
3046
3102
  end
3047
3103
 
@@ -3073,6 +3129,7 @@ module Aws::Neptune
3073
3129
  class DBSubnetGroupMessage < Struct.new(
3074
3130
  :marker,
3075
3131
  :db_subnet_groups)
3132
+ SENSITIVE = []
3076
3133
  include Aws::Structure
3077
3134
  end
3078
3135
 
@@ -3161,6 +3218,7 @@ module Aws::Neptune
3161
3218
  :db_cluster_identifier,
3162
3219
  :skip_final_snapshot,
3163
3220
  :final_db_snapshot_identifier)
3221
+ SENSITIVE = []
3164
3222
  include Aws::Structure
3165
3223
  end
3166
3224
 
@@ -3187,6 +3245,7 @@ module Aws::Neptune
3187
3245
  #
3188
3246
  class DeleteDBClusterParameterGroupMessage < Struct.new(
3189
3247
  :db_cluster_parameter_group_name)
3248
+ SENSITIVE = []
3190
3249
  include Aws::Structure
3191
3250
  end
3192
3251
 
@@ -3201,6 +3260,7 @@ module Aws::Neptune
3201
3260
  #
3202
3261
  class DeleteDBClusterResult < Struct.new(
3203
3262
  :db_cluster)
3263
+ SENSITIVE = []
3204
3264
  include Aws::Structure
3205
3265
  end
3206
3266
 
@@ -3222,6 +3282,7 @@ module Aws::Neptune
3222
3282
  #
3223
3283
  class DeleteDBClusterSnapshotMessage < Struct.new(
3224
3284
  :db_cluster_snapshot_identifier)
3285
+ SENSITIVE = []
3225
3286
  include Aws::Structure
3226
3287
  end
3227
3288
 
@@ -3236,6 +3297,7 @@ module Aws::Neptune
3236
3297
  #
3237
3298
  class DeleteDBClusterSnapshotResult < Struct.new(
3238
3299
  :db_cluster_snapshot)
3300
+ SENSITIVE = []
3239
3301
  include Aws::Structure
3240
3302
  end
3241
3303
 
@@ -3306,6 +3368,7 @@ module Aws::Neptune
3306
3368
  :db_instance_identifier,
3307
3369
  :skip_final_snapshot,
3308
3370
  :final_db_snapshot_identifier)
3371
+ SENSITIVE = []
3309
3372
  include Aws::Structure
3310
3373
  end
3311
3374
 
@@ -3320,6 +3383,7 @@ module Aws::Neptune
3320
3383
  #
3321
3384
  class DeleteDBInstanceResult < Struct.new(
3322
3385
  :db_instance)
3386
+ SENSITIVE = []
3323
3387
  include Aws::Structure
3324
3388
  end
3325
3389
 
@@ -3346,6 +3410,7 @@ module Aws::Neptune
3346
3410
  #
3347
3411
  class DeleteDBParameterGroupMessage < Struct.new(
3348
3412
  :db_parameter_group_name)
3413
+ SENSITIVE = []
3349
3414
  include Aws::Structure
3350
3415
  end
3351
3416
 
@@ -3375,6 +3440,7 @@ module Aws::Neptune
3375
3440
  #
3376
3441
  class DeleteDBSubnetGroupMessage < Struct.new(
3377
3442
  :db_subnet_group_name)
3443
+ SENSITIVE = []
3378
3444
  include Aws::Structure
3379
3445
  end
3380
3446
 
@@ -3393,6 +3459,7 @@ module Aws::Neptune
3393
3459
  #
3394
3460
  class DeleteEventSubscriptionMessage < Struct.new(
3395
3461
  :subscription_name)
3462
+ SENSITIVE = []
3396
3463
  include Aws::Structure
3397
3464
  end
3398
3465
 
@@ -3405,6 +3472,7 @@ module Aws::Neptune
3405
3472
  #
3406
3473
  class DeleteEventSubscriptionResult < Struct.new(
3407
3474
  :event_subscription)
3475
+ SENSITIVE = []
3408
3476
  include Aws::Structure
3409
3477
  end
3410
3478
 
@@ -3464,6 +3532,7 @@ module Aws::Neptune
3464
3532
  :filters,
3465
3533
  :max_records,
3466
3534
  :marker)
3535
+ SENSITIVE = []
3467
3536
  include Aws::Structure
3468
3537
  end
3469
3538
 
@@ -3530,6 +3599,7 @@ module Aws::Neptune
3530
3599
  :filters,
3531
3600
  :max_records,
3532
3601
  :marker)
3602
+ SENSITIVE = []
3533
3603
  include Aws::Structure
3534
3604
  end
3535
3605
 
@@ -3549,6 +3619,7 @@ module Aws::Neptune
3549
3619
  #
3550
3620
  class DescribeDBClusterSnapshotAttributesMessage < Struct.new(
3551
3621
  :db_cluster_snapshot_identifier)
3622
+ SENSITIVE = []
3552
3623
  include Aws::Structure
3553
3624
  end
3554
3625
 
@@ -3566,6 +3637,7 @@ module Aws::Neptune
3566
3637
  #
3567
3638
  class DescribeDBClusterSnapshotAttributesResult < Struct.new(
3568
3639
  :db_cluster_snapshot_attributes_result)
3640
+ SENSITIVE = []
3569
3641
  include Aws::Structure
3570
3642
  end
3571
3643
 
@@ -3698,6 +3770,7 @@ module Aws::Neptune
3698
3770
  :marker,
3699
3771
  :include_shared,
3700
3772
  :include_public)
3773
+ SENSITIVE = []
3701
3774
  include Aws::Structure
3702
3775
  end
3703
3776
 
@@ -3770,6 +3843,7 @@ module Aws::Neptune
3770
3843
  :filters,
3771
3844
  :max_records,
3772
3845
  :marker)
3846
+ SENSITIVE = []
3773
3847
  include Aws::Structure
3774
3848
  end
3775
3849
 
@@ -3864,6 +3938,7 @@ module Aws::Neptune
3864
3938
  :default_only,
3865
3939
  :list_supported_character_sets,
3866
3940
  :list_supported_timezones)
3941
+ SENSITIVE = []
3867
3942
  include Aws::Structure
3868
3943
  end
3869
3944
 
@@ -3937,6 +4012,7 @@ module Aws::Neptune
3937
4012
  :filters,
3938
4013
  :max_records,
3939
4014
  :marker)
4015
+ SENSITIVE = []
3940
4016
  include Aws::Structure
3941
4017
  end
3942
4018
 
@@ -3995,6 +4071,7 @@ module Aws::Neptune
3995
4071
  :filters,
3996
4072
  :max_records,
3997
4073
  :marker)
4074
+ SENSITIVE = []
3998
4075
  include Aws::Structure
3999
4076
  end
4000
4077
 
@@ -4062,6 +4139,7 @@ module Aws::Neptune
4062
4139
  :filters,
4063
4140
  :max_records,
4064
4141
  :marker)
4142
+ SENSITIVE = []
4065
4143
  include Aws::Structure
4066
4144
  end
4067
4145
 
@@ -4113,6 +4191,7 @@ module Aws::Neptune
4113
4191
  :filters,
4114
4192
  :max_records,
4115
4193
  :marker)
4194
+ SENSITIVE = []
4116
4195
  include Aws::Structure
4117
4196
  end
4118
4197
 
@@ -4165,6 +4244,7 @@ module Aws::Neptune
4165
4244
  :filters,
4166
4245
  :max_records,
4167
4246
  :marker)
4247
+ SENSITIVE = []
4168
4248
  include Aws::Structure
4169
4249
  end
4170
4250
 
@@ -4177,6 +4257,7 @@ module Aws::Neptune
4177
4257
  #
4178
4258
  class DescribeEngineDefaultClusterParametersResult < Struct.new(
4179
4259
  :engine_defaults)
4260
+ SENSITIVE = []
4180
4261
  include Aws::Structure
4181
4262
  end
4182
4263
 
@@ -4228,6 +4309,7 @@ module Aws::Neptune
4228
4309
  :filters,
4229
4310
  :max_records,
4230
4311
  :marker)
4312
+ SENSITIVE = []
4231
4313
  include Aws::Structure
4232
4314
  end
4233
4315
 
@@ -4240,6 +4322,7 @@ module Aws::Neptune
4240
4322
  #
4241
4323
  class DescribeEngineDefaultParametersResult < Struct.new(
4242
4324
  :engine_defaults)
4325
+ SENSITIVE = []
4243
4326
  include Aws::Structure
4244
4327
  end
4245
4328
 
@@ -4272,6 +4355,7 @@ module Aws::Neptune
4272
4355
  class DescribeEventCategoriesMessage < Struct.new(
4273
4356
  :source_type,
4274
4357
  :filters)
4358
+ SENSITIVE = []
4275
4359
  include Aws::Structure
4276
4360
  end
4277
4361
 
@@ -4324,6 +4408,7 @@ module Aws::Neptune
4324
4408
  :filters,
4325
4409
  :max_records,
4326
4410
  :marker)
4411
+ SENSITIVE = []
4327
4412
  include Aws::Structure
4328
4413
  end
4329
4414
 
@@ -4444,6 +4529,7 @@ module Aws::Neptune
4444
4529
  :filters,
4445
4530
  :max_records,
4446
4531
  :marker)
4532
+ SENSITIVE = []
4447
4533
  include Aws::Structure
4448
4534
  end
4449
4535
 
@@ -4524,6 +4610,7 @@ module Aws::Neptune
4524
4610
  :filters,
4525
4611
  :max_records,
4526
4612
  :marker)
4613
+ SENSITIVE = []
4527
4614
  include Aws::Structure
4528
4615
  end
4529
4616
 
@@ -4587,6 +4674,7 @@ module Aws::Neptune
4587
4674
  :filters,
4588
4675
  :marker,
4589
4676
  :max_records)
4677
+ SENSITIVE = []
4590
4678
  include Aws::Structure
4591
4679
  end
4592
4680
 
@@ -4605,6 +4693,7 @@ module Aws::Neptune
4605
4693
  #
4606
4694
  class DescribeValidDBInstanceModificationsMessage < Struct.new(
4607
4695
  :db_instance_identifier)
4696
+ SENSITIVE = []
4608
4697
  include Aws::Structure
4609
4698
  end
4610
4699
 
@@ -4619,6 +4708,7 @@ module Aws::Neptune
4619
4708
  #
4620
4709
  class DescribeValidDBInstanceModificationsResult < Struct.new(
4621
4710
  :valid_db_instance_modifications_message)
4711
+ SENSITIVE = []
4622
4712
  include Aws::Structure
4623
4713
  end
4624
4714
 
@@ -4650,6 +4740,7 @@ module Aws::Neptune
4650
4740
  :status,
4651
4741
  :fqdn,
4652
4742
  :iam_role_name)
4743
+ SENSITIVE = []
4653
4744
  include Aws::Structure
4654
4745
  end
4655
4746
 
@@ -4674,6 +4765,7 @@ module Aws::Neptune
4674
4765
  class DoubleRange < Struct.new(
4675
4766
  :from,
4676
4767
  :to)
4768
+ SENSITIVE = []
4677
4769
  include Aws::Structure
4678
4770
  end
4679
4771
 
@@ -4698,6 +4790,7 @@ module Aws::Neptune
4698
4790
  :address,
4699
4791
  :port,
4700
4792
  :hosted_zone_id)
4793
+ SENSITIVE = []
4701
4794
  include Aws::Structure
4702
4795
  end
4703
4796
 
@@ -4726,6 +4819,7 @@ module Aws::Neptune
4726
4819
  :db_parameter_group_family,
4727
4820
  :marker,
4728
4821
  :parameters)
4822
+ SENSITIVE = []
4729
4823
  include Aws::Structure
4730
4824
  end
4731
4825
 
@@ -4765,6 +4859,7 @@ module Aws::Neptune
4765
4859
  :event_categories,
4766
4860
  :date,
4767
4861
  :source_arn)
4862
+ SENSITIVE = []
4768
4863
  include Aws::Structure
4769
4864
  end
4770
4865
 
@@ -4784,6 +4879,7 @@ module Aws::Neptune
4784
4879
  class EventCategoriesMap < Struct.new(
4785
4880
  :source_type,
4786
4881
  :event_categories)
4882
+ SENSITIVE = []
4787
4883
  include Aws::Structure
4788
4884
  end
4789
4885
 
@@ -4795,6 +4891,7 @@ module Aws::Neptune
4795
4891
  #
4796
4892
  class EventCategoriesMessage < Struct.new(
4797
4893
  :event_categories_map_list)
4894
+ SENSITIVE = []
4798
4895
  include Aws::Structure
4799
4896
  end
4800
4897
 
@@ -4866,6 +4963,7 @@ module Aws::Neptune
4866
4963
  :event_categories_list,
4867
4964
  :enabled,
4868
4965
  :event_subscription_arn)
4966
+ SENSITIVE = []
4869
4967
  include Aws::Structure
4870
4968
  end
4871
4969
 
@@ -4891,6 +4989,7 @@ module Aws::Neptune
4891
4989
  class EventSubscriptionsMessage < Struct.new(
4892
4990
  :marker,
4893
4991
  :event_subscriptions_list)
4992
+ SENSITIVE = []
4894
4993
  include Aws::Structure
4895
4994
  end
4896
4995
 
@@ -4909,6 +5008,7 @@ module Aws::Neptune
4909
5008
  class EventsMessage < Struct.new(
4910
5009
  :marker,
4911
5010
  :events)
5011
+ SENSITIVE = []
4912
5012
  include Aws::Structure
4913
5013
  end
4914
5014
 
@@ -4943,6 +5043,7 @@ module Aws::Neptune
4943
5043
  class FailoverDBClusterMessage < Struct.new(
4944
5044
  :db_cluster_identifier,
4945
5045
  :target_db_instance_identifier)
5046
+ SENSITIVE = []
4946
5047
  include Aws::Structure
4947
5048
  end
4948
5049
 
@@ -4957,6 +5058,7 @@ module Aws::Neptune
4957
5058
  #
4958
5059
  class FailoverDBClusterResult < Struct.new(
4959
5060
  :db_cluster)
5061
+ SENSITIVE = []
4960
5062
  include Aws::Structure
4961
5063
  end
4962
5064
 
@@ -4983,6 +5085,7 @@ module Aws::Neptune
4983
5085
  class Filter < Struct.new(
4984
5086
  :name,
4985
5087
  :values)
5088
+ SENSITIVE = []
4986
5089
  include Aws::Structure
4987
5090
  end
4988
5091
 
@@ -5129,6 +5232,7 @@ module Aws::Neptune
5129
5232
  class ListTagsForResourceMessage < Struct.new(
5130
5233
  :resource_name,
5131
5234
  :filters)
5235
+ SENSITIVE = []
5132
5236
  include Aws::Structure
5133
5237
  end
5134
5238
 
@@ -5321,6 +5425,7 @@ module Aws::Neptune
5321
5425
  :cloudwatch_logs_export_configuration,
5322
5426
  :engine_version,
5323
5427
  :deletion_protection)
5428
+ SENSITIVE = []
5324
5429
  include Aws::Structure
5325
5430
  end
5326
5431
 
@@ -5358,6 +5463,7 @@ module Aws::Neptune
5358
5463
  class ModifyDBClusterParameterGroupMessage < Struct.new(
5359
5464
  :db_cluster_parameter_group_name,
5360
5465
  :parameters)
5466
+ SENSITIVE = []
5361
5467
  include Aws::Structure
5362
5468
  end
5363
5469
 
@@ -5372,6 +5478,7 @@ module Aws::Neptune
5372
5478
  #
5373
5479
  class ModifyDBClusterResult < Struct.new(
5374
5480
  :db_cluster)
5481
+ SENSITIVE = []
5375
5482
  include Aws::Structure
5376
5483
  end
5377
5484
 
@@ -5429,6 +5536,7 @@ module Aws::Neptune
5429
5536
  :attribute_name,
5430
5537
  :values_to_add,
5431
5538
  :values_to_remove)
5539
+ SENSITIVE = []
5432
5540
  include Aws::Structure
5433
5541
  end
5434
5542
 
@@ -5446,6 +5554,7 @@ module Aws::Neptune
5446
5554
  #
5447
5555
  class ModifyDBClusterSnapshotAttributeResult < Struct.new(
5448
5556
  :db_cluster_snapshot_attributes_result)
5557
+ SENSITIVE = []
5449
5558
  include Aws::Structure
5450
5559
  end
5451
5560
 
@@ -5870,6 +5979,7 @@ module Aws::Neptune
5870
5979
  :performance_insights_kms_key_id,
5871
5980
  :cloudwatch_logs_export_configuration,
5872
5981
  :deletion_protection)
5982
+ SENSITIVE = []
5873
5983
  include Aws::Structure
5874
5984
  end
5875
5985
 
@@ -5884,6 +5994,7 @@ module Aws::Neptune
5884
5994
  #
5885
5995
  class ModifyDBInstanceResult < Struct.new(
5886
5996
  :db_instance)
5997
+ SENSITIVE = []
5887
5998
  include Aws::Structure
5888
5999
  end
5889
6000
 
@@ -5940,6 +6051,7 @@ module Aws::Neptune
5940
6051
  class ModifyDBParameterGroupMessage < Struct.new(
5941
6052
  :db_parameter_group_name,
5942
6053
  :parameters)
6054
+ SENSITIVE = []
5943
6055
  include Aws::Structure
5944
6056
  end
5945
6057
 
@@ -5976,6 +6088,7 @@ module Aws::Neptune
5976
6088
  :db_subnet_group_name,
5977
6089
  :db_subnet_group_description,
5978
6090
  :subnet_ids)
6091
+ SENSITIVE = []
5979
6092
  include Aws::Structure
5980
6093
  end
5981
6094
 
@@ -5990,6 +6103,7 @@ module Aws::Neptune
5990
6103
  #
5991
6104
  class ModifyDBSubnetGroupResult < Struct.new(
5992
6105
  :db_subnet_group)
6106
+ SENSITIVE = []
5993
6107
  include Aws::Structure
5994
6108
  end
5995
6109
 
@@ -6042,6 +6156,7 @@ module Aws::Neptune
6042
6156
  :source_type,
6043
6157
  :event_categories,
6044
6158
  :enabled)
6159
+ SENSITIVE = []
6045
6160
  include Aws::Structure
6046
6161
  end
6047
6162
 
@@ -6054,6 +6169,7 @@ module Aws::Neptune
6054
6169
  #
6055
6170
  class ModifyEventSubscriptionResult < Struct.new(
6056
6171
  :event_subscription)
6172
+ SENSITIVE = []
6057
6173
  include Aws::Structure
6058
6174
  end
6059
6175
 
@@ -6076,6 +6192,7 @@ module Aws::Neptune
6076
6192
  class OptionGroupMembership < Struct.new(
6077
6193
  :option_group_name,
6078
6194
  :status)
6195
+ SENSITIVE = []
6079
6196
  include Aws::Structure
6080
6197
  end
6081
6198
 
@@ -6195,6 +6312,7 @@ module Aws::Neptune
6195
6312
  :max_iops_per_db_instance,
6196
6313
  :min_iops_per_gib,
6197
6314
  :max_iops_per_gib)
6315
+ SENSITIVE = []
6198
6316
  include Aws::Structure
6199
6317
  end
6200
6318
 
@@ -6215,6 +6333,7 @@ module Aws::Neptune
6215
6333
  class OrderableDBInstanceOptionsMessage < Struct.new(
6216
6334
  :orderable_db_instance_options,
6217
6335
  :marker)
6336
+ SENSITIVE = []
6218
6337
  include Aws::Structure
6219
6338
  end
6220
6339
 
@@ -6291,6 +6410,7 @@ module Aws::Neptune
6291
6410
  :is_modifiable,
6292
6411
  :minimum_engine_version,
6293
6412
  :apply_method)
6413
+ SENSITIVE = []
6294
6414
  include Aws::Structure
6295
6415
  end
6296
6416
 
@@ -6314,6 +6434,7 @@ module Aws::Neptune
6314
6434
  class PendingCloudwatchLogsExports < Struct.new(
6315
6435
  :log_types_to_enable,
6316
6436
  :log_types_to_disable)
6437
+ SENSITIVE = []
6317
6438
  include Aws::Structure
6318
6439
  end
6319
6440
 
@@ -6366,6 +6487,7 @@ module Aws::Neptune
6366
6487
  :opt_in_status,
6367
6488
  :current_apply_date,
6368
6489
  :description)
6490
+ SENSITIVE = []
6369
6491
  include Aws::Structure
6370
6492
  end
6371
6493
 
@@ -6385,6 +6507,7 @@ module Aws::Neptune
6385
6507
  class PendingMaintenanceActionsMessage < Struct.new(
6386
6508
  :pending_maintenance_actions,
6387
6509
  :marker)
6510
+ SENSITIVE = []
6388
6511
  include Aws::Structure
6389
6512
  end
6390
6513
 
@@ -6475,6 +6598,7 @@ module Aws::Neptune
6475
6598
  :ca_certificate_identifier,
6476
6599
  :db_subnet_group_name,
6477
6600
  :pending_cloudwatch_logs_exports)
6601
+ SENSITIVE = []
6478
6602
  include Aws::Structure
6479
6603
  end
6480
6604
 
@@ -6493,6 +6617,7 @@ module Aws::Neptune
6493
6617
  #
6494
6618
  class PromoteReadReplicaDBClusterMessage < Struct.new(
6495
6619
  :db_cluster_identifier)
6620
+ SENSITIVE = []
6496
6621
  include Aws::Structure
6497
6622
  end
6498
6623
 
@@ -6507,6 +6632,7 @@ module Aws::Neptune
6507
6632
  #
6508
6633
  class PromoteReadReplicaDBClusterResult < Struct.new(
6509
6634
  :db_cluster)
6635
+ SENSITIVE = []
6510
6636
  include Aws::Structure
6511
6637
  end
6512
6638
 
@@ -6540,6 +6666,7 @@ module Aws::Neptune
6540
6666
  :from,
6541
6667
  :to,
6542
6668
  :step)
6669
+ SENSITIVE = []
6543
6670
  include Aws::Structure
6544
6671
  end
6545
6672
 
@@ -6574,6 +6701,7 @@ module Aws::Neptune
6574
6701
  class RebootDBInstanceMessage < Struct.new(
6575
6702
  :db_instance_identifier,
6576
6703
  :force_failover)
6704
+ SENSITIVE = []
6577
6705
  include Aws::Structure
6578
6706
  end
6579
6707
 
@@ -6588,6 +6716,7 @@ module Aws::Neptune
6588
6716
  #
6589
6717
  class RebootDBInstanceResult < Struct.new(
6590
6718
  :db_instance)
6719
+ SENSITIVE = []
6591
6720
  include Aws::Structure
6592
6721
  end
6593
6722
 
@@ -6614,6 +6743,7 @@ module Aws::Neptune
6614
6743
  class RemoveRoleFromDBClusterMessage < Struct.new(
6615
6744
  :db_cluster_identifier,
6616
6745
  :role_arn)
6746
+ SENSITIVE = []
6617
6747
  include Aws::Structure
6618
6748
  end
6619
6749
 
@@ -6641,6 +6771,7 @@ module Aws::Neptune
6641
6771
  class RemoveSourceIdentifierFromSubscriptionMessage < Struct.new(
6642
6772
  :subscription_name,
6643
6773
  :source_identifier)
6774
+ SENSITIVE = []
6644
6775
  include Aws::Structure
6645
6776
  end
6646
6777
 
@@ -6653,6 +6784,7 @@ module Aws::Neptune
6653
6784
  #
6654
6785
  class RemoveSourceIdentifierFromSubscriptionResult < Struct.new(
6655
6786
  :event_subscription)
6787
+ SENSITIVE = []
6656
6788
  include Aws::Structure
6657
6789
  end
6658
6790
 
@@ -6684,6 +6816,7 @@ module Aws::Neptune
6684
6816
  class RemoveTagsFromResourceMessage < Struct.new(
6685
6817
  :resource_name,
6686
6818
  :tag_keys)
6819
+ SENSITIVE = []
6687
6820
  include Aws::Structure
6688
6821
  end
6689
6822
 
@@ -6732,6 +6865,7 @@ module Aws::Neptune
6732
6865
  :db_cluster_parameter_group_name,
6733
6866
  :reset_all_parameters,
6734
6867
  :parameters)
6868
+ SENSITIVE = []
6735
6869
  include Aws::Structure
6736
6870
  end
6737
6871
 
@@ -6790,6 +6924,7 @@ module Aws::Neptune
6790
6924
  :db_parameter_group_name,
6791
6925
  :reset_all_parameters,
6792
6926
  :parameters)
6927
+ SENSITIVE = []
6793
6928
  include Aws::Structure
6794
6929
  end
6795
6930
 
@@ -6815,6 +6950,7 @@ module Aws::Neptune
6815
6950
  class ResourcePendingMaintenanceActions < Struct.new(
6816
6951
  :resource_identifier,
6817
6952
  :pending_maintenance_action_details)
6953
+ SENSITIVE = []
6818
6954
  include Aws::Structure
6819
6955
  end
6820
6956
 
@@ -6997,6 +7133,7 @@ module Aws::Neptune
6997
7133
  :enable_cloudwatch_logs_exports,
6998
7134
  :db_cluster_parameter_group_name,
6999
7135
  :deletion_protection)
7136
+ SENSITIVE = []
7000
7137
  include Aws::Structure
7001
7138
  end
7002
7139
 
@@ -7011,6 +7148,7 @@ module Aws::Neptune
7011
7148
  #
7012
7149
  class RestoreDBClusterFromSnapshotResult < Struct.new(
7013
7150
  :db_cluster)
7151
+ SENSITIVE = []
7014
7152
  include Aws::Structure
7015
7153
  end
7016
7154
 
@@ -7212,6 +7350,7 @@ module Aws::Neptune
7212
7350
  :enable_cloudwatch_logs_exports,
7213
7351
  :db_cluster_parameter_group_name,
7214
7352
  :deletion_protection)
7353
+ SENSITIVE = []
7215
7354
  include Aws::Structure
7216
7355
  end
7217
7356
 
@@ -7226,6 +7365,7 @@ module Aws::Neptune
7226
7365
  #
7227
7366
  class RestoreDBClusterToPointInTimeResult < Struct.new(
7228
7367
  :db_cluster)
7368
+ SENSITIVE = []
7229
7369
  include Aws::Structure
7230
7370
  end
7231
7371
 
@@ -7283,6 +7423,7 @@ module Aws::Neptune
7283
7423
  #
7284
7424
  class StartDBClusterMessage < Struct.new(
7285
7425
  :db_cluster_identifier)
7426
+ SENSITIVE = []
7286
7427
  include Aws::Structure
7287
7428
  end
7288
7429
 
@@ -7297,6 +7438,7 @@ module Aws::Neptune
7297
7438
  #
7298
7439
  class StartDBClusterResult < Struct.new(
7299
7440
  :db_cluster)
7441
+ SENSITIVE = []
7300
7442
  include Aws::Structure
7301
7443
  end
7302
7444
 
@@ -7316,6 +7458,7 @@ module Aws::Neptune
7316
7458
  #
7317
7459
  class StopDBClusterMessage < Struct.new(
7318
7460
  :db_cluster_identifier)
7461
+ SENSITIVE = []
7319
7462
  include Aws::Structure
7320
7463
  end
7321
7464
 
@@ -7330,6 +7473,7 @@ module Aws::Neptune
7330
7473
  #
7331
7474
  class StopDBClusterResult < Struct.new(
7332
7475
  :db_cluster)
7476
+ SENSITIVE = []
7333
7477
  include Aws::Structure
7334
7478
  end
7335
7479
 
@@ -7369,6 +7513,7 @@ module Aws::Neptune
7369
7513
  :subnet_identifier,
7370
7514
  :subnet_availability_zone,
7371
7515
  :subnet_status)
7516
+ SENSITIVE = []
7372
7517
  include Aws::Structure
7373
7518
  end
7374
7519
 
@@ -7430,6 +7575,7 @@ module Aws::Neptune
7430
7575
  class Tag < Struct.new(
7431
7576
  :key,
7432
7577
  :value)
7578
+ SENSITIVE = []
7433
7579
  include Aws::Structure
7434
7580
  end
7435
7581
 
@@ -7441,6 +7587,7 @@ module Aws::Neptune
7441
7587
  #
7442
7588
  class TagListMessage < Struct.new(
7443
7589
  :tag_list)
7590
+ SENSITIVE = []
7444
7591
  include Aws::Structure
7445
7592
  end
7446
7593
 
@@ -7454,6 +7601,7 @@ module Aws::Neptune
7454
7601
  #
7455
7602
  class Timezone < Struct.new(
7456
7603
  :timezone_name)
7604
+ SENSITIVE = []
7457
7605
  include Aws::Structure
7458
7606
  end
7459
7607
 
@@ -7491,6 +7639,7 @@ module Aws::Neptune
7491
7639
  :description,
7492
7640
  :auto_upgrade,
7493
7641
  :is_major_version_upgrade)
7642
+ SENSITIVE = []
7494
7643
  include Aws::Structure
7495
7644
  end
7496
7645
 
@@ -7507,6 +7656,7 @@ module Aws::Neptune
7507
7656
  #
7508
7657
  class ValidDBInstanceModificationsMessage < Struct.new(
7509
7658
  :storage)
7659
+ SENSITIVE = []
7510
7660
  include Aws::Structure
7511
7661
  end
7512
7662
 
@@ -7541,6 +7691,7 @@ module Aws::Neptune
7541
7691
  :storage_size,
7542
7692
  :provisioned_iops,
7543
7693
  :iops_to_storage_ratio)
7694
+ SENSITIVE = []
7544
7695
  include Aws::Structure
7545
7696
  end
7546
7697
 
@@ -7560,6 +7711,7 @@ module Aws::Neptune
7560
7711
  class VpcSecurityGroupMembership < Struct.new(
7561
7712
  :vpc_security_group_id,
7562
7713
  :status)
7714
+ SENSITIVE = []
7563
7715
  include Aws::Structure
7564
7716
  end
7565
7717
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-neptune
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.1
4
+ version: 1.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core