Просмотр исходного кода

intermediate changes
ref:ed8dc285c97fef9e69f2737e46d7bf72624e46a2

arcadia-devtools 2 лет назад
Родитель
Сommit
7f57a1b674

+ 2 - 2
contrib/python/boto3/py3/.dist-info/METADATA

@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: boto3
-Version: 1.22.4
+Version: 1.22.5
 Summary: The AWS SDK for Python
 Home-page: https://github.com/boto/boto3
 Author: Amazon Web Services
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.10
 Requires-Python: >= 3.6
 License-File: LICENSE
 License-File: NOTICE
-Requires-Dist: botocore (<1.26.0,>=1.25.4)
+Requires-Dist: botocore (<1.26.0,>=1.25.5)
 Requires-Dist: jmespath (<2.0.0,>=0.7.1)
 Requires-Dist: s3transfer (<0.6.0,>=0.5.0)
 Provides-Extra: crt

+ 1 - 1
contrib/python/boto3/py3/boto3/__init__.py

@@ -17,7 +17,7 @@ from boto3.compat import _warn_deprecated_python
 from boto3.session import Session
 
 __author__ = 'Amazon Web Services'
-__version__ = '1.22.4'
+__version__ = '1.22.5'
 
 
 # The default Boto3 session; autoloaded when needed.

+ 1 - 1
contrib/python/botocore/py3/.dist-info/METADATA

@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: botocore
-Version: 1.25.4
+Version: 1.25.5
 Summary: Low-level, data-driven core of boto 3.
 Home-page: https://github.com/boto/botocore
 Author: Amazon Web Services

+ 1 - 1
contrib/python/botocore/py3/botocore/__init__.py

@@ -16,7 +16,7 @@ import logging
 import os
 import re
 
-__version__ = '1.25.4'
+__version__ = '1.25.5'
 
 
 class NullHandler(logging.Handler):

+ 46 - 0
contrib/python/botocore/py3/botocore/data/endpoints.json

@@ -6638,6 +6638,13 @@
           "us-west-2" : { }
         }
       },
+      "ivschat" : {
+        "endpoints" : {
+          "eu-west-1" : { },
+          "us-east-1" : { },
+          "us-west-2" : { }
+        }
+      },
       "kafka" : {
         "endpoints" : {
           "af-south-1" : { },
@@ -7707,6 +7714,38 @@
           "us-east-1" : { }
         }
       },
+      "media-pipelines-chime" : {
+        "endpoints" : {
+          "ap-southeast-1" : { },
+          "eu-central-1" : { },
+          "us-east-1" : {
+            "variants" : [ {
+              "hostname" : "media-pipelines-chime-fips.us-east-1.amazonaws.com",
+              "tags" : [ "fips" ]
+            } ]
+          },
+          "us-east-1-fips" : {
+            "credentialScope" : {
+              "region" : "us-east-1"
+            },
+            "deprecated" : true,
+            "hostname" : "media-pipelines-chime-fips.us-east-1.amazonaws.com"
+          },
+          "us-west-2" : {
+            "variants" : [ {
+              "hostname" : "media-pipelines-chime-fips.us-west-2.amazonaws.com",
+              "tags" : [ "fips" ]
+            } ]
+          },
+          "us-west-2-fips" : {
+            "credentialScope" : {
+              "region" : "us-west-2"
+            },
+            "deprecated" : true,
+            "hostname" : "media-pipelines-chime-fips.us-west-2.amazonaws.com"
+          }
+        }
+      },
       "mediaconnect" : {
         "endpoints" : {
           "ap-east-1" : { },
@@ -8475,6 +8514,7 @@
       },
       "nimble" : {
         "endpoints" : {
+          "ap-northeast-1" : { },
           "ap-southeast-2" : { },
           "ca-central-1" : { },
           "eu-west-2" : { },
@@ -9746,6 +9786,7 @@
           "ap-south-1" : { },
           "ap-southeast-1" : { },
           "ap-southeast-2" : { },
+          "ap-southeast-3" : { },
           "ca-central-1" : { },
           "eu-central-1" : { },
           "eu-north-1" : { },
@@ -18478,6 +18519,11 @@
           "us-isob-east-1" : { }
         }
       },
+      "ram" : {
+        "endpoints" : {
+          "us-isob-east-1" : { }
+        }
+      },
       "rds" : {
         "endpoints" : {
           "us-isob-east-1" : { }

Разница между файлами не показана из-за своего большого размера
+ 0 - 1
contrib/python/botocore/py3/botocore/data/organizations/2016-11-28/service-2.json


+ 121 - 5
contrib/python/botocore/py3/botocore/data/outposts/2019-12-03/service-2.json

@@ -177,7 +177,7 @@
         {"shape":"AccessDeniedException"},
         {"shape":"InternalServerException"}
       ],
-      "documentation":"<p>Lists the instance types for the specified Outpost.</p>"
+      "documentation":"<p>Gets the instance types for the specified Outpost.</p>"
     },
     "GetSite":{
       "name":"GetSite",
@@ -211,6 +211,22 @@
       ],
       "documentation":"<p> Gets the site address. </p>"
     },
