aws-sdk-dax 1.21.0 → 1.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-dax.rb +5 -2
- data/lib/aws-sdk-dax/client.rb +29 -10
- data/lib/aws-sdk-dax/client_api.rb +2 -0
- data/lib/aws-sdk-dax/errors.rb +2 -0
- data/lib/aws-sdk-dax/resource.rb +2 -0
- data/lib/aws-sdk-dax/types.rb +62 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa3f0b18fe12a4ef94d8876575d0f3cd655a9aea61e62c6ddfeee40fce30903e
|
4
|
+
data.tar.gz: 1db60327b0877983ae38a1a87b7e12f1d08dc8e06599ae7dc36fa6ea79fcd8c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0dccffcdb4f74369fcb160882e35953f370a36f4ff9a4fc192186379cbec850ed4fae5d74328e3d9817b40b94b1edc3f321c3c1e0332d4a7818bca780a375fb1
|
7
|
+
data.tar.gz: 4a6bfff5e66c8b24393ba79640a917ee844e28fcbea4b6bbd9c132130535b499d64259c492cc141c8aff68832b92a952459547174e639e72fc7b7f75395ce913
|
data/lib/aws-sdk-dax.rb
CHANGED
@@ -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:
|
@@ -5,6 +7,7 @@
|
|
5
7
|
#
|
6
8
|
# WARNING ABOUT GENERATED CODE
|
7
9
|
|
10
|
+
|
8
11
|
require 'aws-sdk-core'
|
9
12
|
require 'aws-sigv4'
|
10
13
|
|
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-dax/customizations'
|
|
42
45
|
#
|
43
46
|
# See {Errors} for more information.
|
44
47
|
#
|
45
|
-
#
|
48
|
+
# @!group service
|
46
49
|
module Aws::DAX
|
47
50
|
|
48
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.26.0'
|
49
52
|
|
50
53
|
end
|
data/lib/aws-sdk-dax/client.rb
CHANGED
@@ -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:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::DAX
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
74
78
|
|
@@ -81,13 +85,28 @@ module Aws::DAX
|
|
81
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
82
86
|
# credentials.
|
83
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
84
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
85
103
|
# from an EC2 IMDS on an EC2 instance.
|
86
104
|
#
|
87
|
-
# * `Aws::
|
88
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
89
107
|
#
|
90
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
91
110
|
#
|
92
111
|
# When `:credentials` are not configured directly, the following
|
93
112
|
# locations will be searched for credentials:
|
@@ -97,10 +116,10 @@ module Aws::DAX
|
|
97
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
98
117
|
# * `~/.aws/credentials`
|
99
118
|
# * `~/.aws/config`
|
100
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
101
|
-
# very aggressive. Construct and pass an instance of
|
102
|
-
# `Aws::InstanceProfileCredentails`
|
103
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
104
123
|
#
|
105
124
|
# @option options [required, String] :region
|
106
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -161,7 +180,7 @@ module Aws::DAX
|
|
161
180
|
# @option options [String] :endpoint
|
162
181
|
# The client endpoint is normally constructed from the `:region`
|
163
182
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be a valid HTTP(S) URI.
|
183
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
184
|
#
|
166
185
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
186
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +195,7 @@ module Aws::DAX
|
|
176
195
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
196
|
#
|
178
197
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
198
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
199
|
#
|
181
200
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
201
|
# The log formatter.
|
@@ -1605,7 +1624,7 @@ module Aws::DAX
|
|
1605
1624
|
params: params,
|
1606
1625
|
config: config)
|
1607
1626
|
context[:gem_name] = 'aws-sdk-dax'
|
1608
|
-
context[:gem_version] = '1.
|
1627
|
+
context[:gem_version] = '1.26.0'
|
1609
1628
|
Seahorse::Client::Request.new(handlers, context)
|
1610
1629
|
end
|
1611
1630
|
|
data/lib/aws-sdk-dax/errors.rb
CHANGED
data/lib/aws-sdk-dax/resource.rb
CHANGED
data/lib/aws-sdk-dax/types.rb
CHANGED
@@ -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:
|
@@ -113,6 +115,7 @@ module Aws::DAX
|
|
113
115
|
:iam_role_arn,
|
114
116
|
:parameter_group,
|
115
117
|
:sse_description)
|
118
|
+
SENSITIVE = []
|
116
119
|
include Aws::Structure
|
117
120
|
end
|
118
121
|
|
@@ -296,6 +299,7 @@ module Aws::DAX
|
|
296
299
|
:parameter_group_name,
|
297
300
|
:tags,
|
298
301
|
:sse_specification)
|
302
|
+
SENSITIVE = []
|
299
303
|
include Aws::Structure
|
300
304
|
end
|
301
305
|
|
@@ -307,6 +311,7 @@ module Aws::DAX
|
|
307
311
|
#
|
308
312
|
class CreateClusterResponse < Struct.new(
|
309
313
|
:cluster)
|
314
|
+
SENSITIVE = []
|
310
315
|
include Aws::Structure
|
311
316
|
end
|
312
317
|
|
@@ -332,6 +337,7 @@ module Aws::DAX
|
|
332
337
|
class CreateParameterGroupRequest < Struct.new(
|
333
338
|
:parameter_group_name,
|
334
339
|
:description)
|
340
|
+
SENSITIVE = []
|
335
341
|
include Aws::Structure
|
336
342
|
end
|
337
343
|
|
@@ -343,6 +349,7 @@ module Aws::DAX
|
|
343
349
|
#
|
344
350
|
class CreateParameterGroupResponse < Struct.new(
|
345
351
|
:parameter_group)
|
352
|
+
SENSITIVE = []
|
346
353
|
include Aws::Structure
|
347
354
|
end
|
348
355
|
|
@@ -374,6 +381,7 @@ module Aws::DAX
|
|
374
381
|
:subnet_group_name,
|
375
382
|
:description,
|
376
383
|
:subnet_ids)
|
384
|
+
SENSITIVE = []
|
377
385
|
include Aws::Structure
|
378
386
|
end
|
379
387
|
|
@@ -385,6 +393,7 @@ module Aws::DAX
|
|
385
393
|
#
|
386
394
|
class CreateSubnetGroupResponse < Struct.new(
|
387
395
|
:subnet_group)
|
396
|
+
SENSITIVE = []
|
388
397
|
include Aws::Structure
|
389
398
|
end
|
390
399
|
|
@@ -421,6 +430,7 @@ module Aws::DAX
|
|
421
430
|
:new_replication_factor,
|
422
431
|
:availability_zones,
|
423
432
|
:node_ids_to_remove)
|
433
|
+
SENSITIVE = []
|
424
434
|
include Aws::Structure
|
425
435
|
end
|
426
436
|
|
@@ -433,6 +443,7 @@ module Aws::DAX
|
|
433
443
|
#
|
434
444
|
class DecreaseReplicationFactorResponse < Struct.new(
|
435
445
|
:cluster)
|
446
|
+
SENSITIVE = []
|
436
447
|
include Aws::Structure
|
437
448
|
end
|
438
449
|
|
@@ -451,6 +462,7 @@ module Aws::DAX
|
|
451
462
|
#
|
452
463
|
class DeleteClusterRequest < Struct.new(
|
453
464
|
:cluster_name)
|
465
|
+
SENSITIVE = []
|
454
466
|
include Aws::Structure
|
455
467
|
end
|
456
468
|
|
@@ -462,6 +474,7 @@ module Aws::DAX
|
|
462
474
|
#
|
463
475
|
class DeleteClusterResponse < Struct.new(
|
464
476
|
:cluster)
|
477
|
+
SENSITIVE = []
|
465
478
|
include Aws::Structure
|
466
479
|
end
|
467
480
|
|
@@ -480,6 +493,7 @@ module Aws::DAX
|
|
480
493
|
#
|
481
494
|
class DeleteParameterGroupRequest < Struct.new(
|
482
495
|
:parameter_group_name)
|
496
|
+
SENSITIVE = []
|
483
497
|
include Aws::Structure
|
484
498
|
end
|
485
499
|
|
@@ -492,6 +506,7 @@ module Aws::DAX
|
|
492
506
|
#
|
493
507
|
class DeleteParameterGroupResponse < Struct.new(
|
494
508
|
:deletion_message)
|
509
|
+
SENSITIVE = []
|
495
510
|
include Aws::Structure
|
496
511
|
end
|
497
512
|
|
@@ -510,6 +525,7 @@ module Aws::DAX
|
|
510
525
|
#
|
511
526
|
class DeleteSubnetGroupRequest < Struct.new(
|
512
527
|
:subnet_group_name)
|
528
|
+
SENSITIVE = []
|
513
529
|
include Aws::Structure
|
514
530
|
end
|
515
531
|
|
@@ -522,6 +538,7 @@ module Aws::DAX
|
|
522
538
|
#
|
523
539
|
class DeleteSubnetGroupResponse < Struct.new(
|
524
540
|
:deletion_message)
|
541
|
+
SENSITIVE = []
|
525
542
|
include Aws::Structure
|
526
543
|
end
|
527
544
|
|
@@ -560,6 +577,7 @@ module Aws::DAX
|
|
560
577
|
:cluster_names,
|
561
578
|
:max_results,
|
562
579
|
:next_token)
|
580
|
+
SENSITIVE = []
|
563
581
|
include Aws::Structure
|
564
582
|
end
|
565
583
|
|
@@ -577,6 +595,7 @@ module Aws::DAX
|
|
577
595
|
class DescribeClustersResponse < Struct.new(
|
578
596
|
:next_token,
|
579
597
|
:clusters)
|
598
|
+
SENSITIVE = []
|
580
599
|
include Aws::Structure
|
581
600
|
end
|
582
601
|
|
@@ -609,6 +628,7 @@ module Aws::DAX
|
|
609
628
|
class DescribeDefaultParametersRequest < Struct.new(
|
610
629
|
:max_results,
|
611
630
|
:next_token)
|
631
|
+
SENSITIVE = []
|
612
632
|
include Aws::Structure
|
613
633
|
end
|
614
634
|
|
@@ -626,6 +646,7 @@ module Aws::DAX
|
|
626
646
|
class DescribeDefaultParametersResponse < Struct.new(
|
627
647
|
:next_token,
|
628
648
|
:parameters)
|
649
|
+
SENSITIVE = []
|
629
650
|
include Aws::Structure
|
630
651
|
end
|
631
652
|
|
@@ -693,6 +714,7 @@ module Aws::DAX
|
|
693
714
|
:duration,
|
694
715
|
:max_results,
|
695
716
|
:next_token)
|
717
|
+
SENSITIVE = []
|
696
718
|
include Aws::Structure
|
697
719
|
end
|
698
720
|
|
@@ -709,6 +731,7 @@ module Aws::DAX
|
|
709
731
|
class DescribeEventsResponse < Struct.new(
|
710
732
|
:next_token,
|
711
733
|
:events)
|
734
|
+
SENSITIVE = []
|
712
735
|
include Aws::Structure
|
713
736
|
end
|
714
737
|
|
@@ -747,6 +770,7 @@ module Aws::DAX
|
|
747
770
|
:parameter_group_names,
|
748
771
|
:max_results,
|
749
772
|
:next_token)
|
773
|
+
SENSITIVE = []
|
750
774
|
include Aws::Structure
|
751
775
|
end
|
752
776
|
|
@@ -764,6 +788,7 @@ module Aws::DAX
|
|
764
788
|
class DescribeParameterGroupsResponse < Struct.new(
|
765
789
|
:next_token,
|
766
790
|
:parameter_groups)
|
791
|
+
SENSITIVE = []
|
767
792
|
include Aws::Structure
|
768
793
|
end
|
769
794
|
|
@@ -809,6 +834,7 @@ module Aws::DAX
|
|
809
834
|
:source,
|
810
835
|
:max_results,
|
811
836
|
:next_token)
|
837
|
+
SENSITIVE = []
|
812
838
|
include Aws::Structure
|
813
839
|
end
|
814
840
|
|
@@ -826,6 +852,7 @@ module Aws::DAX
|
|
826
852
|
class DescribeParametersResponse < Struct.new(
|
827
853
|
:next_token,
|
828
854
|
:parameters)
|
855
|
+
SENSITIVE = []
|
829
856
|
include Aws::Structure
|
830
857
|
end
|
831
858
|
|
@@ -864,6 +891,7 @@ module Aws::DAX
|
|
864
891
|
:subnet_group_names,
|
865
892
|
:max_results,
|
866
893
|
:next_token)
|
894
|
+
SENSITIVE = []
|
867
895
|
include Aws::Structure
|
868
896
|
end
|
869
897
|
|
@@ -881,6 +909,7 @@ module Aws::DAX
|
|
881
909
|
class DescribeSubnetGroupsResponse < Struct.new(
|
882
910
|
:next_token,
|
883
911
|
:subnet_groups)
|
912
|
+
SENSITIVE = []
|
884
913
|
include Aws::Structure
|
885
914
|
end
|
886
915
|
|
@@ -902,6 +931,7 @@ module Aws::DAX
|
|
902
931
|
class Endpoint < Struct.new(
|
903
932
|
:address,
|
904
933
|
:port)
|
934
|
+
SENSITIVE = []
|
905
935
|
include Aws::Structure
|
906
936
|
end
|
907
937
|
|
@@ -934,6 +964,7 @@ module Aws::DAX
|
|
934
964
|
:source_type,
|
935
965
|
:message,
|
936
966
|
:date)
|
967
|
+
SENSITIVE = []
|
937
968
|
include Aws::Structure
|
938
969
|
end
|
939
970
|
|
@@ -967,6 +998,7 @@ module Aws::DAX
|
|
967
998
|
:cluster_name,
|
968
999
|
:new_replication_factor,
|
969
1000
|
:availability_zones)
|
1001
|
+
SENSITIVE = []
|
970
1002
|
include Aws::Structure
|
971
1003
|
end
|
972
1004
|
|
@@ -978,6 +1010,7 @@ module Aws::DAX
|
|
978
1010
|
#
|
979
1011
|
class IncreaseReplicationFactorResponse < Struct.new(
|
980
1012
|
:cluster)
|
1013
|
+
SENSITIVE = []
|
981
1014
|
include Aws::Structure
|
982
1015
|
end
|
983
1016
|
|
@@ -1009,6 +1042,7 @@ module Aws::DAX
|
|
1009
1042
|
#
|
1010
1043
|
class InvalidParameterCombinationException < Struct.new(
|
1011
1044
|
:message)
|
1045
|
+
SENSITIVE = []
|
1012
1046
|
include Aws::Structure
|
1013
1047
|
end
|
1014
1048
|
|
@@ -1027,6 +1061,7 @@ module Aws::DAX
|
|
1027
1061
|
#
|
1028
1062
|
class InvalidParameterValueException < Struct.new(
|
1029
1063
|
:message)
|
1064
|
+
SENSITIVE = []
|
1030
1065
|
include Aws::Structure
|
1031
1066
|
end
|
1032
1067
|
|
@@ -1065,6 +1100,7 @@ module Aws::DAX
|
|
1065
1100
|
class ListTagsRequest < Struct.new(
|
1066
1101
|
:resource_name,
|
1067
1102
|
:next_token)
|
1103
|
+
SENSITIVE = []
|
1068
1104
|
include Aws::Structure
|
1069
1105
|
end
|
1070
1106
|
|
@@ -1083,6 +1119,7 @@ module Aws::DAX
|
|
1083
1119
|
class ListTagsResponse < Struct.new(
|
1084
1120
|
:tags,
|
1085
1121
|
:next_token)
|
1122
|
+
SENSITIVE = []
|
1086
1123
|
include Aws::Structure
|
1087
1124
|
end
|
1088
1125
|
|
@@ -1126,6 +1163,7 @@ module Aws::DAX
|
|
1126
1163
|
:availability_zone,
|
1127
1164
|
:node_status,
|
1128
1165
|
:parameter_group_status)
|
1166
|
+
SENSITIVE = []
|
1129
1167
|
include Aws::Structure
|
1130
1168
|
end
|
1131
1169
|
|
@@ -1165,6 +1203,7 @@ module Aws::DAX
|
|
1165
1203
|
class NodeTypeSpecificValue < Struct.new(
|
1166
1204
|
:node_type,
|
1167
1205
|
:value)
|
1206
|
+
SENSITIVE = []
|
1168
1207
|
include Aws::Structure
|
1169
1208
|
end
|
1170
1209
|
|
@@ -1185,6 +1224,7 @@ module Aws::DAX
|
|
1185
1224
|
class NotificationConfiguration < Struct.new(
|
1186
1225
|
:topic_arn,
|
1187
1226
|
:topic_status)
|
1227
|
+
SENSITIVE = []
|
1188
1228
|
include Aws::Structure
|
1189
1229
|
end
|
1190
1230
|
|
@@ -1248,6 +1288,7 @@ module Aws::DAX
|
|
1248
1288
|
:allowed_values,
|
1249
1289
|
:is_modifiable,
|
1250
1290
|
:change_type)
|
1291
|
+
SENSITIVE = []
|
1251
1292
|
include Aws::Structure
|
1252
1293
|
end
|
1253
1294
|
|
@@ -1267,6 +1308,7 @@ module Aws::DAX
|
|
1267
1308
|
class ParameterGroup < Struct.new(
|
1268
1309
|
:parameter_group_name,
|
1269
1310
|
:description)
|
1311
|
+
SENSITIVE = []
|
1270
1312
|
include Aws::Structure
|
1271
1313
|
end
|
1272
1314
|
|
@@ -1308,6 +1350,7 @@ module Aws::DAX
|
|
1308
1350
|
:parameter_group_name,
|
1309
1351
|
:parameter_apply_status,
|
1310
1352
|
:node_ids_to_reboot)
|
1353
|
+
SENSITIVE = []
|
1311
1354
|
include Aws::Structure
|
1312
1355
|
end
|
1313
1356
|
|
@@ -1334,6 +1377,7 @@ module Aws::DAX
|
|
1334
1377
|
class ParameterNameValue < Struct.new(
|
1335
1378
|
:parameter_name,
|
1336
1379
|
:parameter_value)
|
1380
|
+
SENSITIVE = []
|
1337
1381
|
include Aws::Structure
|
1338
1382
|
end
|
1339
1383
|
|
@@ -1358,6 +1402,7 @@ module Aws::DAX
|
|
1358
1402
|
class RebootNodeRequest < Struct.new(
|
1359
1403
|
:cluster_name,
|
1360
1404
|
:node_id)
|
1405
|
+
SENSITIVE = []
|
1361
1406
|
include Aws::Structure
|
1362
1407
|
end
|
1363
1408
|
|
@@ -1369,6 +1414,7 @@ module Aws::DAX
|
|
1369
1414
|
#
|
1370
1415
|
class RebootNodeResponse < Struct.new(
|
1371
1416
|
:cluster)
|
1417
|
+
SENSITIVE = []
|
1372
1418
|
include Aws::Structure
|
1373
1419
|
end
|
1374
1420
|
|
@@ -1391,6 +1437,7 @@ module Aws::DAX
|
|
1391
1437
|
#
|
1392
1438
|
class SSEDescription < Struct.new(
|
1393
1439
|
:status)
|
1440
|
+
SENSITIVE = []
|
1394
1441
|
include Aws::Structure
|
1395
1442
|
end
|
1396
1443
|
|
@@ -1412,6 +1459,7 @@ module Aws::DAX
|
|
1412
1459
|
#
|
1413
1460
|
class SSESpecification < Struct.new(
|
1414
1461
|
:enabled)
|
1462
|
+
SENSITIVE = []
|
1415
1463
|
include Aws::Structure
|
1416
1464
|
end
|
1417
1465
|
|
@@ -1430,6 +1478,7 @@ module Aws::DAX
|
|
1430
1478
|
class SecurityGroupMembership < Struct.new(
|
1431
1479
|
:security_group_identifier,
|
1432
1480
|
:status)
|
1481
|
+
SENSITIVE = []
|
1433
1482
|
include Aws::Structure
|
1434
1483
|
end
|
1435
1484
|
|
@@ -1456,6 +1505,7 @@ module Aws::DAX
|
|
1456
1505
|
class Subnet < Struct.new(
|
1457
1506
|
:subnet_identifier,
|
1458
1507
|
:subnet_availability_zone)
|
1508
|
+
SENSITIVE = []
|
1459
1509
|
include Aws::Structure
|
1460
1510
|
end
|
1461
1511
|
|
@@ -1489,6 +1539,7 @@ module Aws::DAX
|
|
1489
1539
|
:description,
|
1490
1540
|
:vpc_id,
|
1491
1541
|
:subnets)
|
1542
|
+
SENSITIVE = []
|
1492
1543
|
include Aws::Structure
|
1493
1544
|
end
|
1494
1545
|
|
@@ -1565,6 +1616,7 @@ module Aws::DAX
|
|
1565
1616
|
class Tag < Struct.new(
|
1566
1617
|
:key,
|
1567
1618
|
:value)
|
1619
|
+
SENSITIVE = []
|
1568
1620
|
include Aws::Structure
|
1569
1621
|
end
|
1570
1622
|
|
@@ -1606,6 +1658,7 @@ module Aws::DAX
|
|
1606
1658
|
class TagResourceRequest < Struct.new(
|
1607
1659
|
:resource_name,
|
1608
1660
|
:tags)
|
1661
|
+
SENSITIVE = []
|
1609
1662
|
include Aws::Structure
|
1610
1663
|
end
|
1611
1664
|
|
@@ -1617,6 +1670,7 @@ module Aws::DAX
|
|
1617
1670
|
#
|
1618
1671
|
class TagResourceResponse < Struct.new(
|
1619
1672
|
:tags)
|
1673
|
+
SENSITIVE = []
|
1620
1674
|
include Aws::Structure
|
1621
1675
|
end
|
1622
1676
|
|
@@ -1642,6 +1696,7 @@ module Aws::DAX
|
|
1642
1696
|
class UntagResourceRequest < Struct.new(
|
1643
1697
|
:resource_name,
|
1644
1698
|
:tag_keys)
|
1699
|
+
SENSITIVE = []
|
1645
1700
|
include Aws::Structure
|
1646
1701
|
end
|
1647
1702
|
|
@@ -1653,6 +1708,7 @@ module Aws::DAX
|
|
1653
1708
|
#
|
1654
1709
|
class UntagResourceResponse < Struct.new(
|
1655
1710
|
:tags)
|
1711
|
+
SENSITIVE = []
|
1656
1712
|
include Aws::Structure
|
1657
1713
|
end
|
1658
1714
|
|
@@ -1712,6 +1768,7 @@ module Aws::DAX
|
|
1712
1768
|
:notification_topic_status,
|
1713
1769
|
:parameter_group_name,
|
1714
1770
|
:security_group_ids)
|
1771
|
+
SENSITIVE = []
|
1715
1772
|
include Aws::Structure
|
1716
1773
|
end
|
1717
1774
|
|
@@ -1723,6 +1780,7 @@ module Aws::DAX
|
|
1723
1780
|
#
|
1724
1781
|
class UpdateClusterResponse < Struct.new(
|
1725
1782
|
:cluster)
|
1783
|
+
SENSITIVE = []
|
1726
1784
|
include Aws::Structure
|
1727
1785
|
end
|
1728
1786
|
|
@@ -1753,6 +1811,7 @@ module Aws::DAX
|
|
1753
1811
|
class UpdateParameterGroupRequest < Struct.new(
|
1754
1812
|
:parameter_group_name,
|
1755
1813
|
:parameter_name_values)
|
1814
|
+
SENSITIVE = []
|
1756
1815
|
include Aws::Structure
|
1757
1816
|
end
|
1758
1817
|
|
@@ -1764,6 +1823,7 @@ module Aws::DAX
|
|
1764
1823
|
#
|
1765
1824
|
class UpdateParameterGroupResponse < Struct.new(
|
1766
1825
|
:parameter_group)
|
1826
|
+
SENSITIVE = []
|
1767
1827
|
include Aws::Structure
|
1768
1828
|
end
|
1769
1829
|
|
@@ -1794,6 +1854,7 @@ module Aws::DAX
|
|
1794
1854
|
:subnet_group_name,
|
1795
1855
|
:description,
|
1796
1856
|
:subnet_ids)
|
1857
|
+
SENSITIVE = []
|
1797
1858
|
include Aws::Structure
|
1798
1859
|
end
|
1799
1860
|
|
@@ -1805,6 +1866,7 @@ module Aws::DAX
|
|
1805
1866
|
#
|
1806
1867
|
class UpdateSubnetGroupResponse < Struct.new(
|
1807
1868
|
:subnet_group)
|
1869
|
+
SENSITIVE = []
|
1808
1870
|
include Aws::Structure
|
1809
1871
|
end
|
1810
1872
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-dax
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
11
|
+
date: 2020-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.99.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.99.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|