cdk-lambda-subminute 2.0.431 → 2.0.432
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
 - package/lib/cdk-lambda-subminute.js +3 -3
 - package/node_modules/aws-sdk/README.md +1 -1
 - package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +1 -2
 - package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +56 -55
 - package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +602 -82
 - package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +6 -0
 - package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +23 -3
 - package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +35 -25
 - package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +83 -6
 - package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +131 -8
 - package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +299 -43
 - package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -0
 - package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +120 -87
 - package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +203 -82
 - package/node_modules/aws-sdk/clients/bedrockagent.d.ts +35 -35
 - package/node_modules/aws-sdk/clients/ec2.d.ts +33 -33
 - package/node_modules/aws-sdk/clients/emrserverless.d.ts +5 -0
 - package/node_modules/aws-sdk/clients/entityresolution.d.ts +604 -19
 - package/node_modules/aws-sdk/clients/iotwireless.d.ts +71 -40
 - package/node_modules/aws-sdk/clients/lakeformation.d.ts +18 -2
 - package/node_modules/aws-sdk/clients/m2.d.ts +88 -1
 - package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +154 -0
 - package/node_modules/aws-sdk/clients/outposts.d.ts +263 -4
 - package/node_modules/aws-sdk/clients/qbusiness.d.ts +381 -321
 - package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -4
 - package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
 - package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
 - package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
 - package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
 - package/node_modules/aws-sdk/lib/core.js +1 -1
 - package/node_modules/aws-sdk/lib/region_config_data.json +4 -0
 - package/node_modules/aws-sdk/package.json +1 -1
 - package/package.json +2 -2
 
| 
         @@ -12,6 +12,12 @@ 
     | 
|
| 
       12 
12 
     | 
    
         
             
                  "limit_key": "maxResults",
         
     | 
| 
       13 
13 
     | 
    
         
             
                  "result_key": "workflowSummaries"
         
     | 
| 
       14 
14 
     | 
    
         
             
                },
         
     | 
| 
      
 15 
     | 
    
         
            +
                "ListIdNamespaces": {
         
     | 
| 
      
 16 
     | 
    
         
            +
                  "input_token": "nextToken",
         
     | 
| 
      
 17 
     | 
    
         
            +
                  "output_token": "nextToken",
         
     | 
| 
      
 18 
     | 
    
         
            +
                  "limit_key": "maxResults",
         
     | 
| 
      
 19 
     | 
    
         
            +
                  "result_key": "idNamespaceSummaries"
         
     | 
| 
      
 20 
     | 
    
         
            +
                },
         
     | 
| 
       15 
21 
     | 
    
         
             
                "ListMatchingJobs": {
         
     | 
| 
       16 
22 
     | 
    
         
             
                  "input_token": "nextToken",
         
     | 
| 
       17 
23 
     | 
    
         
             
                  "output_token": "nextToken",
         
     | 
| 
         @@ -2445,6 +2445,26 @@ 
     | 
|
| 
       2445 
2445 
     | 
    
         
             
                                }
         
     | 
| 
       2446 
2446 
     | 
    
         
             
                              }
         
     | 
| 
       2447 
2447 
     | 
    
         
             
                            }
         
     | 
| 
      
 2448 
     | 
    
         
            +
                          },
         
     | 
| 
      
 2449 
     | 
    
         
            +
                          "PublicGateways": {
         
     | 
| 
      
 2450 
     | 
    
         
            +
                            "type": "list",
         
     | 
| 
      
 2451 
     | 
    
         
            +
                            "member": {
         
     | 
| 
      
 2452 
     | 
    
         
            +
                              "type": "structure",
         
     | 
| 
      
 2453 
     | 
    
         
            +
                              "members": {
         
     | 
| 
      
 2454 
     | 
    
         
            +
                                "ProviderNetId": {},
         
     | 
| 
      
 2455 
     | 
    
         
            +
                                "Id": {},
         
     | 
| 
      
 2456 
     | 
    
         
            +
                                "Rssi": {
         
     | 
| 
      
 2457 
     | 
    
         
            +
                                  "type": "double"
         
     | 
| 
      
 2458 
     | 
    
         
            +
                                },
         
     | 
| 
      
 2459 
     | 
    
         
            +
                                "Snr": {
         
     | 
| 
      
 2460 
     | 
    
         
            +
                                  "type": "double"
         
     | 
| 
      
 2461 
     | 
    
         
            +
                                },
         
     | 
| 
      
 2462 
     | 
    
         
            +
                                "RfRegion": {},
         
     | 
| 
      
 2463 
     | 
    
         
            +
                                "DlAllowed": {
         
     | 
| 
      
 2464 
     | 
    
         
            +
                                  "type": "boolean"
         
     | 
| 
      
 2465 
     | 
    
         
            +
                                }
         
     | 
| 
      
 2466 
     | 
    
         
            +
                              }
         
     | 
| 
      
 2467 
     | 
    
         
            +
                            }
         
     | 
| 
       2448 
2468 
     | 
    
         
             
                          }
         
     | 
| 
       2449 
2469 
     | 
    
         
             
                        }
         
     | 
| 
       2450 
2470 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -3124,7 +3144,7 @@ 
     | 
|
| 
       3124 
3144 
     | 
    
         
             
                            },
         
     | 
| 
       3125 
3145 
     | 
    
         
             
                            "ReceivedAt": {},
         
     | 
| 
       3126 
3146 
     | 
    
         
             
                            "LoRaWAN": {
         
     | 
| 
       3127 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3147 
     | 
    
         
            +
                              "shape": "Sfl"
         
     | 
| 
       3128 
3148 
     | 
    
         
             
                            }
         
     | 
| 
       3129 
3149 
     | 
    
         
             
                          }
         
     | 
| 
       3130 
3150 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -3622,7 +3642,7 @@ 
     | 
