aws-sdk-chimesdkmeetings 1.23.0 → 1.24.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: ff2922179d647c3d6d7abedf1b3544825e0646a52ac6010666a46cbe633ed37f
4
- data.tar.gz: 8d835e3835f9fce59ac91563b03207db5b8421ff2d9da2046be4059292a6a679
3
+ metadata.gz: dc102a44911db379f12bac8d4d1b6cfc93df9aa75d3e83aaae1e3baa1c554749
4
+ data.tar.gz: 2e5e39501ec0accde4aad7c9acb130e2fbbf2b3cfcaa1793fec257b00eddbe11
5
5
  SHA512:
6
- metadata.gz: 98bc970adcd9097bc2d93cbf3da66649eb0b66491346901de6eadf35ed2f58712969cab8c817a15c0338a3d4996d8faab067c79a532103456fa8881f34801c32
7
- data.tar.gz: 3fde75ffdd9e89f065a1cd40589bcb2fc666d2e93991a75984c7e49549b7deb98ef9072dbe22bfd49d954eaadec47d811d398487a9beb94bd66bd516a47fb50d
6
+ metadata.gz: b9611c13bed60c9b8f816e067d476c30c626c25848e8f1218e8c34a6f0961a1ab982df4354eb338911cd096def8e59d365278401a464c1d6fa46ef75e84880a5
7
+ data.tar.gz: 6e4a0f20caf6a60ad6c07037882bf807e9ab225d47a682248c18f9632f81d08765ba0d0c7fd094706939931c572aa38194d94017096bdad3d1b99dba4752dfae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2023-08-15)
5
+ ------------------
6
+
7
+ * Feature - Updated API documentation to include additional exceptions.
8
+
4
9
  1.23.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -1425,7 +1425,7 @@ module Aws::ChimeSDKMeetings
1425
1425
  params: params,
1426
1426
  config: config)
1427
1427
  context[:gem_name] = 'aws-sdk-chimesdkmeetings'
1428
- context[:gem_version] = '1.23.0'
1428
+ context[:gem_version] = '1.24.0'
1429
1429
  Seahorse::Client::Request.new(handlers, context)
1430
1430
  end
1431
1431
 
@@ -436,6 +436,8 @@ module Aws::ChimeSDKMeetings
436
436
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
437
437
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
438
438
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
439
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
440
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
439
441
  end)
440
442
 
441
443
  api.add_operation(:create_attendee, Seahorse::Model::Operation.new.tap do |o|
@@ -462,6 +464,7 @@ module Aws::ChimeSDKMeetings
462
464
  o.input = Shapes::ShapeRef.new(shape: CreateMeetingRequest)
463
465
  o.output = Shapes::ShapeRef.new(shape: CreateMeetingResponse)
464
466
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
467
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
465
468
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
466
469
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
467
470
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -477,6 +480,7 @@ module Aws::ChimeSDKMeetings
477
480
  o.input = Shapes::ShapeRef.new(shape: CreateMeetingWithAttendeesRequest)
478
481
  o.output = Shapes::ShapeRef.new(shape: CreateMeetingWithAttendeesResponse)
479
482
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
483
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
480
484
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
481
485
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
482
486
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -572,6 +576,13 @@ module Aws::ChimeSDKMeetings
572
576
  o.http_request_uri = "/tags"
573
577
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
574
578
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
579
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
580
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
581
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
582
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
583
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
584
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
585
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
575
586
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
576
587
  end)
577
588
 
@@ -615,6 +626,12 @@ module Aws::ChimeSDKMeetings
615
626
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
616
627
  o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
617
628
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
629
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
630
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
631
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
632
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
633
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
634
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
618
635
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
619
636
  o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
620
637
  end)
@@ -626,6 +643,12 @@ module Aws::ChimeSDKMeetings
626
643
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
627
644
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
628
645
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
646
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
647
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
648
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
649
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
650
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
651
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
629
652
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
630
653
  end)
631
654
 
@@ -641,6 +664,8 @@ module Aws::ChimeSDKMeetings
641
664
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
642
665
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
643
666
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
667
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
668
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
644
669
  end)
645
670
  end
646
671
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-chimesdkmeetings/customizations'
52
52
  # @!group service
53
53
  module Aws::ChimeSDKMeetings
54
54
 
55
- GEM_VERSION = '1.23.0'
55
+ GEM_VERSION = '1.24.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chimesdkmeetings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core