aws-sdk-account 1.3.0 → 1.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +77 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-account/client.rb +512 -4
- data/lib/aws-sdk-account/client_api.rb +183 -1
- data/lib/aws-sdk-account/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-account/endpoint_provider.rb +60 -0
- data/lib/aws-sdk-account/endpoints.rb +142 -0
- data/lib/aws-sdk-account/errors.rb +26 -0
- data/lib/aws-sdk-account/plugins/endpoints.rb +86 -0
- data/lib/aws-sdk-account/types.rb +505 -25
- data/lib/aws-sdk-account.rb +5 -1
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e56ee264004ff245b4c3312de1363487dd232aa01ed649104bdff90529e08815
|
4
|
+
data.tar.gz: 7c0bf55d43319769835a71a63199ddcff714809568c4d674cad74b999927ef4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5eb2afb98ec73be9d3a29d21ed8ea10b8b49fe1dea57645f8745c26ba242ad7f6b7447e814fda80c88056be0b91d06e0325c2977c1bb50d29f721943c5230127
|
7
|
+
data.tar.gz: 2e6b12227660e8b8ffda35c25fc46c9e0d7cdaa1cb1d445ff633ca5ca4b2e26291c35d63cc7c182c5932c1f67cb86fac7d8112d31980ba73f6088dc05852671a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,83 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.18.0 (2023-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.17.0 (2023-07-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.16.0 (2023-07-06)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.15.0 (2023-06-28)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.14.0 (2023-06-16)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Improve pagination support for ListRegions
|
28
|
+
|
29
|
+
1.13.0 (2023-06-15)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.12.0 (2023-05-31)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.11.0 (2023-03-06)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - AWS Account alternate contact email addresses can now have a length of 254 characters and contain the character "|".
|
43
|
+
|
44
|
+
1.10.0 (2023-02-13)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - This release of the Account Management API enables customers to view and manage whether AWS Opt-In Regions are enabled or disabled for their Account. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html
|
48
|
+
|
49
|
+
1.9.0 (2023-01-18)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
53
|
+
|
54
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
55
|
+
|
56
|
+
1.8.0 (2022-10-25)
|
57
|
+
------------------
|
58
|
+
|
59
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
60
|
+
|
61
|
+
1.7.0 (2022-07-22)
|
62
|
+
------------------
|
63
|
+
|
64
|
+
* Feature - This release enables customers to manage the primary contact information for their AWS accounts. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/API_Operations.html
|
65
|
+
|
66
|
+
1.6.0 (2022-02-24)
|
67
|
+
------------------
|
68
|
+
|
69
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
70
|
+
|
71
|
+
1.5.0 (2022-02-03)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
75
|
+
|
76
|
+
1.4.0 (2021-12-21)
|
77
|
+
------------------
|
78
|
+
|
79
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
80
|
+
|
4
81
|
1.3.0 (2021-11-30)
|
5
82
|
------------------
|
6
83
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.18.0
|