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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dbc5cb40488e8f8a7257ea8dfa85429cf9cbd825
4
- data.tar.gz: cfe397be6e4518761422b50d66cc74be7237b953
3
+ metadata.gz: 50195755063ae0955f44b2fb7543a716e855d6b3
4
+ data.tar.gz: ecae582814f752214105d5de5c34e36bb84f234b
5
5
  SHA512:
6
- metadata.gz: 25faea9b3319c13b30751f032cbdaffb65b2a6374d69e6c65e51d545c12f89b72bf885641ee204a8320d7d9e3fe2d8dace7967ec25a8d04f34ef779103fe07e8
7
- data.tar.gz: 71f70665efe677223a3595499660e2d52444037efdb6d64a6c6639e392992301bdd63cfaa75b842ec35e47e67c23554f6850b6909cd866c4fdeb787c71a62718
6
+ metadata.gz: 6d87a9cceb1c132e40d33705e29b5b678e2d101a33997c2cf4c76adbda1128d342f5ac996f154fc8477769604d0d60583712d3c77659d3e73aaa49da7ed92e59
7
+ data.tar.gz: 8b5a60301427f3643cae8c4a294a2110a6935c9aa7bdb108e39f7681bc3d251b7b8e84533e3dbf2ad5b74a02403e34ce807127f39d49bef333030ea023d5af07
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.2.0'
45
+ GEM_VERSION = '1.3.0'
46
46
 
47
47
  end
@@ -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.2.0'
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"))
@@ -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.2.0
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-09 00:00:00.000000000 Z
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