aws-sdk-pinpointsmsvoicev2 1.28.0 → 1.30.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: 23ab1dd59b2dacba525b2b198ad351de27b1ab4abbf9cd93b2a5d4d64a33dab8
4
- data.tar.gz: ef8c3d1ff087ba9f34bd63c7261948b0b168646bceff45cc0493b98aab783256
3
+ metadata.gz: e747ee3d285efceb56b314f47de54784afa814ff57e656bc03ae963d75a83528
4
+ data.tar.gz: 7c97b975ab54922ad3ad4bcedcfc4b79e26bc3db4ff9402c0e2722186e44e4b1
5
5
  SHA512:
6
- metadata.gz: c54278df4eb120fd93b903e9ba48e87f94892f3c5c5f68e25314bb82524c38a5d44d074e47cf4425260ae01c189e9c1ca82b827d2d96725011754d6f95327bd6
7
- data.tar.gz: 3aab2dad344acad850ca4782b532680d8d1f08517bd2807f9de4ec9da1fc4e4d73b11971a79889d96c99391d82a692cfdfbe6bf270ff523929e7c2c7a3433ac5
6
+ metadata.gz: 34a7607383fcf4a6b5eb1d6468989333d3940f17126cefb80be590fc83c61fe80f54fcd12a721ceb27d96da9cf469b5f0dce089f143a1b7972409d2a850e2a26
7
+ data.tar.gz: 36cddccad016b9852304892aa93447726eb3632a20ddbfb8778e49ae593ad148a94188db63072b587286a3082e43908d6b154f232258a9a01c217905be169cad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2024-11-08)
5
+ ------------------
6
+
7
+ * Feature - Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type.
8
+
9
+ 1.29.0 (2024-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.28.0 (2024-10-17)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.30.0
@@ -1199,6 +1199,7 @@ module Aws::PinpointSMSVoiceV2
1199
1199
  # resp.registration_version_status_history.draft_timestamp #=> Time
1200
1200
  # resp.registration_version_status_history.submitted_timestamp #=> Time
1201
1201
  # resp.registration_version_status_history.reviewing_timestamp #=> Time
1202
+ # resp.registration_version_status_history.requires_authentication_timestamp #=> Time
1202
1203
  # resp.registration_version_status_history.approved_timestamp #=> Time
1203
1204
  # resp.registration_version_status_history.discarded_timestamp #=> Time
1204
1205
  # resp.registration_version_status_history.denied_timestamp #=> Time
@@ -3010,6 +3011,7 @@ module Aws::PinpointSMSVoiceV2
3010
3011
  # resp.registration_versions[0].registration_version_status_history.draft_timestamp #=> Time
3011
3012
  # resp.registration_versions[0].registration_version_status_history.submitted_timestamp #=> Time
3012
3013
  # resp.registration_versions[0].registration_version_status_history.reviewing_timestamp #=> Time
3014
+ # resp.registration_versions[0].registration_version_status_history.requires_authentication_timestamp #=> Time
3013
3015
  # resp.registration_versions[0].registration_version_status_history.approved_timestamp #=> Time
3014
3016
  # resp.registration_versions[0].registration_version_status_history.discarded_timestamp #=> Time
3015
3017
  # resp.registration_versions[0].registration_version_status_history.denied_timestamp #=> Time
@@ -3421,6 +3423,7 @@ module Aws::PinpointSMSVoiceV2
3421
3423
  # resp.registration_version_status_history.draft_timestamp #=> Time
3422
3424
  # resp.registration_version_status_history.submitted_timestamp #=> Time
3423
3425
  # resp.registration_version_status_history.reviewing_timestamp #=> Time
3426
+ # resp.registration_version_status_history.requires_authentication_timestamp #=> Time
3424
3427
  # resp.registration_version_status_history.approved_timestamp #=> Time
3425
3428
  # resp.registration_version_status_history.discarded_timestamp #=> Time
3426
3429
  # resp.registration_version_status_history.denied_timestamp #=> Time
@@ -4868,6 +4871,7 @@ module Aws::PinpointSMSVoiceV2
4868
4871
  # resp.registration_version_status_history.draft_timestamp #=> Time
4869
4872
  # resp.registration_version_status_history.submitted_timestamp #=> Time
4870
4873
  # resp.registration_version_status_history.reviewing_timestamp #=> Time
4874
+ # resp.registration_version_status_history.requires_authentication_timestamp #=> Time
4871
4875
  # resp.registration_version_status_history.approved_timestamp #=> Time
4872
4876
  # resp.registration_version_status_history.discarded_timestamp #=> Time
4873
4877
  # resp.registration_version_status_history.denied_timestamp #=> Time
@@ -5459,7 +5463,7 @@ module Aws::PinpointSMSVoiceV2
5459
5463
  tracer: tracer
5460
5464
  )
5461
5465
  context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
5462
- context[:gem_version] = '1.28.0'
5466
+ context[:gem_version] = '1.30.0'
5463
5467
  Seahorse::Client::Request.new(handlers, context)
5464
5468
  end
5465
5469
 
@@ -1450,6 +1450,7 @@ module Aws::PinpointSMSVoiceV2
1450
1450
  RegistrationVersionStatusHistory.add_member(:draft_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "DraftTimestamp"))
1451
1451
  RegistrationVersionStatusHistory.add_member(:submitted_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "SubmittedTimestamp"))
1452
1452
  RegistrationVersionStatusHistory.add_member(:reviewing_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReviewingTimestamp"))
1453
+ RegistrationVersionStatusHistory.add_member(:requires_authentication_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RequiresAuthenticationTimestamp"))
1453
1454
  RegistrationVersionStatusHistory.add_member(:approved_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ApprovedTimestamp"))
1454
1455
  RegistrationVersionStatusHistory.add_member(:discarded_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DiscardedTimestamp"))
1455
1456
  RegistrationVersionStatusHistory.add_member(:denied_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DeniedTimestamp"))
@@ -52,15 +52,18 @@ module Aws::PinpointSMSVoiceV2
52
52
  self[:region] = options[:region]
53
53
  self[:use_dual_stack] = options[:use_dual_stack]
54
54
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
- if self[:use_dual_stack].nil?
56
- raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
57
- end
58
55
  self[:use_fips] = options[:use_fips]
59
56
  self[:use_fips] = false if self[:use_fips].nil?
60
- if self[:use_fips].nil?
61
- raise ArgumentError, "Missing required EndpointParameter: :use_fips"
62
- end
63
57
  self[:endpoint] = options[:endpoint]
64
58
  end
59
+
60
+ def self.create(config, options={})
61
+ new({
62
+ region: config.region,
63
+ use_dual_stack: config.use_dualstack_endpoint,
64
+ use_fips: config.use_fips_endpoint,
65
+ endpoint: (config.endpoint.to_s unless config.regional_endpoint),
66
+ }.merge(options))
67
+ end
65
68
  end
66
69
  end