aws-sdk 2.1360.0 → 2.1362.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +32 -28
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +2 -1
- package/apis/chime-sdk-meetings-2021-07-15.min.json +3 -1
- package/apis/comprehend-2017-11-27.min.json +181 -154
- package/apis/guardduty-2017-11-28.min.json +106 -53
- package/apis/iot-2015-05-28.min.json +1 -1
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/ram-2018-01-04.min.json +396 -66
- package/apis/ram-2018-01-04.paginators.json +10 -0
- package/apis/s3-2006-03-01.examples.json +94 -94
- package/apis/sagemaker-2017-07-24.min.json +710 -703
- package/apis/secretsmanager-2017-10-17.examples.json +32 -0
- package/apis/securityhub-2018-10-26.examples.json +1516 -0
- package/apis/snowball-2016-06-30.min.json +79 -52
- package/apis/wafv2-2019-07-29.min.json +159 -73
- package/clients/chime.d.ts +94 -42
- package/clients/chimesdkmediapipelines.d.ts +14 -10
- package/clients/chimesdkmeetings.d.ts +33 -24
- package/clients/comprehend.d.ts +45 -5
- package/clients/ecs.d.ts +7 -7
- package/clients/gamelift.d.ts +240 -240
- package/clients/guardduty.d.ts +61 -4
- package/clients/iot.d.ts +1 -1
- package/clients/ram.d.ts +538 -91
- package/clients/rds.d.ts +16 -16
- package/clients/s3.d.ts +117 -117
- package/clients/sagemaker.d.ts +53 -39
- package/clients/secretsmanager.d.ts +10 -10
- package/clients/snowball.d.ts +56 -9
- package/clients/wafv2.d.ts +120 -10
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +197 -158
- package/dist/aws-sdk.min.js +82 -82
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -1692,19 +1692,8 @@ | |
| 1692 1692 | 
             
                                            "locationName": "publicIp"
         | 
| 1693 1693 | 
             
                                          },
         | 
| 1694 1694 | 
             
                                          "SecurityGroups": {
         | 
| 1695 | 
            -
                                            " | 
| 1696 | 
            -
                                            " | 
| 1697 | 
            -
                                            "member": {
         | 
| 1698 | 
            -
                                              "type": "structure",
         | 
| 1699 | 
            -
                                              "members": {
         | 
| 1700 | 
            -
                                                "GroupId": {
         | 
| 1701 | 
            -
                                                  "locationName": "groupId"
         | 
| 1702 | 
            -
                                                },
         | 
| 1703 | 
            -
                                                "GroupName": {
         | 
| 1704 | 
            -
                                                  "locationName": "groupName"
         | 
| 1705 | 
            -
                                                }
         | 
| 1706 | 
            -
                                              }
         | 
| 1707 | 
            -
                                            }
         | 
| 1695 | 
            +
                                            "shape": "S5t",
         | 
| 1696 | 
            +
                                            "locationName": "securityGroups"
         | 
| 1708 1697 | 
             
                                          },
         | 
| 1709 1698 | 
             
                                          "SubnetId": {
         | 
| 1710 1699 | 
             
                                            "locationName": "subnetId"
         | 
| @@ -1956,6 +1945,56 @@ | |
| 1956 1945 | 
             
                                      "locationName": "authMethod"
         | 
| 1957 1946 | 
             
                                    }
         | 
| 1958 1947 | 
             
                                  }
         | 
| 1948 | 
            +
                                },
         | 
| 1949 | 
            +
                                "LambdaDetails": {
         | 
| 1950 | 
            +
                                  "locationName": "lambdaDetails",
         | 
| 1951 | 
            +
                                  "type": "structure",
         | 
| 1952 | 
            +
                                  "members": {
         | 
| 1953 | 
            +
                                    "FunctionArn": {
         | 
| 1954 | 
            +
                                      "locationName": "functionArn"
         | 
| 1955 | 
            +
                                    },
         | 
| 1956 | 
            +
                                    "FunctionName": {
         | 
| 1957 | 
            +
                                      "locationName": "functionName"
         | 
| 1958 | 
            +
                                    },
         | 
| 1959 | 
            +
                                    "Description": {
         | 
| 1960 | 
            +
                                      "locationName": "description"
         | 
| 1961 | 
            +
                                    },
         | 
| 1962 | 
            +
                                    "LastModifiedAt": {
         | 
| 1963 | 
            +
                                      "locationName": "lastModifiedAt",
         | 
| 1964 | 
            +
                                      "type": "timestamp"
         | 
| 1965 | 
            +
                                    },
         | 
| 1966 | 
            +
                                    "RevisionId": {
         | 
| 1967 | 
            +
                                      "locationName": "revisionId"
         | 
| 1968 | 
            +
                                    },
         | 
| 1969 | 
            +
                                    "FunctionVersion": {
         | 
| 1970 | 
            +
                                      "locationName": "functionVersion"
         | 
| 1971 | 
            +
                                    },
         | 
| 1972 | 
            +
                                    "Role": {
         | 
| 1973 | 
            +
                                      "locationName": "role"
         | 
| 1974 | 
            +
                                    },
         | 
| 1975 | 
            +
                                    "VpcConfig": {
         | 
| 1976 | 
            +
                                      "locationName": "vpcConfig",
         | 
| 1977 | 
            +
                                      "type": "structure",
         | 
| 1978 | 
            +
                                      "members": {
         | 
| 1979 | 
            +
                                        "SubnetIds": {
         | 
| 1980 | 
            +
                                          "locationName": "subnetIds",
         | 
| 1981 | 
            +
                                          "type": "list",
         | 
| 1982 | 
            +
                                          "member": {}
         | 
| 1983 | 
            +
                                        },
         | 
| 1984 | 
            +
                                        "VpcId": {
         | 
| 1985 | 
            +
                                          "locationName": "vpcId"
         | 
| 1986 | 
            +
                                        },
         | 
| 1987 | 
            +
                                        "SecurityGroups": {
         | 
| 1988 | 
            +
                                          "shape": "S5t",
         | 
| 1989 | 
            +
                                          "locationName": "securityGroups"
         | 
| 1990 | 
            +
                                        }
         | 
| 1991 | 
            +
                                      }
         | 
| 1992 | 
            +
                                    },
         | 
| 1993 | 
            +
                                    "Tags": {
         | 
| 1994 | 
            +
                                      "shape": "S5c",
         | 
| 1995 | 
            +
                                      "locationName": "tags"
         | 
| 1996 | 
            +
                                    }
         | 
| 1997 | 
            +
                                  }
         | 
| 1959 1998 | 
             
                                }
         | 
| 1960 1999 | 
             
                              }
         | 
| 1961 2000 | 
             
                            },
         | 
| @@ -1999,7 +2038,7 @@ | |
| 1999 2038 | 
             
                                          "locationName": "userAgent"
         | 
| 2000 2039 | 
             
                                        },
         | 
| 2001 2040 | 
             
                                        "RemoteIpDetails": {
         | 
| 2002 | 
            -
                                          "shape": " | 
| 2041 | 
            +
                                          "shape": "S6m",
         | 
| 2003 2042 | 
             
                                          "locationName": "remoteIpDetails"
         | 
| 2004 2043 | 
             
                                        },
         | 
| 2005 2044 | 
             
                                        "ServiceName": {
         | 
| @@ -2054,18 +2093,18 @@ | |
| 2054 2093 | 
             
                                          "locationName": "connectionDirection"
         | 
| 2055 2094 | 
             
                                        },
         | 
| 2056 2095 | 
             
                                        "LocalPortDetails": {
         | 
| 2057 | 
            -
                                          "shape": " | 
| 2096 | 
            +
                                          "shape": "S6v",
         | 
| 2058 2097 | 
             
                                          "locationName": "localPortDetails"
         | 
| 2059 2098 | 
             
                                        },
         | 
| 2060 2099 | 
             
                                        "Protocol": {
         | 
| 2061 2100 | 
             
                                          "locationName": "protocol"
         | 
| 2062 2101 | 
             
                                        },
         | 
| 2063 2102 | 
             
                                        "LocalIpDetails": {
         | 
| 2064 | 
            -
                                          "shape": " | 
| 2103 | 
            +
                                          "shape": "S6w",
         | 
| 2065 2104 | 
             
                                          "locationName": "localIpDetails"
         | 
| 2066 2105 | 
             
                                        },
         | 
| 2067 2106 | 
             
                                        "RemoteIpDetails": {
         | 
| 2068 | 
            -
                                          "shape": " | 
| 2107 | 
            +
                                          "shape": "S6m",
         | 
| 2069 2108 | 
             
                                          "locationName": "remoteIpDetails"
         | 
| 2070 2109 | 
             
                                        },
         | 
| 2071 2110 | 
             
                                        "RemotePortDetails": {
         | 
| @@ -2098,15 +2137,15 @@ | |
| 2098 2137 | 
             
                                            "type": "structure",
         | 
| 2099 2138 | 
             
                                            "members": {
         | 
| 2100 2139 | 
             
                                              "LocalPortDetails": {
         | 
| 2101 | 
            -
                                                "shape": " | 
| 2140 | 
            +
                                                "shape": "S6v",
         | 
| 2102 2141 | 
             
                                                "locationName": "localPortDetails"
         | 
| 2103 2142 | 
             
                                              },
         | 
| 2104 2143 | 
             
                                              "LocalIpDetails": {
         | 
| 2105 | 
            -
                                                "shape": " | 
| 2144 | 
            +
                                                "shape": "S6w",
         | 
| 2106 2145 | 
             
                                                "locationName": "localIpDetails"
         | 
| 2107 2146 | 
             
                                              },
         | 
| 2108 2147 | 
             
                                              "RemoteIpDetails": {
         | 
| 2109 | 
            -
                                                "shape": " | 
| 2148 | 
            +
                                                "shape": "S6m",
         | 
| 2110 2149 | 
             
                                                "locationName": "remoteIpDetails"
         | 
| 2111 2150 | 
             
                                              }
         | 
| 2112 2151 | 
             
                                            }
         | 
| @@ -2133,7 +2172,7 @@ | |
| 2133 2172 | 
             
                                          "locationName": "userAgent"
         | 
| 2134 2173 | 
             
                                        },
         | 
| 2135 2174 | 
             
                                        "RemoteIpDetails": {
         | 
| 2136 | 
            -
                                          "shape": " | 
| 2175 | 
            +
                                          "shape": "S6m",
         | 
| 2137 2176 | 
             
                                          "locationName": "remoteIpDetails"
         | 
| 2138 2177 | 
             
                                        },
         | 
| 2139 2178 | 
             
                                        "StatusCode": {
         | 
| @@ -2150,7 +2189,7 @@ | |
| 2150 2189 | 
             
                                      "type": "structure",
         | 
| 2151 2190 | 
             
                                      "members": {
         | 
| 2152 2191 | 
             
                                        "RemoteIpDetails": {
         | 
| 2153 | 
            -
                                          "shape": " | 
| 2192 | 
            +
                                          "shape": "S6m",
         | 
| 2154 2193 | 
             
                                          "locationName": "remoteIpDetails"
         | 
| 2155 2194 | 
             
                                        },
         | 
| 2156 2195 | 
             
                                        "LoginAttributes": {
         | 
| @@ -2381,7 +2420,7 @@ | |
| 2381 2420 | 
             
                                  "type": "structure",
         | 
| 2382 2421 | 
             
                                  "members": {
         | 
| 2383 2422 | 
             
                                    "Process": {
         | 
| 2384 | 
            -
                                      "shape": " | 
| 2423 | 
            +
                                      "shape": "S7n",
         | 
| 2385 2424 | 
             
                                      "locationName": "process"
         | 
| 2386 2425 | 
             
                                    },
         | 
| 2387 2426 | 
             
                                    "Context": {
         | 
| @@ -2389,7 +2428,7 @@ | |
| 2389 2428 | 
             
                                      "type": "structure",
         | 
| 2390 2429 | 
             
                                      "members": {
         | 
| 2391 2430 | 
             
                                        "ModifyingProcess": {
         | 
| 2392 | 
            -
                                          "shape": " | 
| 2431 | 
            +
                                          "shape": "S7n",
         | 
| 2393 2432 | 
             
                                          "locationName": "modifyingProcess"
         | 
| 2394 2433 | 
             
                                        },
         | 
| 2395 2434 | 
             
                                        "ModifiedAt": {
         | 
| @@ -2441,7 +2480,7 @@ | |
| 2441 2480 | 
             
                                          "locationName": "shellHistoryFilePath"
         | 
| 2442 2481 | 
             
                                        },
         | 
| 2443 2482 | 
             
                                        "TargetProcess": {
         | 
| 2444 | 
            -
                                          "shape": " | 
| 2483 | 
            +
                                          "shape": "S7n",
         | 
| 2445 2484 | 
             
                                          "locationName": "targetProcess"
         | 
| 2446 2485 | 
             
                                        },
         | 
| 2447 2486 | 
             
                                        "AddressFamily": {
         | 
| @@ -2624,7 +2663,7 @@ | |
| 2624 2663 | 
             
                    "type": "structure",
         | 
| 2625 2664 | 
             
                    "members": {
         | 
| 2626 2665 | 
             
                      "ScanResourceCriteria": {
         | 
| 2627 | 
            -
                        "shape": " | 
| 2666 | 
            +
                        "shape": "S86",
         | 
| 2628 2667 | 
             
                        "locationName": "scanResourceCriteria"
         | 
| 2629 2668 | 
             
                      },
         | 
| 2630 2669 | 
             
                      "EbsSnapshotPreservation": {
         | 
| @@ -2809,7 +2848,7 @@ | |
| 2809 2848 | 
             
                    ],
         | 
| 2810 2849 | 
             
                    "members": {
         | 
| 2811 2850 | 
             
                      "Members": {
         | 
| 2812 | 
            -
                        "shape": " | 
| 2851 | 
            +
                        "shape": "S8q",
         | 
| 2813 2852 | 
             
                        "locationName": "members"
         | 
| 2814 2853 | 
             
                      },
         | 
| 2815 2854 | 
             
                      "UnprocessedAccounts": {
         | 
| @@ -2859,19 +2898,19 @@ | |
| 2859 2898 | 
             
                              "type": "structure",
         | 
| 2860 2899 | 
             
                              "members": {
         | 
| 2861 2900 | 
             
                                "CloudTrail": {
         | 
| 2862 | 
            -
                                  "shape": " | 
| 2901 | 
            +
                                  "shape": "S8x",
         | 
| 2863 2902 | 
             
                                  "locationName": "cloudTrail"
         | 
| 2864 2903 | 
             
                                },
         | 
| 2865 2904 | 
             
                                "DnsLogs": {
         | 
| 2866 | 
            -
                                  "shape": " | 
| 2905 | 
            +
                                  "shape": "S8x",
         | 
| 2867 2906 | 
             
                                  "locationName": "dnsLogs"
         | 
| 2868 2907 | 
             
                                },
         | 
| 2869 2908 | 
             
                                "FlowLogs": {
         | 
| 2870 | 
            -
                                  "shape": " | 
| 2909 | 
            +
                                  "shape": "S8x",
         | 
| 2871 2910 | 
             
                                  "locationName": "flowLogs"
         | 
| 2872 2911 | 
             
                                },
         | 
| 2873 2912 | 
             
                                "S3Logs": {
         | 
| 2874 | 
            -
                                  "shape": " | 
| 2913 | 
            +
                                  "shape": "S8x",
         | 
| 2875 2914 | 
             
                                  "locationName": "s3Logs"
         | 
| 2876 2915 | 
             
                                },
         | 
| 2877 2916 | 
             
                                "Kubernetes": {
         | 
| @@ -2879,7 +2918,7 @@ | |
| 2879 2918 | 
             
                                  "type": "structure",
         | 
| 2880 2919 | 
             
                                  "members": {
         | 
| 2881 2920 | 
             
                                    "AuditLogs": {
         | 
| 2882 | 
            -
                                      "shape": " | 
| 2921 | 
            +
                                      "shape": "S8x",
         | 
| 2883 2922 | 
             
                                      "locationName": "auditLogs"
         | 
| 2884 2923 | 
             
                                    }
         | 
| 2885 2924 | 
             
                                  }
         | 
| @@ -2889,7 +2928,7 @@ | |
| 2889 2928 | 
             
                                  "type": "structure",
         | 
| 2890 2929 | 
             
                                  "members": {
         | 
| 2891 2930 | 
             
                                    "ScanEc2InstanceWithFindings": {
         | 
| 2892 | 
            -
                                      "shape": " | 
| 2931 | 
            +
                                      "shape": "S8x",
         | 
| 2893 2932 | 
             
                                      "locationName": "scanEc2InstanceWithFindings"
         | 
| 2894 2933 | 
             
                                    }
         | 
| 2895 2934 | 
             
                                  }
         | 
| @@ -3049,7 +3088,7 @@ | |
| 3049 3088 | 
             
                                  "locationName": "accountId"
         | 
| 3050 3089 | 
             
                                },
         | 
| 3051 3090 | 
             
                                "Total": {
         | 
| 3052 | 
            -
                                  "shape": " | 
| 3091 | 
            +
                                  "shape": "S9i",
         | 
| 3053 3092 | 
             
                                  "locationName": "total"
         | 
| 3054 3093 | 
             
                                }
         | 
| 3055 3094 | 
             
                              }
         | 
| @@ -3065,18 +3104,18 @@ | |
| 3065 3104 | 
             
                                  "locationName": "dataSource"
         | 
| 3066 3105 | 
             
                                },
         | 
| 3067 3106 | 
             
                                "Total": {
         | 
| 3068 | 
            -
                                  "shape": " | 
| 3107 | 
            +
                                  "shape": "S9i",
         | 
| 3069 3108 | 
             
                                  "locationName": "total"
         | 
| 3070 3109 | 
             
                                }
         | 
| 3071 3110 | 
             
                              }
         | 
| 3072 3111 | 
             
                            }
         | 
| 3073 3112 | 
             
                          },
         | 
| 3074 3113 | 
             
                          "SumByResource": {
         | 
| 3075 | 
            -
                            "shape": " | 
| 3114 | 
            +
                            "shape": "S9l",
         | 
| 3076 3115 | 
             
                            "locationName": "sumByResource"
         | 
| 3077 3116 | 
             
                          },
         | 
| 3078 3117 | 
             
                          "TopResources": {
         | 
| 3079 | 
            -
                            "shape": " | 
| 3118 | 
            +
                            "shape": "S9l",
         | 
| 3080 3119 | 
             
                            "locationName": "topResources"
         | 
| 3081 3120 | 
             
                          },
         | 
| 3082 3121 | 
             
                          "SumByFeature": {
         | 
| @@ -3089,7 +3128,7 @@ | |
| 3089 3128 | 
             
                                  "locationName": "feature"
         | 
| 3090 3129 | 
             
                                },
         | 
| 3091 3130 | 
             
                                "Total": {
         | 
| 3092 | 
            -
                                  "shape": " | 
| 3131 | 
            +
                                  "shape": "S9i",
         | 
| 3093 3132 | 
             
                                  "locationName": "total"
         | 
| 3094 3133 | 
             
                                }
         | 
| 3095 3134 | 
             
                              }
         | 
| @@ -3521,7 +3560,7 @@ | |
| 3521 3560 | 
             
                    "type": "structure",
         | 
| 3522 3561 | 
             
                    "members": {
         | 
| 3523 3562 | 
             
                      "Members": {
         | 
| 3524 | 
            -
                        "shape": " | 
| 3563 | 
            +
                        "shape": "S8q",
         | 
| 3525 3564 | 
             
                        "locationName": "members"
         | 
| 3526 3565 | 
             
                      },
         | 
| 3527 3566 | 
             
                      "NextToken": {
         | 
| @@ -4036,7 +4075,7 @@ | |
| 4036 4075 | 
             
                        "locationName": "detectorId"
         | 
| 4037 4076 | 
             
                      },
         | 
| 4038 4077 | 
             
                      "ScanResourceCriteria": {
         | 
| 4039 | 
            -
                        "shape": " | 
| 4078 | 
            +
                        "shape": "S86",
         | 
| 4040 4079 | 
             
                        "locationName": "scanResourceCriteria"
         | 
| 4041 4080 | 
             
                      },
         | 
| 4042 4081 | 
             
                      "EbsSnapshotPreservation": {
         | 
| @@ -4739,6 +4778,20 @@ | |
| 4739 4778 | 
             
                    }
         | 
| 4740 4779 | 
             
                  }
         | 
| 4741 4780 | 
             
                },
         | 
| 4781 | 
            +
                "S5t": {
         | 
| 4782 | 
            +
                  "type": "list",
         | 
| 4783 | 
            +
                  "member": {
         | 
| 4784 | 
            +
                    "type": "structure",
         | 
| 4785 | 
            +
                    "members": {
         | 
| 4786 | 
            +
                      "GroupId": {
         | 
| 4787 | 
            +
                        "locationName": "groupId"
         | 
| 4788 | 
            +
                      },
         | 
| 4789 | 
            +
                      "GroupName": {
         | 
| 4790 | 
            +
                        "locationName": "groupName"
         | 
| 4791 | 
            +
                      }
         | 
| 4792 | 
            +
                    }
         | 
| 4793 | 
            +
                  }
         | 
| 4794 | 
            +
                },
         | 
| 4742 4795 | 
             
                "S62": {
         | 
| 4743 4796 | 
             
                  "type": "list",
         | 
| 4744 4797 | 
             
                  "member": {
         | 
| @@ -4810,7 +4863,7 @@ | |
| 4810 4863 | 
             
                    }
         | 
| 4811 4864 | 
             
                  }
         | 
| 4812 4865 | 
             
                },
         | 
| 4813 | 
            -
                " | 
| 4866 | 
            +
                "S6m": {
         | 
| 4814 4867 | 
             
                  "type": "structure",
         | 
| 4815 4868 | 
             
                  "members": {
         | 
| 4816 4869 | 
             
                    "City": {
         | 
| @@ -4871,7 +4924,7 @@ | |
| 4871 4924 | 
             
                    }
         | 
| 4872 4925 | 
             
                  }
         | 
| 4873 4926 | 
             
                },
         | 
| 4874 | 
            -
                " | 
| 4927 | 
            +
                "S6v": {
         | 
| 4875 4928 | 
             
                  "type": "structure",
         | 
| 4876 4929 | 
             
                  "members": {
         | 
| 4877 4930 | 
             
                    "Port": {
         | 
| @@ -4883,7 +4936,7 @@ | |
| 4883 4936 | 
             
                    }
         | 
| 4884 4937 | 
             
                  }
         | 
| 4885 4938 | 
             
                },
         | 
| 4886 | 
            -
                " | 
| 4939 | 
            +
                "S6w": {
         | 
| 4887 4940 | 
             
                  "type": "structure",
         | 
| 4888 4941 | 
             
                  "members": {
         | 
| 4889 4942 | 
             
                    "IpAddressV4": {
         | 
| @@ -4891,7 +4944,7 @@ | |
| 4891 4944 | 
             
                    }
         | 
| 4892 4945 | 
             
                  }
         | 
| 4893 4946 | 
             
                },
         | 
| 4894 | 
            -
                " | 
| 4947 | 
            +
                "S7n": {
         | 
| 4895 4948 | 
             
                  "type": "structure",
         | 
| 4896 4949 | 
             
                  "members": {
         | 
| 4897 4950 | 
             
                    "Name": {
         | 
| @@ -4978,20 +5031,20 @@ | |
| 4978 5031 | 
             
                    }
         | 
| 4979 5032 | 
             
                  }
         | 
| 4980 5033 | 
             
                },
         | 
| 4981 | 
            -
                " | 
| 5034 | 
            +
                "S86": {
         | 
| 4982 5035 | 
             
                  "type": "structure",
         | 
| 4983 5036 | 
             
                  "members": {
         | 
| 4984 5037 | 
             
                    "Include": {
         | 
| 4985 | 
            -
                      "shape": " | 
| 5038 | 
            +
                      "shape": "S87",
         | 
| 4986 5039 | 
             
                      "locationName": "include"
         | 
| 4987 5040 | 
             
                    },
         | 
| 4988 5041 | 
             
                    "Exclude": {
         | 
| 4989 | 
            -
                      "shape": " | 
| 5042 | 
            +
                      "shape": "S87",
         | 
| 4990 5043 | 
             
                      "locationName": "exclude"
         | 
| 4991 5044 | 
             
                    }
         | 
| 4992 5045 | 
             
                  }
         | 
| 4993 5046 | 
             
                },
         | 
| 4994 | 
            -
                " | 
| 5047 | 
            +
                "S87": {
         | 
| 4995 5048 | 
             
                  "type": "map",
         | 
| 4996 5049 | 
             
                  "key": {},
         | 
| 4997 5050 | 
             
                  "value": {
         | 
| @@ -5021,7 +5074,7 @@ | |
| 5021 5074 | 
             
                    }
         | 
| 5022 5075 | 
             
                  }
         | 
| 5023 5076 | 
             
                },
         | 
| 5024 | 
            -
                " | 
| 5077 | 
            +
                "S8q": {
         | 
| 5025 5078 | 
             
                  "type": "list",
         | 
| 5026 5079 | 
             
                  "member": {
         | 
| 5027 5080 | 
             
                    "type": "structure",
         | 
| @@ -5060,7 +5113,7 @@ | |
| 5060 5113 | 
             
                    }
         | 
| 5061 5114 | 
             
                  }
         | 
| 5062 5115 | 
             
                },
         | 
| 5063 | 
            -
                " | 
| 5116 | 
            +
                "S8x": {
         | 
| 5064 5117 | 
             
                  "type": "structure",
         | 
| 5065 5118 | 
             
                  "members": {
         | 
| 5066 5119 | 
             
                    "FreeTrialDaysRemaining": {
         | 
| @@ -5069,7 +5122,7 @@ | |
| 5069 5122 | 
             
                    }
         | 
| 5070 5123 | 
             
                  }
         | 
| 5071 5124 | 
             
                },
         | 
| 5072 | 
            -
                " | 
| 5125 | 
            +
                "S9i": {
         | 
| 5073 5126 | 
             
                  "type": "structure",
         | 
| 5074 5127 | 
             
                  "members": {
         | 
| 5075 5128 | 
             
                    "Amount": {
         | 
| @@ -5080,7 +5133,7 @@ | |
| 5080 5133 | 
             
                    }
         | 
| 5081 5134 | 
             
                  }
         | 
| 5082 5135 | 
             
                },
         | 
| 5083 | 
            -
                " | 
| 5136 | 
            +
                "S9l": {
         | 
| 5084 5137 | 
             
                  "type": "list",
         | 
| 5085 5138 | 
             
                  "member": {
         | 
| 5086 5139 | 
             
                    "type": "structure",
         | 
| @@ -5089,7 +5142,7 @@ | |
| 5089 5142 | 
             
                        "locationName": "resource"
         | 
| 5090 5143 | 
             
                      },
         | 
| 5091 5144 | 
             
                      "Total": {
         | 
| 5092 | 
            -
                        "shape": " | 
| 5145 | 
            +
                        "shape": "S9i",
         | 
| 5093 5146 | 
             
                        "locationName": "total"
         | 
| 5094 5147 | 
             
                      }
         | 
| 5095 5148 | 
             
                    }
         | 
| @@ -144,6 +144,12 @@ | |
| 144 144 | 
             
                  "output_token": "nextToken",
         | 
| 145 145 | 
             
                  "result_key": "jobs"
         | 
| 146 146 | 
             
                },
         | 
| 147 | 
            +
                "ListManagedJobTemplates": {
         | 
| 148 | 
            +
                  "input_token": "nextToken",
         | 
| 149 | 
            +
                  "limit_key": "maxResults",
         | 
| 150 | 
            +
                  "output_token": "nextToken",
         | 
| 151 | 
            +
                  "result_key": "managedJobTemplates"
         | 
| 152 | 
            +
                },
         | 
| 147 153 | 
             
                "ListMetricValues": {
         | 
| 148 154 | 
             
                  "input_token": "nextToken",
         | 
| 149 155 | 
             
                  "limit_key": "maxResults",
         | 
| @@ -204,6 +210,12 @@ | |
| 204 210 | 
             
                  "output_token": "nextToken",
         | 
| 205 211 | 
             
                  "result_key": "templates"
         | 
| 206 212 | 
             
                },
         | 
| 213 | 
            +
                "ListRelatedResourcesForAuditFinding": {
         | 
| 214 | 
            +
                  "input_token": "nextToken",
         | 
| 215 | 
            +
                  "limit_key": "maxResults",
         | 
| 216 | 
            +
                  "output_token": "nextToken",
         | 
| 217 | 
            +
                  "result_key": "relatedResources"
         | 
| 218 | 
            +
                },
         | 
| 207 219 | 
             
                "ListRoleAliases": {
         | 
| 208 220 | 
             
                  "input_token": "marker",
         | 
| 209 221 | 
             
                  "limit_key": "pageSize",
         |