boto3 1.40.18__tar.gz → 1.40.20__tar.gz

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.
Files changed (72) hide show
  1. {boto3-1.40.18 → boto3-1.40.20}/PKG-INFO +2 -2
  2. {boto3-1.40.18 → boto3-1.40.20}/boto3/__init__.py +1 -1
  3. {boto3-1.40.18 → boto3-1.40.20}/boto3.egg-info/PKG-INFO +2 -2
  4. {boto3-1.40.18 → boto3-1.40.20}/boto3.egg-info/SOURCES.txt +0 -1
  5. {boto3-1.40.18 → boto3-1.40.20}/boto3.egg-info/requires.txt +1 -1
  6. {boto3-1.40.18 → boto3-1.40.20}/setup.cfg +1 -1
  7. {boto3-1.40.18 → boto3-1.40.20}/setup.py +1 -1
  8. boto3-1.40.18/boto3/data/opsworks/2013-02-18/resources-1.json +0 -173
  9. {boto3-1.40.18 → boto3-1.40.20}/CONTRIBUTING.rst +0 -0
  10. {boto3-1.40.18 → boto3-1.40.20}/LICENSE +0 -0
  11. {boto3-1.40.18 → boto3-1.40.20}/MANIFEST.in +0 -0
  12. {boto3-1.40.18 → boto3-1.40.20}/NOTICE +0 -0
  13. {boto3-1.40.18 → boto3-1.40.20}/README.rst +0 -0
  14. {boto3-1.40.18 → boto3-1.40.20}/boto3/compat.py +0 -0
  15. {boto3-1.40.18 → boto3-1.40.20}/boto3/crt.py +0 -0
  16. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/cloudformation/2010-05-15/resources-1.json +0 -0
  17. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/cloudwatch/2010-08-01/resources-1.json +0 -0
  18. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/dynamodb/2012-08-10/resources-1.json +0 -0
  19. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/ec2/2014-10-01/resources-1.json +0 -0
  20. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/ec2/2015-03-01/resources-1.json +0 -0
  21. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/ec2/2015-04-15/resources-1.json +0 -0
  22. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/ec2/2015-10-01/resources-1.json +0 -0
  23. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/ec2/2016-04-01/resources-1.json +0 -0
  24. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/ec2/2016-09-15/resources-1.json +0 -0
  25. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/ec2/2016-11-15/resources-1.json +0 -0
  26. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/glacier/2012-06-01/resources-1.json +0 -0
  27. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/iam/2010-05-08/resources-1.json +0 -0
  28. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/s3/2006-03-01/resources-1.json +0 -0
  29. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/sns/2010-03-31/resources-1.json +0 -0
  30. {boto3-1.40.18 → boto3-1.40.20}/boto3/data/sqs/2012-11-05/resources-1.json +0 -0
  31. {boto3-1.40.18 → boto3-1.40.20}/boto3/docs/__init__.py +0 -0
  32. {boto3-1.40.18 → boto3-1.40.20}/boto3/docs/action.py +0 -0
  33. {boto3-1.40.18 → boto3-1.40.20}/boto3/docs/attr.py +0 -0
  34. {boto3-1.40.18 → boto3-1.40.20}/boto3/docs/base.py +0 -0
  35. {boto3-1.40.18 → boto3-1.40.20}/boto3/docs/client.py +0 -0
  36. {boto3-1.40.18 → boto3-1.40.20}/boto3/docs/collection.py +0 -0
  37. {boto3-1.40.18 → boto3-1.40.20}/boto3/docs/docstring.py +0 -0
  38. {boto3-1.40.18 → boto3-1.40.20}/boto3/docs/method.py +0 -0
  39. {boto3-1.40.18 → boto3-1.40.20}/boto3/docs/resource.py +0 -0
  40. {boto3-1.40.18 → boto3-1.40.20}/boto3/docs/service.py +0 -0
  41. {boto3-1.40.18 → boto3-1.40.20}/boto3/docs/subresource.py +0 -0
  42. {boto3-1.40.18 → boto3-1.40.20}/boto3/docs/utils.py +0 -0
  43. {boto3-1.40.18 → boto3-1.40.20}/boto3/docs/waiter.py +0 -0
  44. {boto3-1.40.18 → boto3-1.40.20}/boto3/dynamodb/__init__.py +0 -0
  45. {boto3-1.40.18 → boto3-1.40.20}/boto3/dynamodb/conditions.py +0 -0
  46. {boto3-1.40.18 → boto3-1.40.20}/boto3/dynamodb/table.py +0 -0
  47. {boto3-1.40.18 → boto3-1.40.20}/boto3/dynamodb/transform.py +0 -0
  48. {boto3-1.40.18 → boto3-1.40.20}/boto3/dynamodb/types.py +0 -0
  49. {boto3-1.40.18 → boto3-1.40.20}/boto3/ec2/__init__.py +0 -0
  50. {boto3-1.40.18 → boto3-1.40.20}/boto3/ec2/createtags.py +0 -0
  51. {boto3-1.40.18 → boto3-1.40.20}/boto3/ec2/deletetags.py +0 -0
  52. {boto3-1.40.18 → boto3-1.40.20}/boto3/examples/cloudfront.rst +0 -0
  53. {boto3-1.40.18 → boto3-1.40.20}/boto3/examples/s3.rst +0 -0
  54. {boto3-1.40.18 → boto3-1.40.20}/boto3/exceptions.py +0 -0
  55. {boto3-1.40.18 → boto3-1.40.20}/boto3/resources/__init__.py +0 -0
  56. {boto3-1.40.18 → boto3-1.40.20}/boto3/resources/action.py +0 -0
  57. {boto3-1.40.18 → boto3-1.40.20}/boto3/resources/base.py +0 -0
  58. {boto3-1.40.18 → boto3-1.40.20}/boto3/resources/collection.py +0 -0
  59. {boto3-1.40.18 → boto3-1.40.20}/boto3/resources/factory.py +0 -0
  60. {boto3-1.40.18 → boto3-1.40.20}/boto3/resources/model.py +0 -0
  61. {boto3-1.40.18 → boto3-1.40.20}/boto3/resources/params.py +0 -0
  62. {boto3-1.40.18 → boto3-1.40.20}/boto3/resources/response.py +0 -0
  63. {boto3-1.40.18 → boto3-1.40.20}/boto3/s3/__init__.py +0 -0
  64. {boto3-1.40.18 → boto3-1.40.20}/boto3/s3/constants.py +0 -0
  65. {boto3-1.40.18 → boto3-1.40.20}/boto3/s3/inject.py +0 -0
  66. {boto3-1.40.18 → boto3-1.40.20}/boto3/s3/transfer.py +0 -0
  67. {boto3-1.40.18 → boto3-1.40.20}/boto3/session.py +0 -0
  68. {boto3-1.40.18 → boto3-1.40.20}/boto3/utils.py +0 -0
  69. {boto3-1.40.18 → boto3-1.40.20}/boto3.egg-info/dependency_links.txt +0 -0
  70. {boto3-1.40.18 → boto3-1.40.20}/boto3.egg-info/top_level.txt +0 -0
  71. {boto3-1.40.18 → boto3-1.40.20}/pyproject.toml +0 -0
  72. {boto3-1.40.18 → boto3-1.40.20}/requirements.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3
