aws-sdk-billingconductor 1.56.0 → 1.57.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-billingconductor/client.rb +1 -1
- data/lib/aws-sdk-billingconductor.rb +1 -1
- data/sig/client.rbs +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c01c6c268088a78210dc7bdeba8dfd422f1a70b558435e92638f56e2029405e
|
|
4
|
+
data.tar.gz: 6add3855da04c8e6df139c9c6047741be93da691313de8603743f518ff191827
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fb21145563e64511ade181d6e36abe9d054b7395568eca0bd1de9c694c34a8f88ff5d8a4479a2a2f8848964b5212b6280d505cdf0121d8a6a907cb90501c909
|
|
7
|
+
data.tar.gz: 828b52a620452309f6ed90b16fb435f7a288f77b1a7721bbaaae0fc39f946a0d9e6a9b9b5c43a31dba08c3cba1339dcfd2fd7d14bf103323fe85c99431fc4c67
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.57.0
|
|
@@ -2259,7 +2259,7 @@ module Aws::BillingConductor
|
|
|
2259
2259
|
tracer: tracer
|
|
2260
2260
|
)
|
|
2261
2261
|
context[:gem_name] = 'aws-sdk-billingconductor'
|
|
2262
|
-
context[:gem_version] = '1.
|
|
2262
|
+
context[:gem_version] = '1.57.0'
|
|
2263
2263
|
Seahorse::Client::Request.new(handlers, context)
|
|
2264
2264
|
end
|
|
2265
2265
|
|
data/sig/client.rbs
CHANGED
|
@@ -184,7 +184,7 @@ module Aws
|
|
|
184
184
|
match_option: ("NOT_EQUAL" | "EQUAL"),
|
|
185
185
|
values: Array[("SAVINGS_PLAN_NEGATION")]?,
|
|
186
186
|
attribute_values: Array[::String]?
|
|
187
|
-
}
|
|
187
|
+
}
|
|
188
188
|
]?
|
|
189
189
|
},
|
|
190
190
|
?account_id: ::String,
|
|
@@ -372,7 +372,7 @@ module Aws
|
|
|
372
372
|
{
|
|
373
373
|
search_option: ("STARTS_WITH"),
|
|
374
374
|
search_value: ::String
|
|
375
|
-
}
|
|
375
|
+
}
|
|
376
376
|
]?,
|
|
377
377
|
responsibility_transfer_arns: Array[::String]?
|
|
378
378
|
}
|
|
@@ -588,7 +588,7 @@ module Aws
|
|
|
588
588
|
match_option: ("NOT_EQUAL" | "EQUAL"),
|
|
589
589
|
values: Array[("SAVINGS_PLAN_NEGATION")]?,
|
|
590
590
|
attribute_values: Array[::String]?
|
|
591
|
-
}
|
|
591
|
+
}
|
|
592
592
|
]?
|
|
593
593
|
},
|
|
594
594
|
?billing_period_range: {
|