aws-sdk-invoicing 1.23.0 → 1.24.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: 4660e25604586ec045dddd9407b3e1fdacc214fcdae965d6a85f15925b41fb16
4
+ data.tar.gz: 32d233baa86bf37d715f8c82144584f2b4ae21b90e67fc155c6ce4ebbdeec715
5
5
  SHA512:
6
- metadata.gz: 2a48703bbee1fe4d0109279940a3abedc7b9f6785928a9a4e9f6960ab6d3a548a2db6e298a0a3777d995cf756ac453607a67895f561c0f5f6514454ba66d1c13
7
- data.tar.gz: ef573108ea437b55cfe9529c9e2ab4bb91db1790517350c2a08d5e2fc57977e5958cad56adaa3cdb01518781217640571d257b9a2f675745d5b73a1e4f72af7e
6
+ metadata.gz: 42c1fe7b749c5bd9cb6f709f1a8a9bc842b391b22bca4248d06c0e3924e03b29fecc2969b04728ddc804be533174e11777626dee8cc99930a8593649e827394c
7
+ data.tar.gz: e7b4ec53ca8c3e6a6d475eee11ddd5b7ba333791d60b2e0c93aa665d11ee699ea99fcbac6013e8eb8e1bd085a9a9da830016cf4445ff22e9f26afc20c80b92c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.23.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -2900,7 +2900,7 @@ module Aws::Invoicing
2900
2900
  tracer: tracer
2901
2901
  )
2902
2902
  context[:gem_name] = 'aws-sdk-invoicing'
2903
- context[:gem_version] = '1.23.0'
2903
+ context[:gem_version] = '1.24.0'
2904
2904
  Seahorse::Client::Request.new(handlers, context)
2905
2905
  end
2906
2906
 
@@ -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.24.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.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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