aws-sdk-invoicing 1.23.0 → 1.25.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: 101f5d9f6d7fba15bf11d74b774c804aa7799b84c209fd92785c0e1bd9f7ff72
4
- data.tar.gz: 9f4ae0fbc965cfedbd8d7cc191dd4ed450d7fdba74d6c28c0b4a061d056d9f6b
3
+ metadata.gz: ba8b551cb99983e243e9e4e65350f90ba732f3ea559f384d60097c646c89b1ba
4
+ data.tar.gz: a17aa267ff304aa236360980bf5a3b16114b07165e87e67871d4c6a6650c6c27
5
5
  SHA512:
6
- metadata.gz: 2a48703bbee1fe4d0109279940a3abedc7b9f6785928a9a4e9f6960ab6d3a548a2db6e298a0a3777d995cf756ac453607a67895f561c0f5f6514454ba66d1c13
7
- data.tar.gz: ef573108ea437b55cfe9529c9e2ab4bb91db1790517350c2a08d5e2fc57977e5958cad56adaa3cdb01518781217640571d257b9a2f675745d5b73a1e4f72af7e
6
+ metadata.gz: fc8774f5afbb149876b535e1e822823f910485ded28d2f5170ff8aca921e642e8fd7cc68fa1f19902786fa0a977e4f5cb2fb24ca5c276b2336d054cb47b23fa1
7
+ data.tar.gz: df169c4fa464f857d5f6ac9a2dad26b7da9130d31d56177c3843a5b3b02e4eb3b16175144e4af1b1019f37bc6aadbffc7a5bbfa9f618692483af0274ff617b88
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.24.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.23.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.25.0
@@ -199,7 +199,7 @@ module Aws::Invoicing
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::Invoicing
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2900,7 +2898,7 @@ module Aws::Invoicing
2900
2898
  tracer: tracer
2901
2899
  )
2902
2900
  context[:gem_name] = 'aws-sdk-invoicing'
2903
- context[:gem_version] = '1.23.0'
2901
+ context[:gem_version] = '1.25.0'
2904
2902
  Seahorse::Client::Request.new(handlers, context)
2905
2903
  end
2906
2904
 
@@ -55,7 +55,7 @@ module Aws::Invoicing
55
55
  autoload :EndpointProvider, 'aws-sdk-invoicing/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-invoicing/endpoints'
57
57
 
58
- GEM_VERSION = '1.23.0'
58
+ GEM_VERSION = '1.25.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -107,7 +107,7 @@ module Aws
107
107
  {
108
108
  key: ::String,
109
109
  value: ::String
110
- },
110
+ }
111
111
  ]
112
112
  ) -> _CreateInvoiceUnitResponseSuccess
113
113
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInvoiceUnitResponseSuccess
@@ -129,40 +129,21 @@ module Aws
129
129
  },
130
130
  ?procurement_portal_shared_secret: ::String,
131
131
  ?procurement_portal_instance_endpoint: ::String,
132
- ?test_env_preference: {
133
- buyer_domain: ("NetworkID"),
134
- buyer_identifier: ::String,
135
- supplier_domain: ("NetworkID"),
136
- supplier_identifier: ::String,
137
- procurement_portal_shared_secret: ::String?,
138
- procurement_portal_instance_endpoint: ::String?
139
- },
132
+ ?test_env_preference: Params::test_env_preference_input,
140
133
  einvoice_delivery_enabled: bool,
141
- ?einvoice_delivery_preference: {
142
- einvoice_delivery_document_types: Array[("AWS_CLOUD_INVOICE" | "AWS_CLOUD_CREDIT_MEMO" | "AWS_MARKETPLACE_INVOICE" | "AWS_MARKETPLACE_CREDIT_MEMO" | "AWS_REQUEST_FOR_PAYMENT")],
143
- einvoice_delivery_attachment_types: Array[("INVOICE_PDF" | "RFP_PDF")]?,
144
- protocol: ("CXML"),
145
- purchase_order_data_sources: Array[
146
- {
147
- einvoice_delivery_document_type: ("AWS_CLOUD_INVOICE" | "AWS_CLOUD_CREDIT_MEMO" | "AWS_MARKETPLACE_INVOICE" | "AWS_MARKETPLACE_CREDIT_MEMO" | "AWS_REQUEST_FOR_PAYMENT")?,
148
- purchase_order_data_source_type: ("ASSOCIATED_PURCHASE_ORDER_REQUIRED" | "PURCHASE_ORDER_NOT_REQUIRED")?
149
- },
150
- ],
151
- connection_testing_method: ("PROD_ENV_DOLLAR_TEST" | "TEST_ENV_REPLAY_TEST"),
152
- einvoice_delivery_activation_date: ::Time
153
- },
134
+ ?einvoice_delivery_preference: Params::einvoice_delivery_preference,
154
135
  purchase_order_retrieval_enabled: bool,