+    "ListAssets":{
+      "name":"ListAssets",
+      "http":{
+        "method":"GET",
+        "requestUri":"/outposts/{OutpostId}/assets"
+      },
+      "input":{"shape":"ListAssetsInput"},
+      "output":{"shape":"ListAssetsOutput"},
+      "errors":[
+        {"shape":"ValidationException"},
+        {"shape":"AccessDeniedException"},
+        {"shape":"NotFoundException"},
+        {"shape":"InternalServerException"}
+      ],
+      "documentation":"<p> Lists the hardware assets in an Outpost. If you are using Dedicated Hosts on Amazon Web Services Outposts, you can filter your request by host ID to return a list of hardware assets that allocate resources for Dedicated Hosts. </p>"
+    },
     "ListCatalogItems":{
       "name":"ListCatalogItems",
       "http":{
@@ -224,7 +240,7 @@
         {"shape":"NotFoundException"},
         {"shape":"InternalServerException"}
       ],
-      "documentation":"<p>Use to create a list of every item in the catalog. Add filters to your request to return a more specific list of results. Use filters to match an item class, storage option, or EC2 family. </p> <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>"
+      "documentation":"<p>Lists the items in the catalog. Add filters to your request to return a more specific list of results. Use filters to match an item class, storage option, or EC2 family. </p> <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>"
     },
     "ListOrders":{
       "name":"ListOrders",
@@ -240,7 +256,7 @@
         {"shape":"AccessDeniedException"},
         {"shape":"InternalServerException"}
       ],
-      "documentation":"<p>Create a list of the Outpost orders for your Amazon Web Services account. You can filter your request by Outpost to return a more specific list of results. </p>"
+      "documentation":"<p>Lists the Outpost orders for your Amazon Web Services account. You can filter your request by Outpost to return a more specific list of results. </p>"
     },
     "ListOutposts":{
       "name":"ListOutposts",
@@ -255,7 +271,7 @@
         {"shape":"AccessDeniedException"},
         {"shape":"InternalServerException"}
       ],
-      "documentation":"<p>Create a list of the Outposts for your Amazon Web Services account. Add filters to your request to return a more specific list of results. Use filters to match an Outpost lifecycle status, Availability Zone (<code>us-east-1a</code>), and AZ ID (<code>use1-az1</code>). </p> <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>"
+      "documentation":"<p>Lists the Outposts for your Amazon Web Services account. Add filters to your request to return a more specific list of results. Use filters to match an Outpost lifecycle status, Availability Zone (<code>us-east-1a</code>), and AZ ID (<code>use1-az1</code>). </p> <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>"
     },
     "ListSites":{
       "name":"ListSites",
@@ -270,7 +286,7 @@
         {"shape":"AccessDeniedException"},
         {"shape":"InternalServerException"}
       ],
-      "documentation":"<p>Create a list of the Outpost sites for your Amazon Web Services account. Add operating address filters to your request to return a more specific list of results. Use filters to match site city, country code, or state/region of the operating address. </p> <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>"
+      "documentation":"<p>Lists the Outpost sites for your Amazon Web Services account. Add operating address filters to your request to return a more specific list of results. Use filters to match site city, country code, or state/region of the operating address. </p> <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>"
     },
     "ListTagsForResource":{
       "name":"ListTagsForResource",
@@ -490,6 +506,42 @@
       "max":1011,
       "pattern":"^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:([a-z\\d-]+)/)[a-z]{2,8}-[a-f0-9]{17}$"
     },
