aws-sdk-sns 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: 08b7f548dc1ca7798b9e6cdd700a6ba3ed67626e
4
- data.tar.gz: 6f53dfe2e123d1252e0f4b17639af166e26a729a
3
+ metadata.gz: 8393984926abcf033041ba143f085cbfea7827c2
4
+ data.tar.gz: c7747a43d1cd0647840fe86b466de71d73bb934c
5
5
  SHA512:
6
- metadata.gz: c0b93829aa033c346b34fa178f3fcee51cb417c0491b684c8f1841bf51466c944514405256de02c727320e093f8cafa84e55de341549ebcf1ec9128547827f5a
7
- data.tar.gz: e347f85c8ce0c3e1dbdd400dbfd673888f8176a031102568a9279d99b51a8a985767bdd3dcfffa18c14d1ba601f434bb963ccb7ad560de708fa360c5dc22cff0
6
+ metadata.gz: 635e85332de11274061d700088b42bcebc8dbe27f34674182328e8970dec1a20611811f08ba0dee43d9096bedc8f412872309e17280f631212f5776d95032b7a
7
+ data.tar.gz: 2987b96196887aa81058f210186519bb4fc31d6e3a45bd3adcc6e93b78bb531663ec841d0f053a11f69edee12902dae607a32aa0a69d98cffca8128938170bd9
data/lib/aws-sdk-sns.rb CHANGED
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-sns/customizations'
46
46
  # @service
47
47
  module Aws::SNS
48
48
 
49
- GEM_VERSION = '1.0.0'
49
+ GEM_VERSION = '1.1.0'
50
50
 
51
51
  end
@@ -1592,7 +1592,7 @@ module Aws::SNS
1592
1592
  params: params,
1593
1593
  config: config)
1594
1594
  context[:gem_name] = 'aws-sdk-sns'
1595
- context[:gem_version] = '1.0.0'
1595
+ context[:gem_version] = '1.1.0'
1596
1596
  Seahorse::Client::Request.new(handlers, context)
1597
1597
  end
1598
1598
 
@@ -46,7 +46,7 @@ module Aws::SNS
46
46
  # (permanent) to one of the application's endpoints.
47
47
  # @return [Hash<String,String>]
48
48
  def attributes
49
- data.attributes
49
+ data[:attributes]
50
50
  end
51
51
 
52
52
  # @!endgroup
@@ -47,7 +47,7 @@ module Aws::SNS
47
47
  # notification service.
48
48
  # @return [Hash<String,String>]
49
49
  def attributes
50
- data.attributes
50
+ data[:attributes]
51
51
  end
52
52
 
53
53
  # @!endgroup
@@ -50,7 +50,7 @@ module Aws::SNS
50
50
  # and account system defaults
51
51
  # @return [Hash<String,String>]
52
52
  def attributes
53
- data.attributes
53
+ data[:attributes]
54
54
  end
55
55
 
56
56
  # @!endgroup
@@ -59,7 +59,7 @@ module Aws::SNS
59
59
  # delivery policy that takes into account system defaults
60
60
  # @return [Hash<String,String>]
61
61
  def attributes
62
- data.attributes
62
+ data[:attributes]
63
63
  end
64
64
 
65
65
  # @!endgroup
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sns
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-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -61,7 +61,9 @@ files:
61
61
  homepage: http://github.com/aws/aws-sdk-ruby
62
62
  licenses:
63
63
  - Apache-2.0
64
- metadata: {}
64
+ metadata:
65
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sns
66
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sns/CHANGELOG.md
65
67
  post_install_message:
66
68
  rdoc_options: []
67
69
  require_paths: