aws-sdk 2.1382.0 → 2.1384.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -1
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +484 -131
- package/apis/connect-2017-08-08.min.json +6 -3
- package/apis/sagemaker-2017-07-24.min.json +156 -107
- package/apis/translate-2017-07-01.min.json +84 -17
- package/clients/appsync.d.ts +398 -2
- package/clients/connect.d.ts +1 -1
- package/clients/cur.d.ts +2 -2
- package/clients/sagemaker.d.ts +76 -4
- package/clients/translate.d.ts +69 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +93 -23
- package/dist/aws-sdk.min.js +20 -20
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -4304,7 +4304,13 @@ | |
| 4304 4304 | 
             
                            "ModelConfiguration": {
         | 
| 4305 4305 | 
             
                              "shape": "Sy7"
         | 
| 4306 4306 | 
             
                            },
         | 
| 4307 | 
            -
                            "RecommendationId": {}
         | 
| 4307 | 
            +
                            "RecommendationId": {},
         | 
| 4308 | 
            +
                            "InvocationEndTime": {
         | 
| 4309 | 
            +
                              "type": "timestamp"
         | 
| 4310 | 
            +
                            },
         | 
| 4311 | 
            +
                            "InvocationStartTime": {
         | 
| 4312 | 
            +
                              "type": "timestamp"
         | 
| 4313 | 
            +
                            }
         | 
| 4308 4314 | 
             
                          }
         | 
| 4309 4315 | 
             
                        }
         | 
| 4310 4316 | 
             
                      },
         | 
| @@ -4318,7 +4324,7 @@ | |
| 4318 4324 | 
             
                          ],
         | 
| 4319 4325 | 
             
                          "members": {
         | 
| 4320 4326 | 
             
                            "Metrics": {
         | 
| 4321 | 
            -
                              "shape": " | 
| 4327 | 
            +
                              "shape": "Syf"
         | 
| 4322 4328 | 
             
                            },
         | 
| 4323 4329 | 
             
                            "EndpointInfo": {
         | 
| 4324 4330 | 
             
                              "shape": "Shg"
         | 
| @@ -4357,7 +4363,7 @@ | |
| 4357 4363 | 
             
                    "members": {
         | 
| 4358 4364 | 
             
                      "LabelingJobStatus": {},
         | 
| 4359 4365 | 
             
                      "LabelCounters": {
         | 
| 4360 | 
            -
                        "shape": " | 
| 4366 | 
            +
                        "shape": "Syj"
         | 
| 4361 4367 | 
             
                      },
         | 
| 4362 4368 | 
             
                      "FailureReason": {},
         | 
| 4363 4369 | 
             
                      "CreationTime": {
         | 
| @@ -4391,7 +4397,7 @@ | |
| 4391 4397 | 
             
                        "shape": "S7"
         | 
| 4392 4398 | 
             
                      },
         | 
| 4393 4399 | 
             
                      "LabelingJobOutput": {
         | 
| 4394 | 
            -
                        "shape": " | 
| 4400 | 
            +
                        "shape": "Sym"
         | 
| 4395 4401 | 
             
                      }
         | 
| 4396 4402 | 
             
                    }
         | 
| 4397 4403 | 
             
                  }
         | 
| @@ -4467,6 +4473,9 @@ | |
| 4467 4473 | 
             
                      "ModelArn": {},
         | 
| 4468 4474 | 
             
                      "EnableNetworkIsolation": {
         | 
| 4469 4475 | 
             
                        "type": "boolean"
         | 
| 4476 | 
            +
                      },
         | 
| 4477 | 
            +
                      "DeploymentRecommendation": {
         | 
| 4478 | 
            +
                        "shape": "Syr"
         | 
| 4470 4479 | 
             
                      }
         | 
| 4471 4480 | 
             
                    }
         | 
| 4472 4481 | 
             
                  }
         | 
| @@ -4723,7 +4732,7 @@ | |
| 4723 4732 | 
             
                      },
         | 
| 4724 4733 | 
             
                      "ModelPackageStatus": {},
         | 
| 4725 4734 | 
             
                      "ModelPackageStatusDetails": {
         | 
| 4726 | 
            -
                        "shape": " | 
| 4735 | 
            +
                        "shape": "Sz8"
         | 
| 4727 4736 | 
             
                      },
         | 
| 4728 4737 | 
             
                      "CertifyForMarketplace": {
         | 
| 4729 4738 | 
             
                        "type": "boolean"
         | 
| @@ -4883,7 +4892,7 @@ | |
| 4883 4892 | 
             
                      },
         | 
| 4884 4893 | 
             
                      "EndpointName": {},
         | 
| 4885 4894 | 
             
                      "LastMonitoringExecutionSummary": {
         | 
| 4886 | 
            -
                        "shape": " | 
| 4895 | 
            +
                        "shape": "Szl"
         | 
| 4887 4896 | 
             
                      }
         | 
| 4888 4897 | 
             
                    }
         | 
| 4889 4898 | 
             
                  }
         | 
| @@ -5050,7 +5059,7 @@ | |
| 5050 5059 | 
             
                      "PipelineExecutionStatus": {},
         | 
| 5051 5060 | 
             
                      "PipelineExecutionDescription": {},
         | 
| 5052 5061 | 
             
                      "PipelineExperimentConfig": {
         | 
| 5053 | 
            -
                        "shape": " | 
| 5062 | 
            +
                        "shape": "S105"
         | 
| 5054 5063 | 
             
                      },
         | 
| 5055 5064 | 
             
                      "FailureReason": {},
         | 
| 5056 5065 | 
             
                      "CreationTime": {
         | 
| @@ -5169,7 +5178,7 @@ | |
| 5169 5178 | 
             
                        "shape": "Sne"
         | 
| 5170 5179 | 
             
                      },
         | 
| 5171 5180 | 
             
                      "ServiceCatalogProvisionedProductDetails": {
         | 
| 5172 | 
            -
                        "shape": " | 
| 5181 | 
            +
                        "shape": "S10d"
         | 
| 5173 5182 | 
             
                      },
         | 
| 5174 5183 | 
             
                      "ProjectStatus": {},
         | 
| 5175 5184 | 
             
                      "CreatedBy": {
         | 
| @@ -5263,7 +5272,7 @@ | |
| 5263 5272 | 
             
                    ],
         | 
| 5264 5273 | 
             
                    "members": {
         | 
| 5265 5274 | 
             
                      "SubscribedWorkteam": {
         | 
| 5266 | 
            -
                        "shape": " | 
| 5275 | 
            +
                        "shape": "S10o"
         | 
| 5267 5276 | 
             
                      }
         | 
| 5268 5277 | 
             
                    }
         | 
| 5269 5278 | 
             
                  }
         | 
| @@ -5338,10 +5347,10 @@ | |
| 5338 5347 | 
             
                        "type": "timestamp"
         | 
| 5339 5348 | 
             
                      },
         | 
| 5340 5349 | 
             
                      "SecondaryStatusTransitions": {
         | 
| 5341 | 
            -
                        "shape": " | 
| 5350 | 
            +
                        "shape": "S10s"
         | 
| 5342 5351 | 
             
                      },
         | 
| 5343 5352 | 
             
                      "FinalMetricDataList": {
         | 
| 5344 | 
            -
                        "shape": " | 
| 5353 | 
            +
                        "shape": "S10v"
         | 
| 5345 5354 | 
             
                      },
         | 
| 5346 5355 | 
             
                      "EnableNetworkIsolation": {
         | 
| 5347 5356 | 
             
                        "type": "boolean"
         | 
| @@ -5374,7 +5383,7 @@ | |
| 5374 5383 | 
             
                        "shape": "Soj"
         | 
| 5375 5384 | 
             
                      },
         | 
| 5376 5385 | 
             
                      "DebugRuleEvaluationStatuses": {
         | 
| 5377 | 
            -
                        "shape": " | 
| 5386 | 
            +
                        "shape": "S10z"
         | 
| 5378 5387 | 
             
                      },
         | 
| 5379 5388 | 
             
                      "ProfilerConfig": {
         | 
| 5380 5389 | 
             
                        "shape": "Sok"
         | 
| @@ -5405,7 +5414,7 @@ | |
| 5405 5414 | 
             
                        "shape": "Soq"
         | 
| 5406 5415 | 
             
                      },
         | 
| 5407 5416 | 
             
                      "WarmPoolStatus": {
         | 
| 5408 | 
            -
                        "shape": " | 
| 5417 | 
            +
                        "shape": "S116"
         | 
| 5409 5418 | 
             
                      }
         | 
| 5410 5419 | 
             
                    }
         | 
| 5411 5420 | 
             
                  }
         | 
| @@ -5500,7 +5509,7 @@ | |
| 5500 5509 | 
             
                      "DisplayName": {},
         | 
| 5501 5510 | 
             
                      "ExperimentName": {},
         | 
| 5502 5511 | 
             
                      "Source": {
         | 
| 5503 | 
            -
                        "shape": " | 
| 5512 | 
            +
                        "shape": "S11e"
         | 
| 5504 5513 | 
             
                      },
         | 
| 5505 5514 | 
             
                      "CreationTime": {
         | 
| 5506 5515 | 
             
                        "type": "timestamp"
         | 
| @@ -5537,7 +5546,7 @@ | |
| 5537 5546 | 
             
                      "TrialComponentArn": {},
         | 
| 5538 5547 | 
             
                      "DisplayName": {},
         | 
| 5539 5548 | 
             
                      "Source": {
         | 
| 5540 | 
            -
                        "shape": " | 
| 5549 | 
            +
                        "shape": "S11i"
         | 
| 5541 5550 | 
             
                      },
         | 
| 5542 5551 | 
             
                      "Status": {
         | 
| 5543 5552 | 
             
                        "shape": "Sp9"
         | 
| @@ -5573,13 +5582,13 @@ | |
| 5573 5582 | 
             
                        "shape": "S1q"
         | 
| 5574 5583 | 
             
                      },
         | 
| 5575 5584 | 
             
                      "Metrics": {
         | 
| 5576 | 
            -
                        "shape": " | 
| 5585 | 
            +
                        "shape": "S11k"
         | 
| 5577 5586 | 
             
                      },
         | 
| 5578 5587 | 
             
                      "LineageGroupArn": {},
         | 
| 5579 5588 | 
             
                      "Sources": {
         | 
| 5580 5589 | 
             
                        "type": "list",
         | 
| 5581 5590 | 
             
                        "member": {
         | 
| 5582 | 
            -
                          "shape": " | 
| 5591 | 
            +
                          "shape": "S11i"
         | 
| 5583 5592 | 
             
                        }
         | 
| 5584 5593 | 
             
                      }
         | 
| 5585 5594 | 
             
                    }
         | 
| @@ -5637,7 +5646,7 @@ | |
| 5637 5646 | 
             
                    ],
         | 
| 5638 5647 | 
             
                    "members": {
         | 
| 5639 5648 | 
             
                      "Workforce": {
         | 
| 5640 | 
            -
                        "shape": " | 
| 5649 | 
            +
                        "shape": "S11u"
         | 
| 5641 5650 | 
             
                      }
         | 
| 5642 5651 | 
             
                    }
         | 
| 5643 5652 | 
             
                  }
         | 
| @@ -5659,7 +5668,7 @@ | |
| 5659 5668 | 
             
                    ],
         | 
| 5660 5669 | 
             
                    "members": {
         | 
| 5661 5670 | 
             
                      "Workteam": {
         | 
| 5662 | 
            -
                        "shape": " | 
| 5671 | 
            +
                        "shape": "S122"
         | 
| 5663 5672 | 
             
                      }
         | 
| 5664 5673 | 
             
                    }
         | 
| 5665 5674 | 
             
                  }
         | 
| @@ -6543,7 +6552,7 @@ | |
| 6543 6552 | 
             
                    ],
         | 
| 6544 6553 | 
             
                    "members": {
         | 
| 6545 6554 | 
             
                      "JobDefinitionSummaries": {
         | 
| 6546 | 
            -
                        "shape": " | 
| 6555 | 
            +
                        "shape": "S14z"
         | 
| 6547 6556 | 
             
                      },
         | 
| 6548 6557 | 
             
                      "NextToken": {}
         | 
| 6549 6558 | 
             
                    }
         | 
| @@ -7124,7 +7133,7 @@ | |
| 7124 7133 | 
             
                    ],
         | 
| 7125 7134 | 
             
                    "members": {
         | 
| 7126 7135 | 
             
                      "HubContentSummaries": {
         | 
| 7127 | 
            -
                        "shape": " | 
| 7136 | 
            +
                        "shape": "S16p"
         | 
| 7128 7137 | 
             
                      },
         | 
| 7129 7138 | 
             
                      "NextToken": {}
         | 
| 7130 7139 | 
             
                    }
         | 
| @@ -7163,7 +7172,7 @@ | |
| 7163 7172 | 
             
                    ],
         | 
| 7164 7173 | 
             
                    "members": {
         | 
| 7165 7174 | 
             
                      "HubContentSummaries": {
         | 
| 7166 | 
            -
                        "shape": " | 
| 7175 | 
            +
                        "shape": "S16p"
         | 
| 7167 7176 | 
             
                      },
         | 
| 7168 7177 | 
             
                      "NextToken": {}
         | 
| 7169 7178 | 
             
                    }
         | 
| @@ -7592,7 +7601,13 @@ | |
| 7592 7601 | 
             
                                },
         | 
| 7593 7602 | 
             
                                "FailureReason": {},
         | 
| 7594 7603 | 
             
                                "EndpointMetrics": {
         | 
| 7595 | 
            -
                                  "shape": " | 
| 7604 | 
            +
                                  "shape": "Syf"
         | 
| 7605 | 
            +
                                },
         | 
| 7606 | 
            +
                                "InvocationEndTime": {
         | 
| 7607 | 
            +
                                  "type": "timestamp"
         | 
| 7608 | 
            +
                                },
         | 
| 7609 | 
            +
                                "InvocationStartTime": {
         | 
| 7610 | 
            +
                                  "type": "timestamp"
         | 
| 7596 7611 | 
             
                                }
         | 
| 7597 7612 | 
             
                              }
         | 
| 7598 7613 | 
             
                            }
         | 
| @@ -7626,7 +7641,9 @@ | |
| 7626 7641 | 
             
                      "NextToken": {},
         | 
| 7627 7642 | 
             
                      "MaxResults": {
         | 
| 7628 7643 | 
             
                        "type": "integer"
         | 
| 7629 | 
            -
                      }
         | 
| 7644 | 
            +
                      },
         | 
| 7645 | 
            +
                      "ModelNameEquals": {},
         | 
| 7646 | 
            +
                      "ModelPackageVersionArnEquals": {}
         | 
| 7630 7647 | 
             
                    }
         | 
| 7631 7648 | 
             
                  },
         | 
| 7632 7649 | 
             
                  "output": {
         | 
| @@ -7665,7 +7682,10 @@ | |
| 7665 7682 | 
             
                            "LastModifiedTime": {
         | 
| 7666 7683 | 
             
                              "type": "timestamp"
         | 
| 7667 7684 | 
             
                            },
         | 
| 7668 | 
            -
                            "FailureReason": {}
         | 
| 7685 | 
            +
                            "FailureReason": {},
         | 
| 7686 | 
            +
                            "ModelName": {},
         | 
| 7687 | 
            +
                            "SamplePayloadUrl": {},
         | 
| 7688 | 
            +
                            "ModelPackageVersionArn": {}
         | 
| 7669 7689 | 
             
                          }
         | 
| 7670 7690 | 
             
                        }
         | 
| 7671 7691 | 
             
                      },
         | 
| @@ -7727,14 +7747,14 @@ | |
| 7727 7747 | 
             
                            },
         | 
| 7728 7748 | 
             
                            "LabelingJobStatus": {},
         | 
| 7729 7749 | 
             
                            "LabelCounters": {
         | 
| 7730 | 
            -
                              "shape": " | 
| 7750 | 
            +
                              "shape": "Syj"
         | 
| 7731 7751 | 
             
                            },
         | 
| 7732 7752 | 
             
                            "WorkteamArn": {},
         | 
| 7733 7753 | 
             
                            "PreHumanTaskLambdaArn": {},
         | 
| 7734 7754 | 
             
                            "AnnotationConsolidationLambdaArn": {},
         | 
| 7735 7755 | 
             
                            "FailureReason": {},
         | 
| 7736 7756 | 
             
                            "LabelingJobOutput": {
         | 
| 7737 | 
            -
                              "shape": " | 
| 7757 | 
            +
                              "shape": "Sym"
         | 
| 7738 7758 | 
             
                            },
         | 
| 7739 7759 | 
             
                            "InputConfig": {
         | 
| 7740 7760 | 
             
                              "shape": "Shy"
         | 
| @@ -7884,7 +7904,7 @@ | |
| 7884 7904 | 
             
                    ],
         | 
| 7885 7905 | 
             
                    "members": {
         | 
| 7886 7906 | 
             
                      "JobDefinitionSummaries": {
         | 
| 7887 | 
            -
                        "shape": " | 
| 7907 | 
            +
                        "shape": "S14z"
         | 
| 7888 7908 | 
             
                      },
         | 
| 7889 7909 | 
             
                      "NextToken": {}
         | 
| 7890 7910 | 
             
                    }
         | 
| @@ -8097,7 +8117,7 @@ | |
| 8097 8117 | 
             
                    ],
         | 
| 8098 8118 | 
             
                    "members": {
         | 
| 8099 8119 | 
             
                      "JobDefinitionSummaries": {
         | 
| 8100 | 
            -
                        "shape": " | 
| 8120 | 
            +
                        "shape": "S14z"
         | 
| 8101 8121 | 
             
                      },
         | 
| 8102 8122 | 
             
                      "NextToken": {}
         | 
| 8103 8123 | 
             
                    }
         | 
| @@ -8297,7 +8317,7 @@ | |
| 8297 8317 | 
             
                    ],
         | 
| 8298 8318 | 
             
                    "members": {
         | 
| 8299 8319 | 
             
                      "JobDefinitionSummaries": {
         | 
| 8300 | 
            -
                        "shape": " | 
| 8320 | 
            +
                        "shape": "S14z"
         | 
| 8301 8321 | 
             
                      },
         | 
| 8302 8322 | 
             
                      "NextToken": {}
         | 
| 8303 8323 | 
             
                    }
         | 
| @@ -8416,7 +8436,7 @@ | |
| 8416 8436 | 
             
                    "type": "structure",
         | 
| 8417 8437 | 
             
                    "members": {
         | 
| 8418 8438 | 
             
                      "MonitoringAlertSummaries": {
         | 
| 8419 | 
            -
                        "shape": " | 
| 8439 | 
            +
                        "shape": "S1a4"
         | 
| 8420 8440 | 
             
                      },
         | 
| 8421 8441 | 
             
                      "NextToken": {}
         | 
| 8422 8442 | 
             
                    }
         | 
| @@ -8466,7 +8486,7 @@ | |
| 8466 8486 | 
             
                      "MonitoringExecutionSummaries": {
         | 
| 8467 8487 | 
             
                        "type": "list",
         | 
| 8468 8488 | 
             
                        "member": {
         | 
| 8469 | 
            -
                          "shape": " | 
| 8489 | 
            +
                          "shape": "Szl"
         | 
| 8470 8490 | 
             
                        }
         | 
| 8471 8491 | 
             
                      },
         | 
| 8472 8492 | 
             
                      "NextToken": {}
         | 
| @@ -8746,7 +8766,7 @@ | |
| 8746 8766 | 
             
                                    "CallbackToken": {},
         | 
| 8747 8767 | 
             
                                    "SqsQueueUrl": {},
         | 
| 8748 8768 | 
             
                                    "OutputParameters": {
         | 
| 8749 | 
            -
                                      "shape": " | 
| 8769 | 
            +
                                      "shape": "S1bj"
         | 
| 8750 8770 | 
             
                                    }
         | 
| 8751 8771 | 
             
                                  }
         | 
| 8752 8772 | 
             
                                },
         | 
| @@ -8755,7 +8775,7 @@ | |
| 8755 8775 | 
             
                                  "members": {
         | 
| 8756 8776 | 
             
                                    "Arn": {},
         | 
| 8757 8777 | 
             
                                    "OutputParameters": {
         | 
| 8758 | 
            -
                                      "shape": " | 
| 8778 | 
            +
                                      "shape": "S1bj"
         | 
| 8759 8779 | 
             
                                    }
         | 
| 8760 8780 | 
             
                                  }
         | 
| 8761 8781 | 
             
                                },
         | 
| @@ -8888,7 +8908,7 @@ | |
| 8888 8908 | 
             
                    "type": "structure",
         | 
| 8889 8909 | 
             
                    "members": {
         | 
| 8890 8910 | 
             
                      "PipelineParameters": {
         | 
| 8891 | 
            -
                        "shape": " | 
| 8911 | 
            +
                        "shape": "S1bz"
         | 
| 8892 8912 | 
             
                      },
         | 
| 8893 8913 | 
             
                      "NextToken": {}
         | 
| 8894 8914 | 
             
                    }
         | 
| @@ -9223,7 +9243,7 @@ | |
| 9223 9243 | 
             
                      "SubscribedWorkteams": {
         | 
| 9224 9244 | 
             
                        "type": "list",
         | 
| 9225 9245 | 
             
                        "member": {
         | 
| 9226 | 
            -
                          "shape": " | 
| 9246 | 
            +
                          "shape": "S10o"
         | 
| 9227 9247 | 
             
                        }
         | 
| 9228 9248 | 
             
                      },
         | 
| 9229 9249 | 
             
                      "NextToken": {}
         | 
| @@ -9311,7 +9331,7 @@ | |
| 9311 9331 | 
             
                            },
         | 
| 9312 9332 | 
             
                            "TrainingJobStatus": {},
         | 
| 9313 9333 | 
             
                            "WarmPoolStatus": {
         | 
| 9314 | 
            -
                              "shape": " | 
| 9334 | 
            +
                              "shape": "S116"
         | 
| 9315 9335 | 
             
                            }
         | 
| 9316 9336 | 
             
                          }
         | 
| 9317 9337 | 
             
                        }
         | 
| @@ -9449,7 +9469,7 @@ | |
| 9449 9469 | 
             
                            "TrialComponentArn": {},
         | 
