aws-sdk-dax 1.2.0 → 1.3.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 +4 -4
- data/lib/aws-sdk-dax.rb +1 -1
- data/lib/aws-sdk-dax/client.rb +3 -3
- data/lib/aws-sdk-dax/client_api.rb +1 -1
- data/lib/aws-sdk-dax/types.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50195755063ae0955f44b2fb7543a716e855d6b3
|
|
4
|
+
data.tar.gz: ecae582814f752214105d5de5c34e36bb84f234b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d87a9cceb1c132e40d33705e29b5b678e2d101a33997c2cf4c76adbda1128d342f5ac996f154fc8477769604d0d60583712d3c77659d3e73aaa49da7ed92e59
|
|
7
|
+
data.tar.gz: 8b5a60301427f3643cae8c4a294a2110a6935c9aa7bdb108e39f7681bc3d251b7b8e84533e3dbf2ad5b74a02403e34ce807127f39d49bef333030ea023d5af07
|
data/lib/aws-sdk-dax.rb
CHANGED
data/lib/aws-sdk-dax/client.rb
CHANGED
|
@@ -253,7 +253,7 @@ module Aws::DAX
|
|
|
253
253
|
#
|
|
254
254
|
# </note>
|
|
255
255
|
#
|
|
256
|
-
# @option params [String] :iam_role_arn
|
|
256
|
+
# @option params [required, 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.
|
|
@@ -284,7 +284,7 @@ module Aws::DAX
|
|
|
284
284
|
# security_group_ids: ["String"],
|
|
285
285
|
# preferred_maintenance_window: "String",
|
|
286
286
|
# notification_topic_arn: "String",
|
|
287
|
-
# iam_role_arn: "String",
|
|
287
|
+
# iam_role_arn: "String", # required
|
|
288
288
|
# parameter_group_name: "String",
|
|
289
289
|
# tags: [
|
|
290
290
|
# {
|
|
@@ -1445,7 +1445,7 @@ module Aws::DAX
|
|
|
1445
1445
|
params: params,
|
|
1446
1446
|
config: config)
|
|
1447
1447
|
context[:gem_name] = 'aws-sdk-dax'
|
|
1448
|
-
context[:gem_version] = '1.
|
|
1448
|
+
context[:gem_version] = '1.3.0'
|
|
1449
1449
|
Seahorse::Client::Request.new(handlers, context)
|
|
1450
1450
|
end
|
|
1451
1451
|
|
|
@@ -160,7 +160,7 @@ module Aws::DAX
|
|
|
160
160
|
CreateClusterRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdentifierList, location_name: "SecurityGroupIds"))
|
|
161
161
|
CreateClusterRequest.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
|
162
162
|
CreateClusterRequest.add_member(:notification_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "NotificationTopicArn"))
|
|
163
|
-
CreateClusterRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamRoleArn"))
|
|
163
|
+
CreateClusterRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamRoleArn"))
|
|
164
164
|
CreateClusterRequest.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterGroupName"))
|
|
165
165
|
CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
166
166
|
CreateClusterRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: SSESpecification, location_name: "SSESpecification"))
|
data/lib/aws-sdk-dax/types.rb
CHANGED
|
@@ -129,7 +129,7 @@ module Aws::DAX
|
|
|
129
129
|
# security_group_ids: ["String"],
|
|
130
130
|
# preferred_maintenance_window: "String",
|
|
131
131
|
# notification_topic_arn: "String",
|
|
132
|
-
# iam_role_arn: "String",
|
|
132
|
+
# iam_role_arn: "String", # required
|
|
133
133
|
# parameter_group_name: "String",
|
|
134
134
|
# tags: [
|
|
135
135
|
# {
|
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.3.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-08-
|
|
11
|
+
date: 2018-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|