aws-sdk-ssmcontacts 1.0.0 → 1.1.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: f5c360f08b8b70d0c1c6555b79c2b2797eb3a831c49b0ccf0fec251ed0d5c03c
4
+ data.tar.gz: 62eeec106fc9299a000e7caadcded899507fea5fc5014d8663c5e6e6cb60f4df
5
5
  SHA512:
6
- metadata.gz: ba333db05d2b0c77f3d0cc5e112c5a925d2f5c2bf66e21874c94d67dc92f0f949c632d4c9836319ec9bf916a75c6f9f95ceeb7c02a720e7d1c7a9d3be79175e3
7
- data.tar.gz: 7b68116f99b2f6e4bedce30240401cbcb7c095529b37379f9d9e151594735c295a542b846e1d0bf767fb5274edb1ffd400934ffb03186037eaa70f024c23ec38
6
+ metadata.gz: 336f64a5ba0522f87b9c30db73bcad0466f5bfe156f20ec41a800a022f89c30aad66d9b4db4b5f11b56e4706a1479b1675edeeb554564e87b3aad397fe881704
7
+ data.tar.gz: eb7522b0d287984c2447e1b6dbff28d42e5040d320662daa751db6b924ecf0a4bdca4631df6c106121915313b8aa151d42f9615a03847484d5e563f2629cbe27
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2021-06-30)
5
+ ------------------
6
+
7
+ * 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
8
+
4
9
  1.0.0 (2021-05-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.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.1.0'
52
52
 
53
53
  end
@@ -1470,7 +1470,7 @@ module Aws::SSMContacts
1470
1470
  params: params,
1471
1471
  config: config)
1472
1472
  context[:gem_name] = 'aws-sdk-ssmcontacts'
1473
- context[:gem_version] = '1.0.0'
1473
+ context[:gem_version] = '1.1.0'
1474
1474
  Seahorse::Client::Request.new(handlers, context)
1475
1475
  end
1476
1476
 
@@ -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
 
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.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: 2021-05-11 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core