aws-sdk-chimesdkmeetings 1.23.0 → 1.25.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: 9c8e8b33876e958ad47faa3714b7abb3569a1109305be380eaa38931d749aba6
4
+ data.tar.gz: 0ddf0b0432eb287b02071fc4c94c46b236ddce997df4cf7be5db6656666b347d
5
5
  SHA512:
6
- metadata.gz: 98bc970adcd9097bc2d93cbf3da66649eb0b66491346901de6eadf35ed2f58712969cab8c817a15c0338a3d4996d8faab067c79a532103456fa8881f34801c32
7
- data.tar.gz: 3fde75ffdd9e89f065a1cd40589bcb2fc666d2e93991a75984c7e49549b7deb98ef9072dbe22bfd49d954eaadec47d811d398487a9beb94bd66bd516a47fb50d
6
+ metadata.gz: e1910190355dfc560b8206beb8d634294cbdbcc6ec96ab11040c6a53ec2aee21ca1a3d40dd164568c3bfbe355f75e37d178a5052ff758a3d0e9e4893fe7f4d9f
7
+ data.tar.gz: 3dab59f8a59f6f7c758c1ed313d5852101b406b437ad675a05404d19eafca700a7df57cb3dbc9b48fbe4e5be4bdfd2c05db993ce40660a61eede46ed3c405397
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.24.0 (2023-08-15)
10
+ ------------------
11
+
12
+ * Feature - Updated API documentation to include additional exceptions.
13
+
4
14
  1.23.0 (2023-07-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.25.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.25.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.25.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.25.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-09-27 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.177.0
22
+ version: 3.184.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.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement