aws-sdk-sns 1.32.1 → 1.33.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
  SHA256:
3
- metadata.gz: 26b3c7ca043707d291ea47c619e2b0481b24282b95f57f031a7bca55d477fb6c
4
- data.tar.gz: 0f12afc9f439d81955cbe98497e47e360e7fdd97cc2ff177122e9e4b1000e393
3
+ metadata.gz: b390099af9da27241a7bf31dacae9567b22709ce5428a166dade893121da02f4
4
+ data.tar.gz: 20a343e906d29214f10b5545749a7b0e8bc887b18c032de04d0f78268e3fc5f8
5
5
  SHA512:
6
- metadata.gz: 10a4c7eabec788ff54f27ad3125798004d9ca937a80cba277215ff3901460f70fbb6faf1816bf211854073f5fd345097dd3928570418f88d7a809e088d2f8186
7
- data.tar.gz: 1fe0e8dd6cc7609d6390de957406444b330b240e737da2a74a64d30cd494579235bd591ef4634ee41befdca623e349da6e765583e3c155dcb449c0e627eaa8bd
6
+ metadata.gz: b5bbbf8d705ed1e0ef3ece707714b51ea192d3076f9a38222e8869ec496b8f52ecb364d0a75052e195c02a59a76cea6618fcf9f907e45e9075a74e751fb4d095
7
+ data.tar.gz: 860ec6364dd8da8f7ca890afaa3af60b75d60f40aff464fe5e681bc8a437a9452fc19f77f20192a10b58d9c9b524fe1bed9c15fc627bf961cd103c2acadaddc2
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-sns/customizations'
52
52
  # @!group service
53
53
  module Aws::SNS
54
54
 
55
- GEM_VERSION = '1.32.1'
55
+ GEM_VERSION = '1.33.0'
56
56
 
57
57
  end
@@ -1900,15 +1900,12 @@ module Aws::SNS
1900
1900
  # Sets whether the response from the `Subscribe` request includes the
1901
1901
  # subscription ARN, even if the subscription is not yet confirmed.
1902
1902
  #
1903
- # * If you set this parameter to `true`, the response includes the ARN
1904
- # in all cases, even if the subscription is not yet confirmed. In
1905
- # addition to the ARN for confirmed subscriptions, the response also
1906
- # includes the `pending subscription` ARN value for subscriptions that
1907
- # aren't yet confirmed. A subscription becomes confirmed when the
1908
- # subscriber calls the `ConfirmSubscription` action with a
1909
- # confirmation token.
1910
- #
1911
- # ^
1903
+ # If you set this parameter to `true`, the response includes the ARN in
1904
+ # all cases, even if the subscription is not yet confirmed. In addition
1905
+ # to the ARN for confirmed subscriptions, the response also includes the
1906
+ # `pending subscription` ARN value for subscriptions that aren't yet
1907
+ # confirmed. A subscription becomes confirmed when the subscriber calls
1908
+ # the `ConfirmSubscription` action with a confirmation token.
1912
1909
  #
1913
1910
  #
1914
1911
  #
@@ -2071,7 +2068,7 @@ module Aws::SNS
2071
2068
  params: params,
2072
2069
  config: config)
2073
2070
  context[:gem_name] = 'aws-sdk-sns'
2074
- context[:gem_version] = '1.32.1'
2071
+ context[:gem_version] = '1.33.0'
2075
2072
  Seahorse::Client::Request.new(handlers, context)
2076
2073
  end
2077
2074
 
@@ -437,15 +437,12 @@ module Aws::SNS
437
437
  # Sets whether the response from the `Subscribe` request includes the
438
438
  # subscription ARN, even if the subscription is not yet confirmed.
439
439
  #
440
- # * If you set this parameter to `true`, the response includes the ARN
441
- # in all cases, even if the subscription is not yet confirmed. In
442
- # addition to the ARN for confirmed subscriptions, the response also
443
- # includes the `pending subscription` ARN value for subscriptions that
444
- # aren't yet confirmed. A subscription becomes confirmed when the
445
- # subscriber calls the `ConfirmSubscription` action with a
446
- # confirmation token.
447
- #
448
- # ^
440
+ # If you set this parameter to `true`, the response includes the ARN in
441
+ # all cases, even if the subscription is not yet confirmed. In addition
442
+ # to the ARN for confirmed subscriptions, the response also includes the
443
+ # `pending subscription` ARN value for subscriptions that aren't yet
444
+ # confirmed. A subscription becomes confirmed when the subscriber calls
445
+ # the `ConfirmSubscription` action with a confirmation token.
449
446
  #
450
447
  #
451
448
  #
@@ -2033,15 +2033,13 @@ module Aws::SNS
2033
2033
  # Sets whether the response from the `Subscribe` request includes the
2034
2034
  # subscription ARN, even if the subscription is not yet confirmed.
2035
2035
  #
2036
- # * If you set this parameter to `true`, the response includes the ARN
2037
- # in all cases, even if the subscription is not yet confirmed. In
2038
- # addition to the ARN for confirmed subscriptions, the response also
2039
- # includes the `pending subscription` ARN value for subscriptions
2040
- # that aren't yet confirmed. A subscription becomes confirmed when
2041
- # the subscriber calls the `ConfirmSubscription` action with a
2042
- # confirmation token.
2043
- #
2044
- # ^
2036
+ # If you set this parameter to `true`, the response includes the ARN
2037
+ # in all cases, even if the subscription is not yet confirmed. In
2038
+ # addition to the ARN for confirmed subscriptions, the response also
2039
+ # includes the `pending subscription` ARN value for subscriptions that
2040
+ # aren't yet confirmed. A subscription becomes confirmed when the
2041
+ # subscriber calls the `ConfirmSubscription` action with a
2042
+ # confirmation token.
2045
2043
  #
2046
2044
  #
2047
2045
  #
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.32.1
4
+ version: 1.33.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: 2020-10-05 00:00:00.000000000 Z
11
+ date: 2020-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core