aws-sdk-ssmcontacts 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f5c360f08b8b70d0c1c6555b79c2b2797eb3a831c49b0ccf0fec251ed0d5c03c
4
- data.tar.gz: 62eeec106fc9299a000e7caadcded899507fea5fc5014d8663c5e6e6cb60f4df
3
+ metadata.gz: 9aaae4bee0e3edc42e06516f0516adb1bcd1486ea779ec31747dc1bcac8afc77
4
+ data.tar.gz: bc0937eb01504a0695fdd4566b4eaa2988829c89e0bb21bd1f0b59d8f4424960
5
5
  SHA512:
6
- metadata.gz: 336f64a5ba0522f87b9c30db73bcad0466f5bfe156f20ec41a800a022f89c30aad66d9b4db4b5f11b56e4706a1479b1675edeeb554564e87b3aad397fe881704
7
- data.tar.gz: eb7522b0d287984c2447e1b6dbff28d42e5040d320662daa751db6b924ecf0a4bdca4631df6c106121915313b8aa151d42f9615a03847484d5e563f2629cbe27
6
+ metadata.gz: 367481b1433edf08e977c37e63050d797d918044aad18ab58ef8e08d1f5e6e46808df0d6f1c38760fb84824664d1c76dce4c8932012cdca42af13dfd75a7dd65
7
+ data.tar.gz: 8ec0fbaeb5380d4225baa1dfa044f037b93785622a44bd04046b49157af0b6721a69fdfc6f45c19b6047e3cb23f7f3317e7781b4552ef3bc3d2ef6a72ab678e1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2021-07-08)
5
+ ------------------
6
+
7
+ * Feature - Updated description for CreateContactChannel contactId.
8
+
4
9
  1.1.0 (2021-06-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ssmcontacts/customizations'
48
48
  # @!group service
49
49
  module Aws::SSMContacts
50
50
 
51
- GEM_VERSION = '1.1.0'
51
+ GEM_VERSION = '1.2.0'
52
52
 
53
53
  end
@@ -490,7 +490,8 @@ module Aws::SSMContacts
490
490
  # your contact.
491
491
  #
492
492
  # @option params [required, String] :contact_id
493
- # The Amazon Resource Name (ARN) of the contact channel.
493
+ # The Amazon Resource Name (ARN) of the contact you are adding the
494
+ # contact channel to.
494
495
  #
495
496
  # @option params [required, String] :name
496
497
  # The name of the contact channel.
@@ -1470,7 +1471,7 @@ module Aws::SSMContacts
1470
1471
  params: params,
1471
1472
  config: config)
1472
1473
  context[:gem_name] = 'aws-sdk-ssmcontacts'
1473
- context[:gem_version] = '1.1.0'
1474
+ context[:gem_version] = '1.2.0'
1474
1475
  Seahorse::Client::Request.new(handlers, context)
1475
1476
  end
1476
1477
 
@@ -306,7 +306,8 @@ module Aws::SSMContacts
306
306
  # }
307
307
  #
308
308
  # @!attribute [rw] contact_id
309
- # The Amazon Resource Name (ARN) of the contact channel.
309
+ # The Amazon Resource Name (ARN) of the contact you are adding the
310
+ # contact channel to.
310
311
  # @return [String]
311
312
  #
312
313
  # @!attribute [rw] name
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmcontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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: 2021-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core