+    "AssetId":{
+      "type":"string",
+      "max":100,
+      "min":1,
+      "pattern":"^(\\w+)$"
+    },
+    "AssetInfo":{
+      "type":"structure",
+      "members":{
+        "AssetId":{
+          "shape":"AssetId",
+          "documentation":"<p> The ID of the asset. </p>"
+        },
+        "RackId":{
+          "shape":"RackId",
+          "documentation":"<p> The rack ID of the asset. </p>"
+        },
+        "AssetType":{
+          "shape":"AssetType",
+          "documentation":"<p> The type of the asset. </p>"
+        },
+        "ComputeAttributes":{
+          "shape":"ComputeAttributes",
+          "documentation":"<p> Information about compute hardware assets. </p>"
+        }
+      },
+      "documentation":"<p> Information about hardware assets. </p>"
+    },
+    "AssetListDefinition":{
+      "type":"list",
+      "member":{"shape":"AssetInfo"}
+    },
+    "AssetType":{
+      "type":"string",
+      "enum":["COMPUTE"]
+    },
     "AvailabilityZone":{
       "type":"string",
       "documentation":"<p>The Availability Zone.</p>",
@@ -607,6 +659,16 @@
       "type":"list",
       "member":{"shape":"City"}
     },
+    "ComputeAttributes":{
+      "type":"structure",
+      "members":{
+        "HostId":{
+          "shape":"HostId",
+          "documentation":"<p> The host ID of any Dedicated Hosts on the asset. </p>"
+        }
+      },
+      "documentation":"<p> Information about compute hardware assets. </p>"
+    },
     "ConflictException":{
       "type":"structure",
       "members":{
@@ -975,6 +1037,16 @@
         "Site":{"shape":"Site"}
       }
     },
+    "HostId":{
+      "type":"string",
+      "max":50,
+      "min":1,
+      "pattern":"^[A-Za-z0-9-]*$"
+    },
+    "HostIdList":{
+      "type":"list",
+      "member":{"shape":"HostId"}
+    },
     "ISO8601Timestamp":{"type":"timestamp"},
     "InstanceType":{
       "type":"string",
@@ -1087,6 +1159,44 @@
       "key":{"shape":"LineItemStatus"},
       "value":{"shape":"LineItemQuantity"}
     },
+    "ListAssetsInput":{
+      "type":"structure",
+      "required":["OutpostIdentifier"],
+      "members":{
+        "OutpostIdentifier":{
+          "shape":"OutpostIdentifier",
+          "documentation":"<p> The ID or the Amazon Resource Name (ARN) of the Outpost. </p>",
+          "location":"uri",
+          "locationName":"OutpostId"
+        },
+        "HostIdFilter":{
+          "shape":"HostIdList",
+          "documentation":"<p> A filter for the host ID of Dedicated Hosts on the Outpost. </p> <p>Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an <code>OR</code>, and the request returns all results that match any of the specified values.</p>",
+          "location":"querystring",
+          "locationName":"HostIdFilter"
+        },
+        "MaxResults":{
+          "shape":"MaxResults1000",
+          "location":"querystring",
+          "locationName":"MaxResults"
+        },
+        "NextToken":{
+          "shape":"Token",
+          "location":"querystring",
+          "locationName":"NextToken"
+        }
+      }
+    },
+    "ListAssetsOutput":{
+      "type":"structure",
+      "members":{
+        "Assets":{
+          "shape":"AssetListDefinition",
+          "documentation":"<p> Information about hardware assets. </p>"
+        },
+        "NextToken":{"shape":"Token"}
+      }
+    },
     "ListCatalogItemsInput":{
       "type":"structure",
       "members":{
@@ -1536,6 +1646,12 @@
       ]
     },
     "Quantity":{"type":"string"},
