aws-sdk-chimesdkmeetings 1.43.0 → 1.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d06c7569cd857cc6e6bac69e44f2f4fbf5812fdea742aa8719854879b3d79cbe
4
- data.tar.gz: e0badb46811319f004c14a468d0e5359af2158013f0d69507085525384020cee
3
+ metadata.gz: c9b456e3f84ef6ca222c3c14a4b0f4ea8d940daa7f731351f2d5b2748409bbc3
4
+ data.tar.gz: 86d4454dfc70c89f26aa23a8b06c687f877bd41d909d79f77d7582ff93477a87
5
5
  SHA512:
6
- metadata.gz: 41fe805d234731434ea8c8bb008b084cea78f27077b23ad5d831e6117267f6db2e0299395d56d40dcdffb860e5055aa5eeeb746405c7b466b261003db4437a36
7
- data.tar.gz: 841026b4dbb7e0dfabf306ddf52d48d0582c2c5dba9cd3174109a4471de7acc1a243ed6a997a304b56209709601b56b0fe2bcc242d1c8a456b5b7d527dd577af
6
+ metadata.gz: 3fb2c290acb5af52a5081d77c3e45afdd2f9b52a47bd04b0186d551759b885ab4e7cb68413a351318147e6b0c964982c8838a8dcd0c7960de092ae06c2a69eae
7
+ data.tar.gz: 8ee8fa85c43cb09b41945bed0aa1c9875e59eac35a06599b25d16998fdd07daadce7bfcc6f3c4d3f3562c6636c5bd855c7805e92a30ca95e8b4b4d0a3eda58b6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -598,7 +598,7 @@ module Aws::ChimeSDKMeetings
598
598
  # The Amazon Chime SDK external user ID. An idempotency token. Links the
599
599
  # attendee to an identity managed by a builder application.
600
600
  #
601
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
601
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
602
602
  #
603
603
  # Values that begin with `aws:` are reserved. You can't configure a
604
604
  # value that uses this prefix.
@@ -714,7 +714,7 @@ module Aws::ChimeSDKMeetings
714
714
  # @option params [required, String] :external_meeting_id
715
715
  # The external meeting ID.
716
716
  #
717
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
717
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
718
718
  #
719
719
  # Values that begin with `aws:` are reserved. You can't configure a
720
720
  # value that uses this prefix. Case insensitive.
@@ -895,7 +895,7 @@ module Aws::ChimeSDKMeetings
895
895
  # @option params [required, String] :external_meeting_id
896
896
  # The external meeting ID.
897
897
  #
898
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
898
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
899
899
  #
900
900
  # Values that begin with `aws:` are reserved. You can't configure a
901
901
  # value that uses this prefix. Case insensitive.
@@ -1566,7 +1566,7 @@ module Aws::ChimeSDKMeetings
1566
1566
  tracer: tracer
1567
1567
  )
1568
1568
  context[:gem_name] = 'aws-sdk-chimesdkmeetings'
1569
- context[:gem_version] = '1.43.0'
1569
+ context[:gem_version] = '1.44.0'
1570
1570
  Seahorse::Client::Request.new(handlers, context)
1571
1571
  end
1572
1572
 
@@ -24,7 +24,7 @@ module Aws::ChimeSDKMeetings
24
24
  # The Amazon Chime SDK external user ID. An idempotency token. Links
25
25
  # the attendee to an identity managed by a builder application.
26
26
  #
27
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
27
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
28
28
  #
29
29
  # Values that begin with `aws:` are reserved. You can't configure a
30
30
  # value that uses this prefix. Case insensitive.
@@ -340,7 +340,7 @@ module Aws::ChimeSDKMeetings
340
340
  # The Amazon Chime SDK external user ID. An idempotency token. Links
341
341
  # the attendee to an identity managed by a builder application.
342
342
  #
343
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
343
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
344
344
  #
345
345
  # Values that begin with `aws:` are reserved. You can't configure a
346
346
  # value that uses this prefix. Case insensitive.
@@ -372,7 +372,7 @@ module Aws::ChimeSDKMeetings
372
372
  # The Amazon Chime SDK external user ID. An idempotency token. Links
373
373
  # the attendee to an identity managed by a builder application.
374
374
  #
375
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
375
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
376
376
  #
377
377
  # Values that begin with `aws:` are reserved. You can't configure a
378
378
  # value that uses this prefix.
@@ -437,7 +437,7 @@ module Aws::ChimeSDKMeetings
437
437
  # The Amazon Chime SDK external user ID. An idempotency token. Links
438
438
  # the attendee to an identity managed by a builder application.
439
439
  #
440
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
440
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
441
441
  #
442
442
  # Values that begin with `aws:` are reserved. You can't configure a
443
443
  # value that uses this prefix. Case insensitive.
@@ -496,7 +496,7 @@ module Aws::ChimeSDKMeetings
496
496
  # @!attribute [rw] external_meeting_id
497
497
  # The external meeting ID.
498
498
  #
499
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
499
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
500
500
  #
501
501
  # Values that begin with `aws:` are reserved. You can't configure a
502
502
  # value that uses this prefix. Case insensitive.
@@ -632,7 +632,7 @@ module Aws::ChimeSDKMeetings
632
632
  # @!attribute [rw] external_meeting_id
633
633
  # The external meeting ID.
634
634
  #
635
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
635
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
636
636
  #
637
637
  # Values that begin with `aws:` are reserved. You can't configure a
638
638
  # value that uses this prefix. Case insensitive.
@@ -1252,7 +1252,7 @@ module Aws::ChimeSDKMeetings
1252
1252
  # @!attribute [rw] external_meeting_id
1253
1253
  # The external meeting ID.
1254
1254
  #
1255
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
1255
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
1256
1256
  #
1257
1257
  # Values that begin with `aws:` are reserved. You can't configure a
1258
1258
  # value that uses this prefix. Case insensitive.
@@ -54,7 +54,7 @@ module Aws::ChimeSDKMeetings
54
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkmeetings/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chimesdkmeetings/endpoints'
56
56
 
57
- GEM_VERSION = '1.43.0'
57
+ GEM_VERSION = '1.44.0'
58
58
 
59
59
  end
60
60
 
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.43.0
4
+ version: 1.44.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core