cdk-lambda-subminute 2.0.522 → 2.0.523
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 +3 -3
 - package/lib/cdk-lambda-subminute.js +3 -3
 - package/node_modules/aws-sdk/README.md +4 -10
 - package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +100 -100
 - package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +167 -102
 - package/node_modules/aws-sdk/clients/s3.d.ts +192 -128
 - 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 +2 -2
 - package/node_modules/aws-sdk/dist/aws-sdk.js +170 -105
 - package/node_modules/aws-sdk/dist/aws-sdk.min.js +24 -24
 - package/node_modules/aws-sdk/lib/core.js +1 -1
 - package/node_modules/aws-sdk/package.json +1 -1
 - package/package.json +2 -2
 
| 
         @@ -799,6 +799,25 @@ 
     | 
|
| 
       799 
799 
     | 
    
         
             
                        },
         
     | 
| 
       800 
800 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
       801 
801 
     | 
    
         
             
                        "locationName": "Bucket"
         
     | 
| 
      
 802 
     | 
    
         
            +
                      },
         
     | 
| 
      
 803 
     | 
    
         
            +
                      "ServerSideEncryption": {
         
     | 
| 
      
 804 
     | 
    
         
            +
                        "location": "header",
         
     | 
| 
      
 805 
     | 
    
         
            +
                        "locationName": "x-amz-server-side-encryption"
         
     | 
| 
      
 806 
     | 
    
         
            +
                      },
         
     | 
| 
      
 807 
     | 
    
         
            +
                      "SSEKMSKeyId": {
         
     | 
| 
      
 808 
     | 
    
         
            +
                        "shape": "Ss",
         
     | 
| 
      
 809 
     | 
    
         
            +
                        "location": "header",
         
     | 
| 
      
 810 
     | 
    
         
            +
                        "locationName": "x-amz-server-side-encryption-aws-kms-key-id"
         
     | 
| 
      
 811 
     | 
    
         
            +
                      },
         
     | 
| 
      
 812 
     | 
    
         
            +
                      "SSEKMSEncryptionContext": {
         
     | 
| 
      
 813 
     | 
    
         
            +
                        "shape": "S1j",
         
     | 
| 
      
 814 
     | 
    
         
            +
                        "location": "header",
         
     | 
| 
      
 815 
     | 
    
         
            +
                        "locationName": "x-amz-server-side-encryption-context"
         
     | 
| 
      
 816 
     | 
    
         
            +
                      },
         
     | 
| 
      
 817 
     | 
    
         
            +
                      "BucketKeyEnabled": {
         
     | 
| 
      
 818 
     | 
    
         
            +
                        "location": "header",
         
     | 
| 
      
 819 
     | 
    
         
            +
                        "locationName": "x-amz-server-side-encryption-bucket-key-enabled",
         
     | 
| 
      
 820 
     | 
    
         
            +
                        "type": "boolean"
         
     | 
| 
       802 
821 
     | 
    
         
             
                      }
         
     | 
| 
       803 
822 
     | 
    
         
             
                    }
         
     | 
| 
       804 
823 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -808,6 +827,25 @@ 
     | 
|
| 
       808 
827 
     | 
    
         
             
                      "Credentials"
         
     | 
| 
       809 
828 
     | 
    
         
             
                    ],
         
     | 
| 
       810 
829 
     | 
    
         
             
                    "members": {
         
     | 
| 
      
 830 
     | 
    
         
            +
                      "ServerSideEncryption": {
         
     | 
| 
      
 831 
     | 
    
         
            +
                        "location": "header",
         
     | 
| 
      
 832 
     | 
    
         
            +
                        "locationName": "x-amz-server-side-encryption"
         
     | 
| 
      
 833 
     | 
    
         
            +
                      },
         
     | 
| 
      
 834 
     | 
    
         
            +
                      "SSEKMSKeyId": {
         
     | 
| 
      
 835 
     | 
    
         
            +
                        "shape": "Ss",
         
     | 
| 
      
 836 
     | 
    
         
            +
                        "location": "header",
         
     | 
| 
      
 837 
     | 
    
         
            +
                        "locationName": "x-amz-server-side-encryption-aws-kms-key-id"
         
     | 
| 
      
 838 
     | 
    
         
            +
                      },
         
     | 
| 
      
 839 
     | 
    
         
            +
                      "SSEKMSEncryptionContext": {
         
     | 
| 
      
 840 
     | 
    
         
            +
                        "shape": "S1j",
         
     | 
| 
      
 841 
     | 
    
         
            +
                        "location": "header",
         
     | 
| 
      
 842 
     | 
    
         
            +
                        "locationName": "x-amz-server-side-encryption-context"
         
     | 
| 
      
 843 
     | 
    
         
            +
                      },
         
     | 
| 
      
 844 
     | 
    
         
            +
                      "BucketKeyEnabled": {
         
     | 
| 
      
 845 
     | 
    
         
            +
                        "location": "header",
         
     | 
| 
      
 846 
     | 
    
         
            +
                        "locationName": "x-amz-server-side-encryption-bucket-key-enabled",
         
     | 
| 
      
 847 
     | 
    
         
            +
                        "type": "boolean"
         
     | 
| 
      
 848 
     | 
    
         
            +
                      },
         
     | 
| 
       811 
849 
     | 
    
         
             
                      "Credentials": {
         
     | 
| 
       812 
850 
     | 
    
         
             
                        "locationName": "Credentials",
         
     | 
| 
       813 
851 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
         @@ -1884,6 +1922,10 @@ 
     | 
|
| 
       1884 
1922 
     | 
    
         
             
                      "Rules": {
         
     | 
| 
       1885 
1923 
     | 
    
         
             
                        "shape": "S67",
         
     | 
| 
       1886 
1924 
     | 
    
         
             
                        "locationName": "Rule"
         
     | 
| 
      
 1925 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1926 
     | 
    
         
            +
                      "TransitionDefaultMinimumObjectSize": {
         
     | 
| 
      
 1927 
     | 
    
         
            +
                        "location": "header",
         
     | 
| 
      
 1928 
     | 
    
         
            +
                        "locationName": "x-amz-transition-default-minimum-object-size"
         
     | 
| 
       1887 
1929 
     | 
    
         
             
                      }
         
     | 
| 
       1888 
1930 
     | 
    
         
             
                    }
         
     | 
| 
       1889 
1931 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -1957,7 +1999,7 @@ 
     | 
|
| 
       1957 
1999 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1958 
2000 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1959 
2001 
     | 
    
         
             
                      "LoggingEnabled": {
         
     | 
| 
       1960 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2002 
     | 
    
         
            +
                        "shape": "S6k"
         
     | 
| 
       1961 
2003 
     | 
    
         
             
                      }
         
     | 
| 
       1962 
2004 
     | 
    
         
             
                    }
         
     | 
| 
       1963 
2005 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -2000,7 +2042,7 @@ 
     | 
|
| 
       2000 
2042 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2001 
2043 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2002 
2044 
     | 
    
         
             
                      "MetricsConfiguration": {
         
     | 
| 
       2003 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2045 
     | 
    
         
            +
                        "shape": "S6w"
         
     | 
| 
       2004 
2046 
     | 
    
         
             
                      }
         
     | 
| 
       2005 
2047 
     | 
    
         
             
                    },
         
     | 
| 
       2006 
2048 
     | 
    
         
             
                    "payload": "MetricsConfiguration"
         
     | 
| 
         @@ -2017,10 +2059,10 @@ 
     | 
|
| 
       2017 
2059 
     | 
    
         
             
                    "requestUri": "/{Bucket}?notification"
         
     | 
| 
       2018 
2060 
     | 
    
         
             
                  },
         
     | 
| 
       2019 
2061 
     | 
    
         
             
                  "input": {
         
     | 
| 
       2020 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 2062 
     | 
    
         
            +
                    "shape": "S70"
         
     | 
| 
       2021 
2063 
     | 
    
         
             
                  },
         
     | 
| 
       2022 
2064 
     | 
    
         
             
                  "output": {
         
     | 
| 
       2023 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 2065 
     | 
    
         
            +
                    "shape": "S71"
         
     | 
| 
       2024 
2066 
     | 
    
         
             
                  },
         
     | 
| 
       2025 
2067 
     | 
    
         
             
                  "deprecated": true,
         
     | 
| 
       2026 
2068 
     | 
    
         
             
                  "staticContextParams": {
         
     | 
| 
         @@ -2035,10 +2077,10 @@ 
     | 
|
| 
       2035 
2077 
     | 
    
         
             
                    "requestUri": "/{Bucket}?notification"
         
     | 
| 
       2036 
2078 
     | 
    
         
             
                  },
         
     | 
| 
       2037 
2079 
     | 
    
         
             
                  "input": {
         
     | 
| 
       2038 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 2080 
     | 
    
         
            +
                    "shape": "S70"
         
     | 
| 
       2039 
2081 
     | 
    
         
             
                  },
         
     | 
| 
       2040 
2082 
     | 
    
         
             
                  "output": {
         
     | 
| 
       2041 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 2083 
     | 
    
         
            +
                    "shape": "S7c"
         
     | 
| 
       2042 
2084 
     | 
    
         
             
                  },
         
     | 
| 
       2043 
2085 
     | 
    
         
             
                  "staticContextParams": {
         
     | 
| 
       2044 
2086 
     | 
    
         
             
                    "UseS3ExpressControlEndpoint": {
         
     | 
| 
         @@ -2074,7 +2116,7 @@ 
     | 
|
| 
       2074 
2116 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2075 
2117 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2076 
2118 
     | 
    
         
             
                      "OwnershipControls": {
         
     | 
| 
       2077 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2119 
     | 
    
         
            +
                        "shape": "S7t"
         
     | 
| 
       2078 
2120 
     | 
    
         
             
                      }
         
     | 
| 
       2079 
2121 
     | 
    
         
             
                    },
         
     | 
| 
       2080 
2122 
     | 
    
         
             
                    "payload": "OwnershipControls"
         
     | 
| 
         @@ -2195,7 +2237,7 @@ 
     | 
|
| 
       2195 
2237 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2196 
2238 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2197 
2239 
     | 
    
         
             
                      "ReplicationConfiguration": {
         
     | 
| 
       2198 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2240 
     | 
    
         
            +
                        "shape": "S85"
         
     | 
| 
       2199 
2241 
     | 
    
         
             
                      }
         
     | 
| 
       2200 
2242 
     | 
    
         
             
                    },
         
     | 
| 
       2201 
2243 
     | 
    
         
             
                    "payload": "ReplicationConfiguration"
         
     | 
| 
         @@ -2350,16 +2392,16 @@ 
     | 
|
| 
       2350 
2392 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2351 
2393 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2352 
2394 
     | 
    
         
             
                      "RedirectAllRequestsTo": {
         
     | 
| 
       2353 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2395 
     | 
    
         
            +
                        "shape": "S98"
         
     | 
| 
       2354 
2396 
     | 
    
         
             
                      },
         
     | 
| 
       2355 
2397 
     | 
    
         
             
                      "IndexDocument": {
         
     | 
| 
       2356 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2398 
     | 
    
         
            +
                        "shape": "S9b"
         
     | 
| 
       2357 
2399 
     | 
    
         
             
                      },
         
     | 
| 
       2358 
2400 
     | 
    
         
             
                      "ErrorDocument": {
         
     | 
| 
       2359 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2401 
     | 
    
         
            +
                        "shape": "S9d"
         
     | 
| 
       2360 
2402 
     | 
    
         
             
                      },
         
     | 
| 
       2361 
2403 
     | 
    
         
             
                      "RoutingRules": {
         
     | 
| 
       2362 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2404 
     | 
    
         
            +
                        "shape": "S9e"
         
     | 
| 
       2363 
2405 
     | 
    
         
             
                      }
         
     | 
| 
       2364 
2406 
     | 
    
         
             
                    }
         
     | 
| 
       2365 
2407 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -2438,7 +2480,7 @@ 
     | 
|
| 
       2438 
2480 
     | 
    
         
             
                        "locationName": "response-content-type"
         
     | 
| 
       2439 
2481 
     | 
    
         
             
                      },
         
     | 
| 
       2440 
2482 
     | 
    
         
             
                      "ResponseExpires": {
         
     | 
| 
       2441 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2483 
     | 
    
         
            +
                        "shape": "S9x",
         
     | 
| 
       2442 
2484 
     | 
    
         
             
                        "location": "querystring",
         
     | 
| 
       2443 
2485 
     | 
    
         
             
                        "locationName": "response-expires"
         
     | 
| 
       2444 
2486 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -2898,7 +2940,7 @@ 
     | 
|
| 
       2898 
2940 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2899 
2941 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2900 
2942 
     | 
    
         
             
                      "LegalHold": {
         
     | 
| 
       2901 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2943 
     | 
    
         
            +
                        "shape": "Sas",
         
     | 
| 
       2902 
2944 
     | 
    
         
             
                        "locationName": "LegalHold"
         
     | 
| 
       2903 
2945 
     | 
    
         
             
                      }
         
     | 
| 
       2904 
2946 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -2933,7 +2975,7 @@ 
     | 
|
| 
       2933 
2975 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2934 
2976 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2935 
2977 
     | 
    
         
             
                      "ObjectLockConfiguration": {
         
     | 
| 
       2936 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2978 
     | 
    
         
            +
                        "shape": "Sav"
         
     | 
| 
       2937 
2979 
     | 
    
         
             
                      }
         
     | 
| 
       2938 
2980 
     | 
    
         
             
                    },
         
     | 
| 
       2939 
2981 
     | 
    
         
             
                    "payload": "ObjectLockConfiguration"
         
     | 
| 
         @@ -2980,7 +3022,7 @@ 
     | 
|
| 
       2980 
3022 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2981 
3023 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2982 
3024 
     | 
    
         
             
                      "Retention": {
         
     | 
| 
       2983 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3025 
     | 
    
         
            +
                        "shape": "Sb3",
         
     | 
| 
       2984 
3026 
     | 
    
         
             
                        "locationName": "Retention"
         
     | 
| 
       2985 
3027 
     | 
    
         
             
                      }
         
     | 
| 
       2986 
3028 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -3116,7 +3158,7 @@ 
     | 
|
| 
       3116 
3158 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       3117 
3159 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3118 
3160 
     | 
    
         
             
                      "PublicAccessBlockConfiguration": {
         
     | 
| 
       3119 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3161 
     | 
    
         
            +
                        "shape": "Sba"
         
     | 
| 
       3120 
3162 
     | 
    
         
             
                      }
         
     | 
| 
       3121 
3163 
     | 
    
         
             
                    },
         
     | 
| 
       3122 
3164 
     | 
    
         
             
                    "payload": "PublicAccessBlockConfiguration"
         
     | 
| 
         @@ -3243,7 +3285,7 @@ 
     | 
|
| 
       3243 
3285 
     | 
    
         
             
                        "locationName": "response-content-type"
         
     | 
| 
       3244 
3286 
     | 
    
         
             
                      },
         
     | 
| 
       3245 
3287 
     | 
    
         
             
                      "ResponseExpires": {
         
     | 
| 
       3246 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3288 
     | 
    
         
            +
                        "shape": "S9x",
         
     | 
| 
       3247 
3289 
     | 
    
         
             
                        "location": "querystring",
         
     | 
| 
       3248 
3290 
     | 
    
         
             
                        "locationName": "response-expires"
         
     | 
| 
       3249 
3291 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -3632,7 +3674,7 @@ 
     | 
|
| 
       3632 
3674 
     | 
    
         
             
                        "locationName": "MetricsConfiguration",
         
     | 
| 
       3633 
3675 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       3634 
3676 
     | 
    
         
             
                        "member": {
         
     | 
| 
       3635 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 3677 
     | 
    
         
            +
                          "shape": "S6w"
         
     | 
| 
       3636 
3678 
     | 
    
         
             
                        },
         
     | 
| 
       3637 
3679 
     | 
    
         
             
                        "flattened": true
         
     | 
| 
       3638 
3680 
     | 
    
         
             
                      }
         
     | 
| 
         @@ -3654,6 +3696,14 @@ 
     | 
|
| 
       3654 
3696 
     | 
    
         
             
                      "ContinuationToken": {
         
     | 
| 
       3655 
3697 
     | 
    
         
             
                        "location": "querystring",
         
     | 
| 
       3656 
3698 
     | 
    
         
             
                        "locationName": "continuation-token"
         
     | 
| 
      
 3699 
     | 
    
         
            +
                      },
         
     | 
| 
      
 3700 
     | 
    
         
            +
                      "Prefix": {
         
     | 
| 
      
 3701 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 3702 
     | 
    
         
            +
                        "locationName": "prefix"
         
     | 
| 
      
 3703 
     | 
    
         
            +
                      },
         
     | 
| 
      
 3704 
     | 
    
         
            +
                      "BucketRegion": {
         
     | 
| 
      
 3705 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 3706 
     | 
    
         
            +
                        "locationName": "bucket-region"
         
     | 
| 
       3657 
3707 
     | 
    
         
             
                      }
         
     | 
| 
       3658 
3708 
     | 
    
         
             
                    }
         
     | 
| 
       3659 
3709 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -3661,12 +3711,13 @@ 
     | 
|
| 
       3661 
3711 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       3662 
3712 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3663 
3713 
     | 
    
         
             
                      "Buckets": {
         
     | 
| 
       3664 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3714 
     | 
    
         
            +
                        "shape": "Sc2"
         
     | 
| 
       3665 
3715 
     | 
    
         
             
                      },
         
     | 
| 
       3666 
3716 
     | 
    
         
             
                      "Owner": {
         
     | 
| 
       3667 
3717 
     | 
    
         
             
                        "shape": "S3r"
         
     | 
| 
       3668 
3718 
     | 
    
         
             
                      },
         
     | 
| 
       3669 
     | 
    
         
            -
                      "ContinuationToken": {}
         
     | 
| 
      
 3719 
     | 
    
         
            +
                      "ContinuationToken": {},
         
     | 
| 
      
 3720 
     | 
    
         
            +
                      "Prefix": {}
         
     | 
| 
       3670 
3721 
     | 
    
         
             
                    }
         
     | 
| 
       3671 
3722 
     | 
    
         
             
                  },
         
     | 
| 
       3672 
3723 
     | 
    
         
             
                  "alias": "GetService"
         
     | 
| 
         @@ -3693,7 +3744,7 @@ 
     | 
|
| 
       3693 
3744 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       3694 
3745 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3695 
3746 
     | 
    
         
             
                      "Buckets": {
         
     | 
| 
       3696 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3747 
     | 
    
         
            +
                        "shape": "Sc2"
         
     | 
| 
       3697 
3748 
     | 
    
         
             
                      },
         
     | 
| 
       3698 
3749 
     | 
    
         
             
                      "ContinuationToken": {}
         
     | 
| 
       3699 
3750 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -3792,7 +3843,7 @@ 
     | 
|
| 
       3792 
3843 
     | 
    
         
             
                              "shape": "S3r"
         
     | 
| 
       3793 
3844 
     | 
    
         
             
                            },
         
     | 
| 
       3794 
3845 
     | 
    
         
             
                            "Initiator": {
         
     | 
| 
       3795 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3846 
     | 
    
         
            +
                              "shape": "Scl"
         
     | 
| 
       3796 
3847 
     | 
    
         
             
                            },
         
     | 
| 
       3797 
3848 
     | 
    
         
             
                            "ChecksumAlgorithm": {}
         
     | 
| 
       3798 
3849 
     | 
    
         
             
                          }
         
     | 
| 
         @@ -3800,7 +3851,7 @@ 
     | 
|
| 
       3800 
3851 
     | 
    
         
             
                        "flattened": true
         
     | 
| 
       3801 
3852 
     | 
    
         
             
                      },
         
     | 
| 
       3802 
3853 
     | 
    
         
             
                      "CommonPrefixes": {
         
     | 
| 
       3803 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3854 
     | 
    
         
            +
                        "shape": "Scm"
         
     | 
| 
       3804 
3855 
     | 
    
         
             
                      },
         
     | 
| 
       3805 
3856 
     | 
    
         
             
                      "EncodingType": {},
         
     | 
| 
       3806 
3857 
     | 
    
         
             
                      "RequestCharged": {
         
     | 
| 
         @@ -3865,7 +3916,7 @@ 
     | 
|
| 
       3865 
3916 
     | 
    
         
             
                        "locationName": "x-amz-request-payer"
         
     | 
| 
       3866 
3917 
     | 
    
         
             
                      },
         
     | 
| 
       3867 
3918 
     | 
    
         
             
                      "OptionalObjectAttributes": {
         
     | 
| 
       3868 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3919 
     | 
    
         
            +
                        "shape": "Scr",
         
     | 
| 
       3869 
3920 
     | 
    
         
             
                        "location": "header",
         
     | 
| 
       3870 
3921 
     | 
    
         
             
                        "locationName": "x-amz-optional-object-attributes"
         
     | 
| 
       3871 
3922 
     | 
    
         
             
                      }
         
     | 
| 
         @@ -3889,7 +3940,7 @@ 
     | 
|
| 
       3889 
3940 
     | 
    
         
             
                          "members": {
         
     | 
| 
       3890 
3941 
     | 
    
         
             
                            "ETag": {},
         
     | 
| 
       3891 
3942 
     | 
    
         
             
                            "ChecksumAlgorithm": {
         
     | 
| 
       3892 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3943 
     | 
    
         
            +
                              "shape": "Scx"
         
     | 
| 
       3893 
3944 
     | 
    
         
             
                            },
         
     | 
| 
       3894 
3945 
     | 
    
         
             
                            "Size": {
         
     | 
| 
       3895 
3946 
     | 
    
         
             
                              "type": "long"
         
     | 
| 
         @@ -3907,7 +3958,7 @@ 
     | 
|
| 
       3907 
3958 
     | 
    
         
             
                              "shape": "S3r"
         
     | 
| 
       3908 
3959 
     | 
    
         
             
                            },
         
     | 
| 
       3909 
3960 
     | 
    
         
             
                            "RestoreStatus": {
         
     | 
| 
       3910 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3961 
     | 
    
         
            +
                              "shape": "Sd0"
         
     | 
| 
       3911 
3962 
     | 
    
         
             
                            }
         
     | 
| 
       3912 
3963 
     | 
    
         
             
                          }
         
     | 
| 
       3913 
3964 
     | 
    
         
             
                        },
         
     | 
| 
         @@ -3941,7 +3992,7 @@ 
     | 
|
| 
       3941 
3992 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       3942 
3993 
     | 
    
         
             
                      },
         
     | 
| 
       3943 
3994 
     | 
    
         
             
                      "CommonPrefixes": {
         
     | 
| 
       3944 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3995 
     | 
    
         
            +
                        "shape": "Scm"
         
     | 
| 
       3945 
3996 
     | 
    
         
             
                      },
         
     | 
| 
       3946 
3997 
     | 
    
         
             
                      "EncodingType": {},
         
     | 
| 
       3947 
3998 
     | 
    
         
             
                      "RequestCharged": {
         
     | 
| 
         @@ -4003,7 +4054,7 @@ 
     | 
|
| 
       4003 
4054 
     | 
    
         
             
                        "locationName": "x-amz-expected-bucket-owner"
         
     | 
| 
       4004 
4055 
     | 
    
         
             
                      },
         
     | 
| 
       4005 
4056 
     | 
    
         
             
                      "OptionalObjectAttributes": {
         
     | 
| 
       4006 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4057 
     | 
    
         
            +
                        "shape": "Scr",
         
     | 
| 
       4007 
4058 
     | 
    
         
             
                        "location": "header",
         
     | 
| 
       4008 
4059 
     | 
    
         
             
                        "locationName": "x-amz-optional-object-attributes"
         
     | 
| 
       4009 
4060 
     | 
    
         
             
                      }
         
     | 
| 
         @@ -4018,7 +4069,7 @@ 
     | 
|
| 
       4018 
4069 
     | 
    
         
             
                      "Marker": {},
         
     | 
| 
       4019 
4070 
     | 
    
         
             
                      "NextMarker": {},
         
     | 
| 
       4020 
4071 
     | 
    
         
             
                      "Contents": {
         
     | 
| 
       4021 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4072 
     | 
    
         
            +
                        "shape": "Sd9"
         
     | 
| 
       4022 
4073 
     | 
    
         
             
                      },
         
     | 
| 
       4023 
4074 
     | 
    
         
             
                      "Name": {},
         
     | 
| 
       4024 
4075 
     | 
    
         
             
                      "Prefix": {},
         
     | 
| 
         @@ -4027,7 +4078,7 @@ 
     | 
|
| 
       4027 
4078 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       4028 
4079 
     | 
    
         
             
                      },
         
     | 
| 
       4029 
4080 
     | 
    
         
             
                      "CommonPrefixes": {
         
     | 
| 
       4030 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4081 
     | 
    
         
            +
                        "shape": "Scm"
         
     | 
| 
       4031 
4082 
     | 
    
         
             
                      },
         
     | 
| 
       4032 
4083 
     | 
    
         
             
                      "EncodingType": {},
         
     | 
| 
       4033 
4084 
     | 
    
         
             
                      "RequestCharged": {
         
     | 
| 
         @@ -4098,7 +4149,7 @@ 
     | 
|
| 
       4098 
4149 
     | 
    
         
             
                        "locationName": "x-amz-expected-bucket-owner"
         
     | 
| 
       4099 
4150 
     | 
    
         
             
                      },
         
     | 
| 
       4100 
4151 
     | 
    
         
             
                      "OptionalObjectAttributes": {
         
     | 
| 
       4101 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4152 
     | 
    
         
            +
                        "shape": "Scr",
         
     | 
| 
       4102 
4153 
     | 
    
         
             
                        "location": "header",
         
     | 
| 
       4103 
4154 
     | 
    
         
             
                        "locationName": "x-amz-optional-object-attributes"
         
     | 
| 
       4104 
4155 
     | 
    
         
             
                      }
         
     | 
| 
         @@ -4111,7 +4162,7 @@ 
     | 
|
| 
       4111 
4162 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
       4112 
4163 
     | 
    
         
             
                      },
         
     | 
| 
       4113 
4164 
     | 
    
         
             
                      "Contents": {
         
     | 
| 
       4114 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4165 
     | 
    
         
            +
                        "shape": "Sd9"
         
     | 
| 
       4115 
4166 
     | 
    
         
             
                      },
         
     | 
| 
       4116 
4167 
     | 
    
         
             
                      "Name": {},
         
     | 
| 
       4117 
4168 
     | 
    
         
             
                      "Prefix": {},
         
     | 
| 
         @@ -4120,7 +4171,7 @@ 
     | 
|
| 
       4120 
4171 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       4121 
4172 
     | 
    
         
             
                      },
         
     | 
| 
       4122 
4173 
     | 
    
         
             
                      "CommonPrefixes": {
         
     | 
| 
       4123 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4174 
     | 
    
         
            +
                        "shape": "Scm"
         
     | 
| 
       4124 
4175 
     | 
    
         
             
                      },
         
     | 
| 
       4125 
4176 
     | 
    
         
             
                      "EncodingType": {},
         
     | 
| 
       4126 
4177 
     | 
    
         
             
                      "KeyCount": {
         
     | 
| 
         @@ -4252,7 +4303,7 @@ 
     | 
|
| 
       4252 
4303 
     | 
    
         
             
                        "flattened": true
         
     | 
| 
       4253 
4304 
     | 
    
         
             
                      },
         
     | 
| 
       4254 
4305 
     | 
    
         
             
                      "Initiator": {
         
     | 
| 
       4255 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4306 
     | 
    
         
            +
                        "shape": "Scl"
         
     | 
| 
       4256 
4307 
     | 
    
         
             
                      },
         
     | 
| 
       4257 
4308 
     | 
    
         
             
                      "Owner": {
         
     | 
| 
       4258 
4309 
     | 
    
         
             
                        "shape": "S3r"
         
     | 
| 
         @@ -4332,7 +4383,7 @@ 
     | 
|
| 
       4332 
4383 
     | 
    
         
             
                        "locationName": "x-amz-acl"
         
     | 
| 
       4333 
4384 
     | 
    
         
             
                      },
         
     | 
| 
       4334 
4385 
     | 
    
         
             
                      "AccessControlPolicy": {
         
     | 
| 
       4335 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4386 
     | 
    
         
            +
                        "shape": "Sdo",
         
     | 
| 
       4336 
4387 
     | 
    
         
             
                        "locationName": "AccessControlPolicy",
         
     | 
| 
       4337 
4388 
     | 
    
         
             
                        "xmlNamespace": {
         
     | 
| 
       4338 
4389 
     | 
    
         
             
                          "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
         
     | 
| 
         @@ -4730,10 +4781,23 @@ 
     | 
|
| 
       4730 
4781 
     | 
    
         
             
                      "ExpectedBucketOwner": {
         
     | 
| 
       4731 
4782 
     | 
    
         
             
                        "location": "header",
         
     | 
| 
       4732 
4783 
     | 
    
         
             
                        "locationName": "x-amz-expected-bucket-owner"
         
     | 
| 
      
 4784 
     | 
    
         
            +
                      },
         
     | 
| 
      
 4785 
     | 
    
         
            +
                      "TransitionDefaultMinimumObjectSize": {
         
     | 
| 
      
 4786 
     | 
    
         
            +
                        "location": "header",
         
     | 
| 
      
 4787 
     | 
    
         
            +
                        "locationName": "x-amz-transition-default-minimum-object-size"
         
     | 
| 
       4733 
4788 
     | 
    
         
             
                      }
         
     | 
| 
       4734 
4789 
     | 
    
         
             
                    },
         
     | 
| 
       4735 
4790 
     | 
    
         
             
                    "payload": "LifecycleConfiguration"
         
     | 
| 
       4736 
4791 
     | 
    
         
             
                  },
         
     | 
| 
      
 4792 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 4793 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 4794 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 4795 
     | 
    
         
            +
                      "TransitionDefaultMinimumObjectSize": {
         
     | 
| 
      
 4796 
     | 
    
         
            +
                        "location": "header",
         
     | 
| 
      
 4797 
     | 
    
         
            +
                        "locationName": "x-amz-transition-default-minimum-object-size"
         
     | 
| 
      
 4798 
     | 
    
         
            +
                      }
         
     | 
| 
      
 4799 
     | 
    
         
            +
                    }
         
     | 
| 
      
 4800 
     | 
    
         
            +
                  },
         
     | 
| 
       4737 
4801 
     | 
    
         
             
                  "httpChecksum": {
         
     | 
| 
       4738 
4802 
     | 
    
         
             
                    "requestAlgorithmMember": "ChecksumAlgorithm",
         
     | 
| 
       4739 
4803 
     | 
    
         
             
                    "requestChecksumRequired": true
         
     | 
| 
         @@ -4771,7 +4835,7 @@ 
     | 
|
| 
       4771 
4835 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       4772 
4836 
     | 
    
         
             
                        "members": {
         
     | 
| 
       4773 
4837 
     | 
    
         
             
                          "LoggingEnabled": {
         
     | 
| 
       4774 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 4838 
     | 
    
         
            +
                            "shape": "S6k"
         
     | 
| 
       4775 
4839 
     | 
    
         
             
                          }
         
     | 
| 
       4776 
4840 
     | 
    
         
             
                        }
         
     | 
| 
       4777 
4841 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -4825,7 +4889,7 @@ 
     | 
|
| 
       4825 
4889 
     | 
    
         
             
                        "locationName": "id"
         
     | 
| 
       4826 
4890 
     | 
    
         
             
                      },
         
     | 
| 
       4827 
4891 
     | 
    
         
             
                      "MetricsConfiguration": {
         
     | 
| 
       4828 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4892 
     | 
    
         
            +
                        "shape": "S6w",
         
     | 
| 
       4829 
4893 
     | 
    
         
             
                        "locationName": "MetricsConfiguration",
         
     | 
| 
       4830 
4894 
     | 
    
         
             
                        "xmlNamespace": {
         
     | 
| 
       4831 
4895 
     | 
    
         
             
                          "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
         
     | 
| 
         @@ -4872,7 +4936,7 @@ 
     | 
|
| 
       4872 
4936 
     | 
    
         
             
                        "locationName": "x-amz-sdk-checksum-algorithm"
         
     | 
| 
       4873 
4937 
     | 
    
         
             
                      },
         
     | 
| 
       4874 
4938 
     | 
    
         
             
                      "NotificationConfiguration": {
         
     | 
| 
       4875 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4939 
     | 
    
         
            +
                        "shape": "S71",
         
     | 
| 
       4876 
4940 
     | 
    
         
             
                        "locationName": "NotificationConfiguration",
         
     | 
| 
       4877 
4941 
     | 
    
         
             
                        "xmlNamespace": {
         
     | 
| 
       4878 
4942 
     | 
    
         
             
                          "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
         
     | 
| 
         @@ -4916,7 +4980,7 @@ 
     | 
|
| 
       4916 
4980 
     | 
    
         
             
                        "locationName": "Bucket"
         
     | 
| 
       4917 
4981 
     | 
    
         
             
                      },
         
     | 
| 
       4918 
4982 
     | 
    
         
             
                      "NotificationConfiguration": {
         
     | 
| 
       4919 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4983 
     | 
    
         
            +
                        "shape": "S7c",
         
     | 
| 
       4920 
4984 
     | 
    
         
             
                        "locationName": "NotificationConfiguration",
         
     | 
| 
       4921 
4985 
     | 
    
         
             
                        "xmlNamespace": {
         
     | 
| 
       4922 
4986 
     | 
    
         
             
                          "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
         
     | 
| 
         @@ -4968,7 +5032,7 @@ 
     | 
|
| 
       4968 
5032 
     | 
    
         
             
                        "locationName": "x-amz-expected-bucket-owner"
         
     | 
| 
       4969 
5033 
     | 
    
         
             
                      },
         
     | 
| 
       4970 
5034 
     | 
    
         
             
                      "OwnershipControls": {
         
     | 
| 
       4971 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5035 
     | 
    
         
            +
                        "shape": "S7t",
         
     | 
| 
       4972 
5036 
     | 
    
         
             
                        "locationName": "OwnershipControls",
         
     | 
| 
       4973 
5037 
     | 
    
         
             
                        "xmlNamespace": {
         
     | 
| 
       4974 
5038 
     | 
    
         
             
                          "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
         
     | 
| 
         @@ -5064,7 +5128,7 @@ 
     | 
|
| 
       5064 
5128 
     | 
    
         
             
                        "locationName": "x-amz-sdk-checksum-algorithm"
         
     | 
| 
       5065 
5129 
     | 
    
         
             
                      },
         
     | 
| 
       5066 
5130 
     | 
    
         
             
                      "ReplicationConfiguration": {
         
     | 
| 
       5067 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5131 
     | 
    
         
            +
                        "shape": "S85",
         
     | 
| 
       5068 
5132 
     | 
    
         
             
                        "locationName": "ReplicationConfiguration",
         
     | 
| 
       5069 
5133 
     | 
    
         
             
                        "xmlNamespace": {
         
     | 
| 
       5070 
5134 
     | 
    
         
             
                          "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
         
     | 
| 
         @@ -5176,7 +5240,7 @@ 
     | 
|
| 
       5176 
5240 
     | 
    
         
             
                        "locationName": "x-amz-sdk-checksum-algorithm"
         
     | 
| 
       5177 
5241 
     | 
    
         
             
                      },
         
     | 
| 
       5178 
5242 
     | 
    
         
             
                      "Tagging": {
         
     | 
| 
       5179 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5243 
     | 
    
         
            +
                        "shape": "Sef",
         
     | 
| 
       5180 
5244 
     | 
    
         
             
                        "locationName": "Tagging",
         
     | 
| 
       5181 
5245 
     | 
    
         
             
                        "xmlNamespace": {
         
     | 
| 
       5182 
5246 
     | 
    
         
             
                          "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
         
     | 
| 
         @@ -5295,16 +5359,16 @@ 
     | 
|
| 
       5295 
5359 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       5296 
5360 
     | 
    
         
             
                        "members": {
         
     | 
| 
       5297 
5361 
     | 
    
         
             
                          "ErrorDocument": {
         
     | 
| 
       5298 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 5362 
     | 
    
         
            +
                            "shape": "S9d"
         
     | 
| 
       5299 
5363 
     | 
    
         
             
                          },
         
     | 
| 
       5300 
5364 
     | 
    
         
             
                          "IndexDocument": {
         
     | 
| 
       5301 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 5365 
     | 
    
         
            +
                            "shape": "S9b"
         
     | 
| 
       5302 
5366 
     | 
    
         
             
                          },
         
     | 
| 
       5303 
5367 
     | 
    
         
             
                          "RedirectAllRequestsTo": {
         
     | 
| 
       5304 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 5368 
     | 
    
         
            +
                            "shape": "S98"
         
     | 
| 
       5305 
5369 
     | 
    
         
             
                          },
         
     | 
| 
       5306 
5370 
     | 
    
         
             
                          "RoutingRules": {
         
     | 
| 
       5307 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 5371 
     | 
    
         
            +
                            "shape": "S9e"
         
     | 
| 
       5308 
5372 
     | 
    
         
             
                          }
         
     | 
| 
       5309 
5373 
     | 
    
         
             
                        }
         
     | 
| 
       5310 
5374 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -5592,7 +5656,7 @@ 
     | 
|
| 
       5592 
5656 
     | 
    
         
             
                        "locationName": "x-amz-acl"
         
     | 
| 
       5593 
5657 
     | 
    
         
             
                      },
         
     | 
| 
       5594 
5658 
     | 
    
         
             
                      "AccessControlPolicy": {
         
     | 
| 
       5595 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5659 
     | 
    
         
            +
                        "shape": "Sdo",
         
     | 
| 
       5596 
5660 
     | 
    
         
             
                        "locationName": "AccessControlPolicy",
         
     | 
| 
       5597 
5661 
     | 
    
         
             
                        "xmlNamespace": {
         
     | 
| 
       5598 
5662 
     | 
    
         
             
                          "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
         
     | 
| 
         @@ -5693,7 +5757,7 @@ 
     | 
|
| 
       5693 
5757 
     | 
    
         
             
                        "locationName": "Key"
         
     | 
| 
       5694 
5758 
     | 
    
         
             
                      },
         
     | 
| 
       5695 
5759 
     | 
    
         
             
                      "LegalHold": {
         
     | 
| 
       5696 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5760 
     | 
    
         
            +
                        "shape": "Sas",
         
     | 
| 
       5697 
5761 
     | 
    
         
             
                        "locationName": "LegalHold",
         
     | 
| 
       5698 
5762 
     | 
    
         
             
                        "xmlNamespace": {
         
     | 
| 
       5699 
5763 
     | 
    
         
             
                          "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
         
     | 
| 
         @@ -5755,7 +5819,7 @@ 
     | 
|
| 
       5755 
5819 
     | 
    
         
             
                        "locationName": "Bucket"
         
     | 
| 
       5756 
5820 
     | 
    
         
             
                      },
         
     | 
| 
       5757 
5821 
     | 
    
         
             
                      "ObjectLockConfiguration": {
         
     | 
| 
       5758 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5822 
     | 
    
         
            +
                        "shape": "Sav",
         
     | 
| 
       5759 
5823 
     | 
    
         
             
                        "locationName": "ObjectLockConfiguration",
         
     | 
| 
       5760 
5824 
     | 
    
         
             
                        "xmlNamespace": {
         
     | 
| 
       5761 
5825 
     | 
    
         
             
                          "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
         
     | 
| 
         @@ -5822,7 +5886,7 @@ 
     | 
|
| 
       5822 
5886 
     | 
    
         
             
                        "locationName": "Key"
         
     | 
| 
       5823 
5887 
     | 
    
         
             
                      },
         
     | 
| 
       5824 
5888 
     | 
    
         
             
                      "Retention": {
         
     | 
| 
       5825 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5889 
     | 
    
         
            +
                        "shape": "Sb3",
         
     | 
| 
       5826 
5890 
     | 
    
         
             
                        "locationName": "Retention",
         
     | 
| 
       5827 
5891 
     | 
    
         
             
                        "xmlNamespace": {
         
     | 
| 
       5828 
5892 
     | 
    
         
             
                          "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
         
     | 
| 
         @@ -5907,7 +5971,7 @@ 
     | 
|
| 
       5907 
5971 
     | 
    
         
             
                        "locationName": "x-amz-sdk-checksum-algorithm"
         
     | 
| 
       5908 
5972 
     | 
    
         
             
                      },
         
     | 
| 
       5909 
5973 
     | 
    
         
             
                      "Tagging": {
         
     | 
| 
       5910 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5974 
     | 
    
         
            +
                        "shape": "Sef",
         
     | 
| 
       5911 
5975 
     | 
    
         
             
                        "locationName": "Tagging",
         
     | 
| 
       5912 
5976 
     | 
    
         
             
                        "xmlNamespace": {
         
     | 
| 
       5913 
5977 
     | 
    
         
             
                          "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
         
     | 
| 
         @@ -5966,7 +6030,7 @@ 
     | 
|
| 
       5966 
6030 
     | 
    
         
             
                        "locationName": "x-amz-sdk-checksum-algorithm"
         
     | 
| 
       5967 
6031 
     | 
    
         
             
                      },
         
     | 
| 
       5968 
6032 
     | 
    
         
             
                      "PublicAccessBlockConfiguration": {
         
     | 
| 
       5969 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6033 
     | 
    
         
            +
                        "shape": "Sba",
         
     | 
| 
       5970 
6034 
     | 
    
         
             
                        "locationName": "PublicAccessBlockConfiguration",
         
     | 
| 
       5971 
6035 
     | 
    
         
             
                        "xmlNamespace": {
         
     | 
| 
       5972 
6036 
     | 
    
         
             
                          "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
         
     | 
| 
         @@ -6047,12 +6111,12 @@ 
     | 
|
| 
       6047 
6111 
     | 
    
         
             
                            ],
         
     | 
| 
       6048 
6112 
     | 
    
         
             
                            "members": {
         
     | 
| 
       6049 
6113 
     | 
    
         
             
                              "InputSerialization": {
         
     | 
| 
       6050 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 6114 
     | 
    
         
            +
                                "shape": "Sf5"
         
     | 
| 
       6051 
6115 
     | 
    
         
             
                              },
         
     | 
| 
       6052 
6116 
     | 
    
         
             
                              "ExpressionType": {},
         
     | 
| 
       6053 
6117 
     | 
    
         
             
                              "Expression": {},
         
     | 
| 
       6054 
6118 
     | 
    
         
             
                              "OutputSerialization": {
         
     | 
| 
       6055 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 6119 
     | 
    
         
            +
                                "shape": "Sfk"
         
     | 
| 
       6056 
6120 
     | 
    
         
             
                              }
         
     | 
| 
       6057 
6121 
     | 
    
         
             
                            }
         
     | 
| 
       6058 
6122 
     | 
    
         
             
                          },
         
     | 
| 
         @@ -6086,7 +6150,7 @@ 
     | 
|
| 
       6086 
6150 
     | 
    
         
             
                                    "shape": "S3u"
         
     | 
| 
       6087 
6151 
     | 
    
         
             
                                  },
         
     | 
| 
       6088 
6152 
     | 
    
         
             
                                  "Tagging": {
         
     | 
| 
       6089 
     | 
    
         
            -
                                    "shape": " 
     | 
| 
      
 6153 
     | 
    
         
            +
                                    "shape": "Sef"
         
     | 
| 
       6090 
6154 
     | 
    
         
             
                                  },
         
     | 
| 
       6091 
6155 
     | 
    
         
             
                                  "UserMetadata": {
         
     | 
| 
       6092 
6156 
     | 
    
         
             
                                    "type": "list",
         
     | 
| 
         @@ -6194,10 +6258,10 @@ 
     | 
|
| 
       6194 
6258 
     | 
    
         
             
                        }
         
     | 
| 
       6195 
6259 
     | 
    
         
             
                      },
         
     | 
| 
       6196 
6260 
     | 
    
         
             
                      "InputSerialization": {
         
     | 
| 
       6197 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6261 
     | 
    
         
            +
                        "shape": "Sf5"
         
     | 
| 
       6198 
6262 
     | 
    
         
             
                      },
         
     | 
| 
       6199 
6263 
     | 
    
         
             
                      "OutputSerialization": {
         
     | 
| 
       6200 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6264 
     | 
    
         
            +
                        "shape": "Sfk"
         
     | 
| 
       6201 
6265 
     | 
    
         
             
                      },
         
     | 
| 
       6202 
6266 
     | 
    
         
             
                      "ScanRange": {
         
     | 
| 
       6203 
6267 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
         @@ -7324,7 +7388,7 @@ 
     | 
|
| 
       7324 
7388 
     | 
    
         
             
                  },
         
     | 
| 
       7325 
7389 
     | 
    
         
             
                  "flattened": true
         
     | 
| 
       7326 
7390 
     | 
    
         
             
                },
         
     | 
| 
       7327 
     | 
    
         
            -
                " 
     | 
| 
      
 7391 
     | 
    
         
            +
                "S6k": {
         
     | 
| 
       7328 
7392 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7329 
7393 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7330 
7394 
     | 
    
         
             
                    "TargetBucket",
         
     | 
| 
         @@ -7365,7 +7429,7 @@ 
     | 
|
| 
       7365 
7429 
     | 
    
         
             
                    }
         
     | 
| 
       7366 
7430 
     | 
    
         
             
                  }
         
     | 
| 
       7367 
7431 
     | 
    
         
             
                },
         
     | 
| 
       7368 
     | 
    
         
            -
                " 
     | 
| 
      
 7432 
     | 
    
         
            +
                "S6w": {
         
     | 
| 
       7369 
7433 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7370 
7434 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7371 
7435 
     | 
    
         
             
                    "Id"
         
     | 
| 
         @@ -7396,7 +7460,7 @@ 
     | 
|
| 
       7396 
7460 
     | 
    
         
             
                    }
         
     | 
| 
       7397 
7461 
     | 
    
         
             
                  }
         
     | 
| 
       7398 
7462 
     | 
    
         
             
                },
         
     | 
| 
       7399 
     | 
    
         
            -
                " 
     | 
| 
      
 7463 
     | 
    
         
            +
                "S70": {
         
     | 
| 
       7400 
7464 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7401 
7465 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7402 
7466 
     | 
    
         
             
                    "Bucket"
         
     | 
| 
         @@ -7415,7 +7479,7 @@ 
     | 
|
| 
       7415 
7479 
     | 
    
         
             
                    }
         
     | 
| 
       7416 
7480 
     | 
    
         
             
                  }
         
     | 
| 
       7417 
7481 
     | 
    
         
             
                },
         
     | 
| 
       7418 
     | 
    
         
            -
                " 
     | 
| 
      
 7482 
     | 
    
         
            +
                "S71": {
         
     | 
| 
       7419 
7483 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7420 
7484 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7421 
7485 
     | 
    
         
             
                    "TopicConfiguration": {
         
     | 
| 
         @@ -7423,7 +7487,7 @@ 
     | 
|
| 
       7423 
7487 
     | 
    
         
             
                      "members": {
         
     | 
| 
       7424 
7488 
     | 
    
         
             
                        "Id": {},
         
     | 
| 
       7425 
7489 
     | 
    
         
             
                        "Events": {
         
     | 
| 
       7426 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 7490 
     | 
    
         
            +
                          "shape": "S74",
         
     | 
| 
       7427 
7491 
     | 
    
         
             
                          "locationName": "Event"
         
     | 
| 
       7428 
7492 
     | 
    
         
             
                        },
         
     | 
| 
       7429 
7493 
     | 
    
         
             
                        "Event": {
         
     | 
| 
         @@ -7440,7 +7504,7 @@ 
     | 
|
| 
       7440 
7504 
     | 
    
         
             
                          "deprecated": true
         
     | 
| 
       7441 
7505 
     | 
    
         
             
                        },
         
     | 
| 
       7442 
7506 
     | 
    
         
             
                        "Events": {
         
     | 
| 
       7443 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 7507 
     | 
    
         
            +
                          "shape": "S74",
         
     | 
| 
       7444 
7508 
     | 
    
         
             
                          "locationName": "Event"
         
     | 
| 
       7445 
7509 
     | 
    
         
             
                        },
         
     | 
| 
       7446 
7510 
     | 
    
         
             
                        "Queue": {}
         
     | 
| 
         @@ -7454,7 +7518,7 @@ 
     | 
|
| 
       7454 
7518 
     | 
    
         
             
                          "deprecated": true
         
     | 
| 
       7455 
7519 
     | 
    
         
             
                        },
         
     | 
| 
       7456 
7520 
     | 
    
         
             
                        "Events": {
         
     | 
| 
       7457 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 7521 
     | 
    
         
            +
                          "shape": "S74",
         
     | 
| 
       7458 
7522 
     | 
    
         
             
                          "locationName": "Event"
         
     | 
| 
       7459 
7523 
     | 
    
         
             
                        },
         
     | 
| 
       7460 
7524 
     | 
    
         
             
                        "CloudFunction": {},
         
     | 
| 
         @@ -7463,12 +7527,12 @@ 
     | 
|
| 
       7463 
7527 
     | 
    
         
             
                    }
         
     | 
| 
       7464 
7528 
     | 
    
         
             
                  }
         
     | 
| 
       7465 
7529 
     | 
    
         
             
                },
         
     | 
| 
       7466 
     | 
    
         
            -
                " 
     | 
| 
      
 7530 
     | 
    
         
            +
                "S74": {
         
     | 
| 
       7467 
7531 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7468 
7532 
     | 
    
         
             
                  "member": {},
         
     | 
| 
       7469 
7533 
     | 
    
         
             
                  "flattened": true
         
     | 
| 
       7470 
7534 
     | 
    
         
             
                },
         
     | 
| 
       7471 
     | 
    
         
            -
                " 
     | 
| 
      
 7535 
     | 
    
         
            +
                "S7c": {
         
     | 
| 
       7472 
7536 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7473 
7537 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7474 
7538 
     | 
    
         
             
                    "TopicConfigurations": {
         
     | 
| 
         @@ -7486,11 +7550,11 @@ 
     | 
|
| 
       7486 
7550 
     | 
    
         
             
                            "locationName": "Topic"
         
     | 
| 
       7487 
7551 
     | 
    
         
             
                          },
         
     | 
| 
       7488 
7552 
     | 
    
         
             
                          "Events": {
         
     | 
| 
       7489 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 7553 
     | 
    
         
            +
                            "shape": "S74",
         
     | 
| 
       7490 
7554 
     | 
    
         
             
                            "locationName": "Event"
         
     | 
| 
       7491 
7555 
     | 
    
         
             
                          },
         
     | 
| 
       7492 
7556 
     | 
    
         
             
                          "Filter": {
         
     | 
| 
       7493 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 7557 
     | 
    
         
            +
                            "shape": "S7f"
         
     | 
| 
       7494 
7558 
     | 
    
         
             
                          }
         
     | 
| 
       7495 
7559 
     | 
    
         
             
                        }
         
     | 
| 
       7496 
7560 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -7511,11 +7575,11 @@ 
     | 
|
| 
       7511 
7575 
     | 
    
         
             
                            "locationName": "Queue"
         
     | 
| 
       7512 
7576 
     | 
    
         
             
                          },
         
     | 
| 
       7513 
7577 
     | 
    
         
             
                          "Events": {
         
     | 
| 
       7514 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 7578 
     | 
    
         
            +
                            "shape": "S74",
         
     | 
| 
       7515 
7579 
     | 
    
         
             
                            "locationName": "Event"
         
     | 
| 
       7516 
7580 
     | 
    
         
             
                          },
         
     | 
| 
       7517 
7581 
     | 
    
         
             
                          "Filter": {
         
     | 
| 
       7518 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 7582 
     | 
    
         
            +
                            "shape": "S7f"
         
     | 
| 
       7519 
7583 
     | 
    
         
             
                          }
         
     | 
| 
       7520 
7584 
     | 
    
         
             
                        }
         
     | 
| 
       7521 
7585 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -7536,11 +7600,11 @@ 
     | 
|
| 
       7536 
7600 
     | 
    
         
             
                            "locationName": "CloudFunction"
         
     | 
| 
       7537 
7601 
     | 
    
         
             
                          },
         
     | 
| 
       7538 
7602 
     | 
    
         
             
                          "Events": {
         
     | 
| 
       7539 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 7603 
     | 
    
         
            +
                            "shape": "S74",
         
     | 
| 
       7540 
7604 
     | 
    
         
             
                            "locationName": "Event"
         
     | 
| 
       7541 
7605 
     | 
    
         
             
                          },
         
     | 
| 
       7542 
7606 
     | 
    
         
             
                          "Filter": {
         
     | 
| 
       7543 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 7607 
     | 
    
         
            +
                            "shape": "S7f"
         
     | 
| 
       7544 
7608 
     | 
    
         
             
                          }
         
     | 
| 
       7545 
7609 
     | 
    
         
             
                        }
         
     | 
| 
       7546 
7610 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -7552,7 +7616,7 @@ 
     | 
|
| 
       7552 
7616 
     | 
    
         
             
                    }
         
     | 
| 
       7553 
7617 
     | 
    
         
             
                  }
         
     | 
| 
       7554 
7618 
     | 
    
         
             
                },
         
     | 
| 
       7555 
     | 
    
         
            -
                " 
     | 
| 
      
 7619 
     | 
    
         
            +
                "S7f": {
         
     | 
| 
       7556 
7620 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7557 
7621 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7558 
7622 
     | 
    
         
             
                    "Key": {
         
     | 
| 
         @@ -7575,7 +7639,7 @@ 
     | 
|
| 
       7575 
7639 
     | 
    
         
             
                    }
         
     | 
| 
       7576 
7640 
     | 
    
         
             
                  }
         
     | 
| 
       7577 
7641 
     | 
    
         
             
                },
         
     | 
| 
       7578 
     | 
    
         
            -
                " 
     | 
| 
      
 7642 
     | 
    
         
            +
                "S7t": {
         
     | 
| 
       7579 
7643 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7580 
7644 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7581 
7645 
     | 
    
         
             
                    "Rules"
         
     | 
| 
         @@ -7597,7 +7661,7 @@ 
     | 
|
| 
       7597 
7661 
     | 
    
         
             
                    }
         
     | 
| 
       7598 
7662 
     | 
    
         
             
                  }
         
     | 
| 
       7599 
7663 
     | 
    
         
             
                },
         
     | 
| 
       7600 
     | 
    
         
            -
                " 
     | 
| 
      
 7664 
     | 
    
         
            +
                "S85": {
         
     | 
| 
       7601 
7665 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7602 
7666 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7603 
7667 
     | 
    
         
             
                    "Role",
         
     | 
| 
         @@ -7708,7 +7772,7 @@ 
     | 
|
| 
       7708 
7772 
     | 
    
         
             
                                "members": {
         
     | 
| 
       7709 
7773 
     | 
    
         
             
                                  "Status": {},
         
     | 
| 
       7710 
7774 
     | 
    
         
             
                                  "Time": {
         
     | 
| 
       7711 
     | 
    
         
            -
                                    "shape": " 
     | 
| 
      
 7775 
     | 
    
         
            +
                                    "shape": "S8r"
         
     | 
| 
       7712 
7776 
     | 
    
         
             
                                  }
         
     | 
| 
       7713 
7777 
     | 
    
         
             
                                }
         
     | 
| 
       7714 
7778 
     | 
    
         
             
                              },
         
     | 
| 
         @@ -7720,7 +7784,7 @@ 
     | 
|
| 
       7720 
7784 
     | 
    
         
             
                                "members": {
         
     | 
| 
       7721 
7785 
     | 
    
         
             
                                  "Status": {},
         
     | 
| 
       7722 
7786 
     | 
    
         
             
                                  "EventThreshold": {
         
     | 
| 
       7723 
     | 
    
         
            -
                                    "shape": " 
     | 
| 
      
 7787 
     | 
    
         
            +
                                    "shape": "S8r"
         
     | 
| 
       7724 
7788 
     | 
    
         
             
                                  }
         
     | 
| 
       7725 
7789 
     | 
    
         
             
                                }
         
     | 
| 
       7726 
7790 
     | 
    
         
             
                              }
         
     | 
| 
         @@ -7738,7 +7802,7 @@ 
     | 
|
| 
       7738 
7802 
     | 
    
         
             
                    }
         
     | 
| 
       7739 
7803 
     | 
    
         
             
                  }
         
     | 
| 
       7740 
7804 
     | 
    
         
             
                },
         
     | 
| 
       7741 
     | 
    
         
            -
                " 
     | 
| 
      
 7805 
     | 
    
         
            +
                "S8r": {
         
     | 
| 
       7742 
7806 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7743 
7807 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7744 
7808 
     | 
    
         
             
                    "Minutes": {
         
     | 
| 
         @@ -7746,7 +7810,7 @@ 
     | 
|
| 
       7746 
7810 
     | 
    
         
             
                    }
         
     | 
| 
       7747 
7811 
     | 
    
         
             
                  }
         
     | 
| 
       7748 
7812 
     | 
    
         
             
                },
         
     | 
| 
       7749 
     | 
    
         
            -
                " 
     | 
| 
      
 7813 
     | 
    
         
            +
                "S98": {
         
     | 
| 
       7750 
7814 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7751 
7815 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7752 
7816 
     | 
    
         
             
                    "HostName"
         
     | 
| 
         @@ -7756,7 +7820,7 @@ 
     | 
|
| 
       7756 
7820 
     | 
    
         
             
                    "Protocol": {}
         
     | 
| 
       7757 
7821 
     | 
    
         
             
                  }
         
     | 
| 
       7758 
7822 
     | 
    
         
             
                },
         
     | 
| 
       7759 
     | 
    
         
            -
                " 
     | 
| 
      
 7823 
     | 
    
         
            +
                "S9b": {
         
     | 
| 
       7760 
7824 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7761 
7825 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7762 
7826 
     | 
    
         
             
                    "Suffix"
         
     | 
| 
         @@ -7765,7 +7829,7 @@ 
     | 
|
| 
       7765 
7829 
     | 
    
         
             
                    "Suffix": {}
         
     | 
| 
       7766 
7830 
     | 
    
         
             
                  }
         
     | 
| 
       7767 
7831 
     | 
    
         
             
                },
         
     | 
| 
       7768 
     | 
    
         
            -
                " 
     | 
| 
      
 7832 
     | 
    
         
            +
                "S9d": {
         
     | 
| 
       7769 
7833 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7770 
7834 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7771 
7835 
     | 
    
         
             
                    "Key"
         
     | 
| 
         @@ -7774,7 +7838,7 @@ 
     | 
|
| 
       7774 
7838 
     | 
    
         
             
                    "Key": {}
         
     | 
| 
       7775 
7839 
     | 
    
         
             
                  }
         
     | 
| 
       7776 
7840 
     | 
    
         
             
                },
         
     | 
| 
       7777 
     | 
    
         
            -
                " 
     | 
| 
      
 7841 
     | 
    
         
            +
                "S9e": {
         
     | 
| 
       7778 
7842 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7779 
7843 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7780 
7844 
     | 
    
         
             
                    "locationName": "RoutingRule",
         
     | 
| 
         @@ -7803,17 +7867,17 @@ 
     | 
|
| 
       7803 
7867 
     | 
    
         
             
                    }
         
     | 
| 
       7804 
7868 
     | 
    
         
             
                  }
         
     | 
| 
       7805 
7869 
     | 
    
         
             
                },
         
     | 
| 
       7806 
     | 
    
         
            -
                " 
     | 
| 
      
 7870 
     | 
    
         
            +
                "S9x": {
         
     | 
| 
       7807 
7871 
     | 
    
         
             
                  "type": "timestamp",
         
     | 
| 
       7808 
7872 
     | 
    
         
             
                  "timestampFormat": "rfc822"
         
     | 
| 
       7809 
7873 
     | 
    
         
             
                },
         
     | 
| 
       7810 
     | 
    
         
            -
                " 
     | 
| 
      
 7874 
     | 
    
         
            +
                "Sas": {
         
     | 
| 
       7811 
7875 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7812 
7876 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7813 
7877 
     | 
    
         
             
                    "Status": {}
         
     | 
| 
       7814 
7878 
     | 
    
         
             
                  }
         
     | 
| 
       7815 
7879 
     | 
    
         
             
                },
         
     | 
| 
       7816 
     | 
    
         
            -
                " 
     | 
| 
      
 7880 
     | 
    
         
            +
                "Sav": {
         
     | 
| 
       7817 
7881 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7818 
7882 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7819 
7883 
     | 
    
         
             
                    "ObjectLockEnabled": {},
         
     | 
| 
         @@ -7836,7 +7900,7 @@ 
     | 
|
| 
       7836 
7900 
     | 
    
         
             
                    }
         
     | 
| 
       7837 
7901 
     | 
    
         
             
                  }
         
     | 
| 
       7838 
7902 
     | 
    
         
             
                },
         
     | 
| 
       7839 
     | 
    
         
            -
                " 
     | 
| 
      
 7903 
     | 
    
         
            +
                "Sb3": {
         
     | 
| 
       7840 
7904 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7841 
7905 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7842 
7906 
     | 
    
         
             
                    "Mode": {},
         
     | 
| 
         @@ -7845,7 +7909,7 @@ 
     | 
|
| 
       7845 
7909 
     | 
    
         
             
                    }
         
     | 
| 
       7846 
7910 
     | 
    
         
             
                  }
         
     | 
| 
       7847 
7911 
     | 
    
         
             
                },
         
     | 
| 
       7848 
     | 
    
         
            -
                " 
     | 
| 
      
 7912 
     | 
    
         
            +
                "Sba": {
         
     | 
| 
       7849 
7913 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7850 
7914 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7851 
7915 
     | 
    
         
             
                    "BlockPublicAcls": {
         
     | 
| 
         @@ -7866,7 +7930,7 @@ 
     | 
|
| 
       7866 
7930 
     | 
    
         
             
                    }
         
     | 
| 
       7867 
7931 
     | 
    
         
             
                  }
         
     | 
| 
       7868 
7932 
     | 
    
         
             
                },
         
     | 
| 
       7869 
     | 
    
         
            -
                " 
     | 
| 
      
 7933 
     | 
    
         
            +
                "Sc2": {
         
     | 
| 
       7870 
7934 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7871 
7935 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7872 
7936 
     | 
    
         
             
                    "locationName": "Bucket",
         
     | 
| 
         @@ -7875,18 +7939,19 @@ 
     | 
|
| 
       7875 
7939 
     | 
    
         
             
                      "Name": {},
         
     | 
| 
       7876 
7940 
     | 
    
         
             
                      "CreationDate": {
         
     | 
| 
       7877 
7941 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
       7878 
     | 
    
         
            -
                      }
         
     | 
| 
      
 7942 
     | 
    
         
            +
                      },
         
     | 
| 
      
 7943 
     | 
    
         
            +
                      "BucketRegion": {}
         
     | 
| 
       7879 
7944 
     | 
    
         
             
                    }
         
     | 
| 
       7880 
7945 
     | 
    
         
             
                  }
         
     | 
| 
       7881 
7946 
     | 
    
         
             
                },
         
     | 
| 
       7882 
     | 
    
         
            -
                " 
     | 
| 
      
 7947 
     | 
    
         
            +
                "Scl": {
         
     | 
| 
       7883 
7948 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7884 
7949 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7885 
7950 
     | 
    
         
             
                    "ID": {},
         
     | 
| 
       7886 
7951 
     | 
    
         
             
                    "DisplayName": {}
         
     | 
| 
       7887 
7952 
     | 
    
         
             
                  }
         
     | 
| 
       7888 
7953 
     | 
    
         
             
                },
         
     | 
| 
       7889 
     | 
    
         
            -
                " 
     | 
| 
      
 7954 
     | 
    
         
            +
                "Scm": {
         
     | 
| 
       7890 
7955 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7891 
7956 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7892 
7957 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7896,16 +7961,16 @@ 
     | 
|
| 
       7896 
7961 
     | 
    
         
             
                  },
         
     | 
| 
       7897 
7962 
     | 
    
         
             
                  "flattened": true
         
     | 
| 
       7898 
7963 
     | 
    
         
             
                },
         
     | 
| 
       7899 
     | 
    
         
            -
                " 
     | 
| 
      
 7964 
     | 
    
         
            +
                "Scr": {
         
     | 
| 
       7900 
7965 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7901 
7966 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       7902 
7967 
     | 
    
         
             
                },
         
     | 
| 
       7903 
     | 
    
         
            -
                " 
     | 
| 
      
 7968 
     | 
    
         
            +
                "Scx": {
         
     | 
| 
       7904 
7969 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7905 
7970 
     | 
    
         
             
                  "member": {},
         
     | 
| 
       7906 
7971 
     | 
    
         
             
                  "flattened": true
         
     | 
| 
       7907 
7972 
     | 
    
         
             
                },
         
     | 
| 
       7908 
     | 
    
         
            -
                " 
     | 
| 
      
 7973 
     | 
    
         
            +
                "Sd0": {
         
     | 
| 
       7909 
7974 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7910 
7975 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7911 
7976 
     | 
    
         
             
                    "IsRestoreInProgress": {
         
     | 
| 
         @@ -7916,7 +7981,7 @@ 
     | 
|
| 
       7916 
7981 
     | 
    
         
             
                    }
         
     | 
| 
       7917 
7982 
     | 
    
         
             
                  }
         
     | 
| 
       7918 
7983 
     | 
    
         
             
                },
         
     | 
| 
       7919 
     | 
    
         
            -
                " 
     | 
| 
      
 7984 
     | 
    
         
            +
                "Sd9": {
         
     | 
| 
       7920 
7985 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7921 
7986 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7922 
7987 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7927,7 +7992,7 @@ 
     | 
|
| 
       7927 
7992 
     | 
    
         
             
                      },
         
     | 
| 
       7928 
7993 
     | 
    
         
             
                      "ETag": {},
         
     | 
| 
       7929 
7994 
     | 
    
         
             
                      "ChecksumAlgorithm": {
         
     | 
| 
       7930 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7995 
     | 
    
         
            +
                        "shape": "Scx"
         
     | 
| 
       7931 
7996 
     | 
    
         
             
                      },
         
     | 
| 
       7932 
7997 
     | 
    
         
             
                      "Size": {
         
     | 
| 
       7933 
7998 
     | 
    
         
             
                        "type": "long"
         
     | 
| 
         @@ -7937,13 +8002,13 @@ 
     | 
|
| 
       7937 
8002 
     | 
    
         
             
                        "shape": "S3r"
         
     | 
| 
       7938 
8003 
     | 
    
         
             
                      },
         
     | 
| 
       7939 
8004 
     | 
    
         
             
                      "RestoreStatus": {
         
     | 
| 
       7940 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 8005 
     | 
    
         
            +
                        "shape": "Sd0"
         
     | 
| 
       7941 
8006 
     | 
    
         
             
                      }
         
     | 
| 
       7942 
8007 
     | 
    
         
             
                    }
         
     | 
| 
       7943 
8008 
     | 
    
         
             
                  },
         
     | 
| 
       7944 
8009 
     | 
    
         
             
                  "flattened": true
         
     | 
| 
       7945 
8010 
     | 
    
         
             
                },
         
     | 
| 
       7946 
     | 
    
         
            -
                " 
     | 
| 
      
 8011 
     | 
    
         
            +
                "Sdo": {
         
     | 
| 
       7947 
8012 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7948 
8013 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7949 
8014 
     | 
    
         
             
                    "Grants": {
         
     | 
| 
         @@ -7955,7 +8020,7 @@ 
     | 
|
| 
       7955 
8020 
     | 
    
         
             
                    }
         
     | 
| 
       7956 
8021 
     | 
    
         
             
                  }
         
     | 
| 
       7957 
8022 
     | 
    
         
             
                },
         
     | 
| 
       7958 
     | 
    
         
            -
                " 
     | 
| 
      
 8023 
     | 
    
         
            +
                "Sef": {
         
     | 
| 
       7959 
8024 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7960 
8025 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7961 
8026 
     | 
    
         
             
                    "TagSet"
         
     | 
| 
         @@ -7966,7 +8031,7 @@ 
     | 
|
| 
       7966 
8031 
     | 
    
         
             
                    }
         
     | 
| 
       7967 
8032 
     | 
    
         
             
                  }
         
     | 
| 
       7968 
8033 
     | 
    
         
             
                },
         
     | 
| 
       7969 
     | 
    
         
            -
                " 
     | 
| 
      
 8034 
     | 
    
         
            +
                "Sf5": {
         
     | 
| 
       7970 
8035 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7971 
8036 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7972 
8037 
     | 
    
         
             
                    "CSV": {
         
     | 
| 
         @@ -7996,7 +8061,7 @@ 
     | 
|
| 
       7996 
8061 
     | 
    
         
             
                    }
         
     | 
| 
       7997 
8062 
     | 
    
         
             
                  }
         
     | 
| 
       7998 
8063 
     | 
    
         
             
                },
         
     | 
| 
       7999 
     | 
    
         
            -
                " 
     | 
| 
      
 8064 
     | 
    
         
            +
                "Sfk": {
         
     | 
| 
       8000 
8065 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       8001 
8066 
     | 
    
         
             
                  "members": {
         
     | 
| 
       8002 
8067 
     | 
    
         
             
                    "CSV": {
         
     |