| 9450 9470 | 
             
                            "DisplayName": {},
         | 
| 9451 9471 | 
             
                            "TrialComponentSource": {
         | 
| 9452 | 
            -
                              "shape": " | 
| 9472 | 
            +
                              "shape": "S11i"
         | 
| 9453 9473 | 
             
                            },
         | 
| 9454 9474 | 
             
                            "Status": {
         | 
| 9455 9475 | 
             
                              "shape": "Sp9"
         | 
| @@ -9511,7 +9531,7 @@ | |
| 9511 9531 | 
             
                            "TrialName": {},
         | 
| 9512 9532 | 
             
                            "DisplayName": {},
         | 
| 9513 9533 | 
             
                            "TrialSource": {
         | 
| 9514 | 
            -
                              "shape": " | 
| 9534 | 
            +
                              "shape": "S11e"
         | 
| 9515 9535 | 
             
                            },
         | 
| 9516 9536 | 
             
                            "CreationTime": {
         | 
| 9517 9537 | 
             
                              "type": "timestamp"
         | 
| @@ -9586,7 +9606,7 @@ | |
| 9586 9606 | 
             
                      "Workforces": {
         | 
| 9587 9607 | 
             
                        "type": "list",
         | 
| 9588 9608 | 
             
                        "member": {
         | 
| 9589 | 
            -
                          "shape": " | 
| 9609 | 
            +
                          "shape": "S11u"
         | 
| 9590 9610 | 
             
                        }
         | 
| 9591 9611 | 
             
                      },
         | 
| 9592 9612 | 
             
                      "NextToken": {}
         | 
| @@ -9615,7 +9635,7 @@ | |
| 9615 9635 | 
             
                      "Workteams": {
         | 
| 9616 9636 | 
             
                        "type": "list",
         | 
| 9617 9637 | 
             
                        "member": {
         | 
| 9618 | 
            -
                          "shape": " | 
| 9638 | 
            +
                          "shape": "S122"
         | 
| 9619 9639 | 
             
                        }
         | 
| 9620 9640 | 
             
                      },
         | 
| 9621 9641 | 
             
                      "NextToken": {}
         | 
| @@ -9734,7 +9754,7 @@ | |
| 9734 9754 | 
             
                    "members": {
         | 
| 9735 9755 | 
             
                      "DeviceFleetName": {},
         | 
| 9736 9756 | 
             
                      "Devices": {
         | 
| 9737 | 
            -
                        "shape": " | 
| 9757 | 
            +
                        "shape": "S1el"
         | 
| 9738 9758 | 
             
                      },
         | 
| 9739 9759 | 
             
                      "Tags": {
         | 
| 9740 9760 | 
             
                        "shape": "S7"
         | 
| @@ -9824,7 +9844,7 @@ | |
| 9824 9844 | 
             
                    "members": {
         | 
| 9825 9845 | 
             
                      "Resource": {},
         | 
| 9826 9846 | 
             
                      "SearchExpression": {
         | 
| 9827 | 
            -
                        "shape": " | 
| 9847 | 
            +
                        "shape": "S1ew"
         | 
| 9828 9848 | 
             
                      },
         | 
| 9829 9849 | 
             
                      "SortBy": {},
         | 
| 9830 9850 | 
             
                      "SortOrder": {},
         | 
| @@ -9843,7 +9863,7 @@ | |
| 9843 9863 | 
             
                          "type": "structure",
         | 
| 9844 9864 | 
             
                          "members": {
         | 
| 9845 9865 | 
             
                            "TrainingJob": {
         | 
| 9846 | 
            -
                              "shape": " | 
| 9866 | 
            +
                              "shape": "S1f9"
         | 
| 9847 9867 | 
             
                            },
         | 
| 9848 9868 | 
             
                            "Experiment": {
         | 
| 9849 9869 | 
             
                              "type": "structure",
         | 
| @@ -9880,7 +9900,7 @@ | |
| 9880 9900 | 
             
                                "DisplayName": {},
         | 
| 9881 9901 | 
             
                                "ExperimentName": {},
         | 
| 9882 9902 | 
             
                                "Source": {
         | 
| 9883 | 
            -
                                  "shape": " | 
| 9903 | 
            +
                                  "shape": "S11e"
         | 
| 9884 9904 | 
             
                                },
         | 
| 9885 9905 | 
             
                                "CreationTime": {
         | 
| 9886 9906 | 
             
                                  "type": "timestamp"
         | 
| @@ -9908,7 +9928,7 @@ | |
| 9908 9928 | 
             
                                      "TrialComponentName": {},
         | 
| 9909 9929 | 
             
                                      "TrialComponentArn": {},
         | 
| 9910 9930 | 
             
                                      "TrialComponentSource": {
         | 
| 9911 | 
            -
                                        "shape": " | 
| 9931 | 
            +
                                        "shape": "S11i"
         | 
| 9912 9932 | 
             
                                      },
         | 
| 9913 9933 | 
             
                                      "CreationTime": {
         | 
| 9914 9934 | 
             
                                        "type": "timestamp"
         | 
| @@ -9928,7 +9948,7 @@ | |
| 9928 9948 | 
             
                                "DisplayName": {},
         | 
| 9929 9949 | 
             
                                "TrialComponentArn": {},
         | 
| 9930 9950 | 
             
                                "Source": {
         | 
| 9931 | 
            -
                                  "shape": " | 
| 9951 | 
            +
                                  "shape": "S11i"
         | 
| 9932 9952 | 
             
                                },
         | 
| 9933 9953 | 
             
                                "Status": {
         | 
| 9934 9954 | 
             
                                  "shape": "Sp9"
         | 
| @@ -9961,7 +9981,7 @@ | |
| 9961 9981 | 
             
                                  "shape": "Spg"
         | 
| 9962 9982 | 
             
                                },
         | 
| 9963 9983 | 
             
                                "Metrics": {
         | 
| 9964 | 
            -
                                  "shape": " | 
| 9984 | 
            +
                                  "shape": "S11k"
         | 
| 9965 9985 | 
             
                                },
         | 
| 9966 9986 | 
             
                                "MetadataProperties": {
         | 
| 9967 9987 | 
             
                                  "shape": "S1q"
         | 
| @@ -9971,7 +9991,7 @@ | |
| 9971 9991 | 
             
                                  "members": {
         | 
| 9972 9992 | 
             
                                    "SourceArn": {},
         | 
| 9973 9993 | 
             
                                    "TrainingJob": {
         | 
| 9974 | 
            -
                                      "shape": " | 
| 9994 | 
            +
                                      "shape": "S1f9"
         | 
| 9975 9995 | 
             
                                    },
         | 
| 9976 9996 | 
             
                                    "ProcessingJob": {
         | 
| 9977 9997 | 
             
                                      "type": "structure",
         | 
| @@ -10027,7 +10047,7 @@ | |
| 10027 10047 | 
             
                                      }
         | 
| 10028 10048 | 
             
                                    },
         | 
| 10029 10049 | 
             
                                    "TransformJob": {
         | 
| 10030 | 
            -
                                      "shape": " | 
| 10050 | 
            +
                                      "shape": "S1fh"
         | 
| 10031 10051 | 
             
                                    }
         | 
| 10032 10052 | 
             
                                  }
         | 
| 10033 10053 | 
             
                                },
         | 
| @@ -10097,7 +10117,7 @@ | |
| 10097 10117 | 
             
                                      },
         | 
| 10098 10118 | 
             
                                      "EndpointName": {},
         | 
| 10099 10119 | 
             
                                      "LastMonitoringExecutionSummary": {
         | 
| 10100 | 
            -
                                        "shape": " | 
| 10120 | 
            +
                                        "shape": "Szl"
         | 
| 10101 10121 | 
             
                                      },
         | 
| 10102 10122 | 
             
                                      "Tags": {
         | 
| 10103 10123 | 
             
                                        "shape": "S7"
         | 
| @@ -10137,7 +10157,7 @@ | |
| 10137 10157 | 
             
                                },
         | 
| 10138 10158 | 
             
                                "ModelPackageStatus": {},
         | 
| 10139 10159 | 
             
                                "ModelPackageStatusDetails": {
         | 
| 10140 | 
            -
                                  "shape": " | 
| 10160 | 
            +
                                  "shape": "Sz8"
         | 
| 10141 10161 | 
             
                                },
         | 
| 10142 10162 | 
             
                                "CertifyForMarketplace": {
         | 
| 10143 10163 | 
             
                                  "type": "boolean"
         | 
| @@ -10235,7 +10255,7 @@ | |
| 10235 10255 | 
             
                                "PipelineExecutionStatus": {},
         | 
| 10236 10256 | 
             
                                "PipelineExecutionDescription": {},
         | 
| 10237 10257 | 
             
                                "PipelineExperimentConfig": {
         | 
| 10238 | 
            -
                                  "shape": " | 
| 10258 | 
            +
                                  "shape": "S105"
         | 
| 10239 10259 | 
             
                                },
         | 
| 10240 10260 | 
             
                                "FailureReason": {},
         | 
| 10241 10261 | 
             
                                "CreationTime": {
         | 
| @@ -10254,7 +10274,7 @@ | |
| 10254 10274 | 
             
                                  "shape": "Slx"
         | 
| 10255 10275 | 
             
                                },
         | 
| 10256 10276 | 
             
                                "PipelineParameters": {
         | 
| 10257 | 
            -
                                  "shape": " | 
| 10277 | 
            +
                                  "shape": "S1bz"
         | 
| 10258 10278 | 
             
                                }
         | 
| 10259 10279 | 
             
                              }
         | 
| 10260 10280 | 
             
                            },
         | 
| @@ -10306,7 +10326,7 @@ | |
| 10306 10326 | 
             
                                  "shape": "Sne"
         | 
| 10307 10327 | 
             
                                },
         | 
| 10308 10328 | 
             
                                "ServiceCatalogProvisionedProductDetails": {
         | 
| 10309 | 
            -
                                  "shape": " | 
| 10329 | 
            +
                                  "shape": "S10d"
         | 
| 10310 10330 | 
             
                                },
         | 
| 10311 10331 | 
             
                                "ProjectStatus": {},
         | 
| 10312 10332 | 
             
                                "CreatedBy": {
         | 
| @@ -10425,6 +10445,9 @@ | |
| 10425 10445 | 
             
                                    },
         | 
| 10426 10446 | 
             
                                    "Tags": {
         | 
| 10427 10447 | 
             
                                      "shape": "S7"
         | 
| 10448 | 
            +
                                    },
         | 
| 10449 | 
            +
                                    "DeploymentRecommendation": {
         | 
| 10450 | 
            +
                                      "shape": "Syr"
         | 
| 10428 10451 | 
             
                                    }
         | 
| 10429 10452 | 
             
                                  }
         | 
| 10430 10453 | 
             
                                },
         | 
| @@ -10453,7 +10476,7 @@ | |
| 10453 10476 | 
             
                                  }
         | 
| 10454 10477 | 
             
                                },
         | 
| 10455 10478 | 
             
                                "LastBatchTransformJob": {
         | 
| 10456 | 
            -
                                  "shape": " | 
| 10479 | 
            +
                                  "shape": "S1fh"
         | 
| 10457 10480 | 
             
                                },
         | 
| 10458 10481 | 
             
                                "MonitoringSchedules": {
         | 
| 10459 10482 | 
             
                                  "type": "list",
         | 
| @@ -10476,10 +10499,10 @@ | |
| 10476 10499 | 
             
                                      },
         | 
| 10477 10500 | 
             
                                      "EndpointName": {},
         | 
| 10478 10501 | 
             
                                      "MonitoringAlertSummaries": {
         | 
| 10479 | 
            -
                                        "shape": " | 
| 10502 | 
            +
                                        "shape": "S1a4"
         | 
| 10480 10503 | 
             
                                      },
         | 
| 10481 10504 | 
             
                                      "LastMonitoringExecutionSummary": {
         | 
| 10482 | 
            -
                                        "shape": " | 
| 10505 | 
            +
                                        "shape": "Szl"
         | 
| 10483 10506 | 
             
                                      }
         | 
| 10484 10507 | 
             
                                    }
         | 
| 10485 10508 | 
             
                                  }
         | 
| @@ -10588,7 +10611,7 @@ | |
| 10588 10611 | 
             
                    "members": {
         | 
| 10589 10612 | 
             
                      "CallbackToken": {},
         | 
| 10590 10613 | 
             
                      "OutputParameters": {
         | 
| 10591 | 
            -
                        "shape": " | 
| 10614 | 
            +
                        "shape": "S1bj"
         | 
| 10592 10615 | 
             
                      },
         | 
| 10593 10616 | 
             
                      "ClientRequestToken": {
         | 
| 10594 10617 | 
             
                        "idempotencyToken": true
         | 
| @@ -10668,7 +10691,7 @@ | |
| 10668 10691 | 
             
                      "PipelineName": {},
         | 
| 10669 10692 | 
             
                      "PipelineExecutionDisplayName": {},
         | 
| 10670 10693 | 
             
                      "PipelineParameters": {
         | 
| 10671 | 
            -
                        "shape": " | 
| 10694 | 
            +
                        "shape": "S1bz"
         | 
| 10672 10695 | 
             
                      },
         | 
| 10673 10696 | 
             
                      "PipelineExecutionDescription": {},
         | 
| 10674 10697 | 
             
                      "ClientRequestToken": {
         | 
| @@ -10886,7 +10909,7 @@ | |
| 10886 10909 | 
             
                        "shape": "S1o"
         | 
| 10887 10910 | 
             
                      },
         | 
| 10888 10911 | 
             
                      "PropertiesToRemove": {
         | 
| 10889 | 
            -
                        "shape": " | 
| 10912 | 
            +
                        "shape": "S1gy"
         | 
| 10890 10913 | 
             
                      }
         | 
| 10891 10914 | 
             
                    }
         | 
| 10892 10915 | 
             
                  },
         | 
| @@ -10930,7 +10953,7 @@ | |
| 10930 10953 | 
             
                        "shape": "S1o"
         | 
| 10931 10954 | 
             
                      },
         | 
| 10932 10955 | 
             
                      "PropertiesToRemove": {
         | 
| 10933 | 
            -
                        "shape": " | 
| 10956 | 
            +
                        "shape": "S1gy"
         | 
| 10934 10957 | 
             
                      }
         | 
| 10935 10958 | 
             
                    }
         | 
| 10936 10959 | 
             
                  },
         | 
| @@ -10980,7 +11003,7 @@ | |
| 10980 11003 | 
             
                        "shape": "S1o"
         | 
| 10981 11004 | 
             
                      },
         | 
| 10982 11005 | 
             
                      "PropertiesToRemove": {
         | 
| 10983 | 
            -
                        "shape": " | 
| 11006 | 
            +
                        "shape": "S1gy"
         | 
| 10984 11007 | 
             
                      }
         | 
| 10985 11008 | 
             
                    }
         | 
| 10986 11009 | 
             
                  },
         | 
| @@ -11021,7 +11044,7 @@ | |
| 11021 11044 | 
             
                    "members": {
         | 
| 11022 11045 | 
             
                      "DeviceFleetName": {},
         | 
| 11023 11046 | 
             
                      "Devices": {
         | 
| 11024 | 
            -
                        "shape": " | 
| 11047 | 
            +
                        "shape": "S1el"
         | 
| 11025 11048 | 
             
                      }
         | 
| 11026 11049 | 
             
                    }
         | 
| 11027 11050 | 
             
                  }
         | 
| @@ -11722,19 +11745,19 @@ | |
| 11722 11745 | 
             
                        "shape": "Spc"
         | 
| 11723 11746 | 
             
                      },
         | 
| 11724 11747 | 
             
                      "ParametersToRemove": {
         | 
| 11725 | 
            -
                        "shape": " | 
| 11748 | 
            +
                        "shape": "S1j4"
         | 
| 11726 11749 | 
             
                      },
         | 
| 11727 11750 | 
             
                      "InputArtifacts": {
         | 
| 11728 11751 | 
             
                        "shape": "Spg"
         | 
| 11729 11752 | 
             
                      },
         | 
| 11730 11753 | 
             
                      "InputArtifactsToRemove": {
         | 
| 11731 | 
            -
                        "shape": " | 
| 11754 | 
            +
                        "shape": "S1j4"
         | 
| 11732 11755 | 
             
                      },
         | 
| 11733 11756 | 
             
                      "OutputArtifacts": {
         | 
| 11734 11757 | 
             
                        "shape": "Spg"
         | 
| 11735 11758 | 
             
                      },
         | 
| 11736 11759 | 
             
                      "OutputArtifactsToRemove": {
         | 
| 11737 | 
            -
                        "shape": " | 
| 11760 | 
            +
                        "shape": "S1j4"
         | 
| 11738 11761 | 
             
                      }
         | 
| 11739 11762 | 
             
                    }
         | 
| 11740 11763 | 
             
                  },
         | 
| @@ -11793,7 +11816,7 @@ | |
| 11793 11816 | 
             
                    ],
         | 
| 11794 11817 | 
             
                    "members": {
         | 
| 11795 11818 | 
             
                      "Workforce": {
         | 
| 11796 | 
            -
                        "shape": " | 
| 11819 | 
            +
                        "shape": "S11u"
         | 
| 11797 11820 | 
             
                      }
         | 
| 11798 11821 | 
             
                    }
         | 
| 11799 11822 | 
             
                  }
         | 
| @@ -11822,7 +11845,7 @@ | |
| 11822 11845 | 
             
                    ],
         | 
| 11823 11846 | 
             
                    "members": {
         | 
| 11824 11847 | 
             
                      "Workteam": {
         | 
| 11825 | 
            -
                        "shape": " | 
| 11848 | 
            +
                        "shape": "S122"
         | 
| 11826 11849 | 
             
                      }
         | 
| 11827 11850 | 
             
                    }
         | 
| 11828 11851 | 
             
                  }
         | 
| @@ -15928,7 +15951,7 @@ | |
| 15928 15951 | 
             
                    "CompilationJobName": {}
         | 
| 15929 15952 | 
             
                  }
         | 
| 15930 15953 | 
             
                },
         | 
| 15931 | 
            -
                " | 
| 15954 | 
            +
                "Syf": {
         | 
| 15932 15955 | 
             
                  "type": "structure",
         | 
| 15933 15956 | 
             
                  "required": [
         | 
| 15934 15957 | 
             
                    "MaxInvocations",
         | 
| @@ -15943,7 +15966,7 @@ | |
| 15943 15966 | 
             
                    }
         | 
| 15944 15967 | 
             
                  }
         | 
| 15945 15968 | 
             
                },
         | 
| 15946 | 
            -
                " | 
| 15969 | 
            +
                "Syj": {
         | 
| 15947 15970 | 
             
                  "type": "structure",
         | 
| 15948 15971 | 
             
                  "members": {
         | 
| 15949 15972 | 
             
                    "TotalLabeled": {
         | 
| @@ -15963,7 +15986,7 @@ | |
| 15963 15986 | 
             
                    }
         | 
| 15964 15987 | 
             
                  }
         | 
| 15965 15988 | 
             
                },
         | 
| 15966 | 
            -
                " | 
| 15989 | 
            +
                "Sym": {
         | 
| 15967 15990 | 
             
                  "type": "structure",
         | 
| 15968 15991 | 
             
                  "required": [
         | 
| 15969 15992 | 
             
                    "OutputDatasetS3Uri"
         | 
| @@ -15973,21 +15996,47 @@ | |
| 15973 15996 | 
             
                    "FinalActiveLearningModelArn": {}
         | 
| 15974 15997 | 
             
                  }
         | 
| 15975 15998 | 
             
                },
         | 
| 15976 | 
            -
                " | 
| 15999 | 
            +
                "Syr": {
         | 
| 16000 | 
            +
                  "type": "structure",
         | 
| 16001 | 
            +
                  "required": [
         | 
| 16002 | 
            +
                    "RecommendationStatus"
         | 
| 16003 | 
            +
                  ],
         | 
| 16004 | 
            +
                  "members": {
         | 
| 16005 | 
            +
                    "RecommendationStatus": {},
         | 
| 16006 | 
            +
                    "RealTimeInferenceRecommendations": {
         | 
| 16007 | 
            +
                      "type": "list",
         | 
| 16008 | 
            +
                      "member": {
         | 
| 16009 | 
            +
                        "type": "structure",
         | 
| 16010 | 
            +
                        "required": [
         | 
| 16011 | 
            +
                          "RecommendationId",
         | 
| 16012 | 
            +
                          "InstanceType"
         | 
| 16013 | 
            +
                        ],
         | 
| 16014 | 
            +
                        "members": {
         | 
| 16015 | 
            +
                          "RecommendationId": {},
         | 
| 16016 | 
            +
                          "InstanceType": {},
         | 
| 16017 | 
            +
                          "Environment": {
         | 
| 16018 | 
            +
                            "shape": "Sz"
         | 
| 16019 | 
            +
                          }
         | 
| 16020 | 
            +
                        }
         | 
| 16021 | 
            +
                      }
         | 
| 16022 | 
            +
                    }
         | 
| 16023 | 
            +
                  }
         | 
| 16024 | 
            +
                },
         | 
| 16025 | 
            +
                "Sz8": {
         | 
| 15977 16026 | 
             
                  "type": "structure",
         | 
| 15978 16027 | 
             
                  "required": [
         | 
| 15979 16028 | 
             
                    "ValidationStatuses"
         | 
| 15980 16029 | 
             
                  ],
         | 
| 15981 16030 | 
             
                  "members": {
         | 
| 15982 16031 | 
             
                    "ValidationStatuses": {
         | 
| 15983 | 
            -
                      "shape": " | 
| 16032 | 
            +
                      "shape": "Sz9"
         | 
| 15984 16033 | 
             
                    },
         | 
| 15985 16034 | 
             
                    "ImageScanStatuses": {
         | 
| 15986 | 
            -
                      "shape": " | 
| 16035 | 
            +
                      "shape": "Sz9"
         | 
| 15987 16036 | 
             
                    }
         | 
| 15988 16037 | 
             
                  }
         | 
| 15989 16038 | 
             
                },
         | 
| 15990 | 
            -
                " | 
| 16039 | 
            +
                "Sz9": {
         | 
| 15991 16040 | 
             
                  "type": "list",
         | 
| 15992 16041 | 
             
                  "member": {
         | 
| 15993 16042 | 
             
                    "type": "structure",
         | 
| @@ -16002,7 +16051,7 @@ | |
| 16002 16051 | 
             
                    }
         | 
| 16003 16052 | 
             
                  }
         | 
| 16004 16053 | 
             
                },
         | 
| 16005 | 
            -
                " | 
| 16054 | 
            +
                "Szl": {
         | 
| 16006 16055 | 
             
                  "type": "structure",
         | 
| 16007 16056 | 
             
                  "required": [
         | 
| 16008 16057 | 
             
                    "MonitoringScheduleName",
         | 
| @@ -16030,21 +16079,21 @@ | |
| 16030 16079 | 
             
                    "MonitoringType": {}
         | 
| 16031 16080 | 
             
                  }
         | 
| 16032 16081 | 
             
                },
         | 
| 16033 | 
            -
                " | 
| 16082 | 
            +
                "S105": {
         | 
| 16034 16083 | 
             
                  "type": "structure",
         | 
| 16035 16084 | 
             
                  "members": {
         | 
| 16036 16085 | 
             
                    "ExperimentName": {},
         | 
| 16037 16086 | 
             
                    "TrialName": {}
         | 
| 16038 16087 | 
             
                  }
         | 
| 16039 16088 | 
             
                },
         | 
| 16040 | 
            -
                " | 
| 16089 | 
            +
                "S10d": {
         | 
| 16041 16090 | 
             
                  "type": "structure",
         | 
| 16042 16091 | 
             
                  "members": {
         | 
| 16043 16092 | 
             
                    "ProvisionedProductId": {},
         | 
| 16044 16093 | 
             
                    "ProvisionedProductStatusMessage": {}
         | 
| 16045 16094 | 
             
                  }
         | 
| 16046 16095 | 
             
                },
         | 
| 16047 | 
            -
                " | 
| 16096 | 
            +
                "S10o": {
         | 
| 16048 16097 | 
             
                  "type": "structure",
         | 
| 16049 16098 | 
             
                  "required": [
         | 
| 16050 16099 | 
             
                    "WorkteamArn"
         | 
| @@ -16057,7 +16106,7 @@ | |
| 16057 16106 | 
             
                    "ListingId": {}
         | 
| 16058 16107 | 
             
                  }
         | 
| 16059 16108 | 
             
                },
         | 
| 16060 | 
            -
                " | 
| 16109 | 
            +
                "S10s": {
         | 
| 16061 16110 | 
             
                  "type": "list",
         | 
| 16062 16111 | 
             
                  "member": {
         | 
| 16063 16112 | 
             
                    "type": "structure",
         | 
| @@ -16077,7 +16126,7 @@ | |
| 16077 16126 | 
             
                    }
         | 
| 16078 16127 | 
             
                  }
         | 
| 16079 16128 | 
             
                },
         | 
| 16080 | 
            -
                " | 
| 16129 | 
            +
                "S10v": {
         | 
| 16081 16130 | 
             
                  "type": "list",
         | 
| 16082 16131 | 
             
                  "member": {
         | 
| 16083 16132 | 
             
                    "type": "structure",
         | 
| @@ -16092,7 +16141,7 @@ | |
| 16092 16141 | 
             
                    }
         | 
| 16093 16142 | 
             
                  }
         | 
| 16094 16143 | 
             
                },
         | 
| 16095 | 
            -
                " | 
| 16144 | 
            +
                "S10z": {
         | 
| 16096 16145 | 
             
                  "type": "list",
         | 
| 16097 16146 | 
             
                  "member": {
         | 
| 16098 16147 | 
             
                    "type": "structure",
         | 
| @@ -16107,7 +16156,7 @@ | |
| 16107 16156 | 
             
                    }
         | 
| 16108 16157 | 
             
                  }
         | 
| 16109 16158 | 
             
                },
         | 
| 16110 | 
            -
                " | 
| 16159 | 
            +
                "S116": {
         | 
| 16111 16160 | 
             
                  "type": "structure",
         | 
| 16112 16161 | 
             
                  "required": [
         | 
| 16113 16162 | 
             
                    "Status"
         | 
| @@ -16120,7 +16169,7 @@ | |
| 16120 16169 | 
             
                    "ReusedByJob": {}
         | 
| 16121 16170 | 
             
                  }
         | 
| 16122 16171 | 
             
                },
         | 
| 16123 | 
            -
                " | 
| 16172 | 
            +
                "S11e": {
         | 
| 16124 16173 | 
             
                  "type": "structure",
         | 
| 16125 16174 | 
             
                  "required": [
         | 
| 16126 16175 | 
             
                    "SourceArn"
         | 
| @@ -16130,7 +16179,7 @@ | |
| 16130 16179 | 
             
                    "SourceType": {}
         | 
| 16131 16180 | 
             
                  }
         | 
| 16132 16181 | 
             
                },
         | 
| 16133 | 
            -
                " | 
| 16182 | 
            +
                "S11i": {
         | 
| 16134 16183 | 
             
                  "type": "structure",
         | 
| 16135 16184 | 
             
                  "required": [
         | 
| 16136 16185 | 
             
                    "SourceArn"
         | 
| @@ -16140,7 +16189,7 @@ | |
| 16140 16189 | 
             
                    "SourceType": {}
         | 
| 16141 16190 | 
             
                  }
         | 
| 16142 16191 | 
             
                },
         | 
| 16143 | 
            -
                " | 
| 16192 | 
            +
                "S11k": {
         | 
| 16144 16193 | 
             
                  "type": "list",
         | 
| 16145 16194 | 
             
                  "member": {
         | 
| 16146 16195 | 
             
                    "type": "structure",
         | 
| @@ -16171,7 +16220,7 @@ | |
| 16171 16220 | 
             
                    }
         | 
| 16172 16221 | 
             
                  }
         | 
| 16173 16222 | 
             
                },
         | 
| 16174 | 
            -
                " | 
| 16223 | 
            +
                "S11u": {
         | 
| 16175 16224 | 
             
                  "type": "structure",
         | 
| 16176 16225 | 
             
                  "required": [
         | 
| 16177 16226 | 
             
                    "WorkforceName",
         | 
| @@ -16227,7 +16276,7 @@ | |
| 16227 16276 | 
             
                    "FailureReason": {}
         | 
| 16228 16277 | 
             
                  }
         | 
| 16229 16278 | 
             
                },
         | 
| 16230 | 
            -
                " | 
| 16279 | 
            +
                "S122": {
         | 
| 16231 16280 | 
             
                  "type": "structure",
         | 
| 16232 16281 | 
             
                  "required": [
         | 
| 16233 16282 | 
             
                    "WorkteamName",
         | 
| @@ -16259,7 +16308,7 @@ | |
| 16259 16308 | 
             
                    }
         | 
| 16260 16309 | 
             
                  }
         | 
| 16261 16310 | 
             
                },
         | 
| 16262 | 
            -
                " | 
| 16311 | 
            +
                "S14z": {
         | 
| 16263 16312 | 
             
                  "type": "list",
         | 
| 16264 16313 | 
             
                  "member": {
         | 
| 16265 16314 | 
             
                    "type": "structure",
         | 
| @@ -16279,7 +16328,7 @@ | |
| 16279 16328 | 
             
                    }
         | 
| 16280 16329 | 
             
                  }
         | 
| 16281 16330 | 
             
                },
         | 
| 16282 | 
            -
                " | 
