aws-sdk-dax 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5321d086c5b7cd2052f860fe67166090468a5d4
4
- data.tar.gz: 3ca697f10912b6e08f8e5dea6ed287a5ad55d935
3
+ metadata.gz: dbc5cb40488e8f8a7257ea8dfa85429cf9cbd825
4
+ data.tar.gz: cfe397be6e4518761422b50d66cc74be7237b953
5
5
  SHA512:
6
- metadata.gz: 2cc01299f969d41829ed32c58672e6ef8965405587c036e72ae5d0f1143097736c1184e09a48fa3b47e902c20fa36165e0919f172e917a385a76f337fae5c996
7
- data.tar.gz: 254dcf093445399e4b901278885b5332a5059f6556185bdabec7115a2f703ef1e0faeda6bb3b4180feed76f2da67df70c2ee7c9daa7c30ed1df9df6b99bc0f13
6
+ metadata.gz: 25faea9b3319c13b30751f032cbdaffb65b2a6374d69e6c65e51d545c12f89b72bf885641ee204a8320d7d9e3fe2d8dace7967ec25a8d04f34ef779103fe07e8
7
+ data.tar.gz: 71f70665efe677223a3595499660e2d52444037efdb6d64a6c6639e392992301bdd63cfaa75b842ec35e47e67c23554f6850b6909cd866c4fdeb787c71a62718
data/lib/aws-sdk-dax.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-dax/customizations'
42
42
  # @service
43
43
  module Aws::DAX
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -253,7 +253,7 @@ module Aws::DAX
253
253
  #
254
254
  # </note>
255
255
  #
256
- # @option params [required, String] :iam_role_arn
256
+ # @option params [String] :iam_role_arn
257
257
  # A valid Amazon Resource Name (ARN) that identifies an IAM role. At
258
258
  # runtime, DAX will assume this role and use the role's permissions to
259
259
  # access DynamoDB on your behalf.
@@ -264,6 +264,10 @@ module Aws::DAX
264
264
  # @option params [Array<Types::Tag>] :tags
265
265
  # A set of tags to associate with the DAX cluster.
266
266
  #
267
+ # @option params [Types::SSESpecification] :sse_specification
268
+ # Represents the settings used to enable server-side encryption on the
269
+ # cluster.
270
+ #
267
271
  # @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
268
272
  #
269
273
  # * {Types::CreateClusterResponse#cluster #cluster} => Types::Cluster
@@ -280,7 +284,7 @@ module Aws::DAX
280
284
  # security_group_ids: ["String"],
281
285
  # preferred_maintenance_window: "String",
282
286
  # notification_topic_arn: "String",
283
- # iam_role_arn: "String", # required
287
+ # iam_role_arn: "String",
284
288
  # parameter_group_name: "String",
285
289
  # tags: [
286
290
  # {
@@ -288,6 +292,9 @@ module Aws::DAX
288
292
  # value: "String",
289
293
  # },
290
294
  # ],
295
+ # sse_specification: {
296
+ # enabled: false, # required
297
+ # },
291
298
  # })
292
299
  #
293
300
  # @example Response structure
@@ -323,6 +330,7 @@ module Aws::DAX
323
330
  # resp.cluster.parameter_group.parameter_apply_status #=> String
324
331
  # resp.cluster.parameter_group.node_ids_to_reboot #=> Array
325
332
  # resp.cluster.parameter_group.node_ids_to_reboot[0] #=> String
333
+ # resp.cluster.sse_description.status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "DISABLED"
326
334
  #
327
335
  # @see http://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/CreateCluster AWS API Documentation
328
336
  #
@@ -475,6 +483,7 @@ module Aws::DAX
475
483
  # resp.cluster.parameter_group.parameter_apply_status #=> String
476
484
  # resp.cluster.parameter_group.node_ids_to_reboot #=> Array
477
485
  # resp.cluster.parameter_group.node_ids_to_reboot[0] #=> String
486
+ # resp.cluster.sse_description.status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "DISABLED"
478
487
  #
479
488
  # @see http://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/DecreaseReplicationFactor AWS API Documentation
480
489
  #
@@ -536,6 +545,7 @@ module Aws::DAX
536
545
  # resp.cluster.parameter_group.parameter_apply_status #=> String
537
546
  # resp.cluster.parameter_group.node_ids_to_reboot #=> Array
538
547
  # resp.cluster.parameter_group.node_ids_to_reboot[0] #=> String
548
+ # resp.cluster.sse_description.status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "DISABLED"
539
549
  #
