aws-sdk 2.1369.0 → 2.1371.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 +17 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +178 -149
- package/apis/appsync-2017-07-25.min.json +42 -34
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/inspector2-2020-06-08.min.json +305 -133
- package/apis/iottwinmaker-2021-11-29.min.json +10 -3
- package/apis/kendra-2019-02-03.min.json +137 -65
- package/apis/network-firewall-2020-11-12.min.json +79 -68
- package/apis/opensearch-2021-01-01.min.json +102 -27
- package/apis/resiliencehub-2020-04-30.min.json +71 -70
- package/apis/sagemaker-2017-07-24.min.json +893 -892
- package/apis/wellarchitected-2020-03-31.min.json +44 -39
- package/clients/appflow.d.ts +26 -1
- package/clients/appsync.d.ts +15 -2
- package/clients/connect.d.ts +1 -1
- package/clients/ecs.d.ts +2 -2
- package/clients/inspector2.d.ts +181 -9
- package/clients/iottwinmaker.d.ts +15 -0
- package/clients/kendra.d.ts +92 -5
- package/clients/networkfirewall.d.ts +14 -4
- package/clients/opensearch.d.ts +139 -11
- package/clients/resiliencehub.d.ts +12 -3
- package/clients/sagemaker.d.ts +6 -1
- package/clients/wellarchitected.d.ts +13 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +9 -3
- package/dist/aws-sdk.min.js +60 -60
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -175,6 +175,72 @@ | |
| 175 175 | 
             
                    }
         | 
| 176 176 | 
             
                  }
         | 
| 177 177 | 
             
                },
         | 
| 178 | 
            +
                "BatchGetMemberEc2DeepInspectionStatus": {
         | 
| 179 | 
            +
                  "http": {
         | 
| 180 | 
            +
                    "requestUri": "/ec2deepinspectionstatus/member/batch/get",
         | 
| 181 | 
            +
                    "responseCode": 200
         | 
| 182 | 
            +
                  },
         | 
| 183 | 
            +
                  "input": {
         | 
| 184 | 
            +
                    "type": "structure",
         | 
| 185 | 
            +
                    "members": {
         | 
| 186 | 
            +
                      "accountIds": {
         | 
| 187 | 
            +
                        "shape": "S5"
         | 
| 188 | 
            +
                      }
         | 
| 189 | 
            +
                    }
         | 
| 190 | 
            +
                  },
         | 
| 191 | 
            +
                  "output": {
         | 
| 192 | 
            +
                    "type": "structure",
         | 
| 193 | 
            +
                    "members": {
         | 
| 194 | 
            +
                      "accountIds": {
         | 
| 195 | 
            +
                        "shape": "Sy"
         | 
| 196 | 
            +
                      },
         | 
| 197 | 
            +
                      "failedAccountIds": {
         | 
| 198 | 
            +
                        "shape": "S11"
         | 
| 199 | 
            +
                      }
         | 
| 200 | 
            +
                    }
         | 
| 201 | 
            +
                  }
         | 
| 202 | 
            +
                },
         | 
| 203 | 
            +
                "BatchUpdateMemberEc2DeepInspectionStatus": {
         | 
| 204 | 
            +
                  "http": {
         | 
| 205 | 
            +
                    "requestUri": "/ec2deepinspectionstatus/member/batch/update",
         | 
| 206 | 
            +
                    "responseCode": 200
         | 
| 207 | 
            +
                  },
         | 
| 208 | 
            +
                  "input": {
         | 
| 209 | 
            +
                    "type": "structure",
         | 
| 210 | 
            +
                    "required": [
         | 
| 211 | 
            +
                      "accountIds"
         | 
| 212 | 
            +
                    ],
         | 
| 213 | 
            +
                    "members": {
         | 
| 214 | 
            +
                      "accountIds": {
         | 
| 215 | 
            +
                        "type": "list",
         | 
| 216 | 
            +
                        "member": {
         | 
| 217 | 
            +
                          "type": "structure",
         | 
| 218 | 
            +
                          "required": [
         | 
| 219 | 
            +
                            "accountId",
         | 
| 220 | 
            +
                            "activateDeepInspection"
         | 
| 221 | 
            +
                          ],
         | 
| 222 | 
            +
                          "members": {
         | 
| 223 | 
            +
                            "accountId": {},
         | 
| 224 | 
            +
                            "activateDeepInspection": {
         | 
| 225 | 
            +
                              "type": "boolean"
         | 
| 226 | 
            +
                            }
         | 
| 227 | 
            +
                          }
         | 
| 228 | 
            +
                        }
         | 
| 229 | 
            +
                      }
         | 
| 230 | 
            +
                    }
         | 
| 231 | 
            +
                  },
         | 
| 232 | 
            +
                  "output": {
         | 
| 233 | 
            +
                    "type": "structure",
         | 
| 234 | 
            +
                    "members": {
         | 
| 235 | 
            +
                      "accountIds": {
         | 
| 236 | 
            +
                        "shape": "Sy"
         | 
| 237 | 
            +
                      },
         | 
| 238 | 
            +
                      "failedAccountIds": {
         | 
| 239 | 
            +
                        "shape": "S11"
         | 
| 240 | 
            +
                      }
         | 
| 241 | 
            +
                    }
         | 
| 242 | 
            +
                  }
         | 
| 243 | 
            +
                },
         | 
| 178 244 | 
             
                "CancelFindingsReport": {
         | 
| 179 245 | 
             
                  "http": {
         | 
| 180 246 | 
             
                    "requestUri": "/reporting/cancel",
         | 
| @@ -215,12 +281,12 @@ | |
| 215 281 | 
             
                      "action": {},
         | 
| 216 282 | 
             
                      "description": {},
         | 
| 217 283 | 
             
                      "filterCriteria": {
         | 
| 218 | 
            -
                        "shape": " | 
| 284 | 
            +
                        "shape": "S1e"
         | 
| 219 285 | 
             
                      },
         | 
| 220 286 | 
             
                      "name": {},
         | 
| 221 287 | 
             
                      "reason": {},
         | 
| 222 288 | 
             
                      "tags": {
         | 
| 223 | 
            -
                        "shape": " | 
| 289 | 
            +
                        "shape": "S20"
         | 
| 224 290 | 
             
                      }
         | 
| 225 291 | 
             
                    }
         | 
| 226 292 | 
             
                  },
         | 
| @@ -247,11 +313,11 @@ | |
| 247 313 | 
             
                    ],
         | 
| 248 314 | 
             
                    "members": {
         | 
| 249 315 | 
             
                      "filterCriteria": {
         | 
| 250 | 
            -
                        "shape": " | 
| 316 | 
            +
                        "shape": "S1e"
         | 
| 251 317 | 
             
                      },
         | 
| 252 318 | 
             
                      "reportFormat": {},
         | 
| 253 319 | 
             
                      "s3Destination": {
         | 
| 254 | 
            -
                        "shape": " | 
| 320 | 
            +
                        "shape": "S25"
         | 
| 255 321 | 
             
                      }
         | 
| 256 322 | 
             
                    }
         | 
| 257 323 | 
             
                  },
         | 
| @@ -299,7 +365,7 @@ | |
| 299 365 | 
             
                    "type": "structure",
         | 
