aws-sdk-redshift 1.0.0 → 1.1.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: 97084bce86c4b32828335003c744aca0d6413577
4
- data.tar.gz: a52e1e075586c1f1621178d7f3ef7655cf7dd28f
3
+ metadata.gz: 3563ffa9ee5b59d7dd139e8260788fff129ba60a
4
+ data.tar.gz: f0a080421a40b82cd77189579c89364706c2bc40
5
5
  SHA512:
6
- metadata.gz: 964df59a4567a167253def36f30ce35796eed454ced49db11371981184786168e16c9dfb665ff351bcb81eb092d5bf2543a553fddbe86a4615c77381ea60d60f
7
- data.tar.gz: d74575a4f98e1fb2b6db28612117e8cab5fa3c42a243d516796faba2d57bfc25918c408ef1943bade73c6b2cb895fad54193359a4621432eae2ac3181b1c6a7e
6
+ metadata.gz: 4800ec8288f95b2c94f70e3f1df1a4ad572e59da0e1bbdd975cebf8fdcab0d98d66c05241d1b86f6beaa8786f4267d65901ae7570946547674cd1529a518995e
7
+ data.tar.gz: cb04e1535fd1d627e3a7602b5584bb8f45d7018acb05dc032c3c1ce694bec1933985e3a7e8064d5cf223969b973b55a17bfe388e88b6316c8ba88cc64456781f
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-redshift/customizations'
43
43
  # @service
44
44
  module Aws::Redshift
45
45
 
46
- GEM_VERSION = '1.0.0'
46
+ GEM_VERSION = '1.1.0'
47
47
 
48
48
  end
@@ -2960,10 +2960,21 @@ module Aws::Redshift
2960
2960
  req.send_request(options)
2961
2961
  end
2962
2962
 
2963
- # Lists descriptions of all the Amazon Redshift event notifications
2964
- # subscription for a customer account. If you specify a subscription
2963
+ # Lists descriptions of all the Amazon Redshift event notification
2964
+ # subscriptions for a customer account. If you specify a subscription
2965
2965
  # name, lists the description for that subscription.
2966
2966
  #
2967
+ # If you specify both tag keys and tag values in the same request,
2968
+ # Amazon Redshift returns all event notification subscriptions that
2969
+ # match any combination of the specified keys and values. For example,
2970
+ # if you have `owner` and `environment` for tag keys, and `admin` and
2971
+ # `test` for tag values, all subscriptions that have any combination of
2972
+ # those values are returned.
2973
+ #
2974
+ # If both tag keys and values are omitted from the request,
2975
+ # subscriptions are returned regardless of whether they have tag keys or
2976
+ # values associated with them.
2977
+ #
2967
2978
  # @option params [String] :subscription_name
2968
2979
  # The name of the Amazon Redshift event notification subscription to be
2969
2980
  # described.
@@ -2988,6 +2999,24 @@ module Aws::Redshift
2988
2999
  # providing the returned marker value in the `Marker` parameter and
2989
3000
  # retrying the request.
2990
3001
  #
3002
+ # @option params [Array<String>] :tag_keys
3003
+ # A tag key or keys for which you want to return all matching event
3004
+ # notification subscriptions that are associated with the specified key
3005
+ # or keys. For example, suppose that you have subscriptions that are
3006
+ # tagged with keys called `owner` and `environment`. If you specify both
3007
+ # of these tag keys in the request, Amazon Redshift returns a response
3008
+ # with the subscriptions that have either or both of these tag keys
3009
+ # associated with them.
3010
+ #
3011
+ # @option params [Array<String>] :tag_values
3012
+ # A tag value or values for which you want to return all matching event
3013
+ # notification subscriptions that are associated with the specified tag
3014
+ # value or values. For example, suppose that you have subscriptions that
3015
+ # are tagged with values called `admin` and `test`. If you specify both
3016
+ # of these tag values in the request, Amazon Redshift returns a response
3017
+ # with the subscriptions that have either or both of these tag values
3018
+ # associated with them.
3019
+ #
2991
3020
  # @return [Types::EventSubscriptionsMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2992
3021
  #
2993
3022
  # * {Types::EventSubscriptionsMessage#marker #marker} => String
@@ -2999,6 +3028,8 @@ module Aws::Redshift
2999
3028
  # subscription_name: "String",
3000
3029
  # max_records: 1,
3001
3030
  # marker: "String",
3031
+ # tag_keys: ["String"],
3032
+ # tag_values: ["String"],
3002
3033
  # })
3003
3034
  #
3004
3035
  # @example Response structure
@@ -3888,13 +3919,13 @@ module Aws::Redshift
3888
3919
  # * Snapshot copy grant
3889
3920
  #
3890
3921
  # For more information about Amazon Redshift resource types and
3891
- # constructing ARNs, go to [Constructing an Amazon Redshift Amazon
3892
- # Resource Name (ARN)][1] in the Amazon Redshift Cluster Management
3893
- # Guide.
3922
+ # constructing ARNs, go to [Specifying Policy Elements: Actions,
3923
+ # Effects, Resources, and Principals][1] in the Amazon Redshift Cluster
3924
+ # Management Guide.
3894
3925
  #
3895
3926
  #
3896
3927
  #
3897
- # [1]: http://docs.aws.amazon.com/redshift/latest/mgmt/constructing-redshift-arn.html
3928
+ # [1]: http://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-overview.html#redshift-iam-access-control-specify-actions
3898
3929
  #
3899
3930
  # @option params [Integer] :max_records
3900
3931
  # The maximum number or response records to return in each call. If the
@@ -4309,21 +4340,22 @@ module Aws::Redshift
4309
4340
  end
4310
4341
 
4311
4342
  # Returns a database user name and temporary password with temporary
4312
- # authorization to log in to an Amazon Redshift database. The action
4343
+ # authorization to log on to an Amazon Redshift database. The action
4313
4344
  # returns the database user name prefixed with `IAM:` if `AutoCreate` is
4314
4345
  # `False` or `IAMA:` if `AutoCreate` is `True`. You can optionally
4315
4346
  # specify one or more database user groups that the user will join at
4316
- # log in. By default, the temporary credentials expire in 900 seconds.
4347
+ # log on. By default, the temporary credentials expire in 900 seconds.
4317
4348
  # You can optionally specify a duration between 900 seconds (15 minutes)
4318
- # and 3600 seconds (60 minutes). For more information, see Generating
4319
- # IAM Database User Credentials in the Amazon Redshift Cluster
4320
- # Management Guide.
4349
+ # and 3600 seconds (60 minutes). For more information, see [Using IAM
4350
+ # Authentication to Generate Database User Credentials][1] in the Amazon
4351
+ # Redshift Cluster Management Guide.
4321
4352
  #
4322
- # The IAM user or role that executes GetClusterCredentials must have an
4323
- # IAM policy attached that allows the `redshift:GetClusterCredentials`
4324
- # action with access to the `dbuser` resource on the cluster. The user
4325
- # name specified for `dbuser` in the IAM policy and the user name
4326
- # specified for the `DbUser` parameter must match.
4353
+ # The AWS Identity and Access Management (IAM)user or role that executes
4354
+ # GetClusterCredentials must have an IAM policy attached that allows
4355
+ # access to all necessary actions and resources. For more information
4356
+ # about permissions, see [Resource Policies for
4357
+ # GetClusterCredentials][2] in the Amazon Redshift Cluster Management
4358
+ # Guide.
4327
4359
  #
4328
4360
  # If the `DbGroups` parameter is specified, the IAM policy must allow
4329
4361
  # the `redshift:JoinGroup` action with access to the listed `dbgroups`.
@@ -4334,6 +4366,11 @@ module Aws::Redshift
4334
4366
  # If the `DbName` parameter is specified, the IAM policy must allow
4335
4367
  # access to the resource `dbname` for the specified database name.
4336
4368
  #
4369
+ #
4370
+ #
4371
+ # [1]: http://docs.aws.amazon.com/redshift/latest/mgmt/generating-user-credentials.html
4372
+ # [2]: http://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html#redshift-policy-resources.getclustercredentials-resources
4373
+ #
4337
4374
  # @option params [required, String] :db_user
4338
4375
  # The name of a database user. If a user name matching `DbUser` exists
4339
4376
  # in the database, the temporary user credentials have the same
@@ -4349,9 +4386,10 @@ module Aws::Redshift
4349
4386
  #
4350
4387
  # Constraints:
4351
4388
  #
4352
- # * Must be 1 to 128 alphanumeric characters or hyphens
4389
+ # * Must be 1 to 64 alphanumeric characters or hyphens
4353
4390
  #
4354
- # * Must contain only lowercase letters.
4391
+ # * Must contain only lowercase letters, numbers, underscore, plus sign,
4392
+ # period (dot), at symbol (@), or hyphen.
4355
4393
  #
4356
4394
  # * First character must be a letter.
4357
4395
  #
@@ -4362,19 +4400,24 @@ module Aws::Redshift
4362
4400
  #
4363
4401
  #
4364
4402
  #