540
550
  # @see http://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/DeleteCluster AWS API Documentation
541
551
  #
@@ -692,6 +702,7 @@ module Aws::DAX
692
702
  # resp.clusters[0].parameter_group.parameter_apply_status #=> String
693
703
  # resp.clusters[0].parameter_group.node_ids_to_reboot #=> Array
694
704
  # resp.clusters[0].parameter_group.node_ids_to_reboot[0] #=> String
705
+ # resp.clusters[0].sse_description.status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "DISABLED"
695
706
  #
696
707
  # @see http://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/DescribeClusters AWS API Documentation
697
708
  #
@@ -1058,6 +1069,7 @@ module Aws::DAX
1058
1069
  # resp.cluster.parameter_group.parameter_apply_status #=> String
1059
1070
  # resp.cluster.parameter_group.node_ids_to_reboot #=> Array
1060
1071
  # resp.cluster.parameter_group.node_ids_to_reboot[0] #=> String
1072
+ # resp.cluster.sse_description.status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "DISABLED"
1061
1073
  #
1062
1074
  # @see http://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/IncreaseReplicationFactor AWS API Documentation
1063
1075
  #
@@ -1161,6 +1173,7 @@ module Aws::DAX
1161
1173
  # resp.cluster.parameter_group.parameter_apply_status #=> String
1162
1174
  # resp.cluster.parameter_group.node_ids_to_reboot #=> Array
1163
1175
  # resp.cluster.parameter_group.node_ids_to_reboot[0] #=> String
1176
+ # resp.cluster.sse_description.status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "DISABLED"
1164
1177
  #
1165
1178
  # @see http://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/RebootNode AWS API Documentation
1166
1179
  #
@@ -1326,6 +1339,7 @@ module Aws::DAX
1326
1339
  # resp.cluster.parameter_group.parameter_apply_status #=> String
1327
1340
  # resp.cluster.parameter_group.node_ids_to_reboot #=> Array
1328
1341
  # resp.cluster.parameter_group.node_ids_to_reboot[0] #=> String
1342
+ # resp.cluster.sse_description.status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "DISABLED"
1329
1343
  #
1330
1344
  # @see http://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/UpdateCluster AWS API Documentation
1331
1345
  #
@@ -1431,7 +1445,7 @@ module Aws::DAX
1431
1445
  params: params,
1432
1446
  config: config)
1433
1447
  context[:gem_name] = 'aws-sdk-dax'
1434
- context[:gem_version] = '1.1.0'
1448
+ context[:gem_version] = '1.2.0'
1435
1449
  Seahorse::Client::Request.new(handlers, context)
1436
1450
  end
1437
1451
 
@@ -88,9 +88,14 @@ module Aws::DAX
88
88
  ParameterType = Shapes::StringShape.new(name: 'ParameterType')
89
89
  RebootNodeRequest = Shapes::StructureShape.new(name: 'RebootNodeRequest')
90
90
  RebootNodeResponse = Shapes::StructureShape.new(name: 'RebootNodeResponse')
91
+ SSEDescription = Shapes::StructureShape.new(name: 'SSEDescription')
92
+ SSEEnabled = Shapes::BooleanShape.new(name: 'SSEEnabled')
93
+ SSESpecification = Shapes::StructureShape.new(name: 'SSESpecification')
94
+ SSEStatus = Shapes::StringShape.new(name: 'SSEStatus')
91
95
  SecurityGroupIdentifierList = Shapes::ListShape.new(name: 'SecurityGroupIdentifierList')
92
96
  SecurityGroupMembership = Shapes::StructureShape.new(name: 'SecurityGroupMembership')
93
97
  SecurityGroupMembershipList = Shapes::ListShape.new(name: 'SecurityGroupMembershipList')
98
+ ServiceLinkedRoleNotFoundFault = Shapes::StructureShape.new(name: 'ServiceLinkedRoleNotFoundFault')
94
99
  SourceType = Shapes::StringShape.new(name: 'SourceType')
95
100
  String = Shapes::StringShape.new(name: 'String')
96
101
  Subnet = Shapes::StructureShape.new(name: 'Subnet')
@@ -139,6 +144,7 @@ module Aws::DAX
139
144
  Cluster.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupMembershipList, location_name: "SecurityGroups"))
140
145
  Cluster.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamRoleArn"))
141
146
  Cluster.add_member(:parameter_group, Shapes::ShapeRef.new(shape: ParameterGroupStatus, location_name: "ParameterGroup"))
147
+ Cluster.add_member(:sse_description, Shapes::ShapeRef.new(shape: SSEDescription, location_name: "SSEDescription"))
142
148
  Cluster.struct_class = Types::Cluster
143
149
 
144
150
  ClusterList.member = Shapes::ShapeRef.new(shape: Cluster)
@@ -154,9 +160,10 @@ module Aws::DAX
154
160
  CreateClusterRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdentifierList, location_name: "SecurityGroupIds"))
155
161
  CreateClusterRequest.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
156
162
  CreateClusterRequest.add_member(:notification_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "NotificationTopicArn"))
157
- CreateClusterRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamRoleArn"))
163
+ CreateClusterRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamRoleArn"))
158
164
  CreateClusterRequest.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterGroupName"))
159
165
  CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
166
+ CreateClusterRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: SSESpecification, location_name: "SSESpecification"))
160
167
  CreateClusterRequest.struct_class = Types::CreateClusterRequest
161
168
 
162
169
  CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
@@ -354,6 +361,12 @@ module Aws::DAX
354
361
  RebootNodeResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
355
362
  RebootNodeResponse.struct_class = Types::RebootNodeResponse
356
363
 
364
+ SSEDescription.add_member(:status, Shapes::ShapeRef.new(shape: SSEStatus, location_name: "Status"))
365
+ SSEDescription.struct_class = Types::SSEDescription
366
+
367
+ SSESpecification.add_member(:enabled, Shapes::ShapeRef.new(shape: SSEEnabled, required: true, location_name: "Enabled"))
368
+ SSESpecification.struct_class = Types::SSESpecification
369
+
357
370
  SecurityGroupIdentifierList.member = Shapes::ShapeRef.new(shape: String)
358
371
 
359
372
  SecurityGroupMembership.add_member(:security_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SecurityGroupIdentifier"))
@@ -459,6 +472,7 @@ module Aws::DAX
459
472
  o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForCustomerExceededFault)
460
473
  o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
461
474
  o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
475
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
462
476
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
463
477
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
464
478
  end)
@@ -472,6 +486,7 @@ module Aws::DAX
472
486
  o.errors << Shapes::ShapeRef.new(shape: ParameterGroupQuotaExceededFault)
473
487
  o.errors << Shapes::ShapeRef.new(shape: ParameterGroupAlreadyExistsFault)
474
488
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterGroupStateFault)
489
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
475
490
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
476
491
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
477
492
  end)
@@ -486,6 +501,7 @@ module Aws::DAX
486
501
  o.errors << Shapes::ShapeRef.new(shape: SubnetGroupQuotaExceededFault)
487
502
  o.errors << Shapes::ShapeRef.new(shape: SubnetQuotaExceededFault)
488
503
  o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
504
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
489
505
  end)
490
506
 
491
507
  api.add_operation(:decrease_replication_factor, Seahorse::Model::Operation.new.tap do |o|
@@ -497,6 +513,7 @@ module Aws::DAX
497
513
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
498
514
  o.errors << Shapes::ShapeRef.new(shape: NodeNotFoundFault)
499
515
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
516
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
500
517
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
501
518
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
502
519
  end)
@@ -509,6 +526,7 @@ module Aws::DAX
509
526
  o.output = Shapes::ShapeRef.new(shape: DeleteClusterResponse)
510
527
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
511
528
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
529
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
512
530
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
513
531
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
514
532
  end)
@@ -521,6 +539,7 @@ module Aws::DAX
521
539
  o.output = Shapes::ShapeRef.new(shape: DeleteParameterGroupResponse)
522
540
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterGroupStateFault)
523
541
  o.errors << Shapes::ShapeRef.new(shape: ParameterGroupNotFoundFault)
542
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
524
543
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
525
544
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
526
545
  end)
@@ -533,6 +552,7 @@ module Aws::DAX
533
552
  o.output = Shapes::ShapeRef.new(shape: DeleteSubnetGroupResponse)
534
553
  o.errors << Shapes::ShapeRef.new(shape: SubnetGroupInUseFault)
535
554
  o.errors << Shapes::ShapeRef.new(shape: SubnetGroupNotFoundFault)
555
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
536
556
  end)
537
557
 
538
558
  api.add_operation(:describe_clusters, Seahorse::Model::Operation.new.tap do |o|
@@ -542,6 +562,7 @@ module Aws::DAX
542
562
  o.input = Shapes::ShapeRef.new(shape: DescribeClustersRequest)
543
563
  o.output = Shapes::ShapeRef.new(shape: DescribeClustersResponse)
544
564
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
565
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
545
566
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
546
567
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
547
568
  end)
@@ -552,6 +573,7 @@ module Aws::DAX
552
573
  o.http_request_uri = "/"
553
574
  o.input = Shapes::ShapeRef.new(shape: DescribeDefaultParametersRequest)
554
575
  o.output = Shapes::ShapeRef.new(shape: DescribeDefaultParametersResponse)
576
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
555
577
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
556
578
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
557
579
  end)
@@ -562,6 +584,7 @@ module Aws::DAX
562
584
  o.http_request_uri = "/"
563
585
  o.input = Shapes::ShapeRef.new(shape: DescribeEventsRequest)
564
586
  o.output = Shapes::ShapeRef.new(shape: DescribeEventsResponse)
587
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
565
588
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
566
589
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
567
590
  end)
@@ -573,6 +596,7 @@ module Aws::DAX
573
596
  o.input = Shapes::ShapeRef.new(shape: DescribeParameterGroupsRequest)
574
597
  o.output = Shapes::ShapeRef.new(shape: DescribeParameterGroupsResponse)
575
598
  o.errors << Shapes::ShapeRef.new(shape: ParameterGroupNotFoundFault)
599
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
576
600
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
577
601
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
578
602
  end)
@@ -584,6 +608,7 @@ module Aws::DAX
584
608
  o.input = Shapes::ShapeRef.new(shape: DescribeParametersRequest)
585
609
  o.output = Shapes::ShapeRef.new(shape: DescribeParametersResponse)
586
610
  o.errors << Shapes::ShapeRef.new(shape: ParameterGroupNotFoundFault)
611
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
587
612
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
588
613
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
589
614
  end)
@@ -595,6 +620,7 @@ module Aws::DAX
595
620
  o.input = Shapes::ShapeRef.new(shape: DescribeSubnetGroupsRequest)
596
621
  o.output = Shapes::ShapeRef.new(shape: DescribeSubnetGroupsResponse)
597
622
  o.errors << Shapes::ShapeRef.new(shape: SubnetGroupNotFoundFault)
623
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
598
624
  end)
599
625
 
600
626
  api.add_operation(:increase_replication_factor, Seahorse::Model::Operation.new.tap do |o|
@@ -609,6 +635,7 @@ module Aws::DAX
609
635
  o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
610
636
  o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForClusterExceededFault)
611
637
  o.errors << Shapes::ShapeRef.new(shape: NodeQuotaForCustomerExceededFault)
638
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
612
639
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
613
640
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
614
641
  end)
@@ -622,6 +649,7 @@ module Aws::DAX
622
649
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
623
650
  o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
624
651
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
652
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
625
653
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
626
654
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
627
655
  end)
@@ -635,6 +663,7 @@ module Aws::DAX
635
663
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
636
664
  o.errors << Shapes::ShapeRef.new(shape: NodeNotFoundFault)
637
665
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
666
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
638
667
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
639
668
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
640
669
  end)
@@ -649,6 +678,7 @@ module Aws::DAX
649
678
  o.errors << Shapes::ShapeRef.new(shape: TagQuotaPerResourceExceeded)
650
679
  o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
651
680
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
681
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
652
682
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
653
683
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
654
684
  end)
@@ -663,6 +693,7 @@ module Aws::DAX
663
693
  o.errors << Shapes::ShapeRef.new(shape: InvalidARNFault)
664
694
  o.errors << Shapes::ShapeRef.new(shape: TagNotFoundFault)
665
695
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
696
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
666
697
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
667
698
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
668
699
  end)
@@ -677,6 +708,7 @@ module Aws::DAX
677
708
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
678
709
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterGroupStateFault)
679
710
  o.errors << Shapes::ShapeRef.new(shape: ParameterGroupNotFoundFault)
711
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
680
712
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
681
713
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
682
714
  end)
@@ -689,6 +721,7 @@ module Aws::DAX
689
721
  o.output = Shapes::ShapeRef.new(shape: UpdateParameterGroupResponse)
690
722
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterGroupStateFault)
691
723
  o.errors << Shapes::ShapeRef.new(shape: ParameterGroupNotFoundFault)
724
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
692
725
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
693
726
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
694
727
  end)
@@ -703,6 +736,7 @@ module Aws::DAX
703
736
  o.errors << Shapes::ShapeRef.new(shape: SubnetQuotaExceededFault)
704
737
  o.errors << Shapes::ShapeRef.new(shape: SubnetInUse)
