aws-sdk-connectcampaignservice 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: 4501f3409cd20689d4658e73f814c59cfdff7c38e93ad54f7bbf3187f4f2add8
4
- data.tar.gz: cef626b2b96ef9f74eee33eced26440c6abfda3b164e2e969a3c217d51ea88fa
3
+ metadata.gz: bbb67d6b10a0130731a2691d81150fc970fc57f0565bac793862409d2b6bc141
4
+ data.tar.gz: 91869418bb9649e69243f2521d45d3457c59274d9169f6061bcc84cc6aaaa10c
5
5
  SHA512:
6
- metadata.gz: 940c5bcab79ee809f28c31011f6e4de2f2780085ca460bff7d316ec6739063eb5ccf31c29a74e50b636557ed957b203940f8b67417fbfd36efea360c90a8c49c
7
- data.tar.gz: ed39409d2cf857e74179ab569092ee40de6d40b39982db043f7e80ef2c7fc157a2eb100b8380e8dcd29c761cd323c747efd8435efe771cc8318cc1d03748f3c0
6
+ metadata.gz: 3dda73c93e9c4b7c07aa1dcb2034f6761e85a59310cef8b7e996a0f001d5e036a1b5291f2ead6226b4fbabb86eebf1aeaf353f1f5c113e48d7ecf3a0b8bc062e
7
+ data.tar.gz: 927d91ec16ada5efbbfa7d0bce3756ac9392cc9a9cdacd25da83527d8ea9365411863c330828d677abc02e3a6cf00dcea61edf8f42b2c4c7351f4e2c56b433c9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2022-08-17)
5
+ ------------------
6
+
7
+ * Feature - Updated exceptions for Amazon Connect Outbound Campaign api's.
8
+
4
9
  1.0.0 (2022-06-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -1069,7 +1069,7 @@ module Aws::ConnectCampaignService
1069
1069
  params: params,
1070
1070
  config: config)
1071
1071
  context[:gem_name] = 'aws-sdk-connectcampaignservice'
1072
- context[:gem_version] = '1.0.0'
1072
+ context[:gem_version] = '1.1.0'
1073
1073
  Seahorse::Client::Request.new(handlers, context)
1074
1074
  end
1075
1075
 
@@ -464,6 +464,7 @@ module Aws::ConnectCampaignService
464
464
  o.output = Shapes::ShapeRef.new(shape: GetCampaignStateResponse)
465
465
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
466
466
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
467
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
467
468
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
468
469
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
469
470
  end)
@@ -542,6 +543,7 @@ module Aws::ConnectCampaignService
542
543
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
543
544
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
544
545
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
546
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
545
547
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
546
548
  o.errors << Shapes::ShapeRef.new(shape: InvalidCampaignStateException)
547
549
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -571,6 +573,7 @@ module Aws::ConnectCampaignService
571
573
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
572
574
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
573
575
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
576
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
574
577
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
575
578
  o.errors << Shapes::ShapeRef.new(shape: InvalidCampaignStateException)
576
579
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -585,6 +588,7 @@ module Aws::ConnectCampaignService
585
588
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
586
589
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
587
590
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
591
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
588
592
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
589
593
  o.errors << Shapes::ShapeRef.new(shape: InvalidCampaignStateException)
590
594
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -613,6 +617,7 @@ module Aws::ConnectCampaignService
613
617
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
614
618
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
615
619
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
620
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
616
621
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
617
622
  o.errors << Shapes::ShapeRef.new(shape: InvalidCampaignStateException)
618
623
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-connectcampaignservice/customizations'
48
48
  # @!group service
49
49
  module Aws::ConnectCampaignService
50
50
 
51
- GEM_VERSION = '1.0.0'
51
+ GEM_VERSION = '1.1.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectcampaignservice
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: 2022-06-17 00:00:00.000000000 Z
11
+ date: 2022-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core