155
136
  contacts: Array[
156
137
  {
157
138
  name: ::String?,
158
139
  email: ::String?
159
- },
140
+ }
160
141
  ],
161
142
  ?resource_tags: Array[
162
143
  {
163
144
  key: ::String,
164
145
  value: ::String
165
- },
146
+ }
166
147
  ],
167
148
  ?client_token: ::String
168
149
  ) -> _CreateProcurementPortalPreferenceResponseSuccess
@@ -307,34 +288,15 @@ module Aws
307
288
  },
308
289
  ?procurement_portal_shared_secret: ::String,
309
290
  ?procurement_portal_instance_endpoint: ::String,
310
- ?test_env_preference: {
311
- buyer_domain: ("NetworkID"),
312
- buyer_identifier: ::String,
313
- supplier_domain: ("NetworkID"),
314
- supplier_identifier: ::String,
315
- procurement_portal_shared_secret: ::String?,
316
- procurement_portal_instance_endpoint: ::String?
317
- },
291
+ ?test_env_preference: Params::test_env_preference_input,
318
292
  einvoice_delivery_enabled: bool,
319
- ?einvoice_delivery_preference: {
320
- einvoice_delivery_document_types: Array[("AWS_CLOUD_INVOICE" | "AWS_CLOUD_CREDIT_MEMO" | "AWS_MARKETPLACE_INVOICE" | "AWS_MARKETPLACE_CREDIT_MEMO" | "AWS_REQUEST_FOR_PAYMENT")],
321
- einvoice_delivery_attachment_types: Array[("INVOICE_PDF" | "RFP_PDF")]?,
322
- protocol: ("CXML"),
323
- purchase_order_data_sources: Array[
324
- {
325
- einvoice_delivery_document_type: ("AWS_CLOUD_INVOICE" | "AWS_CLOUD_CREDIT_MEMO" | "AWS_MARKETPLACE_INVOICE" | "AWS_MARKETPLACE_CREDIT_MEMO" | "AWS_REQUEST_FOR_PAYMENT")?,
326
- purchase_order_data_source_type: ("ASSOCIATED_PURCHASE_ORDER_REQUIRED" | "PURCHASE_ORDER_NOT_REQUIRED")?
327
- },
328
- ],
329
- connection_testing_method: ("PROD_ENV_DOLLAR_TEST" | "TEST_ENV_REPLAY_TEST"),
330
- einvoice_delivery_activation_date: ::Time
331
- },
293
+ ?einvoice_delivery_preference: Params::einvoice_delivery_preference,
332
294
  purchase_order_retrieval_enabled: bool,
333
295
  contacts: Array[
334
296
  {
335
297
  name: ::String?,
336
298
  email: ::String?
337
- },
299
+ }
338
300
  ]
339
301
  ) -> _PutProcurementPortalPreferenceResponseSuccess
340
302
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutProcurementPortalPreferenceResponseSuccess
@@ -349,7 +311,7 @@ module Aws
349
311
  {
350
312
  key: ::String,
351
313
  value: ::String
352
- },
314
+ }
353
315
  ]
354
316
  ) -> _TagResourceResponseSuccess
355
317
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,36 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module Invoicing
10
+ module Params
11
+ type test_env_preference_input = {
12
+ buyer_domain: ("NetworkID"),
13
+ buyer_identifier: ::String,
14
+ supplier_domain: ("NetworkID"),
15
+ supplier_identifier: ::String,
16
+ procurement_portal_shared_secret: ::String?,
17
+ procurement_portal_instance_endpoint: ::String?
18
+ }
19
+
20
+ type einvoice_delivery_preference = {
21
+ einvoice_delivery_document_types: Array[("AWS_CLOUD_INVOICE" | "AWS_CLOUD_CREDIT_MEMO" | "AWS_MARKETPLACE_INVOICE" | "AWS_MARKETPLACE_CREDIT_MEMO" | "AWS_REQUEST_FOR_PAYMENT")],
22
+ einvoice_delivery_attachment_types: Array[("INVOICE_PDF" | "RFP_PDF")]?,
23
+ protocol: ("CXML"),
24
+ purchase_order_data_sources: Array[
25
+ {
26
+ einvoice_delivery_document_type: ("AWS_CLOUD_INVOICE" | "AWS_CLOUD_CREDIT_MEMO" | "AWS_MARKETPLACE_INVOICE" | "AWS_MARKETPLACE_CREDIT_MEMO" | "AWS_REQUEST_FOR_PAYMENT")?,
27
+ purchase_order_data_source_type: ("ASSOCIATED_PURCHASE_ORDER_REQUIRED" | "PURCHASE_ORDER_NOT_REQUIRED")?
28
+ }
29
+ ],
30
+ connection_testing_method: ("PROD_ENV_DOLLAR_TEST" | "TEST_ENV_REPLAY_TEST"),
31
+ einvoice_delivery_activation_date: ::Time
32
+ }
33
+
34
+ end
35
+ end
36
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-invoicing
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
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-invoicing/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs