cdk-lambda-subminute 2.0.470 → 2.0.472
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.
- package/.jsii +4 -4
 - package/lib/cdk-lambda-subminute.js +3 -3
 - package/node_modules/aws-sdk/README.md +1 -1
 - package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +76 -55
 - package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +181 -44
 - package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +31 -3
 - package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +109 -89
 - package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +19 -5
 - package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +41 -37
 - package/node_modules/aws-sdk/apis/iam-2010-05-08.min.json +0 -1
 - package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +92 -92
 - package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +53 -38
 - package/node_modules/aws-sdk/apis/s3-2006-03-01.paginators.json +3 -0
 - package/node_modules/aws-sdk/clients/amplify.d.ts +20 -1
 - package/node_modules/aws-sdk/clients/appstream.d.ts +200 -1
 - package/node_modules/aws-sdk/clients/codebuild.d.ts +10 -10
 - package/node_modules/aws-sdk/clients/docdb.d.ts +31 -1
 - package/node_modules/aws-sdk/clients/ecs.d.ts +75 -56
 - package/node_modules/aws-sdk/clients/fis.d.ts +21 -0
 - package/node_modules/aws-sdk/clients/glue.d.ts +6 -0
 - package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
 - package/node_modules/aws-sdk/clients/s3.d.ts +43 -24
 - package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
 - package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -11
 - package/node_modules/aws-sdk/dist/aws-sdk.js +173 -132
 - package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
 - package/node_modules/aws-sdk/lib/core.js +1 -1
 - package/node_modules/aws-sdk/lib/services/s3.js +5 -1
 - package/node_modules/aws-sdk/package.json +1 -1
 - package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +2 -1
 - package/package.json +2 -2
 
| 
         @@ -5,12 +5,18 @@ 
     | 
|
| 
       5 
5 
     | 
    
         
             
                "endpointPrefix": "fis",
         
     | 
| 
       6 
6 
     | 
    
         
             
                "jsonVersion": "1.1",
         
     | 
| 
       7 
7 
     | 
    
         
             
                "protocol": "rest-json",
         
     | 
| 
      
 8 
     | 
    
         
            +
                "protocols": [
         
     | 
| 
      
 9 
     | 
    
         
            +
                  "rest-json"
         
     | 
| 
      
 10 
     | 
    
         
            +
                ],
         
     | 
| 
       8 
11 
     | 
    
         
             
                "serviceAbbreviation": "FIS",
         
     | 
| 
       9 
12 
     | 
    
         
             
                "serviceFullName": "AWS Fault Injection Simulator",
         
     | 
| 
       10 
13 
     | 
    
         
             
                "serviceId": "fis",
         
     | 
| 
       11 
14 
     | 
    
         
             
                "signatureVersion": "v4",
         
     | 
| 
       12 
15 
     | 
    
         
             
                "signingName": "fis",
         
     | 
| 
       13 
     | 
    
         
            -
                "uid": "fis-2020-12-01"
         
     | 
| 
      
 16 
     | 
    
         
            +
                "uid": "fis-2020-12-01",
         
     | 
| 
      
 17 
     | 
    
         
            +
                "auth": [
         
     | 
| 
      
 18 
     | 
    
         
            +
                  "aws.auth#sigv4"
         
     | 
| 
      
 19 
     | 
    
         
            +
                ]
         
     | 
| 
       14 
20 
     | 
    
         
             
              },
         
     | 
| 
       15 
21 
     | 
    
         
             
              "operations": {
         
     | 
| 
       16 
22 
     | 
    
         
             
                "CreateExperimentTemplate": {
         
     | 
| 
         @@ -677,7 +683,7 @@ 
     | 
|
| 
       677 
683 
     | 
    
         
             
                              "shape": "Se"
         
     | 
| 
       678 
684 
     | 
    
         
             
                            },
         
     | 
| 
       679 
685 
     | 
    
         
             
                            "experimentOptions": {
         
     | 
| 
       680 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 686 
     | 
    
         
            +
                              "shape": "S3q"
         
     | 
| 
       681 
687 
     | 
    
         
             
                            }
         
     | 
| 
       682 
688 
     | 
    
         
             
                          }
         
     | 
| 
       683 
689 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -1381,7 +1387,7 @@ 
     | 
|
| 
       1381 
1387 
     | 
    
         
             
                      }
         
     | 
| 
       1382 
1388 
     | 
    
         
             
                    },
         
     | 
| 
       1383 
1389 
     | 
    
         
             
                    "experimentOptions": {
         
     | 
| 
       1384 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 1390 
     | 
    
         
            +
                      "shape": "S3q"
         
     | 
| 
       1385 
1391 
     | 
    
         
             
                    },
         
     | 
| 
       1386 
1392 
     | 
    
         
             
                    "targetAccountConfigurationsCount": {
         
     | 
| 
       1387 
1393 
     | 
    
         
             
                      "type": "long"
         
     | 
| 
         @@ -1392,10 +1398,18 @@ 
     | 
|
| 
       1392 
1398 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       1393 
1399 
     | 
    
         
             
                  "members": {
         
     | 
| 
       1394 
1400 
     | 
    
         
             
                    "status": {},
         
     | 
| 
       1395 
     | 
    
         
            -
                    "reason": {}
         
     | 
| 
      
 1401 
     | 
    
         
            +
                    "reason": {},
         
     | 
| 
      
 1402 
     | 
    
         
            +
                    "error": {
         
     | 
| 
      
 1403 
     | 
    
         
            +
                      "type": "structure",
         
     | 
| 
      
 1404 
     | 
    
         
            +
                      "members": {
         
     | 
| 
      
 1405 
     | 
    
         
            +
                        "accountId": {},
         
     | 
| 
      
 1406 
     | 
    
         
            +
                        "code": {},
         
     | 
| 
      
 1407 
     | 
    
         
            +
                        "location": {}
         
     | 
| 
      
 1408 
     | 
    
         
            +
                      }
         
     | 
| 
      
 1409 
     | 
    
         
            +
                    }
         
     | 
| 
       1396 
1410 
     | 
    
         
             
                  }
         
     | 
| 
       1397 
1411 
     | 
    
         
             
                },
         
     | 
| 
       1398 
     | 
    
         
            -
                " 
     | 
| 
      
 1412 
     | 
    
         
            +
                "S3q": {
         
     | 
| 
       1399 
1413 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       1400 
1414 
     | 
    
         
             
                  "members": {
         
     | 
| 
       1401 
1415 
     | 
    
         
             
                    "accountTargeting": {},
         
     | 
| 
         @@ -3810,6 +3810,10 @@ 
     | 
|
| 
       3810 
3810 
     | 
    
         
             
                      },
         
     | 
| 
       3811 
3811 
     | 
    
         
             
                      "IncludeStatusDetails": {
         
     | 
| 
       3812 
3812 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
      
 3813 
     | 
    
         
            +
                      },
         
     | 
| 
      
 3814 
     | 
    
         
            +
                      "AttributesToGet": {
         
     | 
| 
      
 3815 
     | 
    
         
            +
                        "type": "list",
         
     | 
| 
      
 3816 
     | 
    
         
            +
                        "member": {}
         
     | 
| 
       3813 
3817 
     | 
    
         
             
                      }
         
     | 
| 
       3814 
3818 
     | 
    
         
             
                    }
         
     | 
| 
       3815 
3819 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -3817,7 +3821,7 @@ 
     | 
|
| 
       3817 
3821 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       3818 
3822 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3819 
3823 
     | 
    
         
             
                      "TableList": {
         
     | 
| 
       3820 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3824 
     | 
    
         
            +
                        "shape": "Srq"
         
     | 
| 
       3821 
3825 
     | 
    
         
             
                      },
         
     | 
| 
       3822 
3826 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
       3823 
3827 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -3901,13 +3905,13 @@ 
     | 
|
| 
       3901 
3905 
     | 
    
         
             
                        "shape": "S6"
         
     | 
| 
       3902 
3906 
     | 
    
         
             
                      },
         
     | 
| 
       3903 