| 300 366 | 
             
                    "members": {
         | 
| 301 367 | 
             
                      "autoEnable": {
         | 
| 302 | 
            -
                        "shape": " | 
| 368 | 
            +
                        "shape": "S2b"
         | 
| 303 369 | 
             
                      },
         | 
| 304 370 | 
             
                      "maxAccountLimitReached": {
         | 
| 305 371 | 
             
                        "type": "boolean"
         | 
| @@ -331,7 +397,7 @@ | |
| 331 397 | 
             
                    ],
         | 
| 332 398 | 
             
                    "members": {
         | 
| 333 399 | 
             
                      "accounts": {
         | 
| 334 | 
            -
                        "shape": " | 
| 400 | 
            +
                        "shape": "S2g"
         | 
| 335 401 | 
             
                      },
         | 
| 336 402 | 
             
                      "failedAccounts": {
         | 
| 337 403 | 
             
                        "shape": "Se"
         | 
| @@ -417,7 +483,7 @@ | |
| 417 483 | 
             
                    ],
         | 
| 418 484 | 
             
                    "members": {
         | 
| 419 485 | 
             
                      "accounts": {
         | 
| 420 | 
            -
                        "shape": " | 
| 486 | 
            +
                        "shape": "S2g"
         | 
| 421 487 | 
             
                      },
         | 
| 422 488 | 
             
                      "failedAccounts": {
         | 
| 423 489 | 
             
                        "shape": "Se"
         | 
| @@ -504,6 +570,29 @@ | |
| 504 570 | 
             
                    }
         | 
| 505 571 | 
             
                  }
         | 
| 506 572 | 
             
                },
         | 
| 573 | 
            +
                "GetEc2DeepInspectionConfiguration": {
         | 
| 574 | 
            +
                  "http": {
         | 
| 575 | 
            +
                    "requestUri": "/ec2deepinspectionconfiguration/get",
         | 
| 576 | 
            +
                    "responseCode": 200
         | 
| 577 | 
            +
                  },
         | 
| 578 | 
            +
                  "input": {
         | 
| 579 | 
            +
                    "type": "structure",
         | 
| 580 | 
            +
                    "members": {}
         | 
| 581 | 
            +
                  },
         | 
| 582 | 
            +
                  "output": {
         | 
| 583 | 
            +
                    "type": "structure",
         | 
| 584 | 
            +
                    "members": {
         | 
| 585 | 
            +
                      "errorMessage": {},
         | 
| 586 | 
            +
                      "orgPackagePaths": {
         | 
| 587 | 
            +
                        "shape": "S35"
         | 
| 588 | 
            +
                      },
         | 
| 589 | 
            +
                      "packagePaths": {
         | 
| 590 | 
            +
                        "shape": "S35"
         | 
| 591 | 
            +
                      },
         | 
| 592 | 
            +
                      "status": {}
         | 
| 593 | 
            +
                    }
         | 
| 594 | 
            +
                  }
         | 
| 595 | 
            +
                },
         | 
| 507 596 | 
             
                "GetFindingsReportStatus": {
         | 
| 508 597 | 
             
                  "http": {
         | 
| 509 598 | 
             
                    "requestUri": "/reporting/status/get",
         | 
| @@ -519,12 +608,12 @@ | |
| 519 608 | 
             
                    "type": "structure",
         | 
| 520 609 | 
             
                    "members": {
         | 
| 521 610 | 
             
                      "destination": {
         | 
| 522 | 
            -
                        "shape": " | 
| 611 | 
            +
                        "shape": "S25"
         | 
| 523 612 | 
             
                      },
         | 
| 524 613 | 
             
                      "errorCode": {},
         | 
| 525 614 | 
             
                      "errorMessage": {},
         | 
| 526 615 | 
             
                      "filterCriteria": {
         | 
| 527 | 
            -
                        "shape": " | 
| 616 | 
            +
                        "shape": "S1e"
         | 
| 528 617 | 
             
                      },
         | 
| 529 618 | 
             
                      "reportId": {},
         | 
| 530 619 | 
             
                      "status": {}
         | 
| @@ -549,7 +638,7 @@ | |
| 549 638 | 
             
                    "type": "structure",
         | 
| 550 639 | 
             
                    "members": {
         | 
| 551 640 | 
             
                      "member": {
         | 
| 552 | 
            -
                        "shape": " | 
| 641 | 
            +
                        "shape": "S3e"
         | 
| 553 642 | 
             
                      }
         | 
| 554 643 | 
             
                    }
         | 
| 555 644 | 
             
                  }
         | 
| @@ -602,7 +691,7 @@ | |
| 602 691 | 
             
                    "type": "structure",
         | 
| 603 692 | 
             
                    "members": {
         | 
| 604 693 | 
             
                      "filterCriteria": {
         | 
| 605 | 
            -
                        "shape": " | 
| 694 | 
            +
                        "shape": "S3o"
         | 
| 606 695 | 
             
                      },
         | 
| 607 696 | 
             
                      "maxResults": {
         | 
| 608 697 | 
             
                        "type": "integer"
         | 
| @@ -635,7 +724,7 @@ | |
| 635 724 | 
             
                                    "amiId": {},
         | 
| 636 725 | 
             
                                    "platform": {},
         | 
| 637 726 | 
             
                                    "tags": {
         | 
| 638 | 
            -
                                      "shape": " | 
| 727 | 
            +
                                      "shape": "S20"
         | 
| 639 728 | 
             
                                    }
         | 
| 640 729 | 
             
                                  }
         | 
| 641 730 | 
             
                                },
         | 
| @@ -660,7 +749,7 @@ | |
| 660 749 | 
             
                                  "members": {
         | 
| 661 750 | 
             
                                    "functionName": {},
         | 
| 662 751 | 
             
                                    "functionTags": {
         | 
| 663 | 
            -
                                      "shape": " | 
| 752 | 
            +
                                      "shape": "S20"
         | 
| 664 753 | 
             
                                    },
         | 
| 665 754 | 
             
                                    "layers": {
         | 
| 666 755 | 
             
                                      "type": "list",
         | 
| @@ -700,7 +789,7 @@ | |
| 700 789 | 
             
                    "type": "structure",
         | 
| 701 790 | 
             
                    "members": {
         | 
| 702 791 | 
             
                      "filterCriteria": {
         | 
| 703 | 
            -
                        "shape": " | 
| 792 | 
            +
                        "shape": "S3o"
         | 
| 704 793 | 
             
                      },
         | 
| 705 794 | 
             
                      "groupBy": {},
         | 
| 706 795 | 
             
                      "nextToken": {}
         | 
| @@ -807,14 +896,14 @@ | |
| 807 896 | 
             
                              "type": "timestamp"
         | 
| 808 897 | 
             
                            },
         | 
| 809 898 | 
             
                            "criteria": {
         | 
| 810 | 
            -
                              "shape": " | 
| 899 | 
            +
                              "shape": "S1e"
         | 
| 811 900 | 
             
                            },
         | 
| 812 901 | 
             
                            "description": {},
         | 
| 813 902 | 
             
                            "name": {},
         | 
| 814 903 | 
             
                            "ownerId": {},
         | 
| 815 904 | 
             
                            "reason": {},
         | 
| 816 905 | 
             
                            "tags": {
         | 
| 817 | 
            -
                              "shape": " | 
| 906 | 
            +
                              "shape": "S20"
         | 
| 818 907 | 
             
                            },
         | 
| 819 908 | 
             
                            "updatedAt": {
         | 
| 820 909 | 
             
                              "type": "timestamp"
         | 
| @@ -838,7 +927,7 @@ | |
| 838 927 | 
             
                    ],
         | 
| 839 928 | 
             
                    "members": {
         | 
| 840 929 | 
             
                      "accountIds": {
         | 
| 841 | 
            -
                        "shape": " | 
| 930 | 
            +
                        "shape": "S1f"
         | 
| 842 931 | 
             
                      },
         | 
| 843 932 | 
             
                      "aggregationRequest": {
         | 
| 844 933 | 
             
                        "type": "structure",
         | 
| @@ -856,7 +945,7 @@ | |
| 856 945 | 
             
                            "type": "structure",
         | 
| 857 946 | 
             
                            "members": {
         | 
| 858 947 | 
             
                              "amis": {
         | 
| 859 | 
            -
                                "shape": " | 
| 948 | 
            +
                                "shape": "S1f"
         | 
| 860 949 | 
             
                              },
         | 
| 861 950 | 
             
                              "sortBy": {},
         | 
| 862 951 | 
             
                              "sortOrder": {}
         | 
| @@ -866,19 +955,19 @@ | |
| 866 955 | 
             
                            "type": "structure",
         | 
| 867 956 | 
             
                            "members": {
         | 
| 868 957 | 
             
                              "architectures": {
         | 
| 869 | 
            -
                                "shape": " | 
| 958 | 
            +
                                "shape": "S1f"
         | 
| 870 959 | 
             
                              },
         | 
| 871 960 | 
             
                              "imageShas": {
         | 
| 872 | 
            -
                                "shape": " | 
| 961 | 
            +
                                "shape": "S1f"
         | 
| 873 962 | 
             
                              },
         | 
| 874 963 | 
             
                              "imageTags": {
         | 
| 875 | 
            -
                                "shape": " | 
| 964 | 
            +
                                "shape": "S1f"
         | 
| 876 965 | 
             
                              },
         | 
| 877 966 | 
             
                              "repositories": {
         | 
| 878 | 
            -
                                "shape": " | 
| 967 | 
            +
                                "shape": "S1f"
         | 
| 879 968 | 
             
                              },
         | 
| 880 969 | 
             
                              "resourceIds": {
         | 
| 881 | 
            -
                                "shape": " | 
| 970 | 
            +
                                "shape": "S1f"
         | 
| 882 971 | 
             
                              },
         | 
| 883 972 | 
             
                              "sortBy": {},
         | 
| 884 973 | 
             
                              "sortOrder": {}
         | 
| @@ -888,16 +977,16 @@ | |
| 888 977 | 
             
                            "type": "structure",
         | 
| 889 978 | 
             
                            "members": {
         | 
| 890 979 | 
             
                              "amis": {
         | 
| 891 | 
            -
                                "shape": " | 
| 980 | 
            +
                                "shape": "S1f"
         | 
| 892 981 | 
             
                              },
         | 
| 893 982 | 
             
                              "instanceIds": {
         | 
| 894 | 
            -
                                "shape": " | 
| 983 | 
            +
                                "shape": "S1f"
         | 
| 895 984 | 
             
                              },
         | 
| 896 985 | 
             
                              "instanceTags": {
         | 
| 897 | 
            -
                                "shape": " | 
| 986 | 
            +
                                "shape": "S1r"
         | 
| 898 987 | 
             
                              },
         | 
| 899 988 | 
             
                              "operatingSystems": {
         | 
| 900 | 
            -
                                "shape": " | 
| 989 | 
            +
                                "shape": "S1f"
         | 
| 901 990 | 
             
                              },
         | 
| 902 991 | 
             
                              "sortBy": {},
         | 
| 903 992 | 
             
                              "sortOrder": {}
         | 
| @@ -916,13 +1005,13 @@ | |
| 916 1005 | 
             
                            "type": "structure",
         | 
| 917 1006 | 
             
                            "members": {
         | 
| 918 1007 | 
             
                              "layerHashes": {
         | 
| 919 | 
            -
                                "shape": " | 
| 1008 | 
            +
                                "shape": "S1f"
         | 
| 920 1009 | 
             
                              },
         | 
| 921 1010 | 
             
                              "repositories": {
         | 
| 922 | 
            -
                                "shape": " | 
| 1011 | 
            +
                                "shape": "S1f"
         | 
| 923 1012 | 
             
                              },
         | 
| 924 1013 | 
             
                              "resourceIds": {
         | 
| 925 | 
            -
                                "shape": " | 
| 1014 | 
            +
                                "shape": "S1f"
         | 
| 926 1015 | 
             
                              },
         | 
| 927 1016 | 
             
                              "sortBy": {},
         | 
| 928 1017 | 
             
                              "sortOrder": {}
         | 
| @@ -932,16 +1021,16 @@ | |
| 932 1021 | 
             
                            "type": "structure",
         | 
| 933 1022 | 
             
                            "members": {
         | 
| 934 1023 | 
             
                              "functionNames": {
         | 
| 935 | 
            -
                                "shape": " | 
| 1024 | 
            +
                                "shape": "S1f"
         | 
| 936 1025 | 
             
                              },
         | 
| 937 1026 | 
             
                              "functionTags": {
         | 
| 938 | 
            -
                                "shape": " | 
| 1027 | 
            +
                                "shape": "S1r"
         | 
| 939 1028 | 
             
                              },
         | 
| 940 1029 | 
             
                              "resourceIds": {
         | 
| 941 | 
            -
                                "shape": " | 
| 1030 | 
            +
                                "shape": "S1f"
         | 
| 942 1031 | 
             
                              },
         | 
| 943 1032 | 
             
                              "runtimes": {
         | 
| 944 | 
            -
                                "shape": " | 
| 1033 | 
            +
                                "shape": "S1f"
         | 
| 945 1034 | 
             
                              },
         | 
| 946 1035 | 
             
                              "sortBy": {},
         | 
| 947 1036 | 
             
                              "sortOrder": {}
         | 
| @@ -951,13 +1040,13 @@ | |
| 951 1040 | 
             
                            "type": "structure",
         | 
| 952 1041 | 
             
                            "members": {
         | 
| 953 1042 | 
             
                              "functionNames": {
         | 
| 954 | 
            -
                                "shape": " | 
| 1043 | 
            +
                                "shape": "S1f"
         | 
| 955 1044 | 
             
                              },
         | 
| 956 1045 | 
             
                              "layerArns": {
         | 
| 957 | 
            -
                                "shape": " | 
| 1046 | 
            +
                                "shape": "S1f"
         | 
| 958 1047 | 
             
                              },
         | 
| 959 1048 | 
             
                              "resourceIds": {
         | 
| 960 | 
            -
                                "shape": " | 
| 1049 | 
            +
                                "shape": "S1f"
         | 
| 961 1050 | 
             
                              },
         | 
| 962 1051 | 
             
                              "sortBy": {},
         | 
| 963 1052 | 
             
                              "sortOrder": {}
         | 
| @@ -967,7 +1056,7 @@ | |
| 967 1056 | 
             
                            "type": "structure",
         | 
| 968 1057 | 
             
                            "members": {
         | 
| 969 1058 | 
             
                              "packageNames": {
         | 
| 970 | 
            -
                                "shape": " | 
| 1059 | 
            +
                                "shape": "S1f"
         | 
| 971 1060 | 
             
                              },
         | 
| 972 1061 | 
             
                              "sortBy": {},
         | 
| 973 1062 | 
             
                              "sortOrder": {}
         | 
| @@ -977,7 +1066,7 @@ | |
| 977 1066 | 
             
                            "type": "structure",
         | 
| 978 1067 | 
             
                            "members": {
         | 
| 979 1068 | 
             
                              "repositories": {
         | 
| 980 | 
            -
                                "shape": " | 
| 1069 | 
            +
                                "shape": "S1f"
         | 
| 981 1070 | 
             
                              },
         | 
| 982 1071 | 
             
                              "sortBy": {},
         | 
| 983 1072 | 
             
                              "sortOrder": {}
         | 
| @@ -990,10 +1079,10 @@ | |
| 990 1079 | 
             
                              "sortBy": {},
         | 
| 991 1080 | 
             
                              "sortOrder": {},
         | 
| 992 1081 | 
             
                              "titles": {
         | 
| 993 | 
            -
                                "shape": " | 
| 1082 | 
            +
                                "shape": "S1f"
         | 
| 994 1083 | 
             
                              },
         | 
| 995 1084 | 
             
                              "vulnerabilityIds": {
         | 
| 996 | 
            -
                                "shape": " | 
| 1085 | 
            +
                                "shape": "S1f"
         | 
| 997 1086 | 
             
                              }
         | 
| 998 1087 | 
             
                            }
         | 
| 999 1088 | 
             
                          }
         | 
| @@ -1025,7 +1114,7 @@ | |
| 1025 1114 | 
             
                              "members": {
         | 
| 1026 1115 | 
             
                                "accountId": {},
         | 
| 1027 1116 | 
             
                                "severityCounts": {
         | 
| 1028 | 
            -
                                  "shape": " | 
| 1117 | 
            +
                                  "shape": "S5y"
         | 
| 1029 1118 | 
             
                                }
         | 
| 1030 1119 | 
             
                              }
         | 
| 1031 1120 | 
             
                            },
         | 
| @@ -1041,7 +1130,7 @@ | |
| 1041 1130 | 
             
                                },
         | 
| 1042 1131 | 
             
                                "ami": {},
         | 
| 1043 1132 | 
             
                                "severityCounts": {
         | 
| 1044 | 
            -
                                  "shape": " | 
| 1133 | 
            +
                                  "shape": "S5y"
         | 
| 1045 1134 | 
             
                                }
         | 
| 1046 1135 | 
             
                              }
         | 
| 1047 1136 | 
             
                            },
         | 
| @@ -1061,7 +1150,7 @@ | |
| 1061 1150 | 
             
                                "repository": {},
         | 
| 1062 1151 | 
             
                                "resourceId": {},
         | 
| 1063 1152 | 
             
                                "severityCounts": {
         | 
| 1064 | 
            -
                                  "shape": " | 
| 1153 | 
            +
                                  "shape": "S5y"
         | 
| 1065 1154 | 
             
                                }
         | 
| 1066 1155 | 
             
                              }
         | 
| 1067 1156 | 
             
                            },
         | 
| @@ -1075,14 +1164,14 @@ | |
| 1075 1164 | 
             
                                "ami": {},
         | 
| 1076 1165 | 
             
                                "instanceId": {},
         | 
| 1077 1166 | 
             
                                "instanceTags": {
         | 
| 1078 | 
            -
                                  "shape": " | 
| 1167 | 
            +
                                  "shape": "S20"
         | 
| 1079 1168 | 
             
                                },
         | 
| 1080 1169 | 
             
                                "networkFindings": {
         | 
| 1081 1170 | 
             
                                  "type": "long"
         | 
| 1082 1171 | 
             
                                },
         | 
| 1083 1172 | 
             
                                "operatingSystem": {},
         | 
| 1084 1173 | 
             
                                "severityCounts": {
         | 
| 1085 | 
            -
                                  "shape": " | 
| 1174 | 
            +
                                  "shape": "S5y"
         | 
| 1086 1175 | 
             
                                }
         | 
| 1087 1176 | 
             
                              }
         | 
| 1088 1177 | 
             
                            },
         | 
| @@ -1091,7 +1180,7 @@ | |
| 1091 1180 | 
             
                              "members": {
         | 
| 1092 1181 | 
             
                                "accountId": {},
         | 
| 1093 1182 | 
             
                                "severityCounts": {
         | 
| 1094 | 
            -
                                  "shape": " | 
| 1183 | 
            +
                                  "shape": "S5y"
         | 
| 1095 1184 | 
             
                                }
         | 
| 1096 1185 | 
             
                              }
         | 
| 1097 1186 | 
             
                            },
         | 
| @@ -1109,7 +1198,7 @@ | |
| 1109 1198 | 
             
                                "repository": {},
         | 
| 1110 1199 | 
             
                                "resourceId": {},
         | 
| 1111 1200 | 
             
                                "severityCounts": {
         | 
| 1112 | 
            -
                                  "shape": " | 
| 1201 | 
            +
                                  "shape": "S5y"
         | 
| 1113 1202 | 
             
                                }
         | 
| 1114 1203 | 
             
                              }
         | 
| 1115 1204 | 
             
                            },
         | 
| @@ -1122,7 +1211,7 @@ | |
| 1122 1211 | 
             
                                "accountId": {},
         | 
| 1123 1212 | 
             
                                "functionName": {},
         | 
| 1124 1213 | 
             
                                "lambdaTags": {
         | 
| 1125 | 
            -
                                  "shape": " | 
| 1214 | 
            +
                                  "shape": "S20"
         | 
| 1126 1215 | 
             
                                },
         | 
| 1127 1216 | 
             
                                "lastModifiedAt": {
         | 
| 1128 1217 | 
             
                                  "type": "timestamp"
         | 
| @@ -1130,7 +1219,7 @@ | |
| 1130 1219 | 
             
                                "resourceId": {},
         | 
| 1131 1220 | 
             
                                "runtime": {},
         | 
| 1132 1221 | 
             
                                "severityCounts": {
         | 
| 1133 | 
            -
                                  "shape": " | 
| 1222 | 
            +
                                  "shape": "S5y"
         | 
| 1134 1223 | 
             
                                }
         | 
| 1135 1224 | 
             
                              }
         | 
| 1136 1225 | 
             
                            },
         | 
| @@ -1148,7 +1237,7 @@ | |
| 1148 1237 | 
             
                                "layerArn": {},
         | 
| 1149 1238 | 
             
                                "resourceId": {},
         | 
| 1150 1239 | 
             
                                "severityCounts": {
         | 
| 1151 | 
            -
                                  "shape": " | 
| 1240 | 
            +
                                  "shape": "S5y"
         | 
| 1152 1241 | 
             
                                }
         | 
| 1153 1242 | 
             
                              }
         | 
| 1154 1243 | 
             
                            },
         | 
| @@ -1161,7 +1250,7 @@ | |
| 1161 1250 | 
             
                                "accountId": {},
         | 
| 1162 1251 | 
             
                                "packageName": {},
         | 
| 1163 1252 | 
             
                                "severityCounts": {
         | 
| 1164 | 
            -
                                  "shape": " | 
| 1253 | 
            +
                                  "shape": "S5y"
         | 
| 1165 1254 | 
             
                                }
         | 
| 1166 1255 | 
             
                              }
         | 
| 1167 1256 | 
             
                            },
         | 
| @@ -1177,7 +1266,7 @@ | |
| 1177 1266 | 
             
                                },
         | 
| 1178 1267 | 
             
                                "repository": {},
         | 
| 1179 1268 | 
             
                                "severityCounts": {
         | 
| 1180 | 
            -
                                  "shape": " | 
| 1269 | 
            +
                                  "shape": "S5y"
         | 
| 1181 1270 | 
             
                                }
         | 
| 1182 1271 | 
             
                              }
         | 
| 1183 1272 | 
             
                            },
         | 
| @@ -1189,7 +1278,7 @@ | |
| 1189 1278 | 
             
                              "members": {
         | 
| 1190 1279 | 
             
                                "accountId": {},
         | 
| 1191 1280 | 
             
                                "severityCounts": {
         | 
| 1192 | 
            -
                                  "shape": " | 
| 1281 | 
            +
                                  "shape": "S5y"
         | 
| 1193 1282 | 
             
                                },
         | 
| 1194 1283 | 
             
                                "title": {},
         | 
| 1195 1284 | 
             
                                "vulnerabilityId": {}
         | 
| @@ -1211,7 +1300,7 @@ | |
| 1211 1300 | 
             
                    "type": "structure",
         | 
| 1212 1301 | 
             
                    "members": {
         | 
| 1213 1302 | 
             
                      "filterCriteria": {
         | 
| 1214 | 
            -
                        "shape": " | 
| 1303 | 
            +
                        "shape": "S1e"
         | 
| 1215 1304 | 
             
                      },
         | 
| 1216 1305 | 
             
                      "maxResults": {
         | 
| 1217 1306 | 
             
                        "type": "integer"
         | 
| @@ -1545,7 +1634,7 @@ | |
| 1545 1634 | 
             
                                  "partition": {},
         | 
| 1546 1635 | 
             
                                  "region": {},
         | 
| 1547 1636 | 
             
                                  "tags": {
         | 
| 1548 | 
            -
                                    "shape": " | 
| 1637 | 
            +
                                    "shape": "S20"
         | 
| 1549 1638 | 
             
                                  },
         | 
| 1550 1639 | 
             
                                  "type": {}
         | 
| 1551 1640 | 
             
                                }
         | 
| @@ -1588,7 +1677,7 @@ | |
| 1588 1677 | 
             
                      "members": {
         | 
| 1589 1678 | 
             
                        "type": "list",
         | 
| 1590 1679 | 
             
                        "member": {
         | 
| 1591 | 
            -
                          "shape": " | 
| 1680 | 
            +
                          "shape": "S3e"
         | 
| 1592 1681 | 
             
                        }
         | 
| 1593 1682 | 
             
                      },
         | 
| 1594 1683 | 
             
                      "nextToken": {}
         | 
| @@ -1617,7 +1706,7 @@ | |
| 1617 1706 | 
             
                    "type": "structure",
         | 
| 1618 1707 | 
             
                    "members": {
         | 
| 1619 1708 | 
             
                      "tags": {
         | 
| 1620 | 
            -
                        "shape": " | 
| 1709 | 
            +
                        "shape": "S20"
         | 
| 1621 1710 | 
             
                      }
         | 
| 1622 1711 | 
             
                    }
         | 
| 1623 1712 | 
             
                  }
         | 
| @@ -1689,7 +1778,7 @@ | |
| 1689 1778 | 
             
                        "locationName": "resourceArn"
         | 
| 1690 1779 | 
             
                      },
         | 
| 1691 1780 | 
             
                      "tags": {
         | 
| 1692 | 
            -
                        "shape": " | 
| 1781 | 
            +
                        "shape": "S20"
         | 
| 1693 1782 | 
             
                      }
         | 
| 1694 1783 | 
             
                    }
         | 
| 1695 1784 | 
             
                  },
         | 
| @@ -1756,6 +1845,36 @@ | |
| 1756 1845 | 
             
                    "members": {}
         | 
| 1757 1846 | 
             
                  }
         | 
| 1758 1847 | 
             
                },
         | 
| 1848 | 
            +
                "UpdateEc2DeepInspectionConfiguration": {
         | 
| 1849 | 
            +
                  "http": {
         | 
| 1850 | 
            +
                    "requestUri": "/ec2deepinspectionconfiguration/update",
         | 
| 1851 | 
            +
                    "responseCode": 200
         | 
| 1852 | 
            +
                  },
         | 
| 1853 | 
            +
                  "input": {
         | 
| 1854 | 
            +
                    "type": "structure",
         | 
| 1855 | 
            +
                    "members": {
         | 
| 1856 | 
            +
                      "activateDeepInspection": {
         | 
| 1857 | 
            +
                        "type": "boolean"
         | 
| 1858 | 
            +
                      },
         | 
| 1859 | 
            +
                      "packagePaths": {
         | 
| 1860 | 
            +
                        "shape": "S35"
         | 
| 1861 | 
            +
                      }
         | 
| 1862 | 
            +
                    }
         | 
| 1863 | 
            +
                  },
         | 
| 1864 | 
            +
                  "output": {
         | 
| 1865 | 
            +
                    "type": "structure",
         | 
| 1866 | 
            +
                    "members": {
         | 
| 1867 | 
            +
                      "errorMessage": {},
         | 
| 1868 | 
            +
                      "orgPackagePaths": {
         | 
| 1869 | 
            +
                        "shape": "S35"
         | 
| 1870 | 
            +
                      },
         | 
| 1871 | 
            +
                      "packagePaths": {
         | 
| 1872 | 
            +
                        "shape": "S35"
         | 
| 1873 | 
            +
                      },
         | 
| 1874 | 
            +
                      "status": {}
         | 
| 1875 | 
            +
                    }
         | 
| 1876 | 
            +
                  }
         | 
| 1877 | 
            +
                },
         | 
| 1759 1878 | 
             
                "UpdateFilter": {
         | 
| 1760 1879 | 
             
                  "http": {
         | 
| 1761 1880 | 
             
                    "requestUri": "/filters/update",
         | 
| @@ -1771,7 +1890,7 @@ | |
| 1771 1890 | 
             
                      "description": {},
         | 
| 1772 1891 | 
             
                      "filterArn": {},
         | 
| 1773 1892 | 
             
                      "filterCriteria": {
         | 
| 1774 | 
            -
                        "shape": " | 
| 1893 | 
            +
                        "shape": "S1e"
         | 
| 1775 1894 | 
             
                      },
         | 
| 1776 1895 | 
             
                      "name": {},
         | 
| 1777 1896 | 
             
                      "reason": {}
         | 
| @@ -1787,6 +1906,27 @@ | |
| 1787 1906 | 
             
                    }
         | 
| 1788 1907 | 
             
                  }
         | 
| 1789 1908 | 
             
                },
         | 
| 1909 | 
            +
                "UpdateOrgEc2DeepInspectionConfiguration": {
         | 
| 1910 | 
            +
                  "http": {
         | 
| 1911 | 
            +
                    "requestUri": "/ec2deepinspectionconfiguration/org/update",
         | 
| 1912 | 
            +
                    "responseCode": 200
         | 
| 1913 | 
            +
                  },
         | 
| 1914 | 
            +
                  "input": {
         | 
| 1915 | 
            +
                    "type": "structure",
         | 
| 1916 | 
            +
                    "required": [
         | 
| 1917 | 
            +
                      "orgPackagePaths"
         | 
| 1918 | 
            +
                    ],
         | 
| 1919 | 
            +
                    "members": {
         | 
| 1920 | 
            +
                      "orgPackagePaths": {
         | 
| 1921 | 
            +
                        "shape": "S35"
         | 
| 1922 | 
            +
                      }
         | 
| 1923 | 
            +
                    }
         | 
| 1924 | 
            +
                  },
         | 
| 1925 | 
            +
                  "output": {
         | 
| 1926 | 
            +
                    "type": "structure",
         | 
| 1927 | 
            +
                    "members": {}
         | 
| 1928 | 
            +
                  }
         | 
| 1929 | 
            +
                },
         | 
| 1790 1930 | 
             
                "UpdateOrganizationConfiguration": {
         | 
| 1791 1931 | 
             
                  "http": {
         | 
| 1792 1932 | 
             
                    "requestUri": "/organizationconfiguration/update",
         | 
| @@ -1799,7 +1939,7 @@ | |
| 1799 1939 | 
             
                    ],
         | 
| 1800 1940 | 
             
                    "members": {
         | 
| 1801 1941 | 
             
                      "autoEnable": {
         | 
| 1802 | 
            -
                        "shape": " | 
| 1942 | 
            +
                        "shape": "S2b"
         | 
| 1803 1943 | 
             
                      }
         | 
| 1804 1944 | 
             
                    }
         | 
| 1805 1945 | 
             
                  },
         | 
| @@ -1810,7 +1950,7 @@ | |
| 1810 1950 | 
             
                    ],
         | 
| 1811 1951 | 
             
                    "members": {
         | 
| 1812 1952 | 
             
                      "autoEnable": {
         | 
| 1813 | 
            -
                        "shape": " | 
| 1953 | 
            +
                        "shape": "S2b"
         | 
| 1814 1954 | 
             
                      }
         | 
| 1815 1955 | 
             
                    }
         | 
| 1816 1956 | 
             
                  }
         | 
| @@ -1866,89 +2006,117 @@ | |
| 1866 2006 | 
             
                    "lambda": {}
         | 
| 1867 2007 | 
             
                  }
         | 
| 1868 2008 | 
             
                },
         | 
| 1869 | 
            -
                " | 
| 2009 | 
            +
                "Sy": {
         | 
| 2010 | 
            +
                  "type": "list",
         | 
| 2011 | 
            +
                  "member": {
         | 
| 2012 | 
            +
                    "type": "structure",
         | 
| 2013 | 
            +
                    "required": [
         | 
| 2014 | 
            +
                      "accountId"
         | 
| 2015 | 
            +
                    ],
         | 
| 2016 | 
            +
                    "members": {
         | 
| 2017 | 
            +
                      "accountId": {},
         | 
| 2018 | 
            +
                      "errorMessage": {},
         | 
| 2019 | 
            +
                      "status": {}
         | 
| 2020 | 
            +
                    }
         | 
| 2021 | 
            +
                  }
         | 
| 2022 | 
            +
                },
         | 
| 2023 | 
            +
                "S11": {
         | 
| 2024 | 
            +
                  "type": "list",
         | 
| 2025 | 
            +
                  "member": {
         | 
| 2026 | 
            +
                    "type": "structure",
         | 
| 2027 | 
            +
                    "required": [
         | 
| 2028 | 
            +
                      "accountId"
         | 
| 2029 | 
            +
                    ],
         | 
| 2030 | 
            +
                    "members": {
         | 
| 2031 | 
            +
                      "accountId": {},
         | 
| 2032 | 
            +
                      "ec2ScanStatus": {},
         | 
| 2033 | 
            +
                      "errorMessage": {}
         | 
| 2034 | 
            +
                    }
         | 
| 2035 | 
            +
                  }
         | 
| 2036 | 
            +
                },
         | 
| 2037 | 
            +
                "S1e": {
         | 
| 1870 2038 | 
             
                  "type": "structure",
         | 
| 1871 2039 | 
             
                  "members": {
         | 
| 1872 2040 | 
             
                    "awsAccountId": {
         | 
| 1873 | 
            -
                      "shape": " | 
| 2041 | 
            +
                      "shape": "S1f"
         | 
| 1874 2042 | 
             
                    },
         | 
| 1875 2043 | 
             
                    "componentId": {
         | 
| 1876 | 
            -
                      "shape": " | 
| 2044 | 
            +
                      "shape": "S1f"
         | 
| 1877 2045 | 
             
                    },
         | 
| 1878 2046 | 
             
                    "componentType": {
         | 
| 1879 | 
            -
                      "shape": " | 
| 2047 | 
            +
                      "shape": "S1f"
         | 
| 1880 2048 | 
             
                    },
         | 
| 1881 2049 | 
             
                    "ec2InstanceImageId": {
         | 
| 1882 | 
            -
                      "shape": " | 
| 2050 | 
            +
                      "shape": "S1f"
         | 
| 1883 2051 | 
             
                    },
         | 
| 1884 2052 | 
             
                    "ec2InstanceSubnetId": {
         | 
| 1885 | 
            -
                      "shape": " | 
| 2053 | 
            +
                      "shape": "S1f"
         | 
| 1886 2054 | 
             
                    },
         | 
| 1887 2055 | 
             
                    "ec2InstanceVpcId": {
         | 
| 1888 | 
            -
                      "shape": " | 
| 2056 | 
            +
                      "shape": "S1f"
         | 
| 1889 2057 | 
             
                    },
         | 
| 1890 2058 | 
             
                    "ecrImageArchitecture": {
         | 
| 1891 | 
            -
                      "shape": " | 
| 2059 | 
            +
                      "shape": "S1f"
         | 
| 1892 2060 | 
             
                    },
         | 
| 1893 2061 | 
             
                    "ecrImageHash": {
         | 
| 1894 | 
            -
                      "shape": " | 
| 2062 | 
            +
                      "shape": "S1f"
         | 
| 1895 2063 | 
             
                    },
         | 
| 1896 2064 | 
             
                    "ecrImagePushedAt": {
         | 
| 1897 | 
            -
                      "shape": " | 
| 2065 | 
            +
                      "shape": "S1j"
         | 
| 1898 2066 | 
             
                    },
         | 
| 1899 2067 | 
             
                    "ecrImageRegistry": {
         | 
| 1900 | 
            -
                      "shape": " | 
| 2068 | 
            +
                      "shape": "S1f"
         | 
| 1901 2069 | 
             
                    },
         | 
| 1902 2070 | 
             
                    "ecrImageRepositoryName": {
         | 
| 1903 | 
            -
                      "shape": " | 
| 2071 | 
            +
                      "shape": "S1f"
         | 
| 1904 2072 | 
             
                    },
         | 
| 1905 2073 | 
             
                    "ecrImageTags": {
         | 
| 1906 | 
            -
                      "shape": " | 
| 2074 | 
            +
                      "shape": "S1f"
         | 
| 1907 2075 | 
             
                    },
         | 
| 1908 2076 | 
             
                    "exploitAvailable": {
         | 
| 1909 | 
            -
                      "shape": " | 
| 2077 | 
            +
                      "shape": "S1f"
         | 
| 1910 2078 | 
             
                    },
         | 
| 1911 2079 | 
             
                    "findingArn": {
         | 
| 1912 | 
            -
                      "shape": " | 
| 2080 | 
            +
                      "shape": "S1f"
         | 
| 1913 2081 | 
             
                    },
         | 
| 1914 2082 | 
             
                    "findingStatus": {
         | 
| 1915 | 
            -
                      "shape": " | 
| 2083 | 
            +
                      "shape": "S1f"
         | 
| 1916 2084 | 
             
                    },
         | 
| 1917 2085 | 
             
                    "findingType": {
         | 
| 1918 | 
            -
                      "shape": " | 
| 2086 | 
            +
                      "shape": "S1f"
         | 
| 1919 2087 | 
             
                    },
         | 
| 1920 2088 | 
             
                    "firstObservedAt": {
         | 
| 1921 | 
            -
                      "shape": " | 
| 2089 | 
            +
                      "shape": "S1j"
         | 
| 1922 2090 | 
             
                    },
         | 
| 1923 2091 | 
             
                    "fixAvailable": {
         | 
| 1924 | 
            -
                      "shape": " | 
| 2092 | 
            +
                      "shape": "S1f"
         | 
| 1925 2093 | 
             
                    },
         | 
| 1926 2094 | 
             
                    "inspectorScore": {
         | 
| 1927 2095 | 
             
                      "type": "list",
         | 
| 1928 2096 | 
             
                      "member": {
         | 
| 1929 | 
            -
                        "shape": " | 
| 2097 | 
            +
                        "shape": "S1m"
         | 
| 1930 2098 | 
             
                      }
         | 
| 1931 2099 | 
             
                    },
         | 
| 1932 2100 | 
             
                    "lambdaFunctionExecutionRoleArn": {
         | 
| 1933 | 
            -
                      "shape": " | 
| 2101 | 
            +
                      "shape": "S1f"
         | 
| 1934 2102 | 
             
                    },
         | 
| 1935 2103 | 
             
                    "lambdaFunctionLastModifiedAt": {
         | 
| 1936 | 
            -
                      "shape": " | 
| 2104 | 
            +
                      "shape": "S1j"
         | 
| 1937 2105 | 
             
                    },
         | 
| 1938 2106 | 
             
                    "lambdaFunctionLayers": {
         | 
| 1939 | 
            -
                      "shape": " | 
| 2107 | 
            +
                      "shape": "S1f"
         | 
| 1940 2108 | 
             
                    },
         | 
| 1941 2109 | 
             
                    "lambdaFunctionName": {
         | 
| 1942 | 
            -
                      "shape": " | 
| 2110 | 
            +
                      "shape": "S1f"
         | 
| 1943 2111 | 
             
                    },
         | 
| 1944 2112 | 
             
                    "lambdaFunctionRuntime": {
         | 
| 1945 | 
            -
                      "shape": " | 
| 2113 | 
            +
                      "shape": "S1f"
         | 
| 1946 2114 | 
             
                    },
         | 
| 1947 2115 | 
             
                    "lastObservedAt": {
         | 
| 1948 | 
            -
                      "shape": " | 
| 2116 | 
            +
                      "shape": "S1j"
         | 
| 1949 2117 | 
             
                    },
         | 
| 1950 2118 | 
             
                    "networkProtocol": {
         | 
| 1951 | 
            -
                      "shape": " | 
| 2119 | 
            +
                      "shape": "S1f"
         | 
| 1952 2120 | 
             
                    },
         | 
| 1953 2121 | 
             
                    "portRange": {
         | 
| 1954 2122 | 
             
                      "type": "list",
         | 
| @@ -1965,34 +2133,34 @@ | |
| 1965 2133 | 
             
                      }
         | 
| 1966 2134 | 
             
                    },
         | 
| 1967 2135 | 
             
                    "relatedVulnerabilities": {
         | 
| 1968 | 
            -
                      "shape": " | 
| 2136 | 
            +
                      "shape": "S1f"
         | 
| 1969 2137 | 
             
                    },
         | 
| 1970 2138 | 
             
                    "resourceId": {
         | 
| 1971 | 
            -
                      "shape": " | 
| 2139 | 
            +
                      "shape": "S1f"
         | 
| 1972 2140 | 
             
                    },
         | 
| 1973 2141 | 
             
                    "resourceTags": {
         | 
| 1974 | 
            -
                      "shape": " | 
| 2142 | 
            +
                      "shape": "S1r"
         | 
| 1975 2143 | 
             
                    },
         | 
| 1976 2144 | 
             
                    "resourceType": {
         | 
| 1977 | 
            -
                      "shape": " | 
| 2145 | 
            +
                      "shape": "S1f"
         | 
| 1978 2146 | 
             
                    },
         | 
| 1979 2147 | 
             
                    "severity": {
         | 
| 1980 | 
            -
                      "shape": " | 
| 2148 | 
            +
                      "shape": "S1f"
         | 
| 1981 2149 | 
             
                    },
         | 
| 1982 2150 | 
             
                    "title": {
         | 
| 1983 | 
            -
                      "shape": " | 
| 2151 | 
            +
                      "shape": "S1f"
         | 
| 1984 2152 | 
             
                    },
         | 
| 1985 2153 | 
             
                    "updatedAt": {
         | 
| 1986 | 
            -
                      "shape": " | 
| 2154 | 
            +
                      "shape": "S1j"
         | 
| 1987 2155 | 
             
                    },
         | 
| 1988 2156 | 
             
                    "vendorSeverity": {
         | 
| 1989 | 
            -
                      "shape": " | 
| 2157 | 
            +
                      "shape": "S1f"
         | 
| 1990 2158 | 
             
                    },
         | 
| 1991 2159 | 
             
                    "vulnerabilityId": {
         | 
| 1992 | 
            -
                      "shape": " | 
| 2160 | 
            +
                      "shape": "S1f"
         | 
| 1993 2161 | 
             
                    },
         | 
| 1994 2162 | 
             
                    "vulnerabilitySource": {
         | 
| 1995 | 
            -
                      "shape": " | 
| 2163 | 
            +
                      "shape": "S1f"
         | 
| 1996 2164 | 
             
                    },
         | 
| 1997 2165 | 
             
                    "vulnerablePackages": {
         | 
| 1998 2166 | 
             
                      "type": "list",
         | 
| @@ -2000,38 +2168,38 @@ | |
| 2000 2168 | 
             
                        "type": "structure",
         | 
| 2001 2169 | 
             
                        "members": {
         | 
| 2002 2170 | 
             
                          "architecture": {
         | 
| 2003 | 
            -
                            "shape": " | 
| 2171 | 
            +
                            "shape": "S1g"
         | 
| 2004 2172 | 
             
                          },
         | 
| 2005 2173 | 
             
                          "epoch": {
         | 
| 2006 | 
            -
                            "shape": " | 
| 2174 | 
            +
                            "shape": "S1m"
         | 
| 2007 2175 | 
             
                          },
         | 
| 2008 2176 | 
             
                          "name": {
         | 
| 2009 | 
            -
                            "shape": " | 
| 2177 | 
            +
                            "shape": "S1g"
         | 
| 2010 2178 | 
             
                          },
         | 
| 2011 2179 | 
             
                          "release": {
         | 
| 2012 | 
            -
                            "shape": " | 
| 2180 | 
            +
                            "shape": "S1g"
         | 
| 2013 2181 | 
             
                          },
         | 
| 2014 2182 | 
             
                          "sourceLambdaLayerArn": {
         | 
| 2015 | 
            -
                            "shape": " | 
| 2183 | 
            +
                            "shape": "S1g"
         | 
| 2016 2184 | 
             
                          },
         | 
| 2017 2185 | 
             
                          "sourceLayerHash": {
         | 
| 2018 | 
            -
                            "shape": " | 
| 2186 | 
            +
                            "shape": "S1g"
         | 
| 2019 2187 | 
             
                          },
         | 
| 2020 2188 | 
             
                          "version": {
         | 
| 2021 | 
            -
                            "shape": " | 
| 2189 | 
            +
                            "shape": "S1g"
         | 
| 2022 2190 | 
             
                          }
         | 
| 2023 2191 | 
             
                        }
         | 
| 2024 2192 | 
             
                      }
         | 
| 2025 2193 | 
             
                    }
         | 
