aws-sdk-ssmcontacts 1.0.0 → 1.4.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: b09cf9054be409711333efd93d6d52a92d50cbd0f432a62152451bdcf7def24c
4
- data.tar.gz: 471f83dab230395648e77887bd769c013206053fef642e6445204850b9871968
3
+ metadata.gz: 8c663714d8d95bdd77efbdc213e81ff8432ce830abf68dca59466aa45d824bae
4
+ data.tar.gz: 2d8907a8df6b129b5b5d9a05adcdfc1688b4d83bbe0bea6c183ed8780ffe96a6
5
5
  SHA512:
6
- metadata.gz: ba333db05d2b0c77f3d0cc5e112c5a925d2f5c2bf66e21874c94d67dc92f0f949c632d4c9836319ec9bf916a75c6f9f95ceeb7c02a720e7d1c7a9d3be79175e3
7
- data.tar.gz: 7b68116f99b2f6e4bedce30240401cbcb7c095529b37379f9d9e151594735c295a542b846e1d0bf767fb5274edb1ffd400934ffb03186037eaa70f024c23ec38
6
+ metadata.gz: 4b007d4159d53551202655179201094e4dbe83f02aa7be8bc57ae2526e06ef0c9f776971ac4719660f881c0f765ab88ad815d6ac1d08728e366a17fab1757362
7
+ data.tar.gz: 7c0500a7b7ad6e874357fa8c5e95a986a288a7b9a09e13a00df5dc107165bad79ad334386524b7f781e05ce184a0f98dd12bc3d39eed19b1e516eb79fe8939ee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2021-07-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.3.0 (2021-07-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.2.0 (2021-07-08)
15
+ ------------------
16
+
17
+ * Feature - Updated description for CreateContactChannel contactId.
18
+
19
+ 1.1.0 (2021-06-30)
20
+ ------------------
21
+
22
+ * Feature - Fixes the tag key length range to 128 chars, tag value length to 256 chars; Adds support for UTF-8 chars for contact and channel names, Allows users to unset name in UpdateContact API; Adds throttling exception to StopEngagement API, validation exception to APIs UntagResource, ListTagsForResource
23
+
4
24
  1.0.0 (2021-05-11)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.4.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.0.0'
51
+ GEM_VERSION = '1.4.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.0.0'
1474
+ context[:gem_version] = '1.4.0'
1474
1475
  Seahorse::Client::Request.new(handlers, context)
1475
1476
  end
1476
1477
 
@@ -800,6 +800,7 @@ module Aws::SSMContacts
800
800
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
801
801
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
802
802
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
803
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
803
804
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
804
805
  end)
805
806
 
@@ -855,6 +856,7 @@ module Aws::SSMContacts
855
856
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
856
857
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
857
858
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
859
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
858
860
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
859
861
  end)
860
862
 
@@ -881,6 +883,7 @@ module Aws::SSMContacts
881
883
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
882
884
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
883
885
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
886
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
884
887
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
885
888
  end)
886
889
 
@@ -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.0.0
4
+ version: 1.4.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-05-11 00:00:00.000000000 Z
11
+ date: 2021-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.119.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.119.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement