aws-sdk 2.1636.0 → 2.1638.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/README.md +1 -1
- package/apis/application-signals-2024-04-15.examples.json +5 -0
- package/apis/application-signals-2024-04-15.min.json +975 -0
- package/apis/application-signals-2024-04-15.paginators.json +34 -0
- package/apis/auditmanager-2017-07-25.min.json +57 -38
- package/apis/b2bi-2022-06-23.min.json +8 -1
- package/apis/codepipeline-2015-07-09.min.json +4 -1
- package/apis/ecs-2014-11-13.min.json +290 -256
- package/apis/imagebuilder-2019-12-02.min.json +3 -0
- package/apis/metadata.json +4 -0
- package/apis/sagemaker-2017-07-24.min.json +731 -730
- package/apis/verifiedpermissions-2021-12-01.min.json +321 -84
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/applicationsignals.d.ts +955 -0
- package/clients/applicationsignals.js +18 -0
- package/clients/auditmanager.d.ts +45 -33
- package/clients/b2bi.d.ts +1 -1
- package/clients/codepipeline.d.ts +4 -4
- package/clients/ecs.d.ts +47 -5
- package/clients/sagemaker.d.ts +9 -4
- package/clients/verifiedpermissions.d.ts +260 -8
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +48 -11
- package/dist/aws-sdk.js +301 -260
- package/dist/aws-sdk.min.js +65 -65
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/dist/aws-sdk.js
    CHANGED
    
    | @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            // AWS SDK for JavaScript v2. | 
| 1 | 
            +
            // AWS SDK for JavaScript v2.1638.0
         | 
| 2 2 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 3 3 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 4 4 | 
             
            (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
         | 
| @@ -50912,7 +50912,10 @@ module.exports={ | |
| 50912 50912 | 
             
                "serviceId": "CodePipeline",
         | 
| 50913 50913 | 
             
                "signatureVersion": "v4",
         | 
| 50914 50914 | 
             
                "targetPrefix": "CodePipeline_20150709",
         | 
| 50915 | 
            -
                "uid": "codepipeline-2015-07-09"
         | 
| 50915 | 
            +
                "uid": "codepipeline-2015-07-09",
         | 
| 50916 | 
            +
                "auth": [
         | 
| 50917 | 
            +
                  "aws.auth#sigv4"
         | 
| 50918 | 
            +
                ]
         | 
| 50916 50919 | 
             
              },
         | 
| 50917 50920 | 
             
              "operations": {
         | 
| 50918 50921 | 
             
                "AcknowledgeJob": {
         | 
| @@ -127680,12 +127683,18 @@ module.exports={ | |
| 127680 127683 | 
             
                "endpointPrefix": "ecs",
         | 
| 127681 127684 | 
             
                "jsonVersion": "1.1",
         | 
| 127682 127685 | 
             
                "protocol": "json",
         | 
| 127686 | 
            +
                "protocols": [
         | 
| 127687 | 
            +
                  "json"
         | 
| 127688 | 
            +
                ],
         | 
| 127683 127689 | 
             
                "serviceAbbreviation": "Amazon ECS",
         | 
| 127684 127690 | 
             
                "serviceFullName": "Amazon EC2 Container Service",
         | 
| 127685 127691 | 
             
                "serviceId": "ECS",
         | 
| 127686 127692 | 
             
                "signatureVersion": "v4",
         | 
| 127687 127693 | 
             
                "targetPrefix": "AmazonEC2ContainerServiceV20141113",
         | 
| 127688 | 
            -
                "uid": "ecs-2014-11-13"
         | 
| 127694 | 
            +
                "uid": "ecs-2014-11-13",
         | 
| 127695 | 
            +
                "auth": [
         | 
| 127696 | 
            +
                  "aws.auth#sigv4"
         | 
| 127697 | 
            +
                ]
         | 
| 127689 127698 | 
             
              },
         | 
| 127690 127699 | 
             
              "operations": {
         | 
| 127691 127700 | 
             
                "CreateCapacityProvider": {
         | 
| @@ -127729,13 +127738,13 @@ module.exports={ | |
| 127729 127738 | 
             
                        "shape": "Sn"
         | 
| 127730 127739 | 
             
                      },
         | 
| 127731 127740 | 
             
                      "capacityProviders": {
         | 
| 127732 | 
            -
                        "shape": " | 
| 127741 | 
            +
                        "shape": "St"
         | 
| 127733 127742 | 
             
                      },
         | 
| 127734 127743 | 
             
                      "defaultCapacityProviderStrategy": {
         | 
| 127735 | 
            -
                        "shape": " | 
| 127744 | 
            +
                        "shape": "Su"
         | 
| 127736 127745 | 
             
                      },
         | 
| 127737 127746 | 
             
                      "serviceConnectDefaults": {
         | 
| 127738 | 
            -
                        "shape": " | 
| 127747 | 
            +
                        "shape": "Sy"
         | 
| 127739 127748 | 
             
                      }
         | 
| 127740 127749 | 
             
                    }
         | 
| 127741 127750 | 
             
                  },
         | 
| @@ -127743,7 +127752,7 @@ module.exports={ | |
| 127743 127752 | 
             
                    "type": "structure",
         | 
| 127744 127753 | 
             
                    "members": {
         | 
| 127745 127754 | 
             
                      "cluster": {
         | 
| 127746 | 
            -
                        "shape": " | 
| 127755 | 
            +
                        "shape": "S10"
         | 
| 127747 127756 | 
             
                      }
         | 
| 127748 127757 | 
             
                    }
         | 
| 127749 127758 | 
             
                  }
         | 
| @@ -127759,10 +127768,10 @@ module.exports={ | |
| 127759 127768 | 
             
                      "serviceName": {},
         | 
| 127760 127769 | 
             
                      "taskDefinition": {},
         | 
| 127761 127770 | 
             
                      "loadBalancers": {
         | 
| 127762 | 
            -
                        "shape": " | 
| 127771 | 
            +
                        "shape": "S19"
         | 
| 127763 127772 | 
             
                      },
         | 
| 127764 127773 | 
             
                      "serviceRegistries": {
         | 
| 127765 | 
            -
                        "shape": " | 
| 127774 | 
            +
                        "shape": "S1c"
         | 
| 127766 127775 | 
             
                      },
         | 
| 127767 127776 | 
             
                      "desiredCount": {
         | 
| 127768 127777 | 
             
                        "type": "integer"
         | 
| @@ -127770,28 +127779,28 @@ module.exports={ | |
| 127770 127779 | 
             
                      "clientToken": {},
         | 
| 127771 127780 | 
             
                      "launchType": {},
         | 
| 127772 127781 | 
             
                      "capacityProviderStrategy": {
         | 
| 127773 | 
            -
                        "shape": " | 
| 127782 | 
            +
                        "shape": "Su"
         | 
| 127774 127783 | 
             
                      },
         | 
| 127775 127784 | 
             
                      "platformVersion": {},
         | 
| 127776 127785 | 
             
                      "role": {},
         | 
| 127777 127786 | 
             
                      "deploymentConfiguration": {
         | 
| 127778 | 
            -
                        "shape": " | 
| 127787 | 
            +
                        "shape": "S1f"
         | 
| 127779 127788 | 
             
                      },
         | 
| 127780 127789 | 
             
                      "placementConstraints": {
         | 
| 127781 | 
            -
                        "shape": " | 
| 127790 | 
            +
                        "shape": "S1i"
         | 
| 127782 127791 | 
             
                      },
         | 
| 127783 127792 | 
             
                      "placementStrategy": {
         | 
| 127784 | 
            -
                        "shape": " | 
| 127793 | 
            +
                        "shape": "S1l"
         | 
| 127785 127794 | 
             
                      },
         | 
| 127786 127795 | 
             
                      "networkConfiguration": {
         | 
| 127787 | 
            -
                        "shape": " | 
| 127796 | 
            +
                        "shape": "S1o"
         | 
| 127788 127797 | 
             
                      },
         | 
| 127789 127798 | 
             
                      "healthCheckGracePeriodSeconds": {
         | 
| 127790 127799 | 
             
                        "type": "integer"
         | 
| 127791 127800 | 
             
                      },
         | 
| 127792 127801 | 
             
                      "schedulingStrategy": {},
         | 
| 127793 127802 | 
             
                      "deploymentController": {
         | 
| 127794 | 
            -
                        "shape": " | 
| 127803 | 
            +
                        "shape": "S1s"
         | 
| 127795 127804 | 
             
                      },
         | 
| 127796 127805 | 
             
                      "tags": {
         | 
| 127797 127806 | 
             
                        "shape": "Sb"
         | 
| @@ -127804,10 +127813,10 @@ module.exports={ | |
| 127804 127813 | 
             
                        "type": "boolean"
         | 
| 127805 127814 | 
             
                      },
         | 
| 127806 127815 | 
             
                      "serviceConnectConfiguration": {
         | 
| 127807 | 
            -
                        "shape": " | 
| 127816 | 
            +
                        "shape": "S1v"
         | 
| 127808 127817 | 
             
                      },
         | 
| 127809 127818 | 
             
                      "volumeConfigurations": {
         | 
| 127810 | 
            -
                        "shape": " | 
| 127819 | 
            +
                        "shape": "S2a"
         | 
| 127811 127820 | 
             
                      }
         | 
| 127812 127821 | 
             
                    }
         | 
| 127813 127822 | 
             
                  },
         | 
| @@ -127815,7 +127824,7 @@ module.exports={ | |
| 127815 127824 | 
             
                    "type": "structure",
         | 
| 127816 127825 | 
             
                    "members": {
         | 
| 127817 127826 | 
             
                      "service": {
         | 
| 127818 | 
            -
                        "shape": " | 
| 127827 | 
            +
                        "shape": "S2o"
         | 
| 127819 127828 | 
             
                      }
         | 
| 127820 127829 | 
             
                    }
         | 
| 127821 127830 | 
             
                  }
         | 
| @@ -127834,21 +127843,21 @@ module.exports={ | |
| 127834 127843 | 
             
                      "externalId": {},
         | 
| 127835 127844 | 
             
                      "taskDefinition": {},
         | 
| 127836 127845 | 
             
                      "networkConfiguration": {
         | 
| 127837 | 
            -
                        "shape": " | 
| 127846 | 
            +
                        "shape": "S1o"
         | 
| 127838 127847 | 
             
                      },
         | 
| 127839 127848 | 
             
                      "loadBalancers": {
         | 
| 127840 | 
            -
                        "shape": " | 
| 127849 | 
            +
                        "shape": "S19"
         | 
| 127841 127850 | 
             
                      },
         | 
| 127842 127851 | 
             
                      "serviceRegistries": {
         | 
| 127843 | 
            -
                        "shape": " | 
| 127852 | 
            +
                        "shape": "S1c"
         | 
| 127844 127853 | 
             
                      },
         | 
| 127845 127854 | 
             
                      "launchType": {},
         | 
| 127846 127855 | 
             
                      "capacityProviderStrategy": {
         | 
| 127847 | 
            -
                        "shape": " | 
| 127856 | 
            +
                        "shape": "Su"
         | 
| 127848 127857 | 
             
                      },
         | 
| 127849 127858 | 
             
                      "platformVersion": {},
         | 
| 127850 127859 | 
             
                      "scale": {
         | 
| 127851 | 
            -
                        "shape": " | 
| 127860 | 
            +
                        "shape": "S2s"
         | 
| 127852 127861 | 
             
                      },
         | 
| 127853 127862 | 
             
                      "clientToken": {},
         | 
| 127854 127863 | 
             
                      "tags": {
         | 
| @@ -127860,7 +127869,7 @@ module.exports={ | |
| 127860 127869 | 
             
                    "type": "structure",
         | 
| 127861 127870 | 
             
                    "members": {
         | 
| 127862 127871 | 
             
                      "taskSet": {
         | 
| 127863 | 
            -
                        "shape": " | 
| 127872 | 
            +
                        "shape": "S2q"
         | 
| 127864 127873 | 
             
                      }
         | 
| 127865 127874 | 
             
                    }
         | 
| 127866 127875 | 
             
                  }
         | 
| @@ -127880,7 +127889,7 @@ module.exports={ | |
| 127880 127889 | 
             
                    "type": "structure",
         | 
| 127881 127890 | 
             
                    "members": {
         | 
| 127882 127891 | 
             
                      "setting": {
         | 
| 127883 | 
            -
                        "shape": " | 
| 127892 | 
            +
                        "shape": "S39"
         | 
| 127884 127893 | 
             
                      }
         | 
| 127885 127894 | 
             
                    }
         | 
| 127886 127895 | 
             
                  }
         | 
| @@ -127894,7 +127903,7 @@ module.exports={ | |
| 127894 127903 | 
             
                    "members": {
         | 
| 127895 127904 | 
             
                      "cluster": {},
         | 
| 127896 127905 | 
             
                      "attributes": {
         | 
| 127897 | 
            -
                        "shape": " | 
| 127906 | 
            +
                        "shape": "S3c"
         | 
| 127898 127907 | 
             
                      }
         | 
| 127899 127908 | 
             
                    }
         | 
| 127900 127909 | 
             
                  },
         | 
| @@ -127902,7 +127911,7 @@ module.exports={ | |
| 127902 127911 | 
             
                    "type": "structure",
         | 
| 127903 127912 | 
             
                    "members": {
         | 
| 127904 127913 | 
             
                      "attributes": {
         | 
| 127905 | 
            -
                        "shape": " | 
| 127914 | 
            +
                        "shape": "S3c"
         | 
| 127906 127915 | 
             
                      }
         | 
| 127907 127916 | 
             
                    }
         | 
| 127908 127917 | 
             
                  }
         | 
| @@ -127940,7 +127949,7 @@ module.exports={ | |
| 127940 127949 | 
             
                    "type": "structure",
         | 
| 127941 127950 | 
             
                    "members": {
         | 
| 127942 127951 | 
             
                      "cluster": {
         | 
| 127943 | 
            -
                        "shape": " | 
| 127952 | 
            +
                        "shape": "S10"
         | 
| 127944 127953 | 
             
                      }
         | 
| 127945 127954 | 
             
                    }
         | 
| 127946 127955 | 
             
                  }
         | 
| @@ -127963,7 +127972,7 @@ module.exports={ | |
| 127963 127972 | 
             
                    "type": "structure",
         | 
| 127964 127973 | 
             
                    "members": {
         | 
| 127965 127974 | 
             
                      "service": {
         | 
| 127966 | 
            -
                        "shape": " | 
| 127975 | 
            +
                        "shape": "S2o"
         | 
| 127967 127976 | 
             
                      }
         | 
| 127968 127977 | 
             
                    }
         | 
| 127969 127978 | 
             
                  }
         | 
| @@ -127976,7 +127985,7 @@ module.exports={ | |
| 127976 127985 | 
             
                    ],
         | 
| 127977 127986 | 
             
                    "members": {
         | 
| 127978 127987 | 
             
                      "taskDefinitions": {
         | 
| 127979 | 
            -
                        "shape": " | 
| 127988 | 
            +
                        "shape": "St"
         | 
| 127980 127989 | 
             
                      }
         | 
| 127981 127990 | 
             
                    }
         | 
| 127982 127991 | 
             
                  },
         | 
| @@ -127986,11 +127995,11 @@ module.exports={ | |
| 127986 127995 | 
             
                      "taskDefinitions": {
         | 
| 127987 127996 | 
             
                        "type": "list",
         | 
| 127988 127997 | 
             
                        "member": {
         | 
| 127989 | 
            -
                          "shape": " | 
| 127998 | 
            +
                          "shape": "S3p"
         | 
| 127990 127999 | 
             
                        }
         | 
| 127991 128000 | 
             
                      },
         | 
| 127992 128001 | 
             
                      "failures": {
         | 
| 127993 | 
            -
                        "shape": " | 
| 128002 | 
            +
                        "shape": "S5q"
         | 
| 127994 128003 | 
             
                      }
         | 
| 127995 128004 | 
             
                    }
         | 
| 127996 128005 | 
             
                  }
         | 
| @@ -128016,7 +128025,7 @@ module.exports={ | |
| 128016 128025 | 
             
                    "type": "structure",
         | 
| 128017 128026 | 
             
                    "members": {
         | 
| 128018 128027 | 
             
                      "taskSet": {
         | 
| 128019 | 
            -
                        "shape": " | 
| 128028 | 
            +
                        "shape": "S2q"
         | 
| 128020 128029 | 
             
                      }
         | 
| 128021 128030 | 
             
                    }
         | 
| 128022 128031 | 
             
                  }
         | 
| @@ -128039,7 +128048,7 @@ module.exports={ | |
| 128039 128048 | 
             
                    "type": "structure",
         | 
| 128040 128049 | 
             
                    "members": {
         | 
| 128041 128050 | 
             
                      "containerInstance": {
         | 
| 128042 | 
            -
                        "shape": " | 
| 128051 | 
            +
                        "shape": "S5w"
         | 
| 128043 128052 | 
             
                      }
         | 
| 128044 128053 | 
             
                    }
         | 
| 128045 128054 | 
             
                  }
         | 
| @@ -128058,7 +128067,7 @@ module.exports={ | |
| 128058 128067 | 
             
                    "type": "structure",
         | 
| 128059 128068 | 
             
                    "members": {
         | 
| 128060 128069 | 
             
                      "taskDefinition": {
         | 
| 128061 | 
            -
                        "shape": " | 
| 128070 | 
            +
                        "shape": "S3p"
         | 
| 128062 128071 | 
             
                      }
         | 
| 128063 128072 | 
             
                    }
         | 
| 128064 128073 | 
             
                  }
         | 
| @@ -128068,7 +128077,7 @@ module.exports={ | |
| 128068 128077 | 
             
                    "type": "structure",
         | 
| 128069 128078 | 
             
                    "members": {
         | 
| 128070 128079 | 
             
                      "capacityProviders": {
         | 
| 128071 | 
            -
                        "shape": " | 
| 128080 | 
            +
                        "shape": "St"
         | 
| 128072 128081 | 
             
                      },
         | 
| 128073 128082 | 
             
                      "include": {
         | 
| 128074 128083 | 
             
                        "type": "list",
         | 
| @@ -128090,7 +128099,7 @@ module.exports={ | |
| 128090 128099 | 
             
                        }
         | 
| 128091 128100 | 
             
                      },
         | 
| 128092 128101 | 
             
                      "failures": {
         | 
| 128093 | 
            -
                        "shape": " | 
| 128102 | 
            +
                        "shape": "S5q"
         | 
| 128094 128103 | 
             
                      },
         | 
| 128095 128104 | 
             
                      "nextToken": {}
         | 
| 128096 128105 | 
             
                    }
         | 
| @@ -128101,7 +128110,7 @@ module.exports={ | |
| 128101 128110 | 
             
                    "type": "structure",
         | 
| 128102 128111 | 
             
                    "members": {
         | 
| 128103 128112 | 
             
                      "clusters": {
         | 
| 128104 | 
            -
                        "shape": " | 
| 128113 | 
            +
                        "shape": "St"
         | 
| 128105 128114 | 
             
                      },
         | 
| 128106 128115 | 
             
                      "include": {
         | 
| 128107 128116 | 
             
                        "type": "list",
         | 
| @@ -128115,11 +128124,11 @@ module.exports={ | |
| 128115 128124 | 
             
                      "clusters": {
         | 
| 128116 128125 | 
             
                        "type": "list",
         | 
| 128117 128126 | 
             
                        "member": {
         | 
| 128118 | 
            -
                          "shape": " | 
| 128127 | 
            +
                          "shape": "S10"
         | 
| 128119 128128 | 
             
                        }
         | 
| 128120 128129 | 
             
                      },
         | 
| 128121 128130 | 
             
                      "failures": {
         | 
| 128122 | 
            -
                        "shape": " | 
| 128131 | 
            +
                        "shape": "S5q"
         | 
| 128123 128132 | 
             
                      }
         | 
| 128124 128133 | 
             
                    }
         | 
| 128125 128134 | 
             
                  }
         | 
| @@ -128133,7 +128142,7 @@ module.exports={ | |
| 128133 128142 | 
             
                    "members": {
         | 
| 128134 128143 | 
             
                      "cluster": {},
         | 
| 128135 128144 | 
             
                      "containerInstances": {
         | 
| 128136 | 
            -
                        "shape": " | 
| 128145 | 
            +
                        "shape": "St"
         | 
| 128137 128146 | 
             
                      },
         | 
| 128138 128147 | 
             
                      "include": {
         | 
| 128139 128148 | 
             
                        "type": "list",
         | 
| @@ -128145,10 +128154,10 @@ module.exports={ | |
| 128145 128154 | 
             
                    "type": "structure",
         | 
| 128146 128155 | 
             
                    "members": {
         | 
| 128147 128156 | 
             
                      "containerInstances": {
         | 
| 128148 | 
            -
                        "shape": " | 
| 128157 | 
            +
                        "shape": "S6n"
         | 
| 128149 128158 | 
             
                      },
         | 
| 128150 128159 | 
             
                      "failures": {
         | 
| 128151 | 
            -
                        "shape": " | 
| 128160 | 
            +
                        "shape": "S5q"
         | 
| 128152 128161 | 
             
                      }
         | 
| 128153 128162 | 
             
                    }
         | 
| 128154 128163 | 
             
                  }
         | 
| @@ -128162,7 +128171,7 @@ module.exports={ | |
| 128162 128171 | 
             
                    "members": {
         | 
| 128163 128172 | 
             
                      "cluster": {},
         | 
| 128164 128173 | 
             
                      "services": {
         | 
| 128165 | 
            -
                        "shape": " | 
| 128174 | 
            +
                        "shape": "St"
         | 
| 128166 128175 | 
             
                      },
         | 
| 128167 128176 | 
             
                      "include": {
         | 
| 128168 128177 | 
             
                        "type": "list",
         | 
| @@ -128176,11 +128185,11 @@ module.exports={ | |
| 128176 128185 | 
             
                      "services": {
         | 
| 128177 128186 | 
             
                        "type": "list",
         | 
| 128178 128187 | 
             
                        "member": {
         | 
| 128179 | 
            -
                          "shape": " | 
| 128188 | 
            +
                          "shape": "S2o"
         | 
| 128180 128189 | 
             
                        }
         | 
| 128181 128190 | 
             
                      },
         | 
| 128182 128191 | 
             
                      "failures": {
         | 
| 128183 | 
            -
                        "shape": " | 
| 128192 | 
            +
                        "shape": "S5q"
         | 
| 128184 128193 | 
             
                      }
         | 
| 128185 128194 | 
             
                    }
         | 
| 128186 128195 | 
             
                  }
         | 
| @@ -128203,7 +128212,7 @@ module.exports={ | |
| 128203 128212 | 
             
                    "type": "structure",
         | 
| 128204 128213 | 
             
                    "members": {
         | 
| 128205 128214 | 
             
                      "taskDefinition": {
         | 
| 128206 | 
            -
                        "shape": " | 
| 128215 | 
            +
                        "shape": "S3p"
         | 
| 128207 128216 | 
             
                      },
         | 
| 128208 128217 | 
             
                      "tags": {
         | 
| 128209 128218 | 
             
                        "shape": "Sb"
         | 
| @@ -128222,7 +128231,7 @@ module.exports={ | |
| 128222 128231 | 
             
                      "cluster": {},
         | 
| 128223 128232 | 
             
                      "service": {},
         | 
| 128224 128233 | 
             
                      "taskSets": {
         | 
| 128225 | 
            -
                        "shape": " | 
| 128234 | 
            +
                        "shape": "St"
         | 
| 128226 128235 | 
             
                      },
         | 
| 128227 128236 | 
             
                      "include": {
         | 
| 128228 128237 | 
             
                        "type": "list",
         | 
| @@ -128234,10 +128243,10 @@ module.exports={ | |
| 128234 128243 | 
             
                    "type": "structure",
         | 
| 128235 128244 | 
             
                    "members": {
         | 
| 128236 128245 | 
             
                      "taskSets": {
         | 
| 128237 | 
            -
                        "shape": " | 
| 128246 | 
            +
                        "shape": "S2p"
         | 
| 128238 128247 | 
             
                      },
         | 
| 128239 128248 | 
             
                      "failures": {
         | 
| 128240 | 
            -
                        "shape": " | 
| 128249 | 
            +
                        "shape": "S5q"
         | 
| 128241 128250 | 
             
                      }
         | 
| 128242 128251 | 
             
                    }
         | 
| 128243 128252 | 
             
                  }
         | 
| @@ -128251,7 +128260,7 @@ module.exports={ | |
| 128251 128260 | 
             
                    "members": {
         | 
| 128252 128261 | 
             
                      "cluster": {},
         | 
| 128253 128262 | 
             
                      "tasks": {
         | 
| 128254 | 
            -
                        "shape": " | 
| 128263 | 
            +
                        "shape": "St"
         | 
| 128255 128264 | 
             
                      },
         | 
| 128256 128265 | 
             
                      "include": {
         | 
| 128257 128266 | 
             
                        "type": "list",
         | 
| @@ -128263,10 +128272,10 @@ module.exports={ | |
| 128263 128272 | 
             
                    "type": "structure",
         | 
| 128264 128273 | 
             
                    "members": {
         | 
| 128265 128274 | 
             
                      "tasks": {
         | 
| 128266 | 
            -
                        "shape": " | 
| 128275 | 
            +
                        "shape": "S75"
         | 
| 128267 128276 | 
             
                      },
         | 
| 128268 128277 | 
             
                      "failures": {
         | 
| 128269 | 
            -
                        "shape": " | 
| 128278 | 
            +
                        "shape": "S5q"
         | 
| 128270 128279 | 
             
                      }
         | 
| 128271 128280 | 
             
                    }
         | 
| 128272 128281 | 
             
                  }
         | 
| @@ -128339,7 +128348,7 @@ module.exports={ | |
| 128339 128348 | 
             
                    "members": {
         | 
| 128340 128349 | 
             
                      "cluster": {},
         | 
| 128341 128350 | 
             
                      "tasks": {
         | 
| 128342 | 
            -
                        "shape": " | 
| 128351 | 
            +
                        "shape": "St"
         | 
| 128343 128352 | 
             
                      }
         | 
| 128344 128353 | 
             
                    }
         | 
| 128345 128354 | 
             
                  },
         | 
| @@ -128347,10 +128356,10 @@ module.exports={ | |
| 128347 128356 | 
             
                    "type": "structure",
         | 
| 128348 128357 | 
             
                    "members": {
         | 
| 128349 128358 | 
             
                      "protectedTasks": {
         | 
| 128350 | 
            -
                        "shape": " | 
| 128359 | 
            +
                        "shape": "S7y"
         | 
| 128351 128360 | 
             
                      },
         | 
| 128352 128361 | 
             
                      "failures": {
         | 
| 128353 | 
            -
                        "shape": " | 
| 128362 | 
            +
                        "shape": "S5q"
         | 
| 128354 128363 | 
             
                      }
         | 
| 128355 128364 | 
             
                    }
         | 
| 128356 128365 | 
             
                  }
         | 
| @@ -128377,7 +128386,7 @@ module.exports={ | |
| 128377 128386 | 
             
                      "settings": {
         | 
| 128378 128387 | 
             
                        "type": "list",
         | 
| 128379 128388 | 
             
                        "member": {
         | 
| 128380 | 
            -
                          "shape": " | 
| 128389 | 
            +
                          "shape": "S39"
         | 
| 128381 128390 | 
             
                        }
         | 
| 128382 128391 | 
             
                      },
         | 
| 128383 128392 | 
             
                      "nextToken": {}
         | 
| @@ -128405,7 +128414,7 @@ module.exports={ | |
| 128405 128414 | 
             
                    "type": "structure",
         | 
| 128406 128415 | 
             
                    "members": {
         | 
| 128407 128416 | 
             
                      "attributes": {
         | 
| 128408 | 
            -
                        "shape": " | 
| 128417 | 
            +
                        "shape": "S3c"
         | 
| 128409 128418 | 
             
                      },
         | 
| 128410 128419 | 
             
                      "nextToken": {}
         | 
| 128411 128420 | 
             
                    }
         | 
| @@ -128425,7 +128434,7 @@ module.exports={ | |
| 128425 128434 | 
             
                    "type": "structure",
         | 
| 128426 128435 | 
             
                    "members": {
         | 
| 128427 128436 | 
             
                      "clusterArns": {
         | 
| 128428 | 
            -
                        "shape": " | 
| 128437 | 
            +
                        "shape": "St"
         | 
| 128429 128438 | 
             
                      },
         | 
| 128430 128439 | 
             
                      "nextToken": {}
         | 
| 128431 128440 | 
             
                    }
         | 
| @@ -128448,7 +128457,7 @@ module.exports={ | |
| 128448 128457 | 
             
                    "type": "structure",
         | 
| 128449 128458 | 
             
                    "members": {
         | 
| 128450 128459 | 
             
                      "containerInstanceArns": {
         | 
| 128451 | 
            -
                        "shape": " | 
| 128460 | 
            +
                        "shape": "St"
         | 
| 128452 128461 | 
             
                      },
         | 
| 128453 128462 | 
             
                      "nextToken": {}
         | 
| 128454 128463 | 
             
                    }
         | 
| @@ -128471,7 +128480,7 @@ module.exports={ | |
| 128471 128480 | 
             
                    "type": "structure",
         | 
| 128472 128481 | 
             
                    "members": {
         | 
| 128473 128482 | 
             
                      "serviceArns": {
         | 
| 128474 | 
            -
                        "shape": " | 
| 128483 | 
            +
                        "shape": "St"
         | 
| 128475 128484 | 
             
                      },
         | 
| 128476 128485 | 
             
                      "nextToken": {}
         | 
| 128477 128486 | 
             
                    }
         | 
| @@ -128495,7 +128504,7 @@ module.exports={ | |
| 128495 128504 | 
             
                    "type": "structure",
         | 
| 128496 128505 | 
             
                    "members": {
         | 
| 128497 128506 | 
             
                      "serviceArns": {
         | 
| 128498 | 
            -
                        "shape": " | 
| 128507 | 
            +
                        "shape": "St"
         | 
| 128499 128508 | 
             
                      },
         | 
| 128500 128509 | 
             
                      "nextToken": {}
         | 
| 128501 128510 | 
             
                    }
         | 
| @@ -128536,7 +128545,7 @@ module.exports={ | |
| 128536 128545 | 
             
                    "type": "structure",
         | 
| 128537 128546 | 
             
                    "members": {
         | 
| 128538 128547 | 
             
                      "families": {
         | 
| 128539 | 
            -
                        "shape": " | 
| 128548 | 
            +
                        "shape": "St"
         | 
| 128540 128549 | 
             
                      },
         | 
| 128541 128550 | 
             
                      "nextToken": {}
         | 
| 128542 128551 | 
             
                    }
         | 
| @@ -128559,7 +128568,7 @@ module.exports={ | |
| 128559 128568 | 
             
                    "type": "structure",
         | 
| 128560 128569 | 
             
                    "members": {
         | 
| 128561 128570 | 
             
                      "taskDefinitionArns": {
         | 
| 128562 | 
            -
                        "shape": " | 
| 128571 | 
            +
                        "shape": "St"
         | 
| 128563 128572 | 
             
                      },
         | 
| 128564 128573 | 
             
                      "nextToken": {}
         | 
| 128565 128574 | 
             
                    }
         | 
| @@ -128586,7 +128595,7 @@ module.exports={ | |
| 128586 128595 | 
             
                    "type": "structure",
         | 
| 128587 128596 | 
             
                    "members": {
         | 
| 128588 128597 | 
             
                      "taskArns": {
         | 
| 128589 | 
            -
                        "shape": " | 
| 128598 | 
            +
                        "shape": "St"
         | 
| 128590 128599 | 
             
                      },
         | 
| 128591 128600 | 
             
                      "nextToken": {}
         | 
| 128592 128601 | 
             
                    }
         | 
| @@ -128609,7 +128618,7 @@ module.exports={ | |
| 128609 128618 | 
             
                    "type": "structure",
         | 
| 128610 128619 | 
             
                    "members": {
         | 
| 128611 128620 | 
             
                      "setting": {
         | 
| 128612 | 
            -
                        "shape": " | 
| 128621 | 
            +
                        "shape": "S39"
         | 
| 128613 128622 | 
             
                      }
         | 
| 128614 128623 | 
             
                    }
         | 
| 128615 128624 | 
             
                  }
         | 
| @@ -128630,7 +128639,7 @@ module.exports={ | |
| 128630 128639 | 
             
                    "type": "structure",
         | 
| 128631 128640 | 
             
                    "members": {
         | 
| 128632 128641 | 
             
                      "setting": {
         | 
| 128633 | 
            -
                        "shape": " | 
| 128642 | 
            +
                        "shape": "S39"
         | 
| 128634 128643 | 
             
                      }
         | 
| 128635 128644 | 
             
                    }
         | 
| 128636 128645 | 
             
                  }
         | 
| @@ -128644,7 +128653,7 @@ module.exports={ | |
| 128644 128653 | 
             
                    "members": {
         | 
| 128645 128654 | 
             
                      "cluster": {},
         | 
| 128646 128655 | 
             
                      "attributes": {
         | 
| 128647 | 
            -
                        "shape": " | 
| 128656 | 
            +
                        "shape": "S3c"
         | 
| 128648 128657 | 
             
                      }
         | 
| 128649 128658 | 
             
                    }
         | 
| 128650 128659 | 
             
                  },
         | 
| @@ -128652,7 +128661,7 @@ module.exports={ | |
| 128652 128661 | 
             
                    "type": "structure",
         | 
| 128653 128662 | 
             
                    "members": {
         | 
| 128654 128663 | 
             
                      "attributes": {
         | 
| 128655 | 
            -
                        "shape": " | 
| 128664 | 
            +
                        "shape": "S3c"
         | 
| 128656 128665 | 
             
                      }
         | 
| 128657 128666 | 
             
                    }
         | 
| 128658 128667 | 
             
                  }
         | 
| @@ -128668,10 +128677,10 @@ module.exports={ | |
| 128668 128677 | 
             
                    "members": {
         | 
| 128669 128678 | 
             
                      "cluster": {},
         | 
| 128670 128679 | 
             
                      "capacityProviders": {
         | 
| 128671 | 
            -
                        "shape": " | 
| 128680 | 
            +
                        "shape": "St"
         | 
| 128672 128681 | 
             
                      },
         | 
| 128673 128682 | 
             
                      "defaultCapacityProviderStrategy": {
         | 
| 128674 | 
            -
                        "shape": " | 
| 128683 | 
            +
                        "shape": "Su"
         | 
| 128675 128684 | 
             
                      }
         | 
| 128676 128685 | 
             
                    }
         | 
| 128677 128686 | 
             
                  },
         | 
| @@ -128679,7 +128688,7 @@ module.exports={ | |
| 128679 128688 | 
             
                    "type": "structure",
         | 
| 128680 128689 | 
             
                    "members": {
         | 
| 128681 128690 | 
             
                      "cluster": {
         | 
| 128682 | 
            -
                        "shape": " | 
| 128691 | 
            +
                        "shape": "S10"
         | 
| 128683 128692 | 
             
                      }
         | 
| 128684 128693 | 
             
                    }
         | 
| 128685 128694 | 
             
                  }
         | 
| @@ -128692,14 +128701,14 @@ module.exports={ | |
| 128692 128701 | 
             
                      "instanceIdentityDocument": {},
         | 
| 128693 128702 | 
             
                      "instanceIdentityDocumentSignature": {},
         | 
| 128694 128703 | 
             
                      "totalResources": {
         | 
| 128695 | 
            -
                        "shape": " | 
| 128704 | 
            +
                        "shape": "S5z"
         | 
| 128696 128705 | 
             
                      },
         | 
| 128697 128706 | 
             
                      "versionInfo": {
         | 
| 128698 | 
            -
                        "shape": " | 
| 128707 | 
            +
                        "shape": "S5y"
         | 
| 128699 128708 | 
             
                      },
         | 
| 128700 128709 | 
             
                      "containerInstanceArn": {},
         | 
| 128701 128710 | 
             
                      "attributes": {
         | 
| 128702 | 
            -
                        "shape": " | 
| 128711 | 
            +
                        "shape": "S3c"
         | 
| 128703 128712 | 
             
                      },
         | 
| 128704 128713 | 
             
                      "platformDevices": {
         | 
| 128705 128714 | 
             
                        "type": "list",
         | 
| @@ -128724,7 +128733,7 @@ module.exports={ | |
| 128724 128733 | 
             
                    "type": "structure",
         | 
| 128725 128734 | 
             
                    "members": {
         | 
| 128726 128735 | 
             
                      "containerInstance": {
         | 
| 128727 | 
            -
                        "shape": " | 
| 128736 | 
            +
                        "shape": "S5w"
         | 
| 128728 128737 | 
             
                      }
         | 
| 128729 128738 | 
             
                    }
         | 
| 128730 128739 | 
             
                  }
         | 
| @@ -128742,16 +128751,16 @@ module.exports={ | |
| 128742 128751 | 
             
                      "executionRoleArn": {},
         | 
| 128743 128752 | 
             
                      "networkMode": {},
         | 
| 128744 128753 | 
             
                      "containerDefinitions": {
         | 
| 128745 | 
            -
                        "shape": " | 
| 128754 | 
            +
                        "shape": "S3q"
         | 
| 128746 128755 | 
             
                      },
         | 
| 128747 128756 | 
             
                      "volumes": {
         | 
| 128748 | 
            -
                        "shape": " | 
| 128757 | 
            +
                        "shape": "S4w"
         | 
| 128749 128758 | 
             
                      },
         | 
| 128750 128759 | 
             
                      "placementConstraints": {
         | 
| 128751 | 
            -
                        "shape": " | 
| 128760 | 
            +
                        "shape": "S5a"
         | 
| 128752 128761 | 
             
                      },
         | 
| 128753 128762 | 
             
                      "requiresCompatibilities": {
         | 
| 128754 | 
            -
                        "shape": " | 
| 128763 | 
            +
                        "shape": "S5d"
         | 
| 128755 128764 | 
             
                      },
         | 
| 128756 128765 | 
             
                      "cpu": {},
         | 
| 128757 128766 | 
             
                      "memory": {},
         | 
| @@ -128761,16 +128770,16 @@ module.exports={ | |
| 128761 128770 | 
             
                      "pidMode": {},
         | 
| 128762 128771 | 
             
                      "ipcMode": {},
         | 
| 128763 128772 | 
             
                      "proxyConfiguration": {
         | 
| 128764 | 
            -
                        "shape": " | 
| 128773 | 
            +
                        "shape": "S5m"
         | 
| 128765 128774 | 
             
                      },
         | 
| 128766 128775 | 
             
                      "inferenceAccelerators": {
         | 
| 128767 | 
            -
                        "shape": " | 
| 128776 | 
            +
                        "shape": "S5i"
         | 
| 128768 128777 | 
             
                      },
         | 
| 128769 128778 | 
             
                      "ephemeralStorage": {
         | 
| 128770 | 
            -
                        "shape": " | 
| 128779 | 
            +
                        "shape": "S5p"
         | 
| 128771 128780 | 
             
                      },
         | 
| 128772 128781 | 
             
                      "runtimePlatform": {
         | 
| 128773 | 
            -
                        "shape": " | 
| 128782 | 
            +
                        "shape": "S5f"
         | 
| 128774 128783 | 
             
                      }
         | 
| 128775 128784 | 
             
                    }
         | 
| 128776 128785 | 
             
                  },
         | 
| @@ -128778,7 +128787,7 @@ module.exports={ | |
| 128778 128787 | 
             
                    "type": "structure",
         | 
| 128779 128788 | 
             
                    "members": {
         | 
| 128780 128789 | 
             
                      "taskDefinition": {
         | 
| 128781 | 
            -
                        "shape": " | 
| 128790 | 
            +
                        "shape": "S3p"
         | 
| 128782 128791 | 
             
                      },
         | 
| 128783 128792 | 
             
                      "tags": {
         | 
| 128784 128793 | 
             
                        "shape": "Sb"
         | 
| @@ -128794,7 +128803,7 @@ module.exports={ | |
| 128794 128803 | 
             
                    ],
         | 
| 128795 128804 | 
             
                    "members": {
         | 
| 128796 128805 | 
             
                      "capacityProviderStrategy": {
         | 
| 128797 | 
            -
                        "shape": " | 
| 128806 | 
            +
                        "shape": "Su"
         | 
| 128798 128807 | 
             
                      },
         | 
| 128799 128808 | 
             
                      "cluster": {},
         | 
| 128800 128809 | 
             
                      "count": {
         | 
| @@ -128809,16 +128818,16 @@ module.exports={ | |
| 128809 128818 | 
             
                      "group": {},
         | 
| 128810 128819 | 
             
                      "launchType": {},
         | 
| 128811 128820 | 
             
                      "networkConfiguration": {
         | 
| 128812 | 
            -
                        "shape": " | 
| 128821 | 
            +
                        "shape": "S1o"
         | 
| 128813 128822 | 
             
                      },
         | 
| 128814 128823 | 
             
                      "overrides": {
         | 
| 128815 | 
            -
                        "shape": " | 
| 128824 | 
            +
                        "shape": "S7j"
         | 
| 128816 128825 | 
             
                      },
         | 
| 128817 128826 | 
             
                      "placementConstraints": {
         | 
| 128818 | 
            -
                        "shape": " | 
| 128827 | 
            +
                        "shape": "S1i"
         | 
| 128819 128828 | 
             
                      },
         | 
| 128820 128829 | 
             
                      "placementStrategy": {
         | 
| 128821 | 
            -
                        "shape": " | 
| 128830 | 
            +
                        "shape": "S1l"
         | 
| 128822 128831 | 
             
                      },
         | 
| 128823 128832 | 
             
                      "platformVersion": {},
         | 
| 128824 128833 | 
             
                      "propagateTags": {},
         | 
| @@ -128832,7 +128841,7 @@ module.exports={ | |
| 128832 128841 | 
             
                        "idempotencyToken": true
         | 
| 128833 128842 | 
             
                      },
         | 
| 128834 128843 | 
             
                      "volumeConfigurations": {
         | 
| 128835 | 
            -
                        "shape": " | 
| 128844 | 
            +
                        "shape": "S95"
         | 
| 128836 128845 | 
             
                      }
         | 
| 128837 128846 | 
             
                    }
         | 
| 128838 128847 | 
             
                  },
         | 
| @@ -128840,10 +128849,10 @@ module.exports={ | |
| 128840 128849 | 
             
                    "type": "structure",
         | 
| 128841 128850 | 
             
                    "members": {
         | 
| 128842 128851 | 
             
                      "tasks": {
         | 
| 128843 | 
            -
                        "shape": " | 
| 128852 | 
            +
                        "shape": "S75"
         | 
| 128844 128853 | 
             
                      },
         | 
| 128845 128854 | 
             
                      "failures": {
         | 
| 128846 | 
            -
                        "shape": " | 
| 128855 | 
            +
                        "shape": "S5q"
         | 
| 128847 128856 | 
             
                      }
         | 
| 128848 128857 | 
             
                    }
         | 
| 128849 128858 | 
             
                  }
         | 
| @@ -128858,7 +128867,7 @@ module.exports={ | |
| 128858 128867 | 
             
                    "members": {
         | 
| 128859 128868 | 
             
                      "cluster": {},
         | 
| 128860 128869 | 
             
                      "containerInstances": {
         | 
| 128861 | 
            -
                        "shape": " | 
| 128870 | 
            +
                        "shape": "St"
         | 
| 128862 128871 | 
             
                      },
         | 
| 128863 128872 | 
             
                      "enableECSManagedTags": {
         | 
| 128864 128873 | 
             
                        "type": "boolean"
         | 
| @@ -128868,10 +128877,10 @@ module.exports={ | |
| 128868 128877 | 
             
                      },
         | 
| 128869 128878 | 
             
                      "group": {},
         | 
| 128870 128879 | 
             
                      "networkConfiguration": {
         | 
| 128871 | 
            -
                        "shape": " | 
| 128880 | 
            +
                        "shape": "S1o"
         | 
| 128872 128881 | 
             
                      },
         | 
| 128873 128882 | 
             
                      "overrides": {
         | 
| 128874 | 
            -
                        "shape": " | 
| 128883 | 
            +
                        "shape": "S7j"
         | 
| 128875 128884 | 
             
                      },
         | 
| 128876 128885 | 
             
                      "propagateTags": {},
         | 
| 128877 128886 | 
             
                      "referenceId": {},
         | 
| @@ -128881,7 +128890,7 @@ module.exports={ | |
| 128881 128890 | 
             
                      },
         | 
| 128882 128891 | 
             
                      "taskDefinition": {},
         | 
| 128883 128892 | 
             
                      "volumeConfigurations": {
         | 
| 128884 | 
            -
                        "shape": " | 
| 128893 | 
            +
                        "shape": "S95"
         | 
| 128885 128894 | 
             
                      }
         | 
| 128886 128895 | 
             
                    }
         | 
| 128887 128896 | 
             
                  },
         | 
| @@ -128889,10 +128898,10 @@ module.exports={ | |
| 128889 128898 | 
             
                    "type": "structure",
         | 
| 128890 128899 | 
             
                    "members": {
         | 
| 128891 128900 | 
             
                      "tasks": {
         | 
| 128892 | 
            -
                        "shape": " | 
| 128901 | 
            +
                        "shape": "S75"
         | 
| 128893 128902 | 
             
                      },
         | 
| 128894 128903 | 
             
                      "failures": {
         | 
| 128895 | 
            -
                        "shape": " | 
| 128904 | 
            +
                        "shape": "S5q"
         | 
| 128896 128905 | 
             
                      }
         | 
| 128897 128906 | 
             
                    }
         | 
| 128898 128907 | 
             
                  }
         | 
| @@ -128913,7 +128922,7 @@ module.exports={ | |
| 128913 128922 | 
             
                    "type": "structure",
         | 
| 128914 128923 | 
             
                    "members": {
         | 
| 128915 128924 | 
             
                      "task": {
         | 
| 128916 | 
            -
                        "shape": " | 
| 128925 | 
            +
                        "shape": "S76"
         | 
| 128917 128926 | 
             
                      }
         | 
| 128918 128927 | 
             
                    }
         | 
| 128919 128928 | 
             
                  }
         | 
| @@ -128927,7 +128936,7 @@ module.exports={ | |
| 128927 128936 | 
             
                    "members": {
         | 
| 128928 128937 | 
             
                      "cluster": {},
         | 
| 128929 128938 | 
             
                      "attachments": {
         | 
| 128930 | 
            -
                        "shape": " | 
| 128939 | 
            +
                        "shape": "S9f"
         | 
| 128931 128940 | 
             
                      }
         | 
| 128932 128941 | 
             
                    }
         | 
| 128933 128942 | 
             
                  },
         | 
| @@ -128952,7 +128961,7 @@ module.exports={ | |
| 128952 128961 | 
             
                      },
         | 
| 128953 128962 | 
             
                      "reason": {},
         | 
| 128954 128963 | 
             
                      "networkBindings": {
         | 
| 128955 | 
            -
                        "shape": " | 
| 128964 | 
            +
                        "shape": "S7a"
         | 
| 128956 128965 | 
             
                      }
         | 
| 128957 128966 | 
             
                    }
         | 
| 128958 128967 | 
             
                  },
         | 
| @@ -128983,7 +128992,7 @@ module.exports={ | |
| 128983 128992 | 
             
                              "type": "integer"
         | 
| 128984 128993 | 
             
                            },
         | 
| 128985 128994 | 
             
                            "networkBindings": {
         | 
| 128986 | 
            -
                              "shape": " | 
| 128995 | 
            +
                              "shape": "S7a"
         | 
| 128987 128996 | 
             
                            },
         | 
| 128988 128997 | 
             
                            "reason": {},
         | 
| 128989 128998 | 
             
                            "status": {}
         | 
| @@ -128991,7 +129000,7 @@ module.exports={ | |
| 128991 129000 | 
             
                        }
         | 
| 128992 129001 | 
             
                      },
         | 
| 128993 129002 | 
             
                      "attachments": {
         | 
| 128994 | 
            -
                        "shape": " | 
| 129003 | 
            +
                        "shape": "S9f"
         | 
| 128995 129004 | 
             
                      },
         | 
| 128996 129005 | 
             
                      "managedAgents": {
         | 
| 128997 129006 | 
             
                        "type": "list",
         | 
| @@ -129112,7 +129121,7 @@ module.exports={ | |
| 129112 129121 | 
             
                        "shape": "Sn"
         | 
| 129113 129122 | 
             
                      },
         | 
| 129114 129123 | 
             
                      "serviceConnectDefaults": {
         | 
| 129115 | 
            -
                        "shape": " | 
| 129124 | 
            +
                        "shape": "Sy"
         | 
| 129116 129125 | 
             
                      }
         | 
| 129117 129126 | 
             
                    }
         | 
| 129118 129127 | 
             
                  },
         | 
| @@ -129120,7 +129129,7 @@ module.exports={ | |
| 129120 129129 | 
             
                    "type": "structure",
         | 
| 129121 129130 | 
             
                    "members": {
         | 
| 129122 129131 | 
             
                      "cluster": {
         | 
| 129123 | 
            -
                        "shape": " | 
| 129132 | 
            +
                        "shape": "S10"
         | 
| 129124 129133 | 
             
                      }
         | 
| 129125 129134 | 
             
                    }
         | 
| 129126 129135 | 
             
                  }
         | 
| @@ -129143,7 +129152,7 @@ module.exports={ | |
| 129143 129152 | 
             
                    "type": "structure",
         | 
| 129144 129153 | 
             
                    "members": {
         | 
| 129145 129154 | 
             
                      "cluster": {
         | 
| 129146 | 
            -
                        "shape": " | 
| 129155 | 
            +
                        "shape": "S10"
         | 
| 129147 129156 | 
             
                      }
         | 
| 129148 129157 | 
             
                    }
         | 
| 129149 129158 | 
             
                  }
         | 
| @@ -129163,7 +129172,7 @@ module.exports={ | |
| 129163 129172 | 
             
                    "type": "structure",
         | 
| 129164 129173 | 
             
                    "members": {
         | 
| 129165 129174 | 
             
                      "containerInstance": {
         | 
| 129166 | 
            -
                        "shape": " | 
| 129175 | 
            +
                        "shape": "S5w"
         | 
| 129167 129176 | 
             
                      }
         | 
| 129168 129177 | 
             
                    }
         | 
| 129169 129178 | 
             
                  }
         | 
| @@ -129178,7 +129187,7 @@ module.exports={ | |
| 129178 129187 | 
             
                    "members": {
         | 
| 129179 129188 | 
             
                      "cluster": {},
         | 
| 129180 129189 | 
             
                      "containerInstances": {
         | 
| 129181 | 
            -
                        "shape": " | 
| 129190 | 
            +
                        "shape": "St"
         | 
| 129182 129191 | 
             
                      },
         | 
| 129183 129192 | 
             
                      "status": {}
         | 
| 129184 129193 | 
             
                    }
         | 
| @@ -129187,10 +129196,10 @@ module.exports={ | |
| 129187 129196 | 
             
                    "type": "structure",
         | 
| 129188 129197 | 
             
                    "members": {
         | 
| 129189 129198 | 
             
                      "containerInstances": {
         | 
| 129190 | 
            -
                        "shape": " | 
| 129199 | 
            +
                        "shape": "S6n"
         | 
| 129191 129200 | 
             
                      },
         | 
| 129192 129201 | 
             
                      "failures": {
         | 
| 129193 | 
            -
                        "shape": " | 
| 129202 | 
            +
                        "shape": "S5q"
         | 
| 129194 129203 | 
             
                      }
         | 
| 129195 129204 | 
             
                    }
         | 
| 129196 129205 | 
             
                  }
         | 
| @@ -129209,19 +129218,19 @@ module.exports={ | |
| 129209 129218 | 
             
                      },
         | 
| 129210 129219 | 
             
                      "taskDefinition": {},
         | 
| 129211 129220 | 
             
                      "capacityProviderStrategy": {
         | 
| 129212 | 
            -
                        "shape": " | 
| 129221 | 
            +
                        "shape": "Su"
         | 
| 129213 129222 | 
             
                      },
         | 
| 129214 129223 | 
             
                      "deploymentConfiguration": {
         | 
| 129215 | 
            -
                        "shape": " | 
| 129224 | 
            +
                        "shape": "S1f"
         | 
| 129216 129225 | 
             
                      },
         | 
| 129217 129226 | 
             
                      "networkConfiguration": {
         | 
| 129218 | 
            -
                        "shape": " | 
| 129227 | 
            +
                        "shape": "S1o"
         | 
| 129219 129228 | 
             
                      },
         | 
| 129220 129229 | 
             
                      "placementConstraints": {
         | 
| 129221 | 
            -
                        "shape": " | 
| 129230 | 
            +
                        "shape": "S1i"
         | 
| 129222 129231 | 
             
                      },
         | 
| 129223 129232 | 
             
                      "placementStrategy": {
         | 
| 129224 | 
            -
                        "shape": " | 
| 129233 | 
            +
                        "shape": "S1l"
         | 
| 129225 129234 | 
             
                      },
         | 
| 129226 129235 | 
             
                      "platformVersion": {},
         | 
| 129227 129236 | 
             
                      "forceNewDeployment": {
         | 
| @@ -129237,17 +129246,17 @@ module.exports={ | |
| 129237 129246 | 
             
                        "type": "boolean"
         | 
| 129238 129247 | 
             
                      },
         | 
| 129239 129248 | 
             
                      "loadBalancers": {
         | 
| 129240 | 
            -
                        "shape": " | 
| 129249 | 
            +
                        "shape": "S19"
         | 
| 129241 129250 | 
             
                      },
         | 
| 129242 129251 | 
             
                      "propagateTags": {},
         | 
| 129243 129252 | 
             
                      "serviceRegistries": {
         | 
| 129244 | 
            -
                        "shape": " | 
| 129253 | 
            +
                        "shape": "S1c"
         | 
| 129245 129254 | 
             
                      },
         | 
| 129246 129255 | 
             
                      "serviceConnectConfiguration": {
         | 
| 129247 | 
            -
                        "shape": " | 
| 129256 | 
            +
                        "shape": "S1v"
         | 
| 129248 129257 | 
             
                      },
         | 
| 129249 129258 | 
             
                      "volumeConfigurations": {
         | 
| 129250 | 
            -
                        "shape": " | 
| 129259 | 
            +
                        "shape": "S2a"
         | 
| 129251 129260 | 
             
                      }
         | 
| 129252 129261 | 
             
                    }
         | 
| 129253 129262 | 
             
                  },
         | 
| @@ -129255,7 +129264,7 @@ module.exports={ | |
| 129255 129264 | 
             
                    "type": "structure",
         | 
| 129256 129265 | 
             
                    "members": {
         | 
| 129257 129266 | 
             
                      "service": {
         | 
| 129258 | 
            -
                        "shape": " | 
| 129267 | 
            +
                        "shape": "S2o"
         | 
| 129259 129268 | 
             
                      }
         | 
| 129260 129269 | 
             
                    }
         | 
| 129261 129270 | 
             
                  }
         | 
| @@ -129278,7 +129287,7 @@ module.exports={ | |
| 129278 129287 | 
             
                    "type": "structure",
         | 
| 129279 129288 | 
             
                    "members": {
         | 
| 129280 129289 | 
             
                      "taskSet": {
         | 
| 129281 | 
            -
                        "shape": " | 
| 129290 | 
            +
                        "shape": "S2q"
         | 
| 129282 129291 | 
             
                      }
         | 
| 129283 129292 | 
             
                    }
         | 
| 129284 129293 | 
             
                  }
         | 
| @@ -129294,7 +129303,7 @@ module.exports={ | |
| 129294 129303 | 
             
                    "members": {
         | 
| 129295 129304 | 
             
                      "cluster": {},
         | 
| 129296 129305 | 
             
                      "tasks": {
         | 
| 129297 | 
            -
                        "shape": " | 
| 129306 | 
            +
                        "shape": "St"
         | 
| 129298 129307 | 
             
                      },
         | 
| 129299 129308 | 
             
                      "protectionEnabled": {
         | 
| 129300 129309 | 
             
                        "type": "boolean"
         | 
| @@ -129308,10 +129317,10 @@ module.exports={ | |
| 129308 129317 | 
             
                    "type": "structure",
         | 
| 129309 129318 | 
             
                    "members": {
         | 
| 129310 129319 | 
             
                      "protectedTasks": {
         | 
| 129311 | 
            -
                        "shape": " | 
| 129320 | 
            +
                        "shape": "S7y"
         | 
| 129312 129321 | 
             
                      },
         | 
| 129313 129322 | 
             
                      "failures": {
         | 
| 129314 | 
            -
                        "shape": " | 
| 129323 | 
            +
                        "shape": "S5q"
         | 
| 129315 129324 | 
             
                      }
         | 
| 129316 129325 | 
             
                    }
         | 
| 129317 129326 | 
             
                  }
         | 
| @@ -129330,7 +129339,7 @@ module.exports={ | |
| 129330 129339 | 
             
                      "service": {},
         | 
| 129331 129340 | 
             
                      "taskSet": {},
         | 
| 129332 129341 | 
             
                      "scale": {
         | 
| 129333 | 
            -
                        "shape": " | 
| 129342 | 
            +
                        "shape": "S2s"
         | 
| 129334 129343 | 
             
                      }
         | 
| 129335 129344 | 
             
                    }
         | 
| 129336 129345 | 
             
                  },
         | 
| @@ -129338,7 +129347,7 @@ module.exports={ | |
| 129338 129347 | 
             
                    "type": "structure",
         | 
| 129339 129348 | 
             
                    "members": {
         | 
| 129340 129349 | 
             
                      "taskSet": {
         | 
| 129341 | 
            -
                        "shape": " | 
| 129350 | 
            +
                        "shape": "S2q"
         | 
| 129342 129351 | 
             
                      }
         | 
| 129343 129352 | 
             
                    }
         | 
| 129344 129353 | 
             
                  }
         | 
| @@ -129436,14 +129445,21 @@ module.exports={ | |
| 129436 129445 | 
             
                          }
         | 
| 129437 129446 | 
             
                        }
         | 
| 129438 129447 | 
             
                      }
         | 
| 129448 | 
            +
                    },
         | 
| 129449 | 
            +
                    "managedStorageConfiguration": {
         | 
| 129450 | 
            +
                      "type": "structure",
         | 
| 129451 | 
            +
                      "members": {
         | 
| 129452 | 
            +
                        "kmsKeyId": {},
         | 
| 129453 | 
            +
                        "fargateEphemeralStorageKmsKeyId": {}
         | 
| 129454 | 
            +
                      }
         | 
| 129439 129455 | 
             
                    }
         | 
| 129440 129456 | 
             
                  }
         | 
| 129441 129457 | 
             
                },
         | 
| 129442 | 
            -
                " | 
| 129458 | 
            +
                "St": {
         | 
| 129443 129459 | 
             
                  "type": "list",
         | 
| 129444 129460 | 
             
                  "member": {}
         | 
| 129445 129461 | 
             
                },
         | 
| 129446 | 
            -
                " | 
| 129462 | 
            +
                "Su": {
         | 
| 129447 129463 | 
             
                  "type": "list",
         | 
| 129448 129464 | 
             
                  "member": {
         | 
| 129449 129465 | 
             
                    "type": "structure",
         | 
| @@ -129461,7 +129477,7 @@ module.exports={ | |
| 129461 129477 | 
             
                    }
         | 
| 129462 129478 | 
             
                  }
         | 
| 129463 129479 | 
             
                },
         | 
| 129464 | 
            -
                " | 
| 129480 | 
            +
                "Sy": {
         | 
| 129465 129481 | 
             
                  "type": "structure",
         | 
| 129466 129482 | 
             
                  "required": [
         | 
| 129467 129483 | 
             
                    "namespace"
         | 
| @@ -129470,7 +129486,7 @@ module.exports={ | |
| 129470 129486 | 
             
                    "namespace": {}
         | 
| 129471 129487 | 
             
                  }
         | 
| 129472 129488 | 
             
                },
         | 
| 129473 | 
            -
                " | 
| 129489 | 
            +
                "S10": {
         | 
| 129474 129490 | 
             
                  "type": "structure",
         | 
| 129475 129491 | 
             
                  "members": {
         | 
| 129476 129492 | 
             
                    "clusterArn": {},
         | 
| @@ -129494,7 +129510,7 @@ module.exports={ | |
| 129494 129510 | 
             
                    "statistics": {
         | 
| 129495 129511 | 
             
                      "type": "list",
         | 
| 129496 129512 | 
             
                      "member": {
         | 
| 129497 | 
            -
                        "shape": " | 
| 129513 | 
            +
                        "shape": "S13"
         | 
| 129498 129514 | 
             
                      }
         | 
| 129499 129515 | 
             
                    },
         | 
| 129500 129516 | 
             
                    "tags": {
         | 
| @@ -129504,13 +129520,13 @@ module.exports={ | |
| 129504 129520 | 
             
                      "shape": "Sk"
         | 
| 129505 129521 | 
             
                    },
         | 
| 129506 129522 | 
             
                    "capacityProviders": {
         | 
| 129507 | 
            -
                      "shape": " | 
| 129523 | 
            +
                      "shape": "St"
         | 
| 129508 129524 | 
             
                    },
         | 
| 129509 129525 | 
             
                    "defaultCapacityProviderStrategy": {
         | 
| 129510 | 
            -
                      "shape": " | 
| 129526 | 
            +
                      "shape": "Su"
         | 
| 129511 129527 | 
             
                    },
         | 
| 129512 129528 | 
             
                    "attachments": {
         | 
| 129513 | 
            -
                      "shape": " | 
| 129529 | 
            +
                      "shape": "S14"
         | 
| 129514 129530 | 
             
                    },
         | 
| 129515 129531 | 
             
                    "attachmentsStatus": {},
         | 
| 129516 129532 | 
             
                    "serviceConnectDefaults": {
         | 
| @@ -129521,14 +129537,14 @@ module.exports={ | |
| 129521 129537 | 
             
                    }
         | 
| 129522 129538 | 
             
                  }
         | 
| 129523 129539 | 
             
                },
         | 
| 129524 | 
            -
                " | 
| 129540 | 
            +
                "S13": {
         | 
| 129525 129541 | 
             
                  "type": "structure",
         | 
| 129526 129542 | 
             
                  "members": {
         | 
| 129527 129543 | 
             
                    "name": {},
         | 
| 129528 129544 | 
             
                    "value": {}
         | 
| 129529 129545 | 
             
                  }
         | 
| 129530 129546 | 
             
                },
         | 
| 129531 | 
            -
                " | 
| 129547 | 
            +
                "S14": {
         | 
| 129532 129548 | 
             
                  "type": "list",
         | 
| 129533 129549 | 
             
                  "member": {
         | 
| 129534 129550 | 
             
                    "type": "structure",
         | 
| @@ -129539,13 +129555,13 @@ module.exports={ | |
| 129539 129555 | 
             
                      "details": {
         | 
| 129540 129556 | 
             
                        "type": "list",
         | 
| 129541 129557 | 
             
                        "member": {
         | 
| 129542 | 
            -
                          "shape": " | 
| 129558 | 
            +
                          "shape": "S13"
         | 
| 129543 129559 | 
             
                        }
         | 
| 129544 129560 | 
             
                      }
         | 
| 129545 129561 | 
             
                    }
         | 
| 129546 129562 | 
             
                  }
         | 
| 129547 129563 | 
             
                },
         | 
| 129548 | 
            -
                " | 
| 129564 | 
            +
                "S19": {
         | 
| 129549 129565 | 
             
                  "type": "list",
         | 
| 129550 129566 | 
             
                  "member": {
         | 
| 129551 129567 | 
             
                    "type": "structure",
         | 
| @@ -129559,7 +129575,7 @@ module.exports={ | |
| 129559 129575 | 
             
                    }
         | 
| 129560 129576 | 
             
                  }
         | 
| 129561 129577 | 
             
                },
         | 
| 129562 | 
            -
                " | 
| 129578 | 
            +
                "S1c": {
         | 
| 129563 129579 | 
             
                  "type": "list",
         | 
| 129564 129580 | 
             
                  "member": {
         | 
| 129565 129581 | 
             
                    "type": "structure",
         | 
| @@ -129575,7 +129591,7 @@ module.exports={ | |
| 129575 129591 | 
             
                    }
         | 
| 129576 129592 | 
             
                  }
         | 
| 129577 129593 | 
             
                },
         | 
| 129578 | 
            -
                " | 
| 129594 | 
            +
                "S1f": {
         | 
| 129579 129595 | 
             
                  "type": "structure",
         | 
| 129580 129596 | 
             
                  "members": {
         | 
| 129581 129597 | 
             
                    "deploymentCircuitBreaker": {
         | 
| @@ -129608,7 +129624,7 @@ module.exports={ | |
| 129608 129624 | 
             
                      ],
         | 
| 129609 129625 | 
             
                      "members": {
         | 
| 129610 129626 | 
             
                        "alarmNames": {
         | 
| 129611 | 
            -
                          "shape": " | 
| 129627 | 
            +
                          "shape": "St"
         | 
| 129612 129628 | 
             
                        },
         | 
| 129613 129629 | 
             
                        "enable": {
         | 
| 129614 129630 | 
             
                          "type": "boolean"
         | 
| @@ -129620,7 +129636,7 @@ module.exports={ | |
| 129620 129636 | 
             
                    }
         | 
| 129621 129637 | 
             
                  }
         | 
| 129622 129638 | 
             
                },
         | 
| 129623 | 
            -
                " | 
| 129639 | 
            +
                "S1i": {
         | 
| 129624 129640 | 
             
                  "type": "list",
         | 
| 129625 129641 | 
             
                  "member": {
         | 
| 129626 129642 | 
             
                    "type": "structure",
         | 
| @@ -129630,7 +129646,7 @@ module.exports={ | |
| 129630 129646 | 
             
                    }
         | 
| 129631 129647 | 
             
                  }
         | 
| 129632 129648 | 
             
                },
         | 
| 129633 | 
            -
                " | 
| 129649 | 
            +
                "S1l": {
         | 
| 129634 129650 | 
             
                  "type": "list",
         | 
| 129635 129651 | 
             
                  "member": {
         | 
| 129636 129652 | 
             
                    "type": "structure",
         | 
| @@ -129640,7 +129656,7 @@ module.exports={ | |
| 129640 129656 | 
             
                    }
         | 
| 129641 129657 | 
             
                  }
         | 
| 129642 129658 | 
             
                },
         | 
| 129643 | 
            -
                " | 
| 129659 | 
            +
                "S1o": {
         | 
| 129644 129660 | 
             
                  "type": "structure",
         | 
| 129645 129661 | 
             
                  "members": {
         | 
| 129646 129662 | 
             
                    "awsvpcConfiguration": {
         | 
| @@ -129650,17 +129666,17 @@ module.exports={ | |
| 129650 129666 | 
             
                      ],
         | 
| 129651 129667 | 
             
                      "members": {
         | 
| 129652 129668 | 
             
                        "subnets": {
         | 
| 129653 | 
            -
                          "shape": " | 
| 129669 | 
            +
                          "shape": "St"
         | 
| 129654 129670 | 
             
                        },
         | 
| 129655 129671 | 
             
                        "securityGroups": {
         | 
| 129656 | 
            -
                          "shape": " | 
| 129672 | 
            +
                          "shape": "St"
         | 
| 129657 129673 | 
             
                        },
         | 
| 129658 129674 | 
             
                        "assignPublicIp": {}
         | 
| 129659 129675 | 
             
                      }
         | 
| 129660 129676 | 
             
                    }
         | 
| 129661 129677 | 
             
                  }
         | 
| 129662 129678 | 
             
                },
         | 
| 129663 | 
            -
                " | 
| 129679 | 
            +
                "S1s": {
         | 
| 129664 129680 | 
             
                  "type": "structure",
         | 
| 129665 129681 | 
             
                  "required": [
         | 
| 129666 129682 | 
             
                    "type"
         | 
| @@ -129669,7 +129685,7 @@ module.exports={ | |
| 129669 129685 | 
             
                    "type": {}
         | 
| 129670 129686 | 
             
                  }
         | 
| 129671 129687 | 
             
                },
         | 
| 129672 | 
            -
                " | 
| 129688 | 
            +
                "S1v": {
         | 
| 129673 129689 | 
             
                  "type": "structure",
         | 
| 129674 129690 | 
             
                  "required": [
         | 
| 129675 129691 | 
             
                    "enabled"
         | 
| @@ -129738,11 +129754,11 @@ module.exports={ | |
| 129738 129754 | 
             
                      }
         | 
| 129739 129755 | 
             
                    },
         | 
| 129740 129756 | 
             
                    "logConfiguration": {
         | 
| 129741 | 
            -
                      "shape": " | 
| 129757 | 
            +
                      "shape": "S25"
         | 
| 129742 129758 | 
             
                    }
         | 
| 129743 129759 | 
             
                  }
         | 
| 129744 129760 | 
             
                },
         | 
| 129745 | 
            -
                " | 
| 129761 | 
            +
                "S25": {
         | 
| 129746 129762 | 
             
                  "type": "structure",
         | 
| 129747 129763 | 
             
                  "required": [
         | 
| 129748 129764 | 
             
                    "logDriver"
         | 
| @@ -129755,11 +129771,11 @@ module.exports={ | |
| 129755 129771 | 
             
                      "value": {}
         | 
| 129756 129772 | 
             
                    },
         | 
| 129757 129773 | 
             
                    "secretOptions": {
         | 
| 129758 | 
            -
                      "shape": " | 
| 129774 | 
            +
                      "shape": "S28"
         | 
| 129759 129775 | 
             
                    }
         | 
| 129760 129776 | 
             
                  }
         | 
| 129761 129777 | 
             
                },
         | 
| 129762 | 
            -
                " | 
| 129778 | 
            +
                "S28": {
         | 
| 129763 129779 | 
             
                  "type": "list",
         | 
| 129764 129780 | 
             
                  "member": {
         | 
| 129765 129781 | 
             
                    "type": "structure",
         | 
| @@ -129773,7 +129789,7 @@ module.exports={ | |
| 129773 129789 | 
             
                    }
         | 
| 129774 129790 | 
             
                  }
         | 
| 129775 129791 | 
             
                },
         | 
| 129776 | 
            -
                " | 
| 129792 | 
            +
                "S2a": {
         | 
| 129777 129793 | 
             
                  "type": "list",
         | 
| 129778 129794 | 
             
                  "member": {
         | 
| 129779 129795 | 
             
                    "type": "structure",
         | 
| @@ -129804,7 +129820,7 @@ module.exports={ | |
| 129804 129820 | 
             
                            "type": "integer"
         | 
| 129805 129821 | 
             
                          },
         | 
| 129806 129822 | 
             
                          "tagSpecifications": {
         | 
| 129807 | 
            -
                            "shape": " | 
| 129823 | 
            +
                            "shape": "S2i"
         | 
| 129808 129824 | 
             
                          },
         | 
| 129809 129825 | 
             
                          "roleArn": {},
         | 
| 129810 129826 | 
             
                          "filesystemType": {}
         | 
| @@ -129813,7 +129829,7 @@ module.exports={ | |
| 129813 129829 | 
             
                    }
         | 
| 129814 129830 | 
             
                  }
         | 
| 129815 129831 | 
             
                },
         | 
| 129816 | 
            -
                " | 
| 129832 | 
            +
                "S2i": {
         | 
| 129817 129833 | 
             
                  "type": "list",
         | 
| 129818 129834 | 
             
                  "member": {
         | 
| 129819 129835 | 
             
                    "type": "structure",
         | 
| @@ -129829,17 +129845,17 @@ module.exports={ | |
| 129829 129845 | 
             
                    }
         | 
| 129830 129846 | 
             
                  }
         | 
| 129831 129847 | 
             
                },
         | 
| 129832 | 
            -
                " | 
| 129848 | 
            +
                "S2o": {
         | 
| 129833 129849 | 
             
                  "type": "structure",
         | 
| 129834 129850 | 
             
                  "members": {
         | 
| 129835 129851 | 
             
                    "serviceArn": {},
         | 
| 129836 129852 | 
             
                    "serviceName": {},
         | 
| 129837 129853 | 
             
                    "clusterArn": {},
         | 
| 129838 129854 | 
             
                    "loadBalancers": {
         | 
| 129839 | 
            -
                      "shape": " | 
| 129855 | 
            +
                      "shape": "S19"
         | 
| 129840 129856 | 
             
                    },
         | 
| 129841 129857 | 
             
                    "serviceRegistries": {
         | 
| 129842 | 
            -
                      "shape": " | 
| 129858 | 
            +
                      "shape": "S1c"
         | 
| 129843 129859 | 
             
                    },
         | 
| 129844 129860 | 
             
                    "status": {},
         | 
| 129845 129861 | 
             
                    "desiredCount": {
         | 
| @@ -129853,16 +129869,16 @@ module.exports={ | |
| 129853 129869 | 
             
                    },
         | 
| 129854 129870 | 
             
                    "launchType": {},
         | 
| 129855 129871 | 
             
                    "capacityProviderStrategy": {
         | 
| 129856 | 
            -
                      "shape": " | 
| 129872 | 
            +
                      "shape": "Su"
         | 
| 129857 129873 | 
             
                    },
         | 
| 129858 129874 | 
             
                    "platformVersion": {},
         | 
| 129859 129875 | 
             
                    "platformFamily": {},
         | 
| 129860 129876 | 
             
                    "taskDefinition": {},
         | 
| 129861 129877 | 
             
                    "deploymentConfiguration": {
         | 
| 129862 | 
            -
                      "shape": " | 
| 129878 | 
            +
                      "shape": "S1f"
         | 
| 129863 129879 | 
             
                    },
         | 
| 129864 129880 | 
             
                    "taskSets": {
         | 
| 129865 | 
            -
                      "shape": " | 
| 129881 | 
            +
                      "shape": "S2p"
         | 
| 129866 129882 | 
             
                    },
         | 
| 129867 129883 | 
             
                    "deployments": {
         | 
| 129868 129884 | 
             
                      "type": "list",
         | 
| @@ -129891,18 +129907,18 @@ module.exports={ | |
| 129891 129907 | 
             
                            "type": "timestamp"
         | 
| 129892 129908 | 
             
                          },
         | 
| 129893 129909 | 
             
                          "capacityProviderStrategy": {
         | 
| 129894 | 
            -
                            "shape": " | 
| 129910 | 
            +
                            "shape": "Su"
         | 
| 129895 129911 | 
             
                          },
         | 
| 129896 129912 | 
             
                          "launchType": {},
         | 
| 129897 129913 | 
             
                          "platformVersion": {},
         | 
| 129898 129914 | 
             
                          "platformFamily": {},
         | 
| 129899 129915 | 
             
                          "networkConfiguration": {
         | 
| 129900 | 
            -
                            "shape": " | 
| 129916 | 
            +
                            "shape": "S1o"
         | 
| 129901 129917 | 
             
                          },
         | 
| 129902 129918 | 
             
                          "rolloutState": {},
         | 
| 129903 129919 | 
             
                          "rolloutStateReason": {},
         | 
| 129904 129920 | 
             
                          "serviceConnectConfiguration": {
         | 
| 129905 | 
            -
                            "shape": " | 
| 129921 | 
            +
                            "shape": "S1v"
         | 
| 129906 129922 | 
             
                          },
         | 
| 129907 129923 | 
             
                          "serviceConnectResources": {
         | 
| 129908 129924 | 
             
                            "type": "list",
         | 
| @@ -129915,7 +129931,10 @@ module.exports={ | |
| 129915 129931 | 
             
                            }
         | 
| 129916 129932 | 
             
                          },
         | 
| 129917 129933 | 
             
                          "volumeConfigurations": {
         | 
| 129918 | 
            -
                            "shape": " | 
| 129934 | 
            +
                            "shape": "S2a"
         | 
| 129935 | 
            +
                          },
         | 
| 129936 | 
            +
                          "fargateEphemeralStorage": {
         | 
| 129937 | 
            +
                            "shape": "S2w"
         | 
| 129919 129938 | 
             
                          }
         | 
| 129920 129939 | 
             
                        }
         | 
| 129921 129940 | 
             
                      }
         | 
| @@ -129938,20 +129957,20 @@ module.exports={ | |
| 129938 129957 | 
             
                      "type": "timestamp"
         | 
| 129939 129958 | 
             
                    },
         | 
| 129940 129959 | 
             
                    "placementConstraints": {
         | 
| 129941 | 
            -
                      "shape": " | 
| 129960 | 
            +
                      "shape": "S1i"
         | 
| 129942 129961 | 
             
                    },
         | 
| 129943 129962 | 
             
                    "placementStrategy": {
         | 
| 129944 | 
            -
                      "shape": " | 
| 129963 | 
            +
                      "shape": "S1l"
         | 
| 129945 129964 | 
             
                    },
         | 
| 129946 129965 | 
             
                    "networkConfiguration": {
         | 
| 129947 | 
            -
                      "shape": " | 
| 129966 | 
            +
                      "shape": "S1o"
         | 
| 129948 129967 | 
             
                    },
         | 
| 129949 129968 | 
             
                    "healthCheckGracePeriodSeconds": {
         | 
| 129950 129969 | 
             
                      "type": "integer"
         | 
| 129951 129970 | 
             
                    },
         | 
| 129952 129971 | 
             
                    "schedulingStrategy": {},
         | 
| 129953 129972 | 
             
                    "deploymentController": {
         | 
| 129954 | 
            -
                      "shape": " | 
| 129973 | 
            +
                      "shape": "S1s"
         | 
| 129955 129974 | 
             
                    },
         | 
| 129956 129975 | 
             
                    "tags": {
         | 
| 129957 129976 | 
             
                      "shape": "Sb"
         | 
| @@ -129966,13 +129985,13 @@ module.exports={ | |
| 129966 129985 | 
             
                    }
         | 
| 129967 129986 | 
             
                  }
         | 
| 129968 129987 | 
             
                },
         | 
| 129969 | 
            -
                " | 
| 129988 | 
            +
                "S2p": {
         | 
| 129970 129989 | 
             
                  "type": "list",
         | 
| 129971 129990 | 
             
                  "member": {
         | 
| 129972 | 
            -
                    "shape": " | 
| 129991 | 
            +
                    "shape": "S2q"
         | 
| 129973 129992 | 
             
                  }
         | 
| 129974 129993 | 
             
                },
         | 
| 129975 | 
            -
                " | 
| 129994 | 
            +
                "S2q": {
         | 
| 129976 129995 | 
             
                  "type": "structure",
         | 
| 129977 129996 | 
             
                  "members": {
         | 
| 129978 129997 | 
             
                    "id": {},
         | 
| @@ -130000,21 +130019,21 @@ module.exports={ | |
| 130000 130019 | 
             
                    },
         | 
| 130001 130020 | 
             
                    "launchType": {},
         | 
| 130002 130021 | 
             
                    "capacityProviderStrategy": {
         | 
| 130003 | 
            -
                      "shape": " | 
| 130022 | 
            +
                      "shape": "Su"
         | 
| 130004 130023 | 
             
                    },
         | 
| 130005 130024 | 
             
                    "platformVersion": {},
         | 
| 130006 130025 | 
             
                    "platformFamily": {},
         | 
| 130007 130026 | 
             
                    "networkConfiguration": {
         | 
| 130008 | 
            -
                      "shape": " | 
| 130027 | 
            +
                      "shape": "S1o"
         | 
| 130009 130028 | 
             
                    },
         | 
| 130010 130029 | 
             
                    "loadBalancers": {
         | 
| 130011 | 
            -
                      "shape": " | 
| 130030 | 
            +
                      "shape": "S19"
         | 
| 130012 130031 | 
             
                    },
         | 
| 130013 130032 | 
             
                    "serviceRegistries": {
         | 
| 130014 | 
            -
                      "shape": " | 
| 130033 | 
            +
                      "shape": "S1c"
         | 
| 130015 130034 | 
             
                    },
         | 
| 130016 130035 | 
             
                    "scale": {
         | 
| 130017 | 
            -
                      "shape": " | 
| 130036 | 
            +
                      "shape": "S2s"
         | 
| 130018 130037 | 
             
                    },
         | 
| 130019 130038 | 
             
                    "stabilityStatus": {},
         | 
| 130020 130039 | 
             
                    "stabilityStatusAt": {
         | 
| @@ -130022,10 +130041,13 @@ module.exports={ | |
| 130022 130041 | 
             
                    },
         | 
| 130023 130042 | 
             
                    "tags": {
         | 
| 130024 130043 | 
             
                      "shape": "Sb"
         | 
| 130044 | 
            +
                    },
         | 
| 130045 | 
            +
                    "fargateEphemeralStorage": {
         | 
| 130046 | 
            +
                      "shape": "S2w"
         | 
| 130025 130047 | 
             
                    }
         | 
| 130026 130048 | 
             
                  }
         | 
| 130027 130049 | 
             
                },
         | 
| 130028 | 
            -
                " | 
| 130050 | 
            +
                "S2s": {
         | 
| 130029 130051 | 
             
                  "type": "structure",
         | 
| 130030 130052 | 
             
                  "members": {
         | 
| 130031 130053 | 
             
                    "value": {
         | 
| @@ -130034,7 +130056,13 @@ module.exports={ | |
| 130034 130056 | 
             
                    "unit": {}
         | 
| 130035 130057 | 
             
                  }
         | 
| 130036 130058 | 
             
                },
         | 
| 130037 | 
            -
                " | 
| 130059 | 
            +
                "S2w": {
         | 
| 130060 | 
            +
                  "type": "structure",
         | 
| 130061 | 
            +
                  "members": {
         | 
| 130062 | 
            +
                    "kmsKeyId": {}
         | 
| 130063 | 
            +
                  }
         | 
| 130064 | 
            +
                },
         | 
| 130065 | 
            +
                "S39": {
         | 
| 130038 130066 | 
             
                  "type": "structure",
         | 
| 130039 130067 | 
             
                  "members": {
         | 
| 130040 130068 | 
             
                    "name": {},
         | 
| @@ -130043,13 +130071,13 @@ module.exports={ | |
| 130043 130071 | 
             
                    "type": {}
         | 
| 130044 130072 | 
             
                  }
         | 
| 130045 130073 | 
             
                },
         | 
| 130046 | 
            -
                " | 
| 130074 | 
            +
                "S3c": {
         | 
| 130047 130075 | 
             
                  "type": "list",
         | 
| 130048 130076 | 
             
                  "member": {
         | 
| 130049 | 
            -
                    "shape": " | 
| 130077 | 
            +
                    "shape": "S3d"
         | 
| 130050 130078 | 
             
                  }
         | 
| 130051 130079 | 
             
                },
         | 
| 130052 | 
            -
                " | 
| 130080 | 
            +
                "S3d": {
         | 
| 130053 130081 | 
             
                  "type": "structure",
         | 
| 130054 130082 | 
             
                  "required": [
         | 
| 130055 130083 | 
             
                    "name"
         | 
| @@ -130061,12 +130089,12 @@ module.exports={ | |
| 130061 130089 | 
             
                    "targetId": {}
         | 
| 130062 130090 | 
             
                  }
         | 
| 130063 130091 | 
             
                },
         | 
| 130064 | 
            -
                " | 
| 130092 | 
            +
                "S3p": {
         | 
| 130065 130093 | 
             
                  "type": "structure",
         | 
| 130066 130094 | 
             
                  "members": {
         | 
| 130067 130095 | 
             
                    "taskDefinitionArn": {},
         | 
| 130068 130096 | 
             
                    "containerDefinitions": {
         | 
| 130069 | 
            -
                      "shape": " | 
| 130097 | 
            +
                      "shape": "S3q"
         | 
| 130070 130098 | 
             
                    },
         | 
| 130071 130099 | 
             
                    "family": {},
         | 
| 130072 130100 | 
             
                    "taskRoleArn": {},
         | 
| @@ -130076,36 +130104,36 @@ module.exports={ | |
| 130076 130104 | 
             
                      "type": "integer"
         | 
| 130077 130105 | 
             
                    },
         | 
| 130078 130106 | 
             
                    "volumes": {
         | 
| 130079 | 
            -
                      "shape": " | 
| 130107 | 
            +
                      "shape": "S4w"
         | 
| 130080 130108 | 
             
                    },
         | 
| 130081 130109 | 
             
                    "status": {},
         | 
| 130082 130110 | 
             
                    "requiresAttributes": {
         | 
| 130083 130111 | 
             
                      "type": "list",
         | 
| 130084 130112 | 
             
                      "member": {
         | 
| 130085 | 
            -
                        "shape": " | 
| 130113 | 
            +
                        "shape": "S3d"
         | 
| 130086 130114 | 
             
                      }
         | 
| 130087 130115 | 
             
                    },
         | 
| 130088 130116 | 
             
                    "placementConstraints": {
         | 
| 130089 | 
            -
                      "shape": " | 
| 130117 | 
            +
                      "shape": "S5a"
         | 
| 130090 130118 | 
             
                    },
         | 
| 130091 130119 | 
             
                    "compatibilities": {
         | 
| 130092 | 
            -
                      "shape": " | 
| 130120 | 
            +
                      "shape": "S5d"
         | 
| 130093 130121 | 
             
                    },
         | 
| 130094 130122 | 
             
                    "runtimePlatform": {
         | 
| 130095 | 
            -
                      "shape": " | 
| 130123 | 
            +
                      "shape": "S5f"
         | 
| 130096 130124 | 
             
                    },
         | 
| 130097 130125 | 
             
                    "requiresCompatibilities": {
         | 
| 130098 | 
            -
                      "shape": " | 
| 130126 | 
            +
                      "shape": "S5d"
         | 
| 130099 130127 | 
             
                    },
         | 
| 130100 130128 | 
             
                    "cpu": {},
         | 
| 130101 130129 | 
             
                    "memory": {},
         | 
| 130102 130130 | 
             
                    "inferenceAccelerators": {
         | 
| 130103 | 
            -
                      "shape": " | 
| 130131 | 
            +
                      "shape": "S5i"
         | 
| 130104 130132 | 
             
                    },
         | 
| 130105 130133 | 
             
                    "pidMode": {},
         | 
| 130106 130134 | 
             
                    "ipcMode": {},
         | 
| 130107 130135 | 
             
                    "proxyConfiguration": {
         | 
| 130108 | 
            -
                      "shape": " | 
| 130136 | 
            +
                      "shape": "S5m"
         | 
| 130109 130137 | 
             
                    },
         | 
| 130110 130138 | 
             
                    "registeredAt": {
         | 
| 130111 130139 | 
             
                      "type": "timestamp"
         | 
| @@ -130115,11 +130143,11 @@ module.exports={ | |
| 130115 130143 | 
             
                    },
         | 
| 130116 130144 | 
             
                    "registeredBy": {},
         | 
| 130117 130145 | 
             
                    "ephemeralStorage": {
         | 
| 130118 | 
            -
                      "shape": " | 
| 130146 | 
            +
                      "shape": "S5p"
         | 
| 130119 130147 | 
             
                    }
         | 
| 130120 130148 | 
             
                  }
         | 
| 130121 130149 | 
             
                },
         | 
| 130122 | 
            -
                " | 
| 130150 | 
            +
                "S3q": {
         | 
| 130123 130151 | 
             
                  "type": "list",
         | 
| 130124 130152 | 
             
                  "member": {
         | 
| 130125 130153 | 
             
                    "type": "structure",
         | 
| @@ -130145,7 +130173,7 @@ module.exports={ | |
| 130145 130173 | 
             
                        "type": "integer"
         | 
| 130146 130174 | 
             
                      },
         | 
| 130147 130175 | 
             
                      "links": {
         | 
| 130148 | 
            -
                        "shape": " | 
| 130176 | 
            +
                        "shape": "St"
         | 
| 130149 130177 | 
             
                      },
         | 
| 130150 130178 | 
             
                      "portMappings": {
         | 
| 130151 130179 | 
             
                        "type": "list",
         | 
| @@ -130169,16 +130197,16 @@ module.exports={ | |
| 130169 130197 | 
             
                        "type": "boolean"
         | 
| 130170 130198 | 
             
                      },
         | 
| 130171 130199 | 
             
                      "entryPoint": {
         | 
| 130172 | 
            -
                        "shape": " | 
| 130200 | 
            +
                        "shape": "St"
         | 
| 130173 130201 | 
             
                      },
         | 
| 130174 130202 | 
             
                      "command": {
         | 
| 130175 | 
            -
                        "shape": " | 
| 130203 | 
            +
                        "shape": "St"
         | 
| 130176 130204 | 
             
                      },
         | 
| 130177 130205 | 
             
                      "environment": {
         | 
| 130178 | 
            -
                        "shape": " | 
| 130206 | 
            +
                        "shape": "S3x"
         | 
| 130179 130207 | 
             
                      },
         | 
| 130180 130208 | 
             
                      "environmentFiles": {
         | 
| 130181 | 
            -
                        "shape": " | 
| 130209 | 
            +
                        "shape": "S3y"
         | 
| 130182 130210 | 
             
                      },
         | 
| 130183 130211 | 
             
                      "mountPoints": {
         | 
| 130184 130212 | 
             
                        "type": "list",
         | 
| @@ -130212,10 +130240,10 @@ module.exports={ | |
| 130212 130240 | 
             
                            "type": "structure",
         | 
| 130213 130241 | 
             
                            "members": {
         | 
| 130214 130242 | 
             
                              "add": {
         | 
| 130215 | 
            -
                                "shape": " | 
| 130243 | 
            +
                                "shape": "St"
         | 
| 130216 130244 | 
             
                              },
         | 
| 130217 130245 | 
             
                              "drop": {
         | 
| 130218 | 
            -
                                "shape": " | 
| 130246 | 
            +
                                "shape": "St"
         | 
| 130219 130247 | 
             
                              }
         | 
| 130220 130248 | 
             
                            }
         | 
| 130221 130249 | 
             
                          },
         | 
| @@ -130256,7 +130284,7 @@ module.exports={ | |
| 130256 130284 | 
             
                                  "type": "integer"
         | 
| 130257 130285 | 
             
                                },
         | 
| 130258 130286 | 
             
                                "mountOptions": {
         | 
| 130259 | 
            -
                                  "shape": " | 
| 130287 | 
            +
                                  "shape": "St"
         | 
| 130260 130288 | 
             
                                }
         | 
| 130261 130289 | 
             
                              }
         | 
| 130262 130290 | 
             
                            }
         | 
| @@ -130270,7 +130298,7 @@ module.exports={ | |
| 130270 130298 | 
             
                        }
         | 
| 130271 130299 | 
             
                      },
         | 
| 130272 130300 | 
             
                      "secrets": {
         | 
| 130273 | 
            -
                        "shape": " | 
| 130301 | 
            +
                        "shape": "S28"
         | 
| 130274 130302 | 
             
                      },
         | 
| 130275 130303 | 
             
                      "dependsOn": {
         | 
| 130276 130304 | 
             
                        "type": "list",
         | 
| @@ -130305,10 +130333,10 @@ module.exports={ | |
| 130305 130333 | 
             
                        "type": "boolean"
         | 
| 130306 130334 | 
             
                      },
         | 
| 130307 130335 | 
             
                      "dnsServers": {
         | 
| 130308 | 
            -
                        "shape": " | 
| 130336 | 
            +
                        "shape": "St"
         | 
| 130309 130337 | 
             
                      },
         | 
| 130310 130338 | 
             
                      "dnsSearchDomains": {
         | 
| 130311 | 
            -
                        "shape": " | 
| 130339 | 
            +
                        "shape": "St"
         | 
| 130312 130340 | 
             
                      },
         | 
| 130313 130341 | 
             
                      "extraHosts": {
         | 
| 130314 130342 | 
             
                        "type": "list",
         | 
| @@ -130325,7 +130353,7 @@ module.exports={ | |
| 130325 130353 | 
             
                        }
         | 
| 130326 130354 | 
             
                      },
         | 
| 130327 130355 | 
             
                      "dockerSecurityOptions": {
         | 
| 130328 | 
            -
                        "shape": " | 
| 130356 | 
            +
                        "shape": "St"
         | 
| 130329 130357 | 
             
                      },
         | 
| 130330 130358 | 
             
                      "interactive": {
         | 
| 130331 130359 | 
             
                        "type": "boolean"
         | 
| @@ -130359,7 +130387,7 @@ module.exports={ | |
| 130359 130387 | 
             
                        }
         | 
| 130360 130388 | 
             
                      },
         | 
| 130361 130389 | 
             
                      "logConfiguration": {
         | 
| 130362 | 
            -
                        "shape": " | 
| 130390 | 
            +
                        "shape": "S25"
         | 
| 130363 130391 | 
             
                      },
         | 
| 130364 130392 | 
             
                      "healthCheck": {
         | 
| 130365 130393 | 
             
                        "type": "structure",
         | 
| @@ -130368,7 +130396,7 @@ module.exports={ | |
| 130368 130396 | 
             
                        ],
         | 
| 130369 130397 | 
             
                        "members": {
         | 
| 130370 130398 | 
             
                          "command": {
         | 
| 130371 | 
            -
                            "shape": " | 
| 130399 | 
            +
                            "shape": "St"
         | 
| 130372 130400 | 
             
                          },
         | 
| 130373 130401 | 
             
                          "interval": {
         | 
| 130374 130402 | 
             
                            "type": "integer"
         | 
| @@ -130395,7 +130423,7 @@ module.exports={ | |
| 130395 130423 | 
             
                        }
         | 
| 130396 130424 | 
             
                      },
         | 
| 130397 130425 | 
             
                      "resourceRequirements": {
         | 
| 130398 | 
            -
                        "shape": " | 
| 130426 | 
            +
                        "shape": "S4p"
         | 
| 130399 130427 | 
             
                      },
         | 
| 130400 130428 | 
             
                      "firelensConfiguration": {
         | 
| 130401 130429 | 
             
                        "type": "structure",
         | 
| @@ -130412,18 +130440,18 @@ module.exports={ | |
| 130412 130440 | 
             
                        }
         | 
| 130413 130441 | 
             
                      },
         | 
| 130414 130442 | 
             
                      "credentialSpecs": {
         | 
| 130415 | 
            -
                        "shape": " | 
| 130443 | 
            +
                        "shape": "St"
         | 
| 130416 130444 | 
             
                      }
         | 
| 130417 130445 | 
             
                    }
         | 
| 130418 130446 | 
             
                  }
         | 
| 130419 130447 | 
             
                },
         | 
| 130420 | 
            -
                " | 
| 130448 | 
            +
                "S3x": {
         | 
| 130421 130449 | 
             
                  "type": "list",
         | 
| 130422 130450 | 
             
                  "member": {
         | 
| 130423 | 
            -
                    "shape": " | 
| 130451 | 
            +
                    "shape": "S13"
         | 
| 130424 130452 | 
             
                  }
         | 
| 130425 130453 | 
             
                },
         | 
| 130426 | 
            -
                " | 
| 130454 | 
            +
                "S3y": {
         | 
| 130427 130455 | 
             
                  "type": "list",
         | 
| 130428 130456 | 
             
                  "member": {
         | 
| 130429 130457 | 
             
                    "type": "structure",
         | 
| @@ -130437,7 +130465,7 @@ module.exports={ | |
| 130437 130465 | 
             
                    }
         | 
| 130438 130466 | 
             
                  }
         | 
| 130439 130467 | 
             
                },
         | 
| 130440 | 
            -
                " | 
| 130468 | 
            +
                "S4p": {
         | 
| 130441 130469 | 
             
                  "type": "list",
         | 
| 130442 130470 | 
             
                  "member": {
         | 
| 130443 130471 | 
             
                    "type": "structure",
         | 
| @@ -130451,7 +130479,7 @@ module.exports={ | |
| 130451 130479 | 
             
                    }
         | 
| 130452 130480 | 
             
                  }
         | 
| 130453 130481 | 
             
                },
         | 
| 130454 | 
            -
                " | 
| 130482 | 
            +
                "S4w": {
         | 
| 130455 130483 | 
             
                  "type": "list",
         | 
| 130456 130484 | 
             
                  "member": {
         | 
| 130457 130485 | 
             
                    "type": "structure",
         | 
| @@ -130472,10 +130500,10 @@ module.exports={ | |
| 130472 130500 | 
             
                          },
         | 
| 130473 130501 | 
             
                          "driver": {},
         | 
| 130474 130502 | 
             
                          "driverOpts": {
         | 
| 130475 | 
            -
                            "shape": " | 
| 130503 | 
            +
                            "shape": "S51"
         | 
| 130476 130504 | 
             
                          },
         | 
| 130477 130505 | 
             
                          "labels": {
         | 
| 130478 | 
            -
                            "shape": " | 
| 130506 | 
            +
                            "shape": "S51"
         | 
| 130479 130507 | 
             
                          }
         | 
| 130480 130508 | 
             
                        }
         | 
| 130481 130509 | 
             
                      },
         | 
| @@ -130529,12 +130557,12 @@ module.exports={ | |
| 130529 130557 | 
             
                    }
         | 
| 130530 130558 | 
             
                  }
         | 
| 130531 130559 | 
             
                },
         | 
| 130532 | 
            -
                " | 
| 130560 | 
            +
                "S51": {
         | 
| 130533 130561 | 
             
                  "type": "map",
         | 
| 130534 130562 | 
             
                  "key": {},
         | 
| 130535 130563 | 
             
                  "value": {}
         | 
| 130536 130564 | 
             
                },
         | 
| 130537 | 
            -
                " | 
| 130565 | 
            +
                "S5a": {
         | 
| 130538 130566 | 
             
                  "type": "list",
         | 
| 130539 130567 | 
             
                  "member": {
         | 
| 130540 130568 | 
             
                    "type": "structure",
         | 
| @@ -130544,18 +130572,18 @@ module.exports={ | |
| 130544 130572 | 
             
                    }
         | 
| 130545 130573 | 
             
                  }
         | 
| 130546 130574 | 
             
                },
         | 
| 130547 | 
            -
                " | 
| 130575 | 
            +
                "S5d": {
         | 
| 130548 130576 | 
             
                  "type": "list",
         | 
| 130549 130577 | 
             
                  "member": {}
         | 
| 130550 130578 | 
             
                },
         | 
| 130551 | 
            -
                " | 
| 130579 | 
            +
                "S5f": {
         | 
| 130552 130580 | 
             
                  "type": "structure",
         | 
| 130553 130581 | 
             
                  "members": {
         | 
| 130554 130582 | 
             
                    "cpuArchitecture": {},
         | 
| 130555 130583 | 
             
                    "operatingSystemFamily": {}
         | 
| 130556 130584 | 
             
                  }
         | 
| 130557 130585 | 
             
                },
         | 
| 130558 | 
            -
                " | 
| 130586 | 
            +
                "S5i": {
         | 
| 130559 130587 | 
             
                  "type": "list",
         | 
| 130560 130588 | 
             
                  "member": {
         | 
| 130561 130589 | 
             
                    "type": "structure",
         | 
| @@ -130569,7 +130597,7 @@ module.exports={ | |
| 130569 130597 | 
             
                    }
         | 
| 130570 130598 | 
             
                  }
         | 
| 130571 130599 | 
             
                },
         | 
| 130572 | 
            -
                " | 
| 130600 | 
            +
                "S5m": {
         | 
| 130573 130601 | 
             
                  "type": "structure",
         | 
| 130574 130602 | 
             
                  "required": [
         | 
| 130575 130603 | 
             
                    "containerName"
         | 
| @@ -130580,12 +130608,12 @@ module.exports={ | |
| 130580 130608 | 
             
                    "properties": {
         | 
| 130581 130609 | 
             
                      "type": "list",
         | 
| 130582 130610 | 
             
                      "member": {
         | 
| 130583 | 
            -
                        "shape": " | 
| 130611 | 
            +
                        "shape": "S13"
         | 
| 130584 130612 | 
             
                      }
         | 
| 130585 130613 | 
             
                    }
         | 
| 130586 130614 | 
             
                  }
         | 
| 130587 130615 | 
             
                },
         | 
| 130588 | 
            -
                " | 
| 130616 | 
            +
                "S5p": {
         | 
| 130589 130617 | 
             
                  "type": "structure",
         | 
| 130590 130618 | 
             
                  "required": [
         | 
| 130591 130619 | 
             
                    "sizeInGiB"
         | 
| @@ -130596,7 +130624,7 @@ module.exports={ | |
| 130596 130624 | 
             
                    }
         | 
| 130597 130625 | 
             
                  }
         | 
| 130598 130626 | 
             
                },
         | 
| 130599 | 
            -
                " | 
| 130627 | 
            +
                "S5q": {
         | 
| 130600 130628 | 
             
                  "type": "list",
         | 
| 130601 130629 | 
             
                  "member": {
         | 
| 130602 130630 | 
             
                    "type": "structure",
         | 
| @@ -130607,7 +130635,7 @@ module.exports={ | |
| 130607 130635 | 
             
                    }
         | 
| 130608 130636 | 
             
                  }
         | 
| 130609 130637 | 
             
                },
         | 
| 130610 | 
            -
                " | 
| 130638 | 
            +
                "S5w": {
         | 
| 130611 130639 | 
             
                  "type": "structure",
         | 
| 130612 130640 | 
             
                  "members": {
         | 
| 130613 130641 | 
             
                    "containerInstanceArn": {},
         | 
| @@ -130617,13 +130645,13 @@ module.exports={ | |
| 130617 130645 | 
             
                      "type": "long"
         | 
| 130618 130646 | 
             
                    },
         | 
| 130619 130647 | 
             
                    "versionInfo": {
         | 
| 130620 | 
            -
                      "shape": " | 
| 130648 | 
            +
                      "shape": "S5y"
         | 
| 130621 130649 | 
             
                    },
         | 
| 130622 130650 | 
             
                    "remainingResources": {
         | 
| 130623 | 
            -
                      "shape": " | 
| 130651 | 
            +
                      "shape": "S5z"
         | 
| 130624 130652 | 
             
                    },
         | 
| 130625 130653 | 
             
                    "registeredResources": {
         | 
| 130626 | 
            -
                      "shape": " | 
| 130654 | 
            +
                      "shape": "S5z"
         | 
| 130627 130655 | 
             
                    },
         | 
| 130628 130656 | 
             
                    "status": {},
         | 
| 130629 130657 | 
             
                    "statusReason": {},
         | 
| @@ -130638,13 +130666,13 @@ module.exports={ | |
| 130638 130666 | 
             
                    },
         | 
| 130639 130667 | 
             
                    "agentUpdateStatus": {},
         | 
| 130640 130668 | 
             
                    "attributes": {
         | 
| 130641 | 
            -
                      "shape": " | 
| 130669 | 
            +
                      "shape": "S3c"
         | 
| 130642 130670 | 
             
                    },
         | 
| 130643 130671 | 
             
                    "registeredAt": {
         | 
| 130644 130672 | 
             
                      "type": "timestamp"
         | 
| 130645 130673 | 
             
                    },
         | 
| 130646 130674 | 
             
                    "attachments": {
         | 
| 130647 | 
            -
                      "shape": " | 
| 130675 | 
            +
                      "shape": "S14"
         | 
| 130648 130676 | 
             
                    },
         | 
| 130649 130677 | 
             
                    "tags": {
         | 
| 130650 130678 | 
             
                      "shape": "Sb"
         | 
| @@ -130673,7 +130701,7 @@ module.exports={ | |
| 130673 130701 | 
             
                    }
         | 
| 130674 130702 | 
             
                  }
         | 
| 130675 130703 | 
             
                },
         | 
| 130676 | 
            -
                " | 
| 130704 | 
            +
                "S5y": {
         | 
| 130677 130705 | 
             
                  "type": "structure",
         | 
| 130678 130706 | 
             
                  "members": {
         | 
| 130679 130707 | 
             
                    "agentVersion": {},
         | 
| @@ -130681,7 +130709,7 @@ module.exports={ | |
| 130681 130709 | 
             
                    "dockerVersion": {}
         | 
| 130682 130710 | 
             
                  }
         | 
| 130683 130711 | 
             
                },
         | 
| 130684 | 
            -
                " | 
| 130712 | 
            +
                "S5z": {
         | 
| 130685 130713 | 
             
                  "type": "list",
         | 
| 130686 130714 | 
             
                  "member": {
         | 
| 130687 130715 | 
             
                    "type": "structure",
         | 
| @@ -130698,31 +130726,31 @@ module.exports={ | |
| 130698 130726 | 
             
                        "type": "integer"
         | 
| 130699 130727 | 
             
                      },
         | 
| 130700 130728 | 
             
                      "stringSetValue": {
         | 
| 130701 | 
            -
                        "shape": " | 
| 130729 | 
            +
                        "shape": "St"
         | 
| 130702 130730 | 
             
                      }
         | 
| 130703 130731 | 
             
                    }
         | 
| 130704 130732 | 
             
                  }
         | 
| 130705 130733 | 
             
                },
         | 
| 130706 | 
            -
                " | 
| 130734 | 
            +
                "S6n": {
         | 
| 130707 130735 | 
             
                  "type": "list",
         | 
| 130708 130736 | 
             
                  "member": {
         | 
| 130709 | 
            -
                    "shape": " | 
| 130737 | 
            +
                    "shape": "S5w"
         | 
| 130710 130738 | 
             
                  }
         | 
| 130711 130739 | 
             
                },
         | 
| 130712 | 
            -
                " | 
| 130740 | 
            +
                "S75": {
         | 
| 130713 130741 | 
             
                  "type": "list",
         | 
| 130714 130742 | 
             
                  "member": {
         | 
| 130715 | 
            -
                    "shape": " | 
| 130743 | 
            +
                    "shape": "S76"
         | 
| 130716 130744 | 
             
                  }
         | 
| 130717 130745 | 
             
                },
         | 
| 130718 | 
            -
                " | 
| 130746 | 
            +
                "S76": {
         | 
| 130719 130747 | 
             
                  "type": "structure",
         | 
| 130720 130748 | 
             
                  "members": {
         | 
| 130721 130749 | 
             
                    "attachments": {
         | 
| 130722 | 
            -
                      "shape": " | 
| 130750 | 
            +
                      "shape": "S14"
         | 
| 130723 130751 | 
             
                    },
         | 
| 130724 130752 | 
             
                    "attributes": {
         | 
| 130725 | 
            -
                      "shape": " | 
| 130753 | 
            +
                      "shape": "S3c"
         | 
| 130726 130754 | 
             
                    },
         | 
| 130727 130755 | 
             
                    "availabilityZone": {},
         | 
| 130728 130756 | 
             
                    "capacityProviderName": {},
         | 
| @@ -130749,7 +130777,7 @@ module.exports={ | |
| 130749 130777 | 
             
                          },
         | 
| 130750 130778 | 
             
                          "reason": {},
         | 
| 130751 130779 | 
             
                          "networkBindings": {
         | 
| 130752 | 
            -
                            "shape": " | 
| 130780 | 
            +
                            "shape": "S7a"
         | 
| 130753 130781 | 
             
                          },
         | 
| 130754 130782 | 
             
                          "networkInterfaces": {
         | 
| 130755 130783 | 
             
                            "type": "list",
         | 
| @@ -130801,13 +130829,13 @@ module.exports={ | |
| 130801 130829 | 
             
                    "group": {},
         | 
| 130802 130830 | 
             
                    "healthStatus": {},
         | 
| 130803 130831 | 
             
                    "inferenceAccelerators": {
         | 
| 130804 | 
            -
                      "shape": " | 
| 130832 | 
            +
                      "shape": "S5i"
         | 
| 130805 130833 | 
             
                    },
         | 
| 130806 130834 | 
             
                    "lastStatus": {},
         | 
| 130807 130835 | 
             
                    "launchType": {},
         | 
| 130808 130836 | 
             
                    "memory": {},
         | 
| 130809 130837 | 
             
                    "overrides": {
         | 
| 130810 | 
            -
                      "shape": " | 
| 130838 | 
            +
                      "shape": "S7j"
         | 
| 130811 130839 | 
             
                    },
         | 
| 130812 130840 | 
             
                    "platformVersion": {},
         | 
| 130813 130841 | 
             
                    "platformFamily": {},
         | 
| @@ -130838,11 +130866,20 @@ module.exports={ | |
| 130838 130866 | 
             
                      "type": "long"
         | 
| 130839 130867 | 
             
                    },
         | 
| 130840 130868 | 
             
                    "ephemeralStorage": {
         | 
| 130841 | 
            -
                      "shape": " | 
| 130869 | 
            +
                      "shape": "S5p"
         | 
| 130870 | 
            +
                    },
         | 
| 130871 | 
            +
                    "fargateEphemeralStorage": {
         | 
| 130872 | 
            +
                      "type": "structure",
         | 
| 130873 | 
            +
                      "members": {
         | 
| 130874 | 
            +
                        "sizeInGiB": {
         | 
| 130875 | 
            +
                          "type": "integer"
         | 
| 130876 | 
            +
                        },
         | 
| 130877 | 
            +
                        "kmsKeyId": {}
         | 
| 130878 | 
            +
                      }
         | 
| 130842 130879 | 
             
                    }
         | 
| 130843 130880 | 
             
                  }
         | 
| 130844 130881 | 
             
                },
         | 
| 130845 | 
            -
                " | 
| 130882 | 
            +
                "S7a": {
         | 
| 130846 130883 | 
             
                  "type": "list",
         | 
| 130847 130884 | 
             
                  "member": {
         | 
| 130848 130885 | 
             
                    "type": "structure",
         | 
| @@ -130860,7 +130897,7 @@ module.exports={ | |
| 130860 130897 | 
             
                    }
         | 
| 130861 130898 | 
             
                  }
         | 
| 130862 130899 | 
             
                },
         | 
| 130863 | 
            -
                " | 
| 130900 | 
            +
                "S7j": {
         | 
| 130864 130901 | 
             
                  "type": "structure",
         | 
| 130865 130902 | 
             
                  "members": {
         | 
| 130866 130903 | 
             
                    "containerOverrides": {
         | 
| @@ -130870,13 +130907,13 @@ module.exports={ | |
| 130870 130907 | 
             
                        "members": {
         | 
| 130871 130908 | 
             
                          "name": {},
         | 
| 130872 130909 | 
             
                          "command": {
         | 
| 130873 | 
            -
                            "shape": " | 
| 130910 | 
            +
                            "shape": "St"
         | 
| 130874 130911 | 
             
                          },
         | 
| 130875 130912 | 
             
                          "environment": {
         | 
| 130876 | 
            -
                            "shape": " | 
| 130913 | 
            +
                            "shape": "S3x"
         | 
| 130877 130914 | 
             
                          },
         | 
| 130878 130915 | 
             
                          "environmentFiles": {
         | 
| 130879 | 
            -
                            "shape": " | 
| 130916 | 
            +
                            "shape": "S3y"
         | 
| 130880 130917 | 
             
                          },
         | 
| 130881 130918 | 
             
                          "cpu": {
         | 
| 130882 130919 | 
             
                            "type": "integer"
         | 
| @@ -130888,7 +130925,7 @@ module.exports={ | |
| 130888 130925 | 
             
                            "type": "integer"
         | 
| 130889 130926 | 
             
                          },
         | 
| 130890 130927 | 
             
                          "resourceRequirements": {
         | 
| 130891 | 
            -
                            "shape": " | 
| 130928 | 
            +
                            "shape": "S4p"
         | 
| 130892 130929 | 
             
                          }
         | 
| 130893 130930 | 
             
                        }
         | 
| 130894 130931 | 
             
                      }
         | 
| @@ -130908,11 +130945,11 @@ module.exports={ | |
| 130908 130945 | 
             
                    "memory": {},
         | 
| 130909 130946 | 
             
                    "taskRoleArn": {},
         | 
| 130910 130947 | 
             
                    "ephemeralStorage": {
         | 
| 130911 | 
            -
                      "shape": " | 
| 130948 | 
            +
                      "shape": "S5p"
         | 
| 130912 130949 | 
             
                    }
         | 
| 130913 130950 | 
             
                  }
         | 
| 130914 130951 | 
             
                },
         | 
| 130915 | 
            -
                " | 
| 130952 | 
            +
                "S7y": {
         | 
| 130916 130953 | 
             
                  "type": "list",
         | 
| 130917 130954 | 
             
                  "member": {
         | 
| 130918 130955 | 
             
                    "type": "structure",
         | 
| @@ -130927,7 +130964,7 @@ module.exports={ | |
| 130927 130964 | 
             
                    }
         | 
| 130928 130965 | 
             
                  }
         | 
| 130929 130966 | 
             
                },
         | 
| 130930 | 
            -
                " | 
| 130967 | 
            +
                "S95": {
         | 
| 130931 130968 | 
             
                  "type": "list",
         | 
| 130932 130969 | 
             
                  "member": {
         | 
| 130933 130970 | 
             
                    "type": "structure",
         | 
| @@ -130958,7 +130995,7 @@ module.exports={ | |
| 130958 130995 | 
             
                            "type": "integer"
         | 
| 130959 130996 | 
             
                          },
         | 
| 130960 130997 | 
             
                          "tagSpecifications": {
         | 
| 130961 | 
            -
                            "shape": " | 
| 130998 | 
            +
                            "shape": "S2i"
         | 
| 130962 130999 | 
             
                          },
         | 
| 130963 131000 | 
             
                          "roleArn": {},
         | 
| 130964 131001 | 
             
                          "terminationPolicy": {
         | 
| @@ -130978,7 +131015,7 @@ module.exports={ | |
| 130978 131015 | 
             
                    }
         | 
| 130979 131016 | 
             
                  }
         | 
| 130980 131017 | 
             
                },
         | 
| 130981 | 
            -
                " | 
| 131018 | 
            +
                "S9f": {
         | 
| 130982 131019 | 
             
                  "type": "list",
         | 
| 130983 131020 | 
             
                  "member": {
         | 
| 130984 131021 | 
             
                    "type": "structure",
         | 
| @@ -197644,6 +197681,10 @@ module.exports={ | |
| 197644 197681 | 
             
              },
         | 
| 197645 197682 | 
             
              "taxsettings": {
         | 
| 197646 197683 | 
             
                "name": "TaxSettings"
         | 
| 197684 | 
            +
              },
         | 
| 197685 | 
            +
              "applicationsignals": {
         | 
| 197686 | 
            +
                "prefix": "application-signals",
         | 
| 197687 | 
            +
                "name": "ApplicationSignals"
         | 
| 197647 197688 | 
             
              }
         | 
| 197648 197689 | 
             
            }
         | 
| 197649 197690 | 
             
            },{}],169:[function(require,module,exports){
         | 
| @@ -275563,7 +275604,7 @@ AWS.util.update(AWS, { | |
| 275563 275604 | 
             
              /**
         | 
| 275564 275605 | 
             
               * @constant
         | 
| 275565 275606 | 
             
               */
         | 
| 275566 | 
            -
              VERSION: '2. | 
| 275607 | 
            +
              VERSION: '2.1638.0',
         | 
| 275567 275608 |  | 
| 275568 275609 | 
             
              /**
         | 
| 275569 275610 | 
             
               * @api private
         | 
| @@ -297825,7 +297866,7 @@ var LRUCache = /** @class */ (function () { | |
| 297825 297866 | 
             
            }());
         | 
| 297826 297867 | 
             
            exports.LRUCache = LRUCache;
         | 
| 297827 297868 | 
             
            },{}],467:[function(require,module,exports){
         | 
| 297828 | 
            -
            // AWS SDK for JavaScript v2. | 
| 297869 | 
            +
            // AWS SDK for JavaScript v2.1638.0
         | 
| 297829 297870 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 297830 297871 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 297831 297872 | 
             
            require('./browser_loader');
         |