3907 
     | 
    
         
             
                      "AuditContext": {
         
     | 
| 
       3904 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3908 
     | 
    
         
            +
                        "shape": "Sry"
         
     | 
| 
       3905 
3909 
     | 
    
         
             
                      },
         
     | 
| 
       3906 
3910 
     | 
    
         
             
                      "SupportedPermissionTypes": {
         
     | 
| 
       3907 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3911 
     | 
    
         
            +
                        "shape": "Ss1"
         
     | 
| 
       3908 
3912 
     | 
    
         
             
                      },
         
     | 
| 
       3909 
3913 
     | 
    
         
             
                      "QuerySessionContext": {
         
     | 
| 
       3910 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3914 
     | 
    
         
            +
                        "shape": "Ss3"
         
     | 
| 
       3911 
3915 
     | 
    
         
             
                      }
         
     | 
| 
       3912 
3916 
     | 
    
         
             
                    }
         
     | 
| 
       3913 
3917 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -3942,10 +3946,10 @@ 
     | 
|
| 
       3942 
3946 
     | 
    
         
             
                      "TableName": {},
         
     | 
| 
       3943 
3947 
     | 
    
         
             
                      "Expression": {},
         
     | 
| 
       3944 
3948 
     | 
    
         
             
                      "AuditContext": {
         
     | 
| 
       3945 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3949 
     | 
    
         
            +
                        "shape": "Sry"
         
     | 
| 
       3946 
3950 
     | 
    
         
             
                      },
         
     | 
| 
       3947 
3951 
     | 
    
         
             
                      "SupportedPermissionTypes": {
         
     | 
| 
       3948 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3952 
     | 
    
         
            +
                        "shape": "Ss1"
         
     | 
| 
       3949 
3953 
     | 
    
         
             
                      },
         
     | 
| 
       3950 
3954 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
       3951 
3955 
     | 
    
         
             
                      "Segment": {
         
     | 
| 
         @@ -3955,7 +3959,7 @@ 
     | 
|
| 
       3955 
3959 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       3956 
3960 
     | 
    
         
             
                      },
         
     | 
| 
       3957 
3961 
     | 
    
         
             
                      "QuerySessionContext": {
         
     | 
| 
       3958 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3962 
     | 
    
         
            +
                        "shape": "Ss3"
         
     | 
| 
       3959 
3963 
     | 
    
         
             
                      }
         
     | 
| 
       3960 
3964 
     | 
    
         
             
                    }
         
     | 
| 
       3961 
3965 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -3998,10 +4002,10 @@ 
     | 
|
| 
       3998 
4002 
     | 
    
         
             
                      "DatabaseName": {},
         
     | 
| 
       3999 
4003 
     | 
    
         
             
                      "Name": {},
         
     | 
| 
       4000 
4004 
     | 
    
         
             
                      "AuditContext": {
         
     | 
| 
       4001 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4005 
     | 
    
         
            +
                        "shape": "Sry"
         
     | 
| 
       4002 
4006 
     | 
    
         
             
                      },
         
     | 
| 
       4003 
4007 
     | 
    
         
             
                      "SupportedPermissionTypes": {
         
     | 
| 
       4004 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4008 
     | 
    
         
            +
                        "shape": "Ss1"
         
     | 
| 
       4005 
4009 
     | 
    
         
             
                      },
         
     | 
| 
       4006 
4010 
     | 
    
         
             
                      "ParentResourceArn": {},
         
     | 
| 
       4007 
4011 
     | 
    
         
             
                      "RootResourceArn": {},
         
     | 
| 
         @@ -4016,7 +4020,7 @@ 
     | 
|
| 
       4016 
4020 
     | 
    
         
             
                        "shape": "Sfh"
         
     | 
| 
       4017 
4021 
     | 
    
         
             
                      },
         
     | 
| 
       4018 
4022 
     | 
    
         
             
                      "QuerySessionContext": {
         
     | 
| 
       4019 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4023 
     | 
    
         
            +
                        "shape": "Ss3"
         
     | 
| 
       4020 
4024 
     | 
    
         
             
                      }
         
     | 
| 
       4021 
4025 
     | 
    
         
             
                    }
         
     | 
| 
       4022 