| 2026 2194 | 
             
                  }
         | 
| 2027 2195 | 
             
                },
         | 
| 2028 | 
            -
                " | 
| 2196 | 
            +
                "S1f": {
         | 
| 2029 2197 | 
             
                  "type": "list",
         | 
| 2030 2198 | 
             
                  "member": {
         | 
| 2031 | 
            -
                    "shape": " | 
| 2199 | 
            +
                    "shape": "S1g"
         | 
| 2032 2200 | 
             
                  }
         | 
| 2033 2201 | 
             
                },
         | 
| 2034 | 
            -
                " | 
| 2202 | 
            +
                "S1g": {
         | 
| 2035 2203 | 
             
                  "type": "structure",
         | 
| 2036 2204 | 
             
                  "required": [
         | 
| 2037 2205 | 
             
                    "comparison",
         | 
| @@ -2042,7 +2210,7 @@ | |
| 2042 2210 | 
             
                    "value": {}
         | 
| 2043 2211 | 
             
                  }
         | 
| 2044 2212 | 
             
                },
         | 
| 2045 | 
            -
                " | 
| 2213 | 
            +
                "S1j": {
         | 
| 2046 2214 | 
             
                  "type": "list",
         | 
| 2047 2215 | 
             
                  "member": {
         | 
| 2048 2216 | 
             
                    "type": "structure",
         | 
| @@ -2056,7 +2224,7 @@ | |
| 2056 2224 | 
             
                    }
         | 
| 2057 2225 | 
             
                  }
         | 
| 2058 2226 | 
             
                },
         | 
| 2059 | 
            -
                " | 
| 2227 | 
            +
                "S1m": {
         | 
| 2060 2228 | 
             
                  "type": "structure",
         | 
| 2061 2229 | 
             
                  "members": {
         | 
| 2062 2230 | 
             
                    "lowerInclusive": {
         | 
| @@ -2067,7 +2235,7 @@ | |
| 2067 2235 | 
             
                    }
         | 
| 2068 2236 | 
             
                  }
         | 
| 2069 2237 | 
             
                },
         | 