| 16331 | 
            +
                "S16p": {
         | 
| 16283 16332 | 
             
                  "type": "list",
         | 
| 16284 16333 | 
             
                  "member": {
         | 
| 16285 16334 | 
             
                    "type": "structure",
         | 
| @@ -16310,7 +16359,7 @@ | |
| 16310 16359 | 
             
                    }
         | 
| 16311 16360 | 
             
                  }
         | 
| 16312 16361 | 
             
                },
         | 
| 16313 | 
            -
                " | 
| 16362 | 
            +
                "S1a4": {
         | 
| 16314 16363 | 
             
                  "type": "list",
         | 
| 16315 16364 | 
             
                  "member": {
         | 
| 16316 16365 | 
             
                    "type": "structure",
         | 
| @@ -16354,7 +16403,7 @@ | |
| 16354 16403 | 
             
                    }
         | 
| 16355 16404 | 
             
                  }
         | 
| 16356 16405 | 
             
                },
         | 
| 16357 | 
            -
                " | 
| 16406 | 
            +
                "S1bj": {
         | 
| 16358 16407 | 
             
                  "type": "list",
         | 
| 16359 16408 | 
             
                  "member": {
         | 
| 16360 16409 | 
             
                    "type": "structure",
         | 
| @@ -16368,7 +16417,7 @@ | |
| 16368 16417 | 
             
                    }
         | 
| 16369 16418 | 
             
                  }
         | 
| 16370 16419 | 
             
                },
         | 
| 16371 | 
            -
                " | 
| 16420 | 
            +
                "S1bz": {
         | 
| 16372 16421 | 
             
                  "type": "list",
         | 
| 16373 16422 | 
             
                  "member": {
         | 
| 16374 16423 | 
             
                    "type": "structure",
         | 
| @@ -16382,7 +16431,7 @@ | |
| 16382 16431 | 
             
                    }
         | 
| 16383 16432 | 
             
                  }
         | 
| 16384 16433 | 
             
                },
         | 
| 16385 | 
            -
                " | 
| 16434 | 
            +
                "S1el": {
         | 
| 16386 16435 | 
             
                  "type": "list",
         | 
| 16387 16436 | 
             
                  "member": {
         | 
| 16388 16437 | 
             
                    "type": "structure",
         | 
| @@ -16396,11 +16445,11 @@ | |
| 16396 16445 | 
             
                    }
         | 
| 16397 16446 | 
             
                  }
         | 
| 16398 16447 | 
             
                },
         | 
| 16399 | 
            -
                " | 
| 16448 | 
            +
                "S1ew": {
         | 
| 16400 16449 | 
             
                  "type": "structure",
         | 
| 16401 16450 | 
             
                  "members": {
         | 
| 16402 16451 | 
             
                    "Filters": {
         | 
| 16403 | 
            -
                      "shape": " | 
| 16452 | 
            +
                      "shape": "S1ex"
         | 
| 16404 16453 | 
             
                    },
         | 
| 16405 16454 | 
             
                    "NestedFilters": {
         | 
| 16406 16455 | 
             
                      "type": "list",
         | 
| @@ -16413,7 +16462,7 @@ | |
| 16413 16462 | 
             
                        "members": {
         | 
| 16414 16463 | 
             
                          "NestedPropertyName": {},
         | 
| 16415 16464 | 
             
                          "Filters": {
         | 
| 16416 | 
            -
                            "shape": " | 
| 16465 | 
            +
                            "shape": "S1ex"
         | 
| 16417 16466 | 
             
                          }
         | 
| 16418 16467 | 
             
                        }
         | 
| 16419 16468 | 
             
                      }
         | 
| @@ -16421,13 +16470,13 @@ | |
| 16421 16470 | 
             
                    "SubExpressions": {
         | 
| 16422 16471 | 
             
                      "type": "list",
         | 
| 16423 16472 | 
             
                      "member": {
         | 
| 16424 | 
            -
                        "shape": " | 
| 16473 | 
            +
                        "shape": "S1ew"
         | 
| 16425 16474 | 
             
                      }
         | 
| 16426 16475 | 
             
                    },
         | 
| 16427 16476 | 
             
                    "Operator": {}
         | 
| 16428 16477 | 
             
                  }
         | 
| 16429 16478 | 
             
                },
         | 
| 16430 | 
            -
                " | 
| 16479 | 
            +
                "S1ex": {
         | 
| 16431 16480 | 
             
                  "type": "list",
         | 
| 16432 16481 | 
             
                  "member": {
         | 
| 16433 16482 | 
             
                    "type": "structure",
         | 
| @@ -16441,7 +16490,7 @@ | |
| 16441 16490 | 
             
                    }
         | 
| 16442 16491 | 
             
                  }
         | 
| 16443 16492 | 
             
                },
         | 
| 16444 | 
            -
                " | 
| 16493 | 
            +
                "S1f9": {
         | 
| 16445 16494 | 
             
                  "type": "structure",
         | 
| 16446 16495 | 
             
                  "members": {
         | 
| 16447 16496 | 
             
                    "TrainingJobName": {},
         | 
| @@ -16490,10 +16539,10 @@ | |
| 16490 16539 | 
             
                      "type": "timestamp"
         | 
| 16491 16540 | 
             
                    },
         | 
| 16492 16541 | 
             
                    "SecondaryStatusTransitions": {
         | 
| 16493 | 
            -
                      "shape": " | 
| 16542 | 
            +
                      "shape": "S10s"
         | 
| 16494 16543 | 
             
                    },
         | 
| 16495 16544 | 
             
                    "FinalMetricDataList": {
         | 
| 16496 | 
            -
                      "shape": " | 
| 16545 | 
            +
                      "shape": "S10v"
         | 
| 16497 16546 | 
             
                    },
         | 
| 16498 16547 | 
             
                    "EnableNetworkIsolation": {
         | 
| 16499 16548 | 
             
                      "type": "boolean"
         | 
| @@ -16526,7 +16575,7 @@ | |
| 16526 16575 | 
             
                      "shape": "Soj"
         | 
| 16527 16576 | 
             
                    },
         | 
| 16528 16577 | 
             
                    "DebugRuleEvaluationStatuses": {
         | 
| 16529 | 
            -
                      "shape": " | 
| 16578 | 
            +
                      "shape": "S10z"
         | 
| 16530 16579 | 
             
                    },
         | 
| 16531 16580 | 
             
                    "Environment": {
         | 
| 16532 16581 | 
             
                      "shape": "Soq"
         | 
| @@ -16539,7 +16588,7 @@ | |
| 16539 16588 | 
             
                    }
         | 
| 16540 16589 | 
             
                  }
         | 
| 16541 16590 | 
             
                },
         | 
| 16542 | 
            -
                " | 
| 16591 | 
            +
                "S1fh": {
         | 
| 16543 16592 | 
             
                  "type": "structure",
         | 
| 16544 16593 | 
             
                  "members": {
         | 
| 16545 16594 | 
             
                    "TransformJobName": {},
         | 
| @@ -16591,11 +16640,11 @@ | |
| 16591 16640 | 
             
                    }
         | 
| 16592 16641 | 
             
                  }
         | 
| 16593 16642 | 
             
                },
         | 
| 16594 | 
            -
                " | 
| 16643 | 
            +
                "S1gy": {
         | 
| 16595 16644 | 
             
                  "type": "list",
         | 
| 16596 16645 | 
             
                  "member": {}
         | 
| 16597 16646 | 
             
                },
         | 
| 16598 | 
            -
                " | 
| 16647 | 
            +
                "S1j4": {
         | 
| 16599 16648 | 
             
                  "type": "list",
         | 
| 16600 16649 | 
             
                  "member": {}
         | 
| 16601 16650 | 
             
                }
         |