705
738
  o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
739
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLinkedRoleNotFoundFault)
706
740
  end)
707
741
  end
708
742
 
@@ -88,6 +88,11 @@ module Aws::DAX
88
88
  # The parameter group being used by nodes in the cluster.
89
89
  # @return [Types::ParameterGroupStatus]
90
90
  #
91
+ # @!attribute [rw] sse_description
92
+ # The description of the server-side encryption status on the
93
+ # specified DAX cluster.
94
+ # @return [Types::SSEDescription]
95
+ #
91
96
  # @see http://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/Cluster AWS API Documentation
92
97
  #
93
98
  class Cluster < Struct.new(
@@ -106,7 +111,8 @@ module Aws::DAX
106
111
  :subnet_group,
107
112
  :security_groups,
108
113
  :iam_role_arn,
109
- :parameter_group)
114
+ :parameter_group,
115
+ :sse_description)
110
116
  include Aws::Structure
111
117
  end
112
118
 
@@ -123,7 +129,7 @@ module Aws::DAX
123
129
  # security_group_ids: ["String"],
124
130
  # preferred_maintenance_window: "String",
125
131
  # notification_topic_arn: "String",
126
- # iam_role_arn: "String", # required
132
+ # iam_role_arn: "String",
127
133
  # parameter_group_name: "String",
128
134
  # tags: [
129
135
  # {
@@ -131,6 +137,9 @@ module Aws::DAX
131
137
  # value: "String",
132
138
  # },
133
139
  # ],
140
+ # sse_specification: {
141
+ # enabled: false, # required
142
+ # },
134
143
  # }
135
144
  #
136
145
  # @!attribute [rw] cluster_name
@@ -243,6 +252,11 @@ module Aws::DAX
243
252
  # A set of tags to associate with the DAX cluster.
244
253
  # @return [Array<Types::Tag>]
245
254
  #
255
+ # @!attribute [rw] sse_specification
256
+ # Represents the settings used to enable server-side encryption on the
257
+ # cluster.
258
+ # @return [Types::SSESpecification]
259
+ #
246
260
  # @see http://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/CreateClusterRequest AWS API Documentation
247
261
  #
248
262
  class CreateClusterRequest < Struct.new(
@@ -257,7 +271,8 @@ module Aws::DAX
257
271
  :notification_topic_arn,
258
272
  :iam_role_arn,
259
273
  :parameter_group_name,
260
- :tags)
274
+ :tags,
275
+ :sse_specification)
261
276
  include Aws::Structure
262
277
  end
263
278
 
@@ -1235,6 +1250,49 @@ module Aws::DAX
1235
1250
  include Aws::Structure
1236
1251
  end
1237
1252
 
1253
+ # The description of the server-side encryption status on the specified
1254
+ # DAX cluster.
1255
+ #
1256
+ # @!attribute [rw] status
1257
+ # The current state of server-side encryption:
1258
+ #
1259
+ # * `ENABLING` - Server-side encryption is being enabled.
1260
+ #
1261
+ # * `ENABLED` - Server-side encryption is enabled.
1262
+ #
1263
+ # * `DISABLING` - Server-side encryption is being disabled.
1264
+ #
1265
+ # * `DISABLED` - Server-side encryption is disabled.
1266
+ # @return [String]
1267
+ #
1268
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/SSEDescription AWS API Documentation
1269
+ #
1270
+ class SSEDescription < Struct.new(
1271
+ :status)
1272
+ include Aws::Structure
1273
+ end
1274
+
1275
+ # Represents the settings used to enable server-side encryption.
1276
+ #
1277
+ # @note When making an API call, you may pass SSESpecification
1278
+ # data as a hash:
1279
+ #
1280
+ # {
1281
+ # enabled: false, # required
1282
+ # }
1283
+ #
1284
+ # @!attribute [rw] enabled
1285
+ # Indicates whether server-side encryption is enabled (true) or
1286
+ # disabled (false) on the cluster.
1287
+ # @return [Boolean]
1288
+ #
1289
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/SSESpecification AWS API Documentation
1290
+ #
1291
+ class SSESpecification < Struct.new(
1292
+ :enabled)
1293
+ include Aws::Structure
1294
+ end
1295
+
1238
1296
  # An individual VPC security group and its status.
1239
1297
  #
1240
1298
  # @!attribute [rw] security_group_identifier
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.1.0
4
+ version: 1.2.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: 2018-06-26 00:00:00.000000000 Z
11
+ date: 2018-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core