+    "RackId":{
+      "type":"string",
+      "max":20,
+      "min":5,
+      "pattern":"^[\\S \\n]+$"
+    },
     "RackPhysicalProperties":{
       "type":"structure",
       "members":{

+ 23 - 3
contrib/python/botocore/py3/botocore/data/synthetics/2017-10-11/service-2.json

@@ -42,7 +42,7 @@
         {"shape":"ResourceNotFoundException"},
         {"shape":"ConflictException"}
       ],
-      "documentation":"<p>Permanently deletes the specified canary.</p> <p>When you delete a canary, resources used and created by the canary are not automatically deleted. After you delete a canary that you do not intend to use again, you should also delete the following:</p> <ul> <li> <p>The Lambda functions and layers used by this canary. These have the prefix <code>cwsyn-<i>MyCanaryName</i> </code>.</p> </li> <li> <p>The CloudWatch alarms created for this canary. These alarms have a name of <code>Synthetics-SharpDrop-Alarm-<i>MyCanaryName</i> </code>.</p> </li> <li> <p>Amazon S3 objects and buckets, such as the canary's artifact location.</p> </li> <li> <p>IAM roles created for the canary. If they were created in the console, these roles have the name <code> role/service-role/CloudWatchSyntheticsRole-<i>MyCanaryName</i> </code>.</p> </li> <li> <p>CloudWatch Logs log groups created for the canary. These logs groups have the name <code>/aws/lambda/cwsyn-<i>MyCanaryName</i> </code>. </p> </li> </ul> <p>Before you delete a canary, you might want to use <code>GetCanary</code> to display the information about this canary. Make note of the information returned by this operation so that you can delete these resources after you delete the canary.</p>"
+      "documentation":"<p>Permanently deletes the specified canary.</p> <p>If you specify <code>DeleteLambda</code> to <code>true</code>, CloudWatch Synthetics also deletes the Lambda functions and layers that are used by the canary.</p> <p>Other esources used and created by the canary are not automatically deleted. After you delete a canary that you do not intend to use again, you should also delete the following:</p> <ul> <li> <p>The CloudWatch alarms created for this canary. These alarms have a name of <code>Synthetics-SharpDrop-Alarm-<i>MyCanaryName</i> </code>.</p> </li> <li> <p>Amazon S3 objects and buckets, such as the canary's artifact location.</p> </li> <li> <p>IAM roles created for the canary. If they were created in the console, these roles have the name <code> role/service-role/CloudWatchSyntheticsRole-<i>MyCanaryName</i> </code>.</p> </li> <li> <p>CloudWatch Logs log groups created for the canary. These logs groups have the name <code>/aws/lambda/cwsyn-<i>MyCanaryName</i> </code>. </p> </li> </ul> <p>Before you delete a canary, you might want to use <code>GetCanary</code> to display the information about this canary. Make note of the information returned by this operation so that you can delete these resources after you delete the canary.</p>"
     },
     "DescribeCanaries":{
       "name":"DescribeCanaries",
@@ -567,7 +567,20 @@
     },
     "CanaryStateReasonCode":{
       "type":"string",
-      "enum":["INVALID_PERMISSIONS"]
+      "enum":[
+        "INVALID_PERMISSIONS",
+        "CREATE_PENDING",
+        "CREATE_IN_PROGRESS",
+        "CREATE_FAILED",
+        "UPDATE_PENDING",
+        "UPDATE_IN_PROGRESS",
+        "UPDATE_COMPLETE",
+        "ROLLBACK_COMPLETE",
+        "ROLLBACK_FAILED",
+        "DELETE_IN_PROGRESS",
+        "DELETE_FAILED",
+        "SYNC_DELETE_IN_PROGRESS"
+      ]
     },
     "CanaryStatus":{
       "type":"structure",
@@ -703,6 +716,12 @@
           "documentation":"<p>The name of the canary that you want to delete. To find the names of your canaries, use <a href=\"https://docs.aws.amazon.com/AmazonSynthetics/latest/APIReference/API_DescribeCanaries.html\">DescribeCanaries</a>.</p>",
           "location":"uri",
           "locationName":"name"
+        },
+        "DeleteLambda":{
+          "shape":"boolean",
+          "documentation":"<p>Specifies whether to also delete the Lambda functions and layers used by this canary. The default is false.</p> <p>Type: Boolean</p>",
+          "location":"querystring",
+          "locationName":"deleteLambda"
         }
       }
     },
@@ -1285,7 +1304,8 @@
       },
       "documentation":"<p>If this canary is to test an endpoint in a VPC, this structure contains information about the subnets and security groups of the VPC endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_VPC.html\"> Running a Canary in a VPC</a>.</p>"
     },
-    "VpcId":{"type":"string"}
+    "VpcId":{"type":"string"},
+    "boolean":{"type":"boolean"}
   },
   "documentation":"<fullname>Amazon CloudWatch Synthetics</fullname> <p>You can use Amazon CloudWatch Synthetics to continually monitor your services. You can create and manage <i>canaries</i>, which are modular, lightweight scripts that monitor your endpoints and APIs from the outside-in. You can set up your canaries to run 24 hours a day, once per minute. The canaries help you check the availability and latency of your web services and troubleshoot anomalies by investigating load time data, screenshots of the UI, logs, and metrics. The canaries seamlessly integrate with CloudWatch ServiceLens to help you trace the causes of impacted nodes in your applications. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ServiceLens.html\">Using ServiceLens to Monitor the Health of Your Applications</a> in the <i>Amazon CloudWatch User Guide</i>.</p> <p>Before you create and manage canaries, be aware of the security considerations. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/servicelens_canaries_security.html\">Security Considerations for Synthetics Canaries</a>.</p>"
 }

Некоторые файлы не были показаны из-за большого количества измененных файлов