|
| 
       3622 
3642 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       3623 
3643 
     | 
    
         
             
                        "members": {
         
     | 
| 
       3624 
3644 
     | 
    
         
             
                          "LoRaWAN": {
         
     | 
| 
       3625 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 3645 
     | 
    
         
            +
                            "shape": "Sfl"
         
     | 
| 
       3626 
3646 
     | 
    
         
             
                          },
         
     | 
| 
       3627 
3647 
     | 
    
         
             
                          "Sidewalk": {
         
     | 
| 
       3628 
3648 
     | 
    
         
             
                            "type": "structure",
         
     | 
| 
         @@ -4973,7 +4993,7 @@ 
     | 
|
| 
       4973 
4993 
     | 
    
         
             
                  "type": "timestamp",
         
     | 
| 
       4974 
4994 
     | 
    
         
             
                  "timestampFormat": "iso8601"
         
     | 
| 
       4975 
4995 
     | 
    
         
             
                },
         
     | 
| 
       4976 
     | 
    
         
            -
                " 
     | 
| 
      
 4996 
     | 
    
         
            +
                "Sfl": {
         
     | 
| 
       4977 
4997 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4978 
4998 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4979 
4999 
     | 
    
         
             
                    "FPort": {
         
     | 
| 
         @@ -215,6 +215,9 @@ 
     | 
|
| 
       215 
215 
     | 
    
         
             
                      "InstanceArn": {},
         
     | 
| 
       216 
216 
     | 
    
         
             
                      "ExternalFiltering": {
         
     | 
| 
       217 
217 
     | 
    
         
             
                        "shape": "S1y"
         
     | 
| 
      
 218 
     | 
    
         
            +
                      },
         
     | 
| 
      
 219 
     | 
    
         
            +
                      "ShareRecipients": {
         
     | 
| 
      
 220 
     | 
    
         
            +
                        "shape": "S22"
         
     | 
| 
       218 
221 
     | 
    
         
             
                      }
         
     | 
| 
       219 
222 
     | 
    
         
             
                    }
         
     | 
| 
       220 
223 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -398,7 +401,11 @@ 
     | 
|
| 
       398 
401 
     | 
    
         
             
                      "ApplicationArn": {},
         
     | 
| 
       399 
402 
     | 
    
         
             
                      "ExternalFiltering": {
         
     | 
| 
       400 
403 
     | 
    
         
             
                        "shape": "S1y"
         
     | 
| 
       401 
     | 
    
         
            -
                      }
         
     | 
| 
      
 404 
     | 
    
         
            +
                      },
         
     | 
| 
      
 405 
     | 
    
         
            +
                      "ShareRecipients": {
         
     | 
| 
      
 406 
     | 
    
         
            +
                        "shape": "S22"
         
     | 
| 
      
 407 
     | 
    
         
            +
                      },
         
     | 
| 
      
 408 
     | 
    
         
            +
                      "ResourceShare": {}
         
     | 
| 
       402 
409 
     | 
    
         
             
                    }
         
     | 
| 
       403 
410 
     | 
    
         
             
                  }
         
     | 
| 
       404 
411 
     | 
    
         
             
                },
         
     | 
| 
         @@ -419,7 +426,7 @@ 
     | 
|
| 
       419 
426 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       420 
427 
     | 
    
         
             
                    "members": {
         
     | 
| 
       421 
428 
     | 
    
         
             
                      "ResourceInfo": {
         
     | 
| 
       422 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 429 
     | 
    
         
            +
                        "shape": "S2s"
         
     | 
| 
       423 
430 
     | 
    
         
             
                      }
         
     | 
| 
       424 
431 
     | 
    
         
             
                    }
         
     | 
| 
       425 
432 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -441,7 +448,7 @@ 
     | 
|
| 
       441 
448 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       442 
449 
     | 
    
         
             
                    "members": {
         
     | 
| 
       443 
450 
     | 
    
         
             
                      "TransactionDescription": {
         
     | 
| 
       444 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 451 
     | 
    
         
            +
                        "shape": "S2x"
         
     | 
| 
       445 
452 
     | 
    
         
             
                      }
         
     | 
| 
       446 
453 
     | 
    
         
             
                    }
         
     | 
| 
       447 
454 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -503,7 +510,7 @@ 
     | 
|
| 
       503 
510 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       504 
511 
     | 
    
         
             
                    "members": {
         
     | 
| 
       505 
512 
     | 
    
         
             
                      "DataLakeSettings": {
         
     | 
| 
       506 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 513 
     | 
    
         
            +
                        "shape": "S35"
         
     | 
| 
       507 
514 
     | 
    
         
             
                      }
         
     | 
| 
       508 
515 
     | 
    
         
             
                    }
         
     | 
| 
       509 
516 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -530,7 +537,7 @@ 
     | 
|
| 
       530 
537 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       531 
538 
     | 
    
         
             
                    "members": {
         
     | 
| 
       532 
539 
     | 
    
         
             
                      "Permissions": {
         
     | 
| 
       533 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 540 
     | 
    
         
            +
                        "shape": "S3h"
         
     | 
| 
       534 
541 
     | 
    
         
             
                      },
         
     | 
| 
       535 
542 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
       536 
543 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -1091,7 +1098,7 @@ 
     | 
|
| 
       1091 
1098 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1092 
1099 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1093 
1100 
     | 
    
         
             
                      "PrincipalResourcePermissions": {
         
     | 
| 
       1094 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1101 
     | 
    
         
            +
                        "shape": "S3h"
         
     | 
| 
       1095 
1102 
     | 
    
         
             
                      },
         
     | 
| 
       1096 
1103 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
       1097 
1104 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -1130,7 +1137,7 @@ 
     | 
|
| 
       1130 
1137 
     | 
    
         
             
                      "ResourceInfoList": {
         
     | 
| 
       1131 
1138 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       1132 
1139 
     | 
    
         
             
                        "member": {
         
     | 
| 
       1133 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 1140 
     | 
    
         
            +
                          "shape": "S2s"
         
     | 
| 
       1134 
1141 
     | 
    
         
             
                        }
         
     | 
| 
       1135 
1142 
     | 
    
         
             
                      },
         
     | 
| 
       1136 
1143 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
         @@ -1201,7 +1208,7 @@ 
     | 
|
| 
       1201 
1208 
     | 
    
         
             
                      "Transactions": {
         
     | 
| 
       1202 
1209 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       1203 
1210 
     | 
    
         
             
                        "member": {
         
     | 
| 
       1204 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 1211 
     | 
    
         
            +
                          "shape": "S2x"
         
     | 
| 
       1205 
1212 
     | 
    
         
             
                        }
         
     | 
| 
       1206 
1213 
     | 
    
         
             
                      },
         
     | 
| 
       1207 
1214 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
         @@ -1220,7 +1227,7 @@ 
     | 
|
| 
       1220 
1227 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1221 
1228 
     | 
    
         
             
                      "CatalogId": {},
         
     | 
| 
       1222 
1229 
     | 
    
         
             
                      "DataLakeSettings": {
         
     | 
| 
       1223 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1230 
     | 
    
         
            +
                        "shape": "S35"
         
     | 
| 
       1224 
1231 
     | 
    
         
             
                      }
         
     | 
| 
       1225 
1232 
     | 
    
         
             
                    }
         
     | 
| 
       1226 
1233 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -1526,6 +1533,9 @@ 
     | 
|
| 
       1526 
1533 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1527 
1534 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1528 
1535 
     | 
    
         
             
                      "CatalogId": {},
         
     | 
| 
      
 1536 
     | 
    
         
            +
                      "ShareRecipients": {
         
     | 
| 
      
 1537 
     | 
    
         
            +
                        "shape": "S22"
         
     | 
| 
      
 1538 
     | 
    
         
            +
                      },
         
     | 
| 
       1529 
1539 
     | 
    
         
             
                      "ApplicationStatus": {},
         
     | 
| 
       1530 
1540 
     | 
    
         
             
                      "ExternalFiltering": {
         
     | 
| 
       1531 
1541 
     | 
    
         
             
                        "shape": "S1y"
         
     | 
| 
         @@ -1933,7 +1943,13 @@ 
     | 
|
| 
       1933 
1943 
     | 
    
         
             
                    }
         
     | 
| 
       1934 
1944 
     | 
    
         
             
                  }
         
     | 
| 
       1935 
1945 
     | 
    
         
             
                },
         
     | 
| 
       1936 
     | 
    
         
            -
                " 
     | 
| 
      
 1946 
     | 
    
         
            +
                "S22": {
         
     | 
| 
      
 1947 
     | 
    
         
            +
                  "type": "list",
         
     | 
| 
      
 1948 
     | 
    
         
            +
                  "member": {
         
     | 
| 
      
 1949 
     | 
    
         
            +
                    "shape": "S18"
         
     | 
| 
      
 1950 
     | 
    
         
            +
                  }
         
     | 
| 
      
 1951 
     | 
    
         
            +
                },
         
     | 
| 
      
 1952 
     | 
    
         
            +
                "S2s": {
         
     | 
| 
       1937 
1953 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       1938 
1954 
     | 
    
         
             
                  "members": {
         
     | 
| 
       1939 
1955 
     | 
    
         
             
                    "ResourceArn": {},
         
     | 
| 
         @@ -1949,7 +1965,7 @@ 
     | 
|
| 
       1949 
1965 
     | 
    
         
             
                    }
         
     | 
| 
       1950 
1966 
     | 
    
         
             
                  }
         
     | 
| 
       1951 
1967 
     | 
    
         
             
                },
         
     | 
| 
       1952 
     | 
    
         
            -
                " 
     | 
| 
      
 1968 
     | 
    
         
            +
                "S2x": {
         
     | 
| 
       1953 
1969 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       1954 
1970 
     | 
    
         
             
                  "members": {
         
     | 
| 
       1955 
1971 
     | 
    
         
             
                    "TransactionId": {},
         
     | 
| 
         @@ -1962,20 +1978,20 @@ 
     | 
|
| 
       1962 
1978 
     | 
    
         
             
                    }
         
     | 
| 
       1963 
1979 
     | 
    
         
             
                  }
         
     | 
| 
       1964 
1980 
     | 
    
         
             
                },
         
     | 
| 
       1965 
     | 
    
         
            -
                " 
     | 
| 
      
 1981 
     | 
    
         
            +
                "S35": {
         
     | 
| 
       1966 
1982 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       1967 
1983 
     | 
    
         
             
                  "members": {
         
     | 
| 
       1968 
1984 
     | 
    
         
             
                    "DataLakeAdmins": {
         
     | 
| 
       1969 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 1985 
     | 
    
         
            +
                      "shape": "S22"
         
     | 
| 
       1970 
1986 
     | 
    
         
             
                    },
         
     | 
| 
       1971 
1987 
     | 
    
         
             
                    "ReadOnlyAdmins": {
         
     | 
| 
       1972 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 1988 
     | 
    
         
            +
                      "shape": "S22"
         
     | 
| 
       1973 
1989 
     | 
    
         
             
                    },
         
     | 
| 
       1974 
1990 
     | 
    
         
             
                    "CreateDatabaseDefaultPermissions": {
         
     | 
| 
       1975 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 1991 
     | 
    
         
            +
                      "shape": "S36"
         
     | 
| 
       1976 
1992 
     | 
    
         
             
                    },
         
     | 
| 
       1977 
1993 
     | 
    
         
             
                    "CreateTableDefaultPermissions": {
         
     | 
| 
       1978 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 1994 
     | 
    
         
            +
                      "shape": "S36"
         
     | 
| 
       1979 
1995 
     | 
    
         
             
                    },
         
     | 
| 
       1980 
1996 
     | 
    
         
             
                    "Parameters": {
         
     | 
| 
       1981 
1997 
     | 
    
         
             
                      "type": "map",
         
     | 
| 
         @@ -1993,7 +2009,7 @@ 
     | 
|
| 
       1993 
2009 
     | 
    
         
             
                      "type": "boolean"
         
     | 
| 
       1994 
2010 
     | 
    
         
             
                    },
         
     | 
| 
       1995 
2011 
     | 
    
         
             
                    "ExternalDataFilteringAllowList": {
         
     | 
| 
       1996 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 2012 
     | 
    
         
            +
                      "shape": "S22"
         
     | 
| 
       1997 
2013 
     | 
    
         
             
                    },
         
     | 
| 
       1998 
2014 
     | 
    
         
             
                    "AuthorizedSessionTagValueList": {
         
     | 
| 
       1999 
2015 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
         @@ -2001,13 +2017,7 @@ 
     | 
|
| 
       2001 
2017 
     | 
    
         
             
                    }
         
     | 
| 
       2002 
2018 
     | 
    
         
             
                  }
         
     | 
| 
       2003 
2019 
     | 
    
         
             
                },
         
     | 
| 
       2004 
     | 
    
         
            -
                " 
     | 
| 
       2005 
     | 
    
         
            -
                  "type": "list",
         
     | 
| 
       2006 
     | 
    
         
            -
                  "member": {
         
     | 
| 
       2007 
     | 
    
         
            -
                    "shape": "S18"
         
     | 
| 
       2008 
     | 
    
         
            -
                  }
         
     | 
| 
       2009 
     | 
    
         
            -
                },
         
     | 
| 
       2010 
     | 
    
         
            -
                "S35": {
         
     | 
| 
      
 2020 
     | 
    
         
            +
                "S36": {
         
     | 
| 
       2011 
2021 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       2012 
2022 
     | 
    
         
             
                  "member": {
         
     | 
| 
       2013 
2023 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -2021,7 +2031,7 @@ 
     | 
|
| 
       2021 
2031 
     | 
    
         
             
                    }
         
     | 
| 
       2022 
2032 
     | 
    
         
             
                  }
         
     | 
| 
       2023 
2033 
     | 
    
         
             
                },
         
     | 
| 
       2024 
     | 
    
         
            -
                " 
     | 
| 
      
 2034 
     | 
    
         
            +
                "S3h": {
         
     | 
| 
       2025 
2035 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       2026 
2036 
     | 
    
         
             
                  "member": {
         
     | 
| 
       2027 
2037 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -583,6 +583,9 @@ 
     | 
|
| 
       583 
583 
     | 
    
         
             
                      "executionId": {},
         
     | 
| 
       584 
584 
     | 
    
         
             
                      "jobId": {},
         
     | 
| 
       585 
585 
     | 
    
         
             
                      "jobName": {},
         
     | 
| 
      
 586 
     | 
    
         
            +
                      "jobStepRestartMarker": {
         
     | 
| 
      
 587 
     | 
    
         
            +
                        "shape": "S27"
         
     | 
| 
      
 588 
     | 
    
         
            +
                      },
         
     | 
| 
       586 
589 
     | 
    
         
             
                      "jobType": {},
         
     | 
| 
       587 
590 
     | 
    
         
             
                      "jobUser": {},
         
     | 
| 
       588 
591 
     | 
    
         
             
                      "returnCode": {},
         
     | 
| 
         @@ -734,7 +737,7 @@ 
     | 
|
| 
       734 
737 
     | 
    
         
             
                    "members": {
         
     | 
| 
       735 
738 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       736 
739 
     | 
    
         
             
                      "summary": {
         
     | 
| 
       737 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 740 
     | 
    
         
            +
                        "shape": "S2o"
         
     | 
| 
       738 
741 
     | 
    
         
             
                      },
         
     | 
| 
       739 
742 
     | 
    
         
             
                      "taskId": {}
         
     | 
| 
       740 
743 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -957,7 +960,7 @@ 
     | 
|
| 
       957 
960 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       958 
961 
     | 
    
         
             
                      },
         
     | 
| 
       959 
962 
     | 
    
         
             
                      "names": {
         
     | 
| 
       960 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 963 
     | 
    
         
            +
                        "shape": "S33",
         
     | 
| 
       961 
964 
     | 
    
         
             
                        "location": "querystring",
         
     | 
| 
       962 
965 
     | 
    
         
             
                        "locationName": "names"
         
     | 
| 
       963 
966 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -1173,6 +1176,55 @@ 
     | 
|
| 
       1173 
1176 
     | 
    
         
             
                    }
         
     | 
| 
       1174 
1177 
     | 
    
         
             
                  }
         
     | 
| 
       1175 
1178 
     | 
    
         
             
                },
         
     | 
| 
      
 1179 
     | 
    
         
            +
                "ListBatchJobRestartPoints": {
         
     | 
| 
      
 1180 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 1181 
     | 
    
         
            +
                    "method": "GET",
         
     | 
| 
      
 1182 
     | 
    
         
            +
                    "requestUri": "/applications/{applicationId}/batch-job-executions/{executionId}/steps",
         
     | 
| 
      
 1183 
     | 
    
         
            +
                    "responseCode": 200
         
     | 
| 
      
 1184 
     | 
    
         
            +
                  },
         
     | 
| 
      
 1185 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 1186 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 1187 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 1188 
     | 
    
         
            +
                      "applicationId",
         
     | 
| 
      
 1189 
     | 
    
         
            +
                      "executionId"
         
     | 
| 
      
 1190 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 1191 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 1192 
     | 
    
         
            +
                      "applicationId": {
         
     | 
| 
      
 1193 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 1194 
     | 
    
         
            +
                        "locationName": "applicationId"
         
     | 
| 
      
 1195 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1196 
     | 
    
         
            +
                      "executionId": {
         
     | 
| 
      
 1197 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 1198 
     | 
    
         
            +
                        "locationName": "executionId"
         
     | 
| 
      
 1199 
     | 
    
         
            +
                      }
         
     | 
| 
      
 1200 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1201 
     | 
    
         
            +
                  },
         
     | 
| 
      
 1202 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 1203 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 1204 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 1205 
     | 
    
         
            +
                      "batchJobSteps": {
         
     | 
| 
      
 1206 
     | 
    
         
            +
                        "type": "list",
         
     | 
| 
      
 1207 
     | 
    
         
            +
                        "member": {
         
     | 
| 
      
 1208 
     | 
    
         
            +
                          "type": "structure",
         
     | 
| 
      
 1209 
     | 
    
         
            +
                          "members": {
         
     | 
| 
      
 1210 
     | 
    
         
            +
                            "procStepName": {},
         
     | 
| 
      
 1211 
     | 
    
         
            +
                            "procStepNumber": {
         
     | 
| 
      
 1212 
     | 
    
         
            +
                              "type": "integer"
         
     | 
| 
      
 1213 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1214 
     | 
    
         
            +
                            "stepCondCode": {},
         
     | 
| 
      
 1215 
     | 
    
         
            +
                            "stepName": {},
         
     | 
| 
      
 1216 
     | 
    
         
            +
                            "stepNumber": {
         
     | 
| 
      
 1217 
     | 
    
         
            +
                              "type": "integer"
         
     | 
| 
      
 1218 
     | 
    
         
            +
                            },
         
     | 
| 
      
 1219 
     | 
    
         
            +
                            "stepRestartable": {
         
     | 
| 
      
 1220 
     | 
    
         
            +
                              "type": "boolean"
         
     | 
| 
      
 1221 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1222 
     | 
    
         
            +
                          }
         
     | 
| 
      
 1223 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1224 
     | 
    
         
            +
                      }
         
     | 
| 
      
 1225 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1226 
     | 
    
         
            +
                  }
         
     | 
| 
      
 1227 
     | 
    
         
            +
                },
         
     | 
| 
       1176 
1228 
     | 
    
         
             
                "ListDataSetImportHistory": {
         
     | 
| 
       1177 
1229 
     | 
    
         
             
                  "http": {
         
     | 
| 
       1178 
1230 
     | 
    
         
             
                    "method": "GET",
         
     | 
| 
         @@ -1219,7 +1271,7 @@ 
     | 
|
| 
       1219 
1271 
     | 
    
         
             
                            "status": {},
         
     | 
| 
       1220 
1272 
     | 
    
         
             
                            "statusReason": {},
         
     | 
| 
       1221 
1273 
     | 
    
         
             
                            "summary": {
         
     | 
| 
       1222 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 1274 
     | 
    
         
            +
                              "shape": "S2o"
         
     | 
| 
       1223 
1275 
     | 
    
         
             
                            },
         
     | 
| 
       1224 
1276 
     | 
    
         
             
                            "taskId": {}
         
     | 
| 
       1225 
1277 
     | 
    
         
             
                          }
         
     | 
| 
         @@ -1428,7 +1480,7 @@ 
     | 
|
| 
       1428 
1480 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       1429 
1481 
     | 
    
         
             
                      },
         
     | 
| 
       1430 
1482 
     | 
    
         
             
                      "names": {
         
     | 
| 
       1431 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1483 
     | 
    
         
            +
                        "shape": "S33",
         
     | 
| 
       1432 
1484 
     | 
    
         
             
                        "location": "querystring",
         
     | 
| 
       1433 
1485 
     | 
    
         
             
                        "locationName": "names"
         
     | 
| 
       1434 
1486 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -1865,6 +1917,19 @@ 
     | 
|
| 
       1865 
1917 
     | 
    
         
             
                        "folderPath": {}
         
     | 
| 
       1866 
1918 
     | 
    
         
             
                      }
         
     | 
| 
       1867 
1919 
     | 
    
         
             
                    },
         
     | 
| 
      
 1920 
     | 
    
         
            +
                    "restartBatchJobIdentifier": {
         
     | 
| 
      
 1921 
     | 
    
         
            +
                      "type": "structure",
         
     | 
| 
      
 1922 
     | 
    
         
            +
                      "required": [
         
     | 
| 
      
 1923 
     | 
    
         
            +
                        "executionId",
         
     | 
| 
      
 1924 
     | 
    
         
            +
                        "jobStepRestartMarker"
         
     | 
| 
      
 1925 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1926 
     | 
    
         
            +
                      "members": {
         
     | 
| 
      
 1927 
     | 
    
         
            +
                        "executionId": {},
         
     | 
| 
      
 1928 
     | 
    
         
            +
                        "jobStepRestartMarker": {
         
     | 
| 
      
 1929 
     | 
    
         
            +
                          "shape": "S27"
         
     | 
| 
      
 1930 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1931 
     | 
    
         
            +
                      }
         
     | 
| 
      
 1932 
     | 
    
         
            +
                    },
         
     | 
| 
       1868 
1933 
     | 
    
         
             
                    "s3BatchJobIdentifier": {
         
     | 
| 
       1869 
1934 
     | 
    
         
             
                      "type": "structure",
         
     | 
| 
       1870 
1935 
     | 
    
         
             
                      "required": [
         
     | 
| 
         @@ -1896,7 +1961,19 @@ 
     | 
|
| 
       1896 
1961 
     | 
    
         
             
                  },
         
     | 
| 
       1897 
1962 
     | 
    
         
             
                  "union": true
         
     | 
| 
       1898 
1963 
     | 
    
         
             
                },
         
     | 
| 
       1899 
     | 
    
         
            -
                " 
     | 
| 
      
 1964 
     | 
    
         
            +
                "S27": {
         
     | 
| 
      
 1965 
     | 
    
         
            +
                  "type": "structure",
         
     | 
| 
      
 1966 
     | 
    
         
            +
                  "required": [
         
     | 
| 
      
 1967 
     | 
    
         
            +
                    "fromStep"
         
     | 
| 
      
 1968 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1969 
     | 
    
         
            +
                  "members": {
         
     | 
| 
      
 1970 
     | 
    
         
            +
                    "fromProcStep": {},
         
     | 
| 
      
 1971 
     | 
    
         
            +
                    "fromStep": {},
         
     | 
| 
      
 1972 
     | 
    
         
            +
                    "toProcStep": {},
         
     | 
| 
      
 1973 
     | 
    
         
            +
                    "toStep": {}
         
     | 
| 
      
 1974 
     | 
    
         
            +
                  }
         
     | 
| 
      
 1975 
     | 
    
         
            +
                },
         
     | 
| 
      
 1976 
     | 
    
         
            +
                "S2o": {
         
     | 
| 
       1900 
1977 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       1901 
1978 
     | 
    
         
             
                  "required": [
         
     | 
| 
       1902 
1979 
     | 
    
         
             
                    "failed",
         
     | 
| 
         @@ -1923,7 +2000,7 @@ 
     | 
|
| 
       1923 
2000 
     | 
    
         
             
                    }
         
     | 
| 
       1924 
2001 
     | 
    
         
             
                  }
         
     | 
| 
       1925 
2002 
     | 
    
         
             
                },
         
     | 
| 
       1926 
     | 
    
         
            -
                " 
     | 
| 
      
 2003 
     | 
    
         
            +
                "S33": {
         
     | 
| 
       1927 
2004 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       1928 
2005 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       1929 
2006 
     | 
    
         
             
                }
         
     | 
| 
         @@ -167,6 +167,9 @@ 
     | 
|
| 
       167 
167 
     | 
    
         
             
                      "LowLatencyHlsManifests": {
         
     | 
| 
       168 
168 
     | 
    
         
             
                        "shape": "S1f"
         
     | 
| 
       169 
169 
     | 
    
         
             
                      },
         
     | 
| 
      
 170 
     | 
    
         
            +
                      "DashManifests": {
         
     | 
| 
      
 171 
     | 
    
         
            +
                        "shape": "S1j"
         
     | 
| 
      
 172 
     | 
    
         
            +
                      },
         
     | 
| 
       170 
173 
     | 
    
         
             
                      "Tags": {
         
     | 
| 
       171 
174 
     | 
    
         
             
                        "shape": "S5"
         
     | 
| 
       172 
175 
     | 
    
         
             
                      }
         
     | 
| 
         @@ -204,10 +207,13 @@ 
     | 
|
| 
       204 
207 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       205 
208 
     | 
    
         
             
                      },
         
     | 
| 
       206 
209 
     | 
    
         
             
                      "HlsManifests": {
         
     | 
| 
       207 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 210 
     | 
    
         
            +
                        "shape": "S20"
         
     | 
| 
       208 
211 
     | 
    
         
             
                      },
         
     | 
| 
       209 
212 
     | 
    
         
             
                      "LowLatencyHlsManifests": {
         
     | 
| 
       210 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 213 
     | 
    
         
            +
                        "shape": "S22"
         
     | 
| 
      
 214 
     | 
    
         
            +
                      },
         
     | 
| 
      
 215 
     | 
    
         
            +
                      "DashManifests": {
         
     | 
| 
      
 216 
     | 
    
         
            +
                        "shape": "S24"
         
     | 
| 
       211 
217 
     | 
    
         
             
                      },
         
     | 
| 
       212 
218 
     | 
    
         
             
                      "ETag": {},
         
     | 
| 
       213 
219 
     | 
    
         
             
                      "Tags": {
         
     | 
| 
         @@ -563,14 +569,17 @@ 
     | 
|
| 
       563 
569 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       564 
570 
     | 
    
         
             
                      },
         
     | 
| 
       565 
571 
     | 
    
         
             
                      "HlsManifests": {
         
     | 
| 
       566 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 572 
     | 
    
         
            +
                        "shape": "S20"
         
     | 
| 
       567 
573 
     | 
    
         
             
                      },
         
     | 
| 
       568 
574 
     | 
    
         
             
                      "LowLatencyHlsManifests": {
         
     | 
| 
       569 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 575 
     | 
    
         
            +
                        "shape": "S22"
         
     | 
| 
       570 
576 
     | 
    
         
             
                      },
         
     | 
| 
       571 
577 
     | 
    
         
             
                      "ETag": {},
         
     | 
| 
       572 
578 
     | 
    
         
             
                      "Tags": {
         
     | 
| 
       573 
579 
     | 
    
         
             
                        "shape": "S5"
         
     | 
| 
      
 580 
     | 
    
         
            +
                      },
         
     | 
| 
      
 581 
     | 
    
         
            +
                      "DashManifests": {
         
     | 
| 
      
 582 
     | 
    
         
            +
                        "shape": "S24"
         
     | 
| 
       574 
583 
     | 
    
         
             
                      }
         
     | 
| 
       575 
584 
     | 
    
         
             
                    }
         
     | 
| 
       576 
585 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -814,6 +823,19 @@ 
     | 
|
| 
       814 
823 
     | 
    
         
             
                                  "Url": {}
         
     | 
| 
       815 
824 
     | 
    
         
             
                                }
         
     | 
| 
       816 
825 
     | 
    
         
             
                              }
         
     | 
| 
      
 826 
     | 
    
         
            +
                            },
         
     | 
| 
      
 827 
     | 
    
         
            +
                            "DashManifests": {
         
     | 
| 
      
 828 
     | 
    
         
            +
                              "type": "list",
         
     | 
| 
      
 829 
     | 
    
         
            +
                              "member": {
         
     | 
| 
      
 830 
     | 
    
         
            +
                                "type": "structure",
         
     | 
| 
      
 831 
     | 
    
         
            +
                                "required": [
         
     | 
| 
      
 832 
     | 
    
         
            +
                                  "ManifestName"
         
     | 
| 
      
 833 
     | 
    
         
            +
                                ],
         
     | 
| 
      
 834 
     | 
    
         
            +
                                "members": {
         
     | 
| 
      
 835 
     | 
    
         
            +
                                  "ManifestName": {},
         
     | 
| 
      
 836 
     | 
    
         
            +
                                  "Url": {}
         
     | 
| 
      
 837 
     | 
    
         
            +
                                }
         
     | 
| 
      
 838 
     | 
    
         
            +
                              }
         
     | 
| 
       817 
839 
     | 
    
         
             
                            }
         
     | 
| 
       818 
840 
     | 
    
         
             
                          }
         
     | 
| 
       819 
841 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -1119,6 +1141,9 @@ 
     | 
|
| 
       1119 
1141 
     | 
    
         
             
                      "LowLatencyHlsManifests": {
         
     | 
| 
       1120 
1142 
     | 
    
         
             
                        "shape": "S1f"
         
     | 
| 
       1121 
1143 
     | 
    
         
             
                      },
         
     | 
| 
      
 1144 
     | 
    
         
            +
                      "DashManifests": {
         
     | 
| 
      
 1145 
     | 
    
         
            +
                        "shape": "S1j"
         
     | 
| 
      
 1146 
     | 
    
         
            +
                      },
         
     | 
| 
       1122 
1147 
     | 
    
         
             
                      "ETag": {
         
     | 
| 
       1123 
1148 
     | 
    
         
             
                        "location": "header",
         
     | 
| 
       1124 
1149 
     | 
    
         
             
                        "locationName": "x-amzn-update-if-match"
         
     | 
| 
         @@ -1157,15 +1182,18 @@ 
     | 
|
| 
       1157 
1182 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       1158 
1183 
     | 
    
         
             
                      },
         
     | 
| 
       1159 
1184 
     | 
    
         
             
                      "HlsManifests": {
         
     | 
| 
       1160 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1185 
     | 
    
         
            +
                        "shape": "S20"
         
     | 
| 
       1161 
1186 
     | 
    
         
             
                      },
         
     | 
| 
       1162 
1187 
     | 
    
         
             
                      "LowLatencyHlsManifests": {
         
     | 
| 
       1163 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1188 
     | 
    
         
            +
                        "shape": "S22"
         
     | 
| 
       1164 
1189 
     | 
    
         
             
                      },
         
     | 
| 
       1165 
1190 
     | 
    
         
             
                      "ETag": {},
         
     | 
| 
       1166 
1191 
     | 
    
         
             
                      "Tags": {
         
     | 
| 
       1167 
1192 
     | 
    
         
             
                        "shape": "S5",
         
     | 
| 
       1168 
1193 
     | 
    
         
             
                        "locationName": "tags"
         
     | 
| 
      
 1194 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1195 
     | 
    
         
            +
                      "DashManifests": {
         
     | 
| 
      
 1196 
     | 
    
         
            +
                        "shape": "S24"
         
     | 
| 
       1169 
1197 
     | 
    
         
             
                      }
         
     | 
| 
       1170 
1198 
     | 
    
         
             
                    }
         
     | 
| 
       1171 
1199 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -1336,7 +1364,62 @@ 
     | 
|
| 
       1336 
1364 
     | 
    
         
             
                    }
         
     | 
| 
       1337 
1365 
     | 
    
         
             
                  }
         
     | 
| 
       1338 
1366 
     | 
    
         
             
                },
         
     | 
| 
       1339 
     | 
    
         
            -
                " 
     | 
| 
      
 1367 
     | 
    
         
            +
                "S1j": {
         
     | 
| 
      
 1368 
     | 
    
         
            +
                  "type": "list",
         
     | 
| 
      
 1369 
     | 
    
         
            +
                  "member": {
         
     | 
| 
      
 1370 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 1371 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 1372 
     | 
    
         
            +
                      "ManifestName"
         
     | 
| 
      
 1373 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 1374 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 1375 
     | 
    
         
            +
                      "ManifestName": {},
         
     | 
| 
      
 1376 
     | 
    
         
            +
                      "ManifestWindowSeconds": {
         
     | 
| 
      
 1377 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 1378 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1379 
     | 
    
         
            +
                      "FilterConfiguration": {
         
     | 
| 
      
 1380 
     | 
    
         
            +
                        "shape": "S1c"
         
     | 
| 
      
 1381 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1382 
     | 
    
         
            +
                      "MinUpdatePeriodSeconds": {
         
     | 
| 
      
 1383 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 1384 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1385 
     | 
    
         
            +
                      "MinBufferTimeSeconds": {
         
     | 
| 
      
 1386 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 1387 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1388 
     | 
    
         
            +
                      "SuggestedPresentationDelaySeconds": {
         
     | 
| 
      
 1389 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 1390 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1391 
     | 
    
         
            +
                      "SegmentTemplateFormat": {},
         
     | 
| 
      
 1392 
     | 
    
         
            +
                      "PeriodTriggers": {
         
     | 
| 
      
 1393 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
      
 1394 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1395 
     | 
    
         
            +
                      "ScteDash": {
         
     | 
| 
      
 1396 
     | 
    
         
            +
                        "shape": "S1s"
         
     | 
| 
      
 1397 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1398 
     | 
    
         
            +
                      "DrmSignaling": {},
         
     | 
| 
      
 1399 
     | 
    
         
            +
                      "UtcTiming": {
         
     | 
| 
      
 1400 
     | 
    
         
            +
                        "shape": "S1v"
         
     | 
| 
      
 1401 
     | 
    
         
            +
                      }
         
     | 
| 
      
 1402 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1403 
     | 
    
         
            +
                  }
         
     | 
| 
      
 1404 
     | 
    
         
            +
                },
         
     | 
| 
      
 1405 
     | 
    
         
            +
                "S1q": {
         
     | 
| 
      
 1406 
     | 
    
         
            +
                  "type": "list",
         
     | 
| 
      
 1407 
     | 
    
         
            +
                  "member": {}
         
     | 
| 
      
 1408 
     | 
    
         
            +
                },
         
     | 
| 
      
 1409 
     | 
    
         
            +
                "S1s": {
         
     | 
| 
      
 1410 
     | 
    
         
            +
                  "type": "structure",
         
     | 
| 
      
 1411 
     | 
    
         
            +
                  "members": {
         
     | 
| 
      
 1412 
     | 
    
         
            +
                    "AdMarkerDash": {}
         
     | 
| 
      
 1413 
     | 
    
         
            +
                  }
         
     | 
| 
      
 1414 
     | 
    
         
            +
                },
         
     | 
| 
      
 1415 
     | 
    
         
            +
                "S1v": {
         
     | 
| 
      
 1416 
     | 
    
         
            +
                  "type": "structure",
         
     | 
| 
      
 1417 
     | 
    
         
            +
                  "members": {
         
     | 
| 
      
 1418 
     | 
    
         
            +
                    "TimingMode": {},
         
     | 
| 
      
 1419 
     | 
    
         
            +
                    "TimingSource": {}
         
     | 
| 
      
 1420 
     | 
    
         
            +
                  }
         
     | 
| 
      
 1421 
     | 
    
         
            +
                },
         
     | 
| 
      
 1422 
     | 
    
         
            +
                "S20": {
         
     | 
| 
       1340 
1423 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       1341 
1424 
     | 
    
         
             
                  "member": {
         
     | 
| 
       1342 
1425 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -1363,7 +1446,7 @@ 
     | 
|
| 
       1363 
1446 
     | 
    
         
             
                    }
         
     | 
| 
       1364 
1447 
     | 
    
         
             
                  }
         
     | 
| 
       1365 
1448 
     | 
    
         
             
                },
         
     | 
| 
       1366 
     | 
    
         
            -
                " 
     | 
| 
      
 1449 
     | 
    
         
            +
                "S22": {
         
     | 
| 
       1367 
1450 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       1368 
1451 
     | 
    
         
             
                  "member": {
         
     | 
| 
       1369 
1452 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -1389,6 +1472,46 @@ 
     | 
|
| 
       1389 
1472 
     | 
    
         
             
                      }
         
     | 
| 
       1390 
1473 
     | 
    
         
             
                    }
         
     | 
| 
       1391 
1474 
     | 
    
         
             
                  }
         
     | 
| 
      
 1475 
     | 
    
         
            +
                },
         
     | 
| 
      
 1476 
     | 
    
         
            +
                "S24": {
         
     | 
| 
      
 1477 
     | 
    
         
            +
                  "type": "list",
         
     | 
| 
      
 1478 
     | 
    
         
            +
                  "member": {
         
     | 
| 
      
 1479 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 1480 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 1481 
     | 
    
         
            +
                      "ManifestName",
         
     | 
| 
      
 1482 
     | 
    
         
            +
                      "Url"
         
     | 
| 
      
 1483 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 1484 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 1485 
     | 
    
         
            +
                      "ManifestName": {},
         
     | 
| 
      
 1486 
     | 
    
         
            +
                      "Url": {},
         
     | 
| 
      
 1487 
     | 
    
         
            +
                      "ManifestWindowSeconds": {
         
     | 
| 
      
 1488 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 1489 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1490 
     | 
    
         
            +
                      "FilterConfiguration": {
         
     | 
| 
      
 1491 
     | 
    
         
            +
                        "shape": "S1c"
         
     | 
| 
      
 1492 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1493 
     | 
    
         
            +
                      "MinUpdatePeriodSeconds": {
         
     | 
| 
      
 1494 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 1495 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1496 
     | 
    
         
            +
                      "MinBufferTimeSeconds": {
         
     | 
| 
      
 1497 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 1498 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1499 
     | 
    
         
            +
                      "SuggestedPresentationDelaySeconds": {
         
     | 
| 
      
 1500 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 1501 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1502 
     | 
    
         
            +
                      "SegmentTemplateFormat": {},
         
     | 
| 
      
 1503 
     | 
    
         
            +
                      "PeriodTriggers": {
         
     | 
| 
      
 1504 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
      
 1505 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1506 
     | 
    
         
            +
                      "ScteDash": {
         
     | 
| 
      
 1507 
     | 
    
         
            +
                        "shape": "S1s"
         
     | 
| 
      
 1508 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1509 
     | 
    
         
            +
                      "DrmSignaling": {},
         
     | 
| 
      
 1510 
     | 
    
         
            +
                      "UtcTiming": {
         
     | 
| 
      
 1511 
     | 
    
         
            +
                        "shape": "S1v"
         
     | 
| 
      
 1512 
     | 
    
         
            +
                      }
         
     | 
| 
      
 1513 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1514 
     | 
    
         
            +
                  }
         
     | 
| 
       1392 
1515 
     | 
    
         
             
                }
         
     | 
| 
       1393 
1516 
     | 
    
         
             
              }
         
     | 
| 
       1394 
1517 
     | 
    
         
             
            }
         
     |