botocore-stubs 1.35.85__py3-none-any.whl → 1.35.86__py3-none-any.whl

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.

Potentially problematic release.


This version of botocore-stubs might be problematic. Click here for more details.

@@ -120,9 +120,9 @@ class RuleCreator:
120
120
  def create(cls, **kwargs: Any) -> BaseRule: ...
121
121
 
122
122
  class ParameterType(Enum):
123
- string: type[str]
124
- boolean: type[bool]
125
- stringarray: type[tuple[Any]]
123
+ string = type(str)
124
+ boolean = type(bool)
125
+ stringarray = type(tuple)
126
126
 
127
127
  class ParameterDefinition:
128
128
  def __init__(
@@ -56,19 +56,19 @@ class EndpointResolver(BaseEndpointResolver):
56
56
  def get_partition_for_region(self, region_name: str) -> str: ...
57
57
 
58
58
  class EndpointResolverBuiltins(Enum):
59
- AWS_REGION: str
60
- AWS_USE_FIPS: str
61
- AWS_USE_DUALSTACK: str
62
- AWS_STS_USE_GLOBAL_ENDPOINT: str
63
- AWS_S3_USE_GLOBAL_ENDPOINT: str
64
- AWS_S3_ACCELERATE: str
65
- AWS_S3_FORCE_PATH_STYLE: str
66
- AWS_S3_USE_ARN_REGION: str
67
- AWS_S3CONTROL_USE_ARN_REGION: str
68
- AWS_S3_DISABLE_MRAP: str
69
- SDK_ENDPOINT: str
70
- ACCOUNT_ID: str
71
- ACCOUNT_ID_ENDPOINT_MODE: str
59
+ AWS_REGION = "AWS::Region"
60
+ AWS_USE_FIPS = "AWS::UseFIPS"
61
+ AWS_USE_DUALSTACK = "AWS::UseDualStack"
62
+ AWS_STS_USE_GLOBAL_ENDPOINT = "AWS::STS::UseGlobalEndpoint"
63
+ AWS_S3_USE_GLOBAL_ENDPOINT = "AWS::S3::UseGlobalEndpoint"
64
+ AWS_S3_ACCELERATE = "AWS::S3::Accelerate"
65
+ AWS_S3_FORCE_PATH_STYLE = "AWS::S3::ForcePathStyle"
66
+ AWS_S3_USE_ARN_REGION = "AWS::S3::UseArnRegion"
67
+ AWS_S3CONTROL_USE_ARN_REGION = "AWS::S3Control::UseArnRegion"
68
+ AWS_S3_DISABLE_MRAP = "AWS::S3::DisableMultiRegionAccessPoints"
69
+ SDK_ENDPOINT = "SDK::Endpoint"
70
+ ACCOUNT_ID = "AWS::Auth::AccountId"
71
+ ACCOUNT_ID_ENDPOINT_MODE = "AWS::Auth::AccountIdEndpointMode"
72
72
 
73
73
  class EndpointRulesetResolver:
74
74
  def __init__(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: botocore-stubs
3
- Version: 1.35.85
3
+ Version: 1.35.86
4
4
  Summary: Type annotations and code completion for botocore
5
5
  Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
6
  License: MIT License
@@ -11,7 +11,7 @@ botocore-stubs/configprovider.pyi,sha256=rpPlA4qbVKFlv0CfRabdA8NRGr8YEcyJnIteNy1
11
11
  botocore-stubs/credentials.pyi,sha256=yHNMEi583i-SvVgxAYzaLbUWV7MrM1ZxG8fKykNmg4o,11491
12
12
  botocore-stubs/discovery.pyi,sha256=2rQY1Qu2F6FhwO7yFEVKdArEMeXNdNQNbTt3SObUqXM,2341
13
13
  botocore-stubs/endpoint.pyi,sha256=osx4u2h_o05LjpIqqv2c_43qYICjWMaOMGWa2djvc3M,2249
14
- botocore-stubs/endpoint_provider.pyi,sha256=D8tVkZ2-1Yw3F0clChwQcyEffDRuwqUYdSx3Vn9NKH4,6206
14
+ botocore-stubs/endpoint_provider.pyi,sha256=YrTX7bz0CkftlWnOvq6jtogA07jXtMd5BTG46I1SfEI,6204
15
15
  botocore-stubs/errorfactory.pyi,sha256=vh4ivNosvbfvb0kKrZMy8fLRyW9n0_7uz4qcz2uX2K4,807
16
16
  botocore-stubs/eventstream.pyi,sha256=xwoNa8-FY4qsxvBEPveJlSDQxRL-TIpkAaUsC1Z-kW0,3541
17
17
  botocore-stubs/exceptions.pyi,sha256=nfNoTH5pcTtM7bEhprz3Fc-hsP7s6Kw0lC7IJ5EpAQI,21507
@@ -26,7 +26,7 @@ botocore-stubs/monitoring.pyi,sha256=vzaCFcKidSdfWoEMZX_a8UBLP4_4raZH0pk9vPX8_Vo
26
26
  botocore-stubs/paginate.pyi,sha256=TxesgJ1J33gQSLT5DjskklxTIv9K_CYqrZfPuHnIwyk,2286
27
27
  botocore-stubs/parsers.pyi,sha256=CGEoLBmCQ_JNS2B297EevHeqyg-gx3G9v1JLET6ESc0,2148
28
28
  botocore-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
- botocore-stubs/regions.pyi,sha256=83dj3rQ2mxw-yne7EUSxOZL28kMnaTLos0TT--inW7A,3345
29
+ botocore-stubs/regions.pyi,sha256=7BaUCFkvgEhTyzjY7FJwwyJzgSapNcTJZvJaoGREk18,3633
30
30
  botocore-stubs/response.pyi,sha256=vIKW4YrfSV8rMjAVmOZyaBejmLNEW4E6Ynz1Fvh5aY4,1094
31
31
  botocore-stubs/retryhandler.pyi,sha256=1IJY12bsnpsJZCWqohg3Nd7P75i2zilZyysgSMCB4P8,2573
32
32
  botocore-stubs/serialize.pyi,sha256=Dd8-yU3ATmxzzqR4OGQ-wf9gLaDB0xtKGqopxnVKhaA,1793
@@ -66,8 +66,8 @@ botocore-stubs/retries/quota.pyi,sha256=u8mQvw5MvRwSZDT4yMabqtu4j7d9Kjdd3fOOSowq
66
66
  botocore-stubs/retries/special.pyi,sha256=yLsS9lpzxXFJwwczCCDIwzbNsINB8xA-esROkNyDcug,461
67
67
  botocore-stubs/retries/standard.pyi,sha256=D7EapQHWFdndPkyI4zDvJrGkPZ96lbzR2iWHrmhw1k4,4329
68
68
  botocore-stubs/retries/throttling.pyi,sha256=7XppYXEMcIcSd94RacezLzxgm5QFzlkKNkxXPkRBDvc,582
69
- botocore_stubs-1.35.85.dist-info/LICENSE,sha256=YIdUJ_cFRZScLZQFyRT_O8yCCxXFhFKmXaqgDpe3rpM,1071
70
- botocore_stubs-1.35.85.dist-info/METADATA,sha256=sMAXnf9NBZeYGUwLntdE-cMTdLljnNo0sLRYiDbPP4s,4605
71
- botocore_stubs-1.35.85.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
72
- botocore_stubs-1.35.85.dist-info/top_level.txt,sha256=hB4vH6fIntn8CrZExgrgxRrlukQb06YRGFcOvWZ2th8,15
73
- botocore_stubs-1.35.85.dist-info/RECORD,,
69
+ botocore_stubs-1.35.86.dist-info/LICENSE,sha256=YIdUJ_cFRZScLZQFyRT_O8yCCxXFhFKmXaqgDpe3rpM,1071
70
+ botocore_stubs-1.35.86.dist-info/METADATA,sha256=B-qgMNAJB8DOWPJpW_jp7tGoXZkyoe_iPJKUJt6ww48,4605
71
+ botocore_stubs-1.35.86.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
72
+ botocore_stubs-1.35.86.dist-info/top_level.txt,sha256=hB4vH6fIntn8CrZExgrgxRrlukQb06YRGFcOvWZ2th8,15
73
+ botocore_stubs-1.35.86.dist-info/RECORD,,