3
- Version: 1.40.18
3
+ Version: 1.40.20
4
4
  Summary: The AWS SDK for Python
5
5
  Home-page: https://github.com/boto/boto3
6
6
  Author: Amazon Web Services
@@ -23,7 +23,7 @@ Classifier: Programming Language :: Python :: 3.14
23
23
  Requires-Python: >= 3.9
24
24
  License-File: LICENSE
25
25
  License-File: NOTICE
26
- Requires-Dist: botocore<1.41.0,>=1.40.18
26
+ Requires-Dist: botocore<1.41.0,>=1.40.20
27
27
  Requires-Dist: jmespath<2.0.0,>=0.7.1
28
28
  Requires-Dist: s3transfer<0.14.0,>=0.13.0
29
29
  Provides-Extra: crt
@@ -18,7 +18,7 @@ from boto3.compat import _warn_deprecated_python
18
18
  from boto3.session import Session
19
19
 
20
20
  __author__ = 'Amazon Web Services'
21
- __version__ = '1.40.18'
21
+ __version__ = '1.40.20'
22
22
 
23
23
 
24
24
  # The default Boto3 session; autoloaded when needed.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3
3
- Version: 1.40.18
3
+ Version: 1.40.20
4
4
  Summary: The AWS SDK for Python
5
5
  Home-page: https://github.com/boto/boto3
6
6
  Author: Amazon Web Services
@@ -23,7 +23,7 @@ Classifier: Programming Language :: Python :: 3.14
23
23
  Requires-Python: >= 3.9
24
24
  License-File: LICENSE
25
25
  License-File: NOTICE
26
- Requires-Dist: botocore<1.41.0,>=1.40.18
26
+ Requires-Dist: botocore<1.41.0,>=1.40.20
27
27
  Requires-Dist: jmespath<2.0.0,>=0.7.1
28
28
  Requires-Dist: s3transfer<0.14.0,>=0.13.0
29
29
  Provides-Extra: crt
@@ -30,7 +30,6 @@ boto3/data/ec2/2016-09-15/resources-1.json
30
30
  boto3/data/ec2/2016-11-15/resources-1.json
31
31
  boto3/data/glacier/2012-06-01/resources-1.json
32
32
  boto3/data/iam/2010-05-08/resources-1.json
33
- boto3/data/opsworks/2013-02-18/resources-1.json
34
33
  boto3/data/s3/2006-03-01/resources-1.json
35
34
  boto3/data/sns/2010-03-31/resources-1.json
36
35
  boto3/data/sqs/2012-11-05/resources-1.json
@@ -1,4 +1,4 @@
1
- botocore<1.41.0,>=1.40.18
1
+ botocore<1.41.0,>=1.40.20
2
2
  jmespath<2.0.0,>=0.7.1
3
3
  s3transfer<0.14.0,>=0.13.0
4
4
 
@@ -3,7 +3,7 @@ universal = 0
3
3
 
4
4
  [metadata]
5
5
  requires_dist =
6
- botocore>=1.40.18,<1.41.0
6
+ botocore>=1.40.20,<1.41.0
7
7
  jmespath>=0.7.1,<2.0.0
8
8
  s3transfer>=0.13.0,<0.14.0
9
9
 
@@ -14,7 +14,7 @@ VERSION_RE = re.compile(r'''__version__ = ['"]([0-9.]+)['"]''')
14
14
 
15
15
 
16
16
  requires = [
17
- 'botocore>=1.40.18,<1.41.0',
17
+ 'botocore>=1.40.20,<1.41.0',
18
18
  'jmespath>=0.7.1,<2.0.0',
19
19
  's3transfer>=0.13.0,<0.14.0',
20
20
  ]
@@ -1,173 +0,0 @@
1
- {
2
- "service": {
3
- "actions": {
4
- "CreateStack": {
5
- "request": { "operation": "CreateStack" },
6
- "resource": {
7
- "type": "Stack",
8
- "identifiers": [
9
- { "target": "Id", "source": "response", "path": "StackId" }
10
- ]
11
- }
12
- }
13
- },
14
- "has": {
15
- "Layer": {
16
- "resource": {
17
- "type": "Layer",
18
- "identifiers": [
19
- { "target": "Id", "source": "input" }
20
- ]
21
- }
22
- },
23
- "Stack": {
24
- "resource": {
25
- "type": "Stack",
26
- "identifiers": [
27
- { "target": "Id", "source": "input" }
28
- ]
29
- }
30
- }
31
- },
32
- "hasMany": {
33
- "Stacks": {
34
- "request": { "operation": "DescribeStacks" },
35
- "resource": {
36
- "type": "Stack",
37
- "identifiers": [
38
- { "target": "Id", "source": "response", "path": "Stacks[].StackId" }
39
- ],
40
- "path": "Stacks[]"
41
- }
42
- }
43
- }
44
- },
45
- "resources": {
46
- "Layer": {
47
- "identifiers": [
48
- { "name": "Id" }
49
- ],
50
- "shape": "Layer",
51
- "load": {
52
- "request": {
53
- "operation": "DescribeLayers",
54
- "params": [
55
- { "target": "LayerIds[]", "source": "identifier", "name": "Id" }
56
- ]
57
- },
58
- "path": "Layers[0]"
59
- },
60
- "actions": {
61
- "Delete": {
62
- "request": {
63
- "operation": "DeleteLayer",
64
- "params": [
65
- { "target": "LayerId", "source": "identifier", "name": "Id" }
66
- ]
67
- }
68
- }
69
- },
70
- "has": {
71
- "Stack": {
72
- "resource": {
73
- "type": "Stack",
74
- "identifiers": [
75
- { "target": "Id", "source": "data", "path": "StackId" }
76
- ]
77
- }
78
- }
79
- }
80
- },
81
- "Stack": {
82
- "identifiers": [
83
- { "name": "Id" }
84
- ],
85
- "shape": "Stack",
86
- "load": {
87
- "request": {
88
- "operation": "DescribeStacks",
89
- "params": [
90
- { "target": "StackIds[]", "source": "identifier", "name": "Id" }
91
- ]
92
- },
93
- "path": "Stacks[0]"
94
- },
95
- "actions": {
96
- "CreateLayer": {
97
- "request": {
98
- "operation": "CreateLayer",
99
- "params": [
100
- { "target": "StackId", "source": "identifier", "name": "Id" }
101
- ]
102
- },
103
- "resource": {
104
- "type": "Layer",
105
- "identifiers": [
106
- { "target": "Id", "source": "response", "path": "LayerId" }
107
- ]
108
- }
109
- },
110
- "Delete": {
111
- "request": {
112
- "operation": "DeleteStack",
113
- "params": [
114
- { "target": "StackId", "source": "identifier", "name": "Id" }
115
- ]
116
- }
117
- }
118
- },
119
- "has": {
120
- "Summary": {
121
- "resource": {
122
- "type": "StackSummary",
123
- "identifiers": [
124
- { "target": "StackId", "source": "identifier", "name": "Id" }
125
- ]
126
- }
127
- }
128
- },
129
- "hasMany": {
130
- "Layers": {
131
- "request": {
132
- "operation": "DescribeLayers",
133
- "params": [
134
- { "target": "StackId", "source": "identifier", "name": "Id" }
135
- ]
136
- },
137
- "resource": {
138
- "type": "Layer",
139
- "identifiers": [
140
- { "target": "Id", "source": "response", "path": "Layers[].LayerId" }
141
- ],
142
- "path": "Layers[]"
143
- }
144
- }
145
- }
146
- },
147
- "StackSummary": {
148
- "identifiers": [
149
- { "name": "StackId" }
150
- ],
151
- "shape": "StackSummary",
152
- "load": {
153
- "request": {
154
- "operation": "DescribeStackSummary",
155
- "params": [
156
- { "target": "StackId", "source": "identifier", "name": "StackId" }
157
- ]
158
- },
159
- "path": "StackSummary"
160
- },
161
- "has": {
162
- "Stack": {
163
- "resource": {
164
- "type": "Stack",
165
- "identifiers": [
166
- { "target": "Id", "source": "identifier", "name": "StackId" }
167
- ]
168
- }
169
- }
170
- }
171
- }
172
- }
173
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes