aws-sdk 2.1351.0 → 2.1353.0
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/CHANGELOG.md +12 -1
- package/README.md +1 -1
- package/apis/cloudformation-2010-05-15.waiters2.json +6 -0
- package/apis/docdb-2014-10-31.min.json +2 -1
- package/apis/lambda-2015-03-31.min.json +122 -36
- package/apis/proton-2020-07-20.min.json +422 -137
- package/apis/quicksight-2018-04-01.min.json +535 -151
- package/clients/docdb.d.ts +6 -2
- package/clients/fsx.d.ts +31 -31
- package/clients/greengrassv2.d.ts +4 -4
- package/clients/lambda.d.ts +137 -37
- package/clients/proton.d.ts +358 -5
- package/clients/quicksight.d.ts +379 -1
- package/clients/rds.d.ts +8 -8
- package/clients/redshiftdata.d.ts +18 -18
- package/clients/servicecatalog.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +131 -39
- package/dist/aws-sdk.min.js +91 -91
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/CHANGELOG.md
    CHANGED
    
    | @@ -1,7 +1,18 @@ | |
| 1 1 | 
             
            # Changelog for AWS SDK for JavaScript
         | 
| 2 | 
            -
            <!--LATEST=2. | 
| 2 | 
            +
            <!--LATEST=2.1353.0-->
         | 
| 3 3 | 
             
            <!--ENTRYINSERT-->
         | 
| 4 4 |  | 
| 5 | 
            +
            ## 2.1353.0
         | 
| 6 | 
            +
            * feature: DLM: Updated timestamp format for GetLifecyclePolicy API
         | 
| 7 | 
            +
            * feature: DocDB: This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.
         | 
| 8 | 
            +
            * feature: Lambda: This release adds a new Lambda InvokeWithResponseStream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered.
         | 
| 9 | 
            +
            * feature: QuickSight: This release has two changes: adding the OR condition to tag-based RLS rules in CreateDataSet and UpdateDataSet; adding RefreshSchedule and Incremental RefreshProperties operations for users to programmatically configure SPICE dataset ingestions.
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            ## 2.1352.0
         | 
| 12 | 
            +
            * feature: CloudFormation: Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
         | 
| 13 | 
            +
            * feature: GreengrassV2: Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.
         | 
| 14 | 
            +
            * feature: Proton: This release adds support for the AWS Proton service sync feature. Service sync enables managing an AWS Proton service (creating and updating instances) and all of it's corresponding service instances from a Git repository.
         | 
| 15 | 
            +
             | 
| 5 16 | 
             
            ## 2.1351.0
         | 
| 6 17 | 
             
            * feature: AppRunner: App Runner adds support for seven new vCPU and memory configurations.
         | 
| 7 18 | 
             
            * feature: ConfigService: This release adds resourceType enums for types released in March 2023.
         | 
    
        package/README.md
    CHANGED
    
    | @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; | |
| 70 70 | 
             
            To use the SDK in the browser, simply add the following script tag to your
         | 
| 71 71 | 
             
            HTML pages:
         | 
| 72 72 |  | 
| 73 | 
            -
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2. | 
| 73 | 
            +
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1353.0.min.js"></script>
         | 
| 74 74 |  | 
| 75 75 | 
             
            You can also build a custom browser SDK with your specified set of AWS services.
         | 
| 76 76 | 
             
            This can allow you to reduce the SDK's size, specify different API versions of
         | 
| @@ -119,6 +119,12 @@ | |
| 119 119 | 
             
                      "expected": "UPDATE_ROLLBACK_COMPLETE",
         | 
| 120 120 | 
             
                      "matcher": "pathAny",
         | 
| 121 121 | 
             
                      "state": "failure"
         | 
| 122 | 
            +
                    },
         | 
| 123 | 
            +
                    {
         | 
| 124 | 
            +
                      "argument": "Stacks[].StackStatus",
         | 
| 125 | 
            +
                      "expected": "UPDATE_COMPLETE",
         | 
| 126 | 
            +
                      "matcher": "pathAny",
         | 
| 127 | 
            +
                      "state": "failure"
         | 
| 122 128 | 
             
                    }
         | 
| 123 129 | 
             
                  ]
         | 
| 124 130 | 
             
                },
         | 
| @@ -337,7 +337,8 @@ | |
| 337 337 | 
             
                      "AuthType": {},
         | 
| 338 338 | 
             
                      "Cors": {
         | 
| 339 339 | 
             
                        "shape": "S4c"
         | 
| 340 | 
            -
                      }
         | 
| 340 | 
            +
                      },
         | 
| 341 | 
            +
                      "InvokeMode": {}
         | 
| 341 342 | 
             
                    }
         | 
| 342 343 | 
             
                  },
         | 
| 343 344 | 
             
                  "output": {
         | 
| @@ -355,7 +356,8 @@ | |
| 355 356 | 
             
                      "Cors": {
         | 
| 356 357 | 
             
                        "shape": "S4c"
         | 
| 357 358 | 
             
                      },
         | 
| 358 | 
            -
                      "CreationTime": {}
         | 
| 359 | 
            +
                      "CreationTime": {},
         | 
| 360 | 
            +
                      "InvokeMode": {}
         | 
| 359 361 | 
             
                    }
         | 
| 360 362 | 
             
                  }
         | 
| 361 363 | 
             
                },
         | 
| @@ -751,7 +753,7 @@ | |
| 751 753 | 
             
                        "shape": "S33"
         | 
| 752 754 | 
             
                      },
         | 
| 753 755 | 
             
                      "Concurrency": {
         | 
| 754 | 
            -
                        "shape": " | 
| 756 | 
            +
                        "shape": "S5c"
         | 
| 755 757 | 
             
                      }
         | 
| 756 758 | 
             
                    }
         | 
| 757 759 | 
             
                  }
         | 
| @@ -862,7 +864,7 @@ | |
| 862 864 | 
             
                    }
         | 
| 863 865 | 
             
                  },
         | 
| 864 866 | 
             
                  "output": {
         | 
| 865 | 
            -
                    "shape": " | 
| 867 | 
            +
                    "shape": "S5k"
         | 
| 866 868 | 
             
                  }
         | 
| 867 869 | 
             
                },
         | 
| 868 870 | 
             
                "GetFunctionUrlConfig": {
         | 
| @@ -904,7 +906,8 @@ | |
| 904 906 | 
             
                        "shape": "S4c"
         | 
| 905 907 | 
             
                      },
         | 
| 906 908 | 
             
                      "CreationTime": {},
         | 
| 907 | 
            -
                      "LastModifiedTime": {}
         | 
| 909 | 
            +
                      "LastModifiedTime": {},
         | 
| 910 | 
            +
                      "InvokeMode": {}
         | 
| 908 911 | 
             
                    }
         | 
| 909 912 | 
             
                  }
         | 
| 910 913 | 
             
                },
         | 
| @@ -933,7 +936,7 @@ | |
| 933 936 | 
             
                    }
         | 
| 934 937 | 
             
                  },
         | 
| 935 938 | 
             
                  "output": {
         | 
| 936 | 
            -
                    "shape": " | 
| 939 | 
            +
                    "shape": "S5q"
         | 
| 937 940 | 
             
                  }
         | 
| 938 941 | 
             
                },
         | 
| 939 942 | 
             
                "GetLayerVersionByArn": {
         | 
| @@ -955,7 +958,7 @@ | |
| 955 958 | 
             
                    }
         | 
| 956 959 | 
             
                  },
         | 
| 957 960 | 
             
                  "output": {
         | 
| 958 | 
            -
                    "shape": " | 
| 961 | 
            +
                    "shape": "S5q"
         | 
| 959 962 | 
             
                  }
         | 
| 960 963 | 
             
                },
         | 
| 961 964 | 
             
                "GetLayerVersionPolicy": {
         | 
| @@ -1190,6 +1193,86 @@ | |
| 1190 1193 | 
             
                  },
         | 
| 1191 1194 | 
             
                  "deprecated": true
         | 
| 1192 1195 | 
             
                },
         | 
| 1196 | 
            +
                "InvokeWithResponseStream": {
         | 
| 1197 | 
            +
                  "http": {
         | 
| 1198 | 
            +
                    "requestUri": "/2021-11-15/functions/{FunctionName}/response-streaming-invocations"
         | 
| 1199 | 
            +
                  },
         | 
| 1200 | 
            +
                  "input": {
         | 
| 1201 | 
            +
                    "type": "structure",
         | 
| 1202 | 
            +
                    "required": [
         | 
| 1203 | 
            +
                      "FunctionName"
         | 
| 1204 | 
            +
                    ],
         | 
| 1205 | 
            +
                    "members": {
         | 
| 1206 | 
            +
                      "FunctionName": {
         | 
| 1207 | 
            +
                        "location": "uri",
         | 
| 1208 | 
            +
                        "locationName": "FunctionName"
         | 
| 1209 | 
            +
                      },
         | 
| 1210 | 
            +
                      "InvocationType": {
         | 
| 1211 | 
            +
                        "location": "header",
         | 
| 1212 | 
            +
                        "locationName": "X-Amz-Invocation-Type"
         | 
| 1213 | 
            +
                      },
         | 
| 1214 | 
            +
                      "LogType": {
         | 
| 1215 | 
            +
                        "location": "header",
         | 
| 1216 | 
            +
                        "locationName": "X-Amz-Log-Type"
         | 
| 1217 | 
            +
                      },
         | 
| 1218 | 
            +
                      "ClientContext": {
         | 
| 1219 | 
            +
                        "location": "header",
         | 
| 1220 | 
            +
                        "locationName": "X-Amz-Client-Context"
         | 
| 1221 | 
            +
                      },
         | 
| 1222 | 
            +
                      "Qualifier": {
         | 
| 1223 | 
            +
                        "location": "querystring",
         | 
| 1224 | 
            +
                        "locationName": "Qualifier"
         | 
| 1225 | 
            +
                      },
         | 
| 1226 | 
            +
                      "Payload": {
         | 
| 1227 | 
            +
                        "shape": "S2h"
         | 
| 1228 | 
            +
                      }
         | 
| 1229 | 
            +
                    },
         | 
| 1230 | 
            +
                    "payload": "Payload"
         | 
| 1231 | 
            +
                  },
         | 
| 1232 | 
            +
                  "output": {
         | 
| 1233 | 
            +
                    "type": "structure",
         | 
| 1234 | 
            +
                    "members": {
         | 
| 1235 | 
            +
                      "StatusCode": {
         | 
| 1236 | 
            +
                        "location": "statusCode",
         | 
| 1237 | 
            +
                        "type": "integer"
         | 
| 1238 | 
            +
                      },
         | 
| 1239 | 
            +
                      "ExecutedVersion": {
         | 
| 1240 | 
            +
                        "location": "header",
         | 
| 1241 | 
            +
                        "locationName": "X-Amz-Executed-Version"
         | 
| 1242 | 
            +
                      },
         | 
| 1243 | 
            +
                      "EventStream": {
         | 
| 1244 | 
            +
                        "type": "structure",
         | 
| 1245 | 
            +
                        "members": {
         | 
| 1246 | 
            +
                          "PayloadChunk": {
         | 
| 1247 | 
            +
                            "type": "structure",
         | 
| 1248 | 
            +
                            "members": {
         | 
| 1249 | 
            +
                              "Payload": {
         | 
| 1250 | 
            +
                                "shape": "S2h",
         | 
| 1251 | 
            +
                                "eventpayload": true
         | 
| 1252 | 
            +
                              }
         | 
| 1253 | 
            +
                            },
         | 
| 1254 | 
            +
                            "event": true
         | 
| 1255 | 
            +
                          },
         | 
| 1256 | 
            +
                          "InvokeComplete": {
         | 
| 1257 | 
            +
                            "type": "structure",
         | 
| 1258 | 
            +
                            "members": {
         | 
| 1259 | 
            +
                              "ErrorCode": {},
         | 
| 1260 | 
            +
                              "ErrorDetails": {},
         | 
| 1261 | 
            +
                              "LogResult": {}
         | 
| 1262 | 
            +
                            },
         | 
| 1263 | 
            +
                            "event": true
         | 
| 1264 | 
            +
                          }
         | 
| 1265 | 
            +
                        },
         | 
| 1266 | 
            +
                        "eventstream": true
         | 
| 1267 | 
            +
                      },
         | 
| 1268 | 
            +
                      "ResponseStreamContentType": {
         | 
| 1269 | 
            +
                        "location": "header",
         | 
| 1270 | 
            +
                        "locationName": "Content-Type"
         | 
| 1271 | 
            +
                      }
         | 
| 1272 | 
            +
                    },
         | 
| 1273 | 
            +
                    "payload": "EventStream"
         | 
| 1274 | 
            +
                  }
         | 
| 1275 | 
            +
                },
         | 
| 1193 1276 | 
             
                "ListAliases": {
         | 
| 1194 1277 | 
             
                  "http": {
         | 
| 1195 1278 | 
             
                    "method": "GET",
         | 
| @@ -1341,7 +1424,7 @@ | |
| 1341 1424 | 
             
                      "FunctionEventInvokeConfigs": {
         | 
| 1342 1425 | 
             
                        "type": "list",
         | 
| 1343 1426 | 
             
                        "member": {
         | 
| 1344 | 
            -
                          "shape": " | 
| 1427 | 
            +
                          "shape": "S5k"
         | 
| 1345 1428 | 
             
                        }
         | 
| 1346 1429 | 
             
                      },
         | 
| 1347 1430 | 
             
                      "NextMarker": {}
         | 
| @@ -1400,7 +1483,8 @@ | |
| 1400 1483 | 
             
                            "Cors": {
         | 
| 1401 1484 | 
             
                              "shape": "S4c"
         | 
| 1402 1485 | 
             
                            },
         | 
| 1403 | 
            -
                            "AuthType": {}
         | 
| 1486 | 
            +
                            "AuthType": {},
         | 
| 1487 | 
            +
                            "InvokeMode": {}
         | 
| 1404 1488 | 
             
                          }
         | 
| 1405 1489 | 
             
                        }
         | 
| 1406 1490 | 
             
                      },
         | 
| @@ -1441,7 +1525,7 @@ | |
| 1441 1525 | 
             
                    "members": {
         | 
| 1442 1526 | 
             
                      "NextMarker": {},
         | 
| 1443 1527 | 
             
                      "Functions": {
         | 
| 1444 | 
            -
                        "shape": " | 
| 1528 | 
            +
                        "shape": "S7a"
         | 
| 1445 1529 | 
             
                      }
         | 
| 1446 1530 | 
             
                    }
         | 
| 1447 1531 | 
             
                  }
         | 
| @@ -1526,7 +1610,7 @@ | |
| 1526 1610 | 
             
                      "LayerVersions": {
         | 
| 1527 1611 | 
             
                        "type": "list",
         | 
| 1528 1612 | 
             
                        "member": {
         | 
| 1529 | 
            -
                          "shape": " | 
| 1613 | 
            +
                          "shape": "S7i"
         | 
| 1530 1614 | 
             
                        }
         | 
| 1531 1615 | 
             
                      }
         | 
| 1532 1616 | 
             
                    }
         | 
| @@ -1572,7 +1656,7 @@ | |
| 1572 1656 | 
             
                            "LayerName": {},
         | 
| 1573 1657 | 
             
                            "LayerArn": {},
         | 
| 1574 1658 | 
             
                            "LatestMatchingVersion": {
         | 
| 1575 | 
            -
                              "shape": " | 
| 1659 | 
            +
                              "shape": "S7i"
         | 
| 1576 1660 | 
             
                            }
         | 
| 1577 1661 | 
             
                          }
         | 
| 1578 1662 | 
             
                        }
         | 
| @@ -1693,7 +1777,7 @@ | |
| 1693 1777 | 
             
                    "members": {
         | 
| 1694 1778 | 
             
                      "NextMarker": {},
         | 
| 1695 1779 | 
             
                      "Versions": {
         | 
| 1696 | 
            -
                        "shape": " | 
| 1780 | 
            +
                        "shape": "S7a"
         | 
| 1697 1781 | 
             
                      }
         | 
| 1698 1782 | 
             
                    }
         | 
| 1699 1783 | 
             
                  }
         | 
| @@ -1727,11 +1811,11 @@ | |
| 1727 1811 | 
             
                        }
         | 
| 1728 1812 | 
             
                      },
         | 
| 1729 1813 | 
             
                      "CompatibleRuntimes": {
         | 
| 1730 | 
            -
                        "shape": " | 
| 1814 | 
            +
                        "shape": "S5t"
         | 
| 1731 1815 | 
             
                      },
         | 
| 1732 1816 | 
             
                      "LicenseInfo": {},
         | 
| 1733 1817 | 
             
                      "CompatibleArchitectures": {
         | 
| 1734 | 
            -
                        "shape": " | 
| 1818 | 
            +
                        "shape": "S5v"
         | 
| 1735 1819 | 
             
                      }
         | 
| 1736 1820 | 
             
                    }
         | 
| 1737 1821 | 
             
                  },
         | 
| @@ -1739,7 +1823,7 @@ | |
| 1739 1823 | 
             
                    "type": "structure",
         | 
| 1740 1824 | 
             
                    "members": {
         | 
| 1741 1825 | 
             
                      "Content": {
         | 
| 1742 | 
            -
                        "shape": " | 
| 1826 | 
            +
                        "shape": "S5r"
         | 
| 1743 1827 | 
             
                      },
         | 
| 1744 1828 | 
             
                      "LayerArn": {},
         | 
| 1745 1829 | 
             
                      "LayerVersionArn": {},
         | 
| @@ -1749,11 +1833,11 @@ | |
| 1749 1833 | 
             
                        "type": "long"
         | 
| 1750 1834 | 
             
                      },
         | 
| 1751 1835 | 
             
                      "CompatibleRuntimes": {
         | 
| 1752 | 
            -
                        "shape": " | 
| 1836 | 
            +
                        "shape": "S5t"
         | 
| 1753 1837 | 
             
                      },
         | 
| 1754 1838 | 
             
                      "LicenseInfo": {},
         | 
| 1755 1839 | 
             
                      "CompatibleArchitectures": {
         | 
| 1756 | 
            -
                        "shape": " | 
| 1840 | 
            +
                        "shape": "S5v"
         | 
| 1757 1841 | 
             
                      }
         | 
| 1758 1842 | 
             
                    }
         | 
| 1759 1843 | 
             
                  }
         | 
| @@ -1837,7 +1921,7 @@ | |
| 1837 1921 | 
             
                    }
         | 
| 1838 1922 | 
             
                  },
         | 
| 1839 1923 | 
             
                  "output": {
         | 
| 1840 | 
            -
                    "shape": " | 
| 1924 | 
            +
                    "shape": "S5c"
         | 
| 1841 1925 | 
             
                  }
         | 
| 1842 1926 | 
             
                },
         | 
| 1843 1927 | 
             
                "PutFunctionEventInvokeConfig": {
         | 
| @@ -1872,7 +1956,7 @@ | |
| 1872 1956 | 
             
                    }
         | 
| 1873 1957 | 
             
                  },
         | 
| 1874 1958 | 
             
                  "output": {
         | 
| 1875 | 
            -
                    "shape": " | 
| 1959 | 
            +
                    "shape": "S5k"
         | 
| 1876 1960 | 
             
                  }
         | 
| 1877 1961 | 
             
                },
         | 
| 1878 1962 | 
             
                "PutProvisionedConcurrencyConfig": {
         | 
| @@ -2338,7 +2422,7 @@ | |
| 2338 2422 | 
             
                    }
         | 
| 2339 2423 | 
             
                  },
         | 
| 2340 2424 | 
             
                  "output": {
         | 
| 2341 | 
            -
                    "shape": " | 
| 2425 | 
            +
                    "shape": "S5k"
         | 
| 2342 2426 | 
             
                  }
         | 
| 2343 2427 | 
             
                },
         | 
| 2344 2428 | 
             
                "UpdateFunctionUrlConfig": {
         | 
| @@ -2364,7 +2448,8 @@ | |
| 2364 2448 | 
             
                      "AuthType": {},
         | 
| 2365 2449 | 
             
                      "Cors": {
         | 
| 2366 2450 | 
             
                        "shape": "S4c"
         | 
| 2367 | 
            -
                      }
         | 
| 2451 | 
            +
                      },
         | 
| 2452 | 
            +
                      "InvokeMode": {}
         | 
| 2368 2453 | 
             
                    }
         | 
| 2369 2454 | 
             
                  },
         | 
| 2370 2455 | 
             
                  "output": {
         | 
| @@ -2384,7 +2469,8 @@ | |
| 2384 2469 | 
             
                        "shape": "S4c"
         | 
| 2385 2470 | 
             
                      },
         | 
| 2386 2471 | 
             
                      "CreationTime": {},
         | 
| 2387 | 
            -
                      "LastModifiedTime": {}
         | 
| 2472 | 
            +
                      "LastModifiedTime": {},
         | 
| 2473 | 
            +
                      "InvokeMode": {}
         | 
| 2388 2474 | 
             
                    }
         | 
| 2389 2475 | 
             
                  }
         | 
| 2390 2476 | 
             
                }
         | 
| @@ -2904,7 +2990,7 @@ | |
| 2904 2990 | 
             
                  "type": "list",
         | 
| 2905 2991 | 
             
                  "member": {}
         | 
| 2906 2992 | 
             
                },
         | 
| 2907 | 
            -
                " | 
| 2993 | 
            +
                "S5c": {
         | 
| 2908 2994 | 
             
                  "type": "structure",
         | 
| 2909 2995 | 
             
                  "members": {
         | 
| 2910 2996 | 
             
                    "ReservedConcurrentExecutions": {
         | 
| @@ -2912,7 +2998,7 @@ | |
| 2912 2998 | 
             
                    }
         | 
| 2913 2999 | 
             
                  }
         | 
| 2914 3000 | 
             
                },
         | 
| 2915 | 
            -
                " | 
| 3001 | 
            +
                "S5k": {
         | 
| 2916 3002 | 
             
                  "type": "structure",
         | 
| 2917 3003 | 
             
                  "members": {
         | 
| 2918 3004 | 
             
                    "LastModified": {
         | 
| @@ -2930,11 +3016,11 @@ | |
| 2930 3016 | 
             
                    }
         | 
| 2931 3017 | 
             
                  }
         | 
| 2932 3018 | 
             
                },
         | 
| 2933 | 
            -
                " | 
| 3019 | 
            +
                "S5q": {
         | 
| 2934 3020 | 
             
                  "type": "structure",
         | 
| 2935 3021 | 
             
                  "members": {
         | 
| 2936 3022 | 
             
                    "Content": {
         | 
| 2937 | 
            -
                      "shape": " | 
| 3023 | 
            +
                      "shape": "S5r"
         | 
| 2938 3024 | 
             
                    },
         | 
| 2939 3025 | 
             
                    "LayerArn": {},
         | 
| 2940 3026 | 
             
                    "LayerVersionArn": {},
         | 
| @@ -2944,15 +3030,15 @@ | |
| 2944 3030 | 
             
                      "type": "long"
         | 
| 2945 3031 | 
             
                    },
         | 
| 2946 3032 | 
             
                    "CompatibleRuntimes": {
         | 
| 2947 | 
            -
                      "shape": " | 
| 3033 | 
            +
                      "shape": "S5t"
         | 
| 2948 3034 | 
             
                    },
         | 
| 2949 3035 | 
             
                    "LicenseInfo": {},
         | 
| 2950 3036 | 
             
                    "CompatibleArchitectures": {
         | 
| 2951 | 
            -
                      "shape": " | 
| 3037 | 
            +
                      "shape": "S5v"
         | 
| 2952 3038 | 
             
                    }
         | 
| 2953 3039 | 
             
                  }
         | 
| 2954 3040 | 
             
                },
         | 
| 2955 | 
            -
                " | 
| 3041 | 
            +
                "S5r": {
         | 
| 2956 3042 | 
             
                  "type": "structure",
         | 
| 2957 3043 | 
             
                  "members": {
         | 
| 2958 3044 | 
             
                    "Location": {},
         | 
| @@ -2964,21 +3050,21 @@ | |
| 2964 3050 | 
             
                    "SigningJobArn": {}
         | 
| 2965 3051 | 
             
                  }
         | 
| 2966 3052 | 
             
                },
         | 
| 2967 | 
            -
                " | 
| 3053 | 
            +
                "S5t": {
         | 
| 2968 3054 | 
             
                  "type": "list",
         | 
| 2969 3055 | 
             
                  "member": {}
         | 
| 2970 3056 | 
             
                },
         | 
| 2971 | 
            -
                " | 
| 3057 | 
            +
                "S5v": {
         | 
| 2972 3058 | 
             
                  "type": "list",
         | 
| 2973 3059 | 
             
                  "member": {}
         | 
| 2974 3060 | 
             
                },
         | 
| 2975 | 
            -
                " | 
| 3061 | 
            +
                "S7a": {
         | 
| 2976 3062 | 
             
                  "type": "list",
         | 
| 2977 3063 | 
             
                  "member": {
         | 
| 2978 3064 | 
             
                    "shape": "S3l"
         | 
| 2979 3065 | 
             
                  }
         | 
| 2980 3066 | 
             
                },
         | 
| 2981 | 
            -
                " | 
| 3067 | 
            +
                "S7i": {
         | 
| 2982 3068 | 
             
                  "type": "structure",
         | 
| 2983 3069 | 
             
                  "members": {
         | 
| 2984 3070 | 
             
                    "LayerVersionArn": {},
         | 
| @@ -2988,11 +3074,11 @@ | |
| 2988 3074 | 
             
                    "Description": {},
         | 
| 2989 3075 | 
             
                    "CreatedDate": {},
         | 
| 2990 3076 | 
             
                    "CompatibleRuntimes": {
         | 
| 2991 | 
            -
                      "shape": " | 
| 3077 | 
            +
                      "shape": "S5t"
         | 
| 2992 3078 | 
             
                    },
         | 
| 2993 3079 | 
             
                    "LicenseInfo": {},
         | 
| 2994 3080 | 
             
                    "CompatibleArchitectures": {
         | 
| 2995 | 
            -
                      "shape": " | 
| 3081 | 
            +
                      "shape": "S5v"
         | 
| 2996 3082 | 
             
                    }
         | 
| 2997 3083 | 
             
                  }
         | 
| 2998 3084 | 
             
                }
         |