| 2070 | 
            -
                " | 
| 2238 | 
            +
                "S1r": {
         | 
| 2071 2239 | 
             
                  "type": "list",
         | 
| 2072 2240 | 
             
                  "member": {
         | 
| 2073 2241 | 
             
                    "type": "structure",
         | 
| @@ -2082,12 +2250,12 @@ | |
| 2082 2250 | 
             
                    }
         | 
| 2083 2251 | 
             
                  }
         | 
| 2084 2252 | 
             
                },
         | 
| 2085 | 
            -
                " | 
| 2253 | 
            +
                "S20": {
         | 
| 2086 2254 | 
             
                  "type": "map",
         | 
| 2087 2255 | 
             
                  "key": {},
         | 
| 2088 2256 | 
             
                  "value": {}
         | 
| 2089 2257 | 
             
                },
         | 
| 2090 | 
            -
                " | 
| 2258 | 
            +
                "S25": {
         | 
| 2091 2259 | 
             
                  "type": "structure",
         | 
| 2092 2260 | 
             
                  "required": [
         | 
| 2093 2261 | 
             
                    "bucketName",
         | 
| @@ -2099,7 +2267,7 @@ | |
| 2099 2267 | 
             
                    "kmsKeyArn": {}
         | 
| 2100 2268 | 
             
                  }
         | 
| 2101 2269 | 
             
                },
         | 
| 2102 | 
            -
                " | 
| 2270 | 
            +
                "S2b": {
         | 
| 2103 2271 | 
             
                  "type": "structure",
         | 
| 2104 2272 | 
             
                  "required": [
         | 
| 2105 2273 | 
             
                    "ec2",
         | 
| @@ -2117,7 +2285,7 @@ | |
| 2117 2285 | 
             
                    }
         | 
| 2118 2286 | 
             
                  }
         | 
| 2119 2287 | 
             
                },
         | 
| 2120 | 
            -
                " | 
| 2288 | 
            +
                "S2g": {
         | 
| 2121 2289 | 
             
                  "type": "list",
         | 
| 2122 2290 | 
             
                  "member": {
         | 
| 2123 2291 | 
             
                    "type": "structure",
         | 
| @@ -2135,7 +2303,11 @@ | |
| 2135 2303 | 
             
                    }
         | 
| 2136 2304 | 
             
                  }
         | 
| 2137 2305 | 
             
                },
         | 
| 2138 | 
            -
                " | 
| 2306 | 
            +
                "S35": {
         | 
| 2307 | 
            +
                  "type": "list",
         | 
| 2308 | 
            +
                  "member": {}
         | 
| 2309 | 
            +
                },
         | 
| 2310 | 
            +
                "S3e": {
         | 
| 2139 2311 | 
             
                  "type": "structure",
         | 
| 2140 2312 | 
             
                  "members": {
         | 
| 2141 2313 | 
             
                    "accountId": {},
         | 
| @@ -2146,48 +2318,48 @@ | |
| 2146 2318 | 
             
                    }
         | 
| 2147 2319 | 
             
                  }
         | 
| 2148 2320 | 
             
                },
         | 
| 2149 | 
            -
                " | 
| 2321 | 
            +
                "S3o": {
         | 
| 2150 2322 | 
             
                  "type": "structure",
         | 
| 2151 2323 | 
             
                  "members": {
         | 
| 2152 2324 | 
             
                    "accountId": {
         | 
| 2153 | 
            -
                      "shape": " | 
| 2325 | 
            +
                      "shape": "S3p"
         | 
| 2154 2326 | 
             
                    },
         | 
| 2155 2327 | 
             
                    "ec2InstanceTags": {
         | 
| 2156 | 
            -
                      "shape": " | 
| 2328 | 
            +
                      "shape": "S3t"
         | 
| 2157 2329 | 
             
                    },
         | 
| 2158 2330 | 
             
                    "ecrImageTags": {
         | 
| 2159 | 
            -
                      "shape": " | 
| 2331 | 
            +
                      "shape": "S3p"
         | 
| 2160 2332 | 
             
                    },
         | 
| 2161 2333 | 
             
                    "ecrRepositoryName": {
         | 
| 2162 | 
            -
                      "shape": " | 
| 2334 | 
            +
                      "shape": "S3p"
         | 
| 2163 2335 | 
             
                    },
         | 
| 2164 2336 | 
             
                    "lambdaFunctionName": {
         | 
| 2165 | 
            -
                      "shape": " | 
| 2337 | 
            +
                      "shape": "S3p"
         | 
| 2166 2338 | 
             
                    },
         | 
| 2167 2339 | 
             
                    "lambdaFunctionRuntime": {
         | 
| 2168 | 
            -
                      "shape": " | 
| 2340 | 
            +
                      "shape": "S3p"
         | 
| 2169 2341 | 
             
                    },
         | 
| 2170 2342 | 
             
                    "lambdaFunctionTags": {
         | 
| 2171 | 
            -
                      "shape": " | 
| 2343 | 
            +
                      "shape": "S3t"
         | 
| 2172 2344 | 
             
                    },
         | 
| 2173 2345 | 
             
                    "resourceId": {
         | 
| 2174 | 
            -
                      "shape": " | 
| 2346 | 
            +
                      "shape": "S3p"
         | 
| 2175 2347 | 
             
                    },
         | 
| 2176 2348 | 
             
                    "resourceType": {
         | 
| 2177 | 
            -
                      "shape": " | 
| 2349 | 
            +
                      "shape": "S3p"
         | 
| 2178 2350 | 
             
                    },
         | 
| 2179 2351 | 
             
                    "scanStatusCode": {
         | 
| 2180 | 
            -
                      "shape": " | 
| 2352 | 
            +
                      "shape": "S3p"
         | 
| 2181 2353 | 
             
                    },
         | 
| 2182 2354 | 
             
                    "scanStatusReason": {
         | 
| 2183 | 
            -
                      "shape": " | 
| 2355 | 
            +
                      "shape": "S3p"
         | 
| 2184 2356 | 
             
                    },
         | 
| 2185 2357 | 
             
                    "scanType": {
         | 
| 2186 | 
            -
                      "shape": " | 
| 2358 | 
            +
                      "shape": "S3p"
         | 
| 2187 2359 | 
             
                    }
         | 
| 2188 2360 | 
             
                  }
         | 
| 2189 2361 | 
             
                },
         | 
| 2190 | 
            -
                " | 
| 2362 | 
            +
                "S3p": {
         | 
| 2191 2363 | 
             
                  "type": "list",
         | 
| 2192 2364 | 
             
                  "member": {
         | 
| 2193 2365 | 
             
                    "type": "structure",
         | 
| @@ -2201,7 +2373,7 @@ | |
| 2201 2373 | 
             
                    }
         | 
| 2202 2374 | 
             
                  }
         | 
| 2203 2375 | 
             
                },
         | 
| 2204 | 
            -
                " | 
| 2376 | 
            +
                "S3t": {
         | 
| 2205 2377 | 
             
                  "type": "list",
         | 
| 2206 2378 | 
             
                  "member": {
         | 
| 2207 2379 | 
             
                    "type": "structure",
         | 
| @@ -2216,7 +2388,7 @@ | |
| 2216 2388 | 
             
                    }
         | 
| 2217 2389 | 
             
                  }
         | 
| 2218 2390 | 
             
                },
         | 
| 2219 | 
            -
                " | 
| 2391 | 
            +
                "S5y": {
         | 
| 2220 2392 | 
             
                  "type": "structure",
         | 
| 2221 2393 | 
             
                  "members": {
         | 
| 2222 2394 | 
             
                    "all": {
         |