4026 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -4101,7 +4105,7 @@ 
     | 
|
| 
       4101 
4105 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       4102 
4106 
     | 
    
         
             
                    "members": {
         
     | 
| 
       4103 
4107 
     | 
    
         
             
                      "UserDefinedFunction": {
         
     | 
| 
       4104 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4108 
     | 
    
         
            +
                        "shape": "Ssm"
         
     | 
| 
       4105 
4109 
     | 
    
         
             
                      }
         
     | 
| 
       4106 
4110 
     | 
    
         
             
                    }
         
     | 
| 
       4107 
4111 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -4128,7 +4132,7 @@ 
     | 
|
| 
       4128 
4132 
     | 
    
         
             
                      "UserDefinedFunctions": {
         
     | 
| 
       4129 
4133 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       4130 
4134 
     | 
    
         
             
                        "member": {
         
     | 
| 
       4131 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 4135 
     | 
    
         
            +
                          "shape": "Ssm"
         
     | 
| 
       4132 
4136 
     | 
    
         
             
                        }
         
     | 
| 
       4133 
4137 
     | 
    
         
             
                      },
         
     | 
| 
       4134 
4138 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
         @@ -4615,7 +4619,7 @@ 
     | 
|
| 
       4615 
4619 
     | 
    
         
             
                      "StatisticId": {},
         
     | 
| 
       4616 
4620 
     | 
    
         
             
                      "ProfileId": {},
         
     | 
| 
       4617 
4621 
     | 
    
         
             
                      "TimestampFilter": {
         
     | 
| 
       4618 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4622 
     | 
    
         
            +
                        "shape": "Su6"
         
     | 
| 
       4619 
4623 
     | 
    
         
             
                      },
         
     | 
| 
       4620 
4624 
     | 
    
         
             
                      "MaxResults": {
         
     | 
| 
       4621 
4625 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
         @@ -4637,7 +4641,7 @@ 
     | 
|
| 
       4637 
4641 
     | 
    
         
             
                              "type": "timestamp"
         
     | 
| 
       4638 
4642 
     | 
    
         
             
                            },
         
     | 
| 
       4639 
4643 
     | 
    
         
             
                            "InclusionAnnotation": {
         
     | 
| 
       4640 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4644 
     | 
    
         
            +
                              "shape": "Sua"
         
     | 
| 
       4641 
4645 
     | 
    
         
             
                            }
         
     | 
| 
       4642 
4646 
     | 
    
         
             
                          }
         
     | 
| 
       4643 
4647 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -4653,7 +4657,7 @@ 
     | 
|
| 
       4653 
4657 
     | 
    
         
             
                      "StatisticId": {},
         
     | 
| 
       4654 
4658 
     | 
    
         
             
                      "ProfileId": {},
         
     | 
| 
       4655 
4659 
     | 
    
         
             
                      "TimestampFilter": {
         
     | 
| 
       4656 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4660 
     | 
    
         
            +
                        "shape": "Su6"
         
     | 
| 
       4657 
4661 
     | 
    
         
             
                      },
         
     | 
| 
       4658 
4662 
     | 
    
         
             
                      "MaxResults": {
         
     | 
| 
       4659 
4663 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
         @@ -4700,7 +4704,7 @@ 
     | 
|
| 
       4700 
4704 
     | 
    
         
             
                              "type": "timestamp"
         
     | 
| 
       4701 
4705 
     | 
    
         
             
                            },
         
     | 
| 
       4702 
4706 
     | 
    
         
             
                            "InclusionAnnotation": {
         
     | 
| 
       4703 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4707 
     | 
    
         
            +
                              "shape": "Sua"
         
     | 
| 
       4704 
4708 
     | 
    
         
             
                            }
         
     | 
| 
       4705 
4709 
     | 
    
         
             
                          }
         
     | 
| 
       4706 
4710 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -5133,7 +5137,7 @@ 
     | 
|
| 
       5133 
5137 
     | 
    
         
             
                      },
         
     | 
| 
       5134 
5138 
     | 
    
         
             
                      "SchemaVersionId": {},
         
     | 
| 
       5135 
5139 
     | 
    
         
             
                      "MetadataKeyValue": {
         
     | 
| 
       5136 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5140 
     | 
    
         
            +
                        "shape": "Sw1"
         
     | 
| 
       5137 
5141 
     | 
    
         
             
                      }
         
     | 
| 
       5138 
5142 
     | 
    
         
             
                    }
         
     | 
| 
       5139 
5143 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -5190,7 +5194,7 @@ 
     | 
|
| 
       5190 
5194 
     | 
    
         
             
                      "MetadataList": {
         
     | 
| 
       5191 
5195 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       5192 
5196 
     | 
    
         
             
                        "member": {
         
     | 
| 
       5193 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 5197 
     | 
    
         
            +
                          "shape": "Sw1"
         
     | 
| 
       5194 
5198 
     | 
    
         
             
                        }
         
     | 
| 
       5195 
5199 
     | 
    
         
             
                      },
         
     | 
| 
       5196 
5200 
     | 
    
         
             
                      "MaxResults": {
         
     | 
| 
         @@ -5268,7 +5272,7 @@ 
     | 
|
| 
       5268 
5272 
     | 
    
         
             
                      },
         
     | 
| 
       5269 
5273 
     | 
    
         
             
                      "SchemaVersionId": {},
         
     | 
| 
       5270 
5274 
     | 
    
         
             
                      "MetadataKeyValue": {
         
     | 
| 
       5271 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5275 
     | 
    
         
            +
                        "shape": "Sw1"
         
     | 
| 
       5272 
5276 
     | 
    
         
             
                      }
         
     | 
| 
       5273 
5277 
     | 
    
         
             
                    }
         
     | 
| 
       5274 
5278 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -5322,7 +5326,7 @@ 
     | 
|
| 
       5322 
5326 
     | 
    
         
             
                      "Name": {},
         
     | 
| 
       5323 
5327 
     | 
    
         
             
                      "RunId": {},
         
     | 
| 
       5324 
5328 
     | 
    
         
             
                      "NodeIds": {
         
     | 
| 
       5325 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5329 
     | 
    
         
            +
                        "shape": "Swm"
         
     | 
| 
       5326 
5330 
     | 
    
         
             
                      }
         
     | 
| 
       5327 
5331 
     | 
    
         
             
                    }
         
     | 
| 
       5328 
5332 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -5331,7 +5335,7 @@ 
     | 
|
| 
       5331 
5335 
     | 
    
         
             
                    "members": {
         
     | 
| 
       5332 
5336 
     | 
    
         
             
                      "RunId": {},
         
     | 
| 
       5333 
5337 
     | 
    
         
             
                      "NodeIds": {
         
     | 
| 
       5334 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5338 
     | 
    
         
            +
                        "shape": "Swm"
         
     | 
| 
       5335 
5339 
     | 
    
         
             
                      }
         
     | 
| 
       5336 
5340 
     | 
    
         
             
                    }
         
     | 
| 
       5337 
5341 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -5400,7 +5404,7 @@ 
     | 
|
| 
       5400 
5404 
     | 
    
         
             
                    "members": {
         
     | 
| 
       5401 
5405 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
       5402 
5406 
     | 
    
         
             
                      "TableList": {
         
     | 
| 
       5403 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5407 
     | 
    
         
            +
                        "shape": "Srq"
         
     | 
| 
       5404 
5408 
     | 
    
         
             
                      }
         
     | 
| 
       5405 
5409 
     | 
    
         
             
                    }
         
     | 
| 
       5406 
5410 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -5956,7 +5960,7 @@ 
     | 
|
| 
       5956 
5960 
     | 
    
         
             
                        "shape": "S6"
         
     | 
| 
       5957 
5961 
     | 
    
         
             
                      },
         
     | 
| 
       5958 
5962 
     | 
    
         
             
                      "ColumnStatisticsList": {
         
     | 
| 
       5959 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5963 
     | 
    
         
            +
                        "shape": "Syf"
         
     | 
| 
       5960 
5964 
     | 
    
         
             
                      }
         
     | 
| 
       5961 
5965 
     | 
    
         
             
                    }
         
     | 
| 
       5962 
5966 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -5964,7 +5968,7 @@ 
     | 
|
| 
       5964 
5968 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       5965 
5969 
     | 
    
         
             
                    "members": {
         
     | 
| 
       5966 
5970 
     | 
    
         
             
                      "Errors": {
         
     | 
| 
       5967 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5971 
     | 
    
         
            +
                        "shape": "Syh"
         
     | 
| 
       5968 
5972 
     | 
    
         
             
                      }
         
     | 
| 
       5969 
5973 
     | 
    
         
             
                    }
         
     | 
| 
       5970 
5974 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -5982,7 +5986,7 @@ 
     | 
|
| 
       5982 
5986 
     | 
    
         
             
                      "DatabaseName": {},
         
     | 
| 
       5983 
5987 
     | 
    
         
             
                      "TableName": {},
         
     | 
| 
       5984 
5988 
     | 
    
         
             
                      "ColumnStatisticsList": {
         
     | 
| 
       5985 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5989 
     | 
    
         
            +
                        "shape": "Syf"
         
     | 
| 
       5986 
5990 
     | 
    
         
             
                      }
         
     | 
| 
       5987 
5991 
     | 
    
         
             
                    }
         
     | 
| 
       5988 
5992 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -5990,7 +5994,7 @@ 
     | 
|
| 
       5990 
5994 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       5991 
5995 
     | 
    
         
             
                    "members": {
         
     | 
| 
       5992 
5996 
     | 
    
         
             
                      "Errors": {
         
     | 
| 
       5993 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5997 
     | 
    
         
            +
                        "shape": "Syh"
         
     | 
| 
       5994 
5998 
     | 
    
         
             
                      }
         
     | 
| 
       5995 
5999 
     | 
    
         
             
                    }
         
     | 
| 
       5996 
6000 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -11179,13 +11183,13 @@ 
     | 
|
| 
       11179 
11183 
     | 
    
         
             
                    "VersionId": {}
         
     | 
| 
       11180 
11184 
     | 
    
         
             
                  }
         
     | 
| 
       11181 
11185 
     | 
    
         
             
                },
         
     | 
| 
       11182 
     | 
    
         
            -
                " 
     | 
| 
      
 11186 
     | 
    
         
            +
                "Srq": {
         
     | 
| 
       11183 
11187 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       11184 
11188 
     | 
    
         
             
                  "member": {
         
     | 
| 
       11185 
11189 
     | 
    
         
             
                    "shape": "Sr2"
         
     | 
| 
       11186 
11190 
     | 
    
         
             
                  }
         
     | 
| 
       11187 
11191 
     | 
    
         
             
                },
         
     | 
| 
       11188 
     | 
    
         
            -
                " 
     | 
| 
      
 11192 
     | 
    
         
            +
                "Sry": {
         
     | 
| 
       11189 
11193 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       11190 
11194 
     | 
    
         
             
                  "members": {
         
     | 
| 
       11191 
11195 
     | 
    
         
             
                    "AdditionalAuditContext": {},
         
     | 
| 
         @@ -11198,11 +11202,11 @@ 
     | 
|
| 
       11198 
11202 
     | 
    
         
             
                    }
         
     | 
| 
       11199 
11203 
     | 
    
         
             
                  }
         
     | 
| 
       11200 
11204 
     | 
    
         
             
                },
         
     | 
| 
       11201 
     | 
    
         
            -
                " 
     | 
| 
      
 11205 
     | 
    
         
            +
                "Ss1": {
         
     | 
| 
       11202 
11206 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       11203 
11207 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       11204 
11208 
     | 
    
         
             
                },
         
     | 
| 
       11205 
     | 
    
         
            -
                " 
     | 
| 
      
 11209 
     | 
    
         
            +
                "Ss3": {
         
     | 
| 
       11206 
11210 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       11207 
11211 
     | 
    
         
             
                  "members": {
         
     | 
| 
       11208 
11212 
     | 
    
         
             
                    "QueryId": {},
         
     | 
| 
         @@ -11218,7 +11222,7 @@ 
     | 
|
| 
       11218 
11222 
     | 
    
         
             
                    }
         
     | 
| 
       11219 
11223 
     | 
    
         
             
                  }
         
     | 
| 
       11220 
11224 
     | 
    
         
             
                },
         
     | 
| 
       11221 
     | 
    
         
            -
                " 
     | 
| 
      
 11225 
     | 
    
         
            +
                "Ssm": {
         
     | 
| 
       11222 
11226 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       11223 
11227 
     | 
    
         
             
                  "members": {
         
     | 
| 
       11224 
11228 
     | 
    
         
             
                    "FunctionName": {},
         
     | 
| 
         @@ -11235,7 +11239,7 @@ 
     | 
|
| 
       11235 
11239 
     | 
    
         
             
                    "CatalogId": {}
         
     | 
| 
       11236 
11240 
     | 
    
         
             
                  }
         
     | 
| 
       11237 
11241 
     | 
    
         
             
                },
         
     | 
| 
       11238 
     | 
    
         
            -
                " 
     | 
| 
      
 11242 
     | 
    
         
            +
                "Su6": {
         
     | 
| 
       11239 
11243 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       11240 
11244 
     | 
    
         
             
                  "members": {
         
     | 
| 
       11241 
11245 
     | 
    
         
             
                    "RecordedBefore": {
         
     | 
| 
         @@ -11246,7 +11250,7 @@ 
     | 
|
| 
       11246 
11250 
     | 
    
         
             
                    }
         
     | 
| 
       11247 
11251 
     | 
    
         
             
                  }
         
     | 
| 
       11248 
11252 
     | 
    
         
             
                },
         
     | 
| 
       11249 
     | 
    
         
            -
                " 
     | 
| 
      
 11253 
     | 
    
         
            +
                "Sua": {
         
     | 
| 
       11250 
11254 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       11251 
11255 
     | 
    
         
             
                  "members": {
         
     | 
| 
       11252 
11256 
     | 
    
         
             
                    "Value": {},
         
     | 
| 
         @@ -11255,24 +11259,24 @@ 
     | 
|
| 
       11255 
11259 
     | 
    
         
             
                    }
         
     | 
| 
       11256 
11260 
     | 
    
         
             
                  }
         
     | 
| 
       11257 
11261 
     | 
    
         
             
                },
         
     | 
| 
       11258 
     | 
    
         
            -
                " 
     | 
| 
      
 11262 
     | 
    
         
            +
                "Sw1": {
         
     | 
| 
       11259 
11263 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       11260 
11264 
     | 
    
         
             
                  "members": {
         
     | 
| 
       11261 
11265 
     | 
    
         
             
                    "MetadataKey": {},
         
     | 
| 
       11262 
11266 
     | 
    
         
             
                    "MetadataValue": {}
         
     | 
| 
       11263 
11267 
     | 
    
         
             
                  }
         
     | 
| 
       11264 
11268 
     | 
    
         
             
                },
         
     | 
| 
       11265 
     | 
    
         
            -
                " 
     | 
| 
      
 11269 
     | 
    
         
            +
                "Swm": {
         
     | 
| 
       11266 
11270 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       11267 
11271 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       11268 
11272 
     | 
    
         
             
                },
         
     | 
| 
       11269 
     | 
    
         
            -
                " 
     | 
| 
      
 11273 
     | 
    
         
            +
                "Syf": {
         
     | 
| 
       11270 
11274 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       11271 
11275 
     | 
    
         
             
                  "member": {
         
     | 
| 
       11272 
11276 
     | 
    
         
             
                    "shape": "Sl0"
         
     | 
| 
       11273 
11277 
     | 
    
         
             
                  }
         
     | 
| 
       11274 
11278 
     | 
    
         
             
                },
         
     | 
| 
       11275 
     | 
    
         
            -
                " 
     | 
| 
      
 11279 
     | 
    
         
            +
                "Syh": {
         
     | 
| 
       11276 
11280 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       11277 
11281 
     | 
    
         
             
                  "member": {
         
     | 
| 
       11278 
11282 
     | 
    
         
             
                    "type": "structure",
         
     |