aws-sdk-chimesdkmeetings 1.22.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: 5c1859858e530aee5754e17bc82a0452e867d95b6d3dafee1e77f3bf2e0e374a
4
- data.tar.gz: 7a575744718fbd4fa7ea63f8b09fd8ad4a9d0ba060ebd573927fd8cf2cf2d0ac
3
+ metadata.gz: dc102a44911db379f12bac8d4d1b6cfc93df9aa75d3e83aaae1e3baa1c554749
4
+ data.tar.gz: 2e5e39501ec0accde4aad7c9acb130e2fbbf2b3cfcaa1793fec257b00eddbe11
5
5
  SHA512:
6
- metadata.gz: 5425570db42ac8ad5ab3301b18687fb5bd302d35507ad17952d3c69239a16135da9e44615a57f2a0be697313f26d911fe9500822f86435131076f198c55044ce
7
- data.tar.gz: 3dec2aa466dd1d926527df7bcbead7a8ef5287137c0f64148705b52789258bfd07989d14c008356c8d6902e0b764ca93c25957a0313a9c2c805f060138086bbb
6
+ metadata.gz: b9611c13bed60c9b8f816e067d476c30c626c25848e8f1218e8c34a6f0961a1ab982df4354eb338911cd096def8e59d365278401a464c1d6fa46ef75e84880a5
7
+ data.tar.gz: 6e4a0f20caf6a60ad6c07037882bf807e9ab225d47a682248c18f9632f81d08765ba0d0c7fd094706939931c572aa38194d94017096bdad3d1b99dba4752dfae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.23.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.22.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.24.0
@@ -216,6 +216,10 @@ module Aws::ChimeSDKMeetings
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1421,7 +1425,7 @@ module Aws::ChimeSDKMeetings
1421
1425
  params: params,
1422
1426
  config: config)
1423
1427
  context[:gem_name] = 'aws-sdk-chimesdkmeetings'
1424
- context[:gem_version] = '1.22.0'
1428
+ context[:gem_version] = '1.24.0'
1425
1429
  Seahorse::Client::Request.new(handlers, context)
1426
1430
  end
1427
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.22.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.22.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-06 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