4365
- # [1]: http://docs.aws.amazon.com/http:/docs.aws.amazon.com/redshift/latest/dg/r_CREATE_USER.html
4403
+ # [1]: http://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_USER.html
4366
4404
  # [2]: http://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html
4367
4405
  #
4368
4406
  # @option params [String] :db_name
4369
4407
  # The name of a database that `DbUser` is authorized to log on to. If
4370
- # `DbName` is not specified, `DbUser` can log in to any existing
4408
+ # `DbName` is not specified, `DbUser` can log on to any existing
4371
4409
  # database.
4372
4410
  #
4373
4411
  # Constraints:
4374
4412
  #
4375
4413
  # * Must be 1 to 64 alphanumeric characters or hyphens
4376
4414
  #
4377
- # * Must contain only lowercase letters.
4415
+ # * Must contain only lowercase letters, numbers, underscore, plus sign,
4416
+ # period (dot), at symbol (@), or hyphen.
4417
+ #
4418
+ # * First character must be a letter.
4419
+ #
4420
+ # * Must not contain a colon ( : ) or slash ( / ).
4378
4421
  #
4379
4422
  # * Cannot be a reserved word. A list of reserved words can be found in
4380
4423
  # [Reserved Words][1] in the Amazon Redshift Database Developer Guide.
@@ -4396,13 +4439,32 @@ module Aws::Redshift
4396
4439
  # Default: 900
4397
4440
  #
4398
4441
  # @option params [Boolean] :auto_create
4399
- # Create a database user with the name specified for `DbUser` if one
4400
- # does not exist.
4442
+ # Create a database user with the name specified for the user named in
4443
+ # `DbUser` if one does not exist.
4401
4444
  #
4402
4445
  # @option params [Array<String>] :db_groups
4403
- # A list of the names of existing database groups that `DbUser` will
4404
- # join for the current session. If not specified, the new user is added
4405
- # only to PUBLIC.
4446
+ # A list of the names of existing database groups that the user named in
4447
+ # `DbUser` will join for the current session, in addition to any group
4448
+ # memberships for an existing user. If not specified, a new user is
4449
+ # added only to PUBLIC.
4450
+ #
4451
+ # Database group name constraints
4452
+ #
4453
+ # * Must be 1 to 64 alphanumeric characters or hyphens
4454
+ #
4455
+ # * Must contain only lowercase letters, numbers, underscore, plus sign,
4456
+ # period (dot), at symbol (@), or hyphen.
4457
+ #
4458
+ # * First character must be a letter.
4459
+ #
4460
+ # * Must not contain a colon ( : ) or slash ( / ).
4461
+ #
4462
+ # * Cannot be a reserved word. A list of reserved words can be found in
4463
+ # [Reserved Words][1] in the Amazon Redshift Database Developer Guide.
4464
+ #
4465
+ #
4466
+ #
4467
+ # [1]: http://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html
4406
4468
  #
4407
4469
  # @return [Types::ClusterCredentials] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4408
4470
  #
@@ -6116,7 +6178,7 @@ module Aws::Redshift
6116
6178
  params: params,
6117
6179
  config: config)
6118
6180
  context[:gem_name] = 'aws-sdk-redshift'
6119
- context[:gem_version] = '1.0.0'
6181
+ context[:gem_version] = '1.1.0'
6120
6182
  Seahorse::Client::Request.new(handlers, context)
6121
6183
  end
6122
6184
 
@@ -709,6 +709,8 @@ module Aws::Redshift
709
709
  DescribeEventSubscriptionsMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionName"))
710
710
  DescribeEventSubscriptionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
711
711
  DescribeEventSubscriptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
712
+ DescribeEventSubscriptionsMessage.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, location_name: "TagKeys"))
713
+ DescribeEventSubscriptionsMessage.add_member(:tag_values, Shapes::ShapeRef.new(shape: TagValueList, location_name: "TagValues"))
712
714
  DescribeEventSubscriptionsMessage.struct_class = Types::DescribeEventSubscriptionsMessage
713
715
 
714
716
  DescribeEventsMessage.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
@@ -1728,6 +1730,7 @@ module Aws::Redshift
1728
1730
  o.input = Shapes::ShapeRef.new(shape: DescribeEventSubscriptionsMessage)
1729
1731
  o.output = Shapes::ShapeRef.new(shape: EventSubscriptionsMessage)
1730
1732
  o.errors << Shapes::ShapeRef.new(shape: SubscriptionNotFoundFault)
1733
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
1731
1734
  o[:pager] = Aws::Pager.new(
1732
1735
  limit_key: "max_records",
1733
1736
  tokens: {
@@ -393,15 +393,17 @@ module Aws::Redshift
393
393
  include Aws::Structure
394
394
  end
395
395
 
396
- # Temporary credentials with authorization to log in to an Amazon
396
+ # Temporary credentials with authorization to log on to an Amazon
397
397
  # Redshift database.
398
398
  #
399
399
  # @!attribute [rw] db_user
400
400
  # A database user name that is authorized to log on to the database
401
- # `DbName` using the password `DbPassword`. If the `DbGroups`
402
- # parameter is specifed, `DbUser` is added to the listed groups for
403
- # the current session. The user name is prefixed with `IAM:` for an
404
- # existing user name or `IAMA:` if the user was auto-created.
401
+ # `DbName` using the password `DbPassword`. If the specified DbUser
402
+ # exists in the database, the new user name has the same database
403
+ # privileges as the the user named in DbUser. By default, the user is
404
+ # added to PUBLIC. If the `DbGroups` parameter is specifed, `DbUser`
405
+ # is added to the listed groups for any sessions created using these
406
+ # credentials.
405
407
  # @return [String]
406
408
  #
407
409
  # @!attribute [rw] db_password
@@ -410,7 +412,7 @@ module Aws::Redshift
410
412
  # @return [String]
411
413
  #
412
414
  # @!attribute [rw] expiration
413
- # The date and time `DbPassword` expires.
415
+ # The date and time the password in `DbPassword` expires.
414
416
  # @return [Time]
415
417
  #
416
418
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterCredentials AWS API Documentation
@@ -2889,6 +2891,8 @@ module Aws::Redshift
2889
2891
  # subscription_name: "String",
2890
2892
  # max_records: 1,
2891
2893
  # marker: "String",
2894
+ # tag_keys: ["String"],
2895
+ # tag_values: ["String"],
2892
2896
  # }
2893
2897
  #
2894
2898
  # @!attribute [rw] subscription_name
@@ -2918,12 +2922,34 @@ module Aws::Redshift
2918
2922
  # retrying the request.
2919
2923
  # @return [String]
2920
2924
  #
2925
+ # @!attribute [rw] tag_keys
2926
+ # A tag key or keys for which you want to return all matching event
2927
+ # notification subscriptions that are associated with the specified
2928
+ # key or keys. For example, suppose that you have subscriptions that
2929
+ # are tagged with keys called `owner` and `environment`. If you
2930
+ # specify both of these tag keys in the request, Amazon Redshift
2931
+ # returns a response with the subscriptions that have either or both
2932
+ # of these tag keys associated with them.
2933
+ # @return [Array<String>]
2934
+ #
2935
+ # @!attribute [rw] tag_values
2936
+ # A tag value or values for which you want to return all matching
2937
+ # event notification subscriptions that are associated with the
2938
+ # specified tag value or values. For example, suppose that you have
2939
+ # subscriptions that are tagged with values called `admin` and `test`.
2940
+ # If you specify both of these tag values in the request, Amazon
2941
+ # Redshift returns a response with the subscriptions that have either
2942
+ # or both of these tag values associated with them.
2943
+ # @return [Array<String>]
2944
+ #
2921
2945
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeEventSubscriptionsMessage AWS API Documentation
2922
2946
  #
2923
2947
  class DescribeEventSubscriptionsMessage < Struct.new(
2924
2948
  :subscription_name,
2925
2949
  :max_records,
2926
- :marker)
2950
+ :marker,
2951
+ :tag_keys,
2952
+ :tag_values)
2927
2953
  include Aws::Structure
2928
2954
  end
2929
2955
 
@@ -3537,13 +3563,13 @@ module Aws::Redshift
3537
3563
  # * Snapshot copy grant
3538
3564
  #
3539
3565
  # For more information about Amazon Redshift resource types and
3540
- # constructing ARNs, go to [Constructing an Amazon Redshift Amazon
3541
- # Resource Name (ARN)][1] in the Amazon Redshift Cluster Management
3542
- # Guide.
3566
+ # constructing ARNs, go to [Specifying Policy Elements: Actions,
3567
+ # Effects, Resources, and Principals][1] in the Amazon Redshift
3568
+ # Cluster Management Guide.
3543
3569
  #
3544
3570
  #
3545
3571
  #
3546
- # [1]: http://docs.aws.amazon.com/redshift/latest/mgmt/constructing-redshift-arn.html
3572
+ # [1]: http://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-overview.html#redshift-iam-access-control-specify-actions
3547
3573
  # @return [String]
3548
3574
  #
3549
3575
  # @!attribute [rw] max_records
@@ -4096,9 +4122,10 @@ module Aws::Redshift
4096
4122
  #
4097
4123
  # Constraints:
4098
4124
  #
4099
- # * Must be 1 to 128 alphanumeric characters or hyphens
4125
+ # * Must be 1 to 64 alphanumeric characters or hyphens
4100
4126
  #
4101
- # * Must contain only lowercase letters.
4127
+ # * Must contain only lowercase letters, numbers, underscore, plus
4128
+ # sign, period (dot), at symbol (@), or hyphen.
4102
4129
  #
4103
4130
  # * First character must be a letter.
4104
4131
  #
@@ -4110,20 +4137,25 @@ module Aws::Redshift
4110
4137
  #
4111
4138
  #
4112
4139
  #
4113
- # [1]: http://docs.aws.amazon.com/http:/docs.aws.amazon.com/redshift/latest/dg/r_CREATE_USER.html
4140
+ # [1]: http://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_USER.html
4114
4141
  # [2]: http://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html
4115
4142
  # @return [String]
4116
4143
  #
4117
4144
  # @!attribute [rw] db_name
4118
4145
  # The name of a database that `DbUser` is authorized to log on to. If
4119
- # `DbName` is not specified, `DbUser` can log in to any existing
4146
+ # `DbName` is not specified, `DbUser` can log on to any existing
4120
4147
  # database.
4121
4148
  #
4122
4149
  # Constraints:
4123
4150
  #
4124
4151
  # * Must be 1 to 64 alphanumeric characters or hyphens
4125
4152
  #
4126
- # * Must contain only lowercase letters.
4153
+ # * Must contain only lowercase letters, numbers, underscore, plus
4154
+ # sign, period (dot), at symbol (@), or hyphen.
4155
+ #
4156
+ # * First character must be a letter.
4157
+ #
4158
+ # * Must not contain a colon ( : ) or slash ( / ).
4127
4159
  #
4128
4160
  # * Cannot be a reserved word. A list of reserved words can be found
4129
4161
  # in [Reserved Words][1] in the Amazon Redshift Database Developer
@@ -4149,14 +4181,34 @@ module Aws::Redshift
4149
4181
  # @return [Integer]
4150
4182
  #
4151
4183
  # @!attribute [rw] auto_create
4152
- # Create a database user with the name specified for `DbUser` if one
4153
- # does not exist.
4184
+ # Create a database user with the name specified for the user named in
4185
+ # `DbUser` if one does not exist.
4154
4186
  # @return [Boolean]
4155
4187
  #
4156
4188
  # @!attribute [rw] db_groups
4157
- # A list of the names of existing database groups that `DbUser` will
4158
- # join for the current session. If not specified, the new user is
4159
- # added only to PUBLIC.
4189
+ # A list of the names of existing database groups that the user named
4190
+ # in `DbUser` will join for the current session, in addition to any
4191
+ # group memberships for an existing user. If not specified, a new user
4192
+ # is added only to PUBLIC.
4193
+ #
4194
+ # Database group name constraints
4195
+ #
4196
+ # * Must be 1 to 64 alphanumeric characters or hyphens
4197
+ #
4198
+ # * Must contain only lowercase letters, numbers, underscore, plus
4199
+ # sign, period (dot), at symbol (@), or hyphen.
4200
+ #
4201
+ # * First character must be a letter.
4202
+ #
4203
+ # * Must not contain a colon ( : ) or slash ( / ).
4204
+ #
4205
+ # * Cannot be a reserved word. A list of reserved words can be found
4206
+ # in [Reserved Words][1] in the Amazon Redshift Database Developer
4207
+ # Guide.
4208
+ #
4209
+ #
4210
+ #
4211
+ # [1]: http://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html
4160
4212
  # @return [Array<String>]
4161
4213
  #
4162
4214
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/GetClusterCredentialsMessage AWS API Documentation
@@ -6562,7 +6614,7 @@ module Aws::Redshift
6562
6614
  #
6563
6615
  #
6564
6616
  #
6565
- # [1]: http://docs.aws.amazon.com/redshift/latest/mgmt/constructing-redshift-arn.html
6617
+ # [1]: http://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-overview.html#redshift-iam-access-control-specify-actions
6566
6618
  # @return [String]
6567
6619
  #
6568
6620
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/TaggedResource AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -57,7 +57,9 @@ files:
57
57
  homepage: http://github.com/aws/aws-sdk-ruby
58
58
  licenses:
59
59
  - Apache-2.0
60
- metadata: {}
60
+ metadata:
61
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-redshift
62
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-redshift/CHANGELOG.md
61
63
  post_install_message:
62
64
  rdoc_options: []
63
65
  require_paths: