aws-sdk 2.871.0 → 2.875.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.
Files changed (45) hide show
  1. package/CHANGELOG.md +26 -1
  2. package/README.md +1 -1
  3. package/apis/alexaforbusiness-2017-11-09.min.json +9 -0
  4. package/apis/customer-profiles-2020-08-15.min.json +164 -6
  5. package/apis/docdb-2014-10-31.min.json +298 -114
  6. package/apis/docdb-2014-10-31.paginators.json +6 -0
  7. package/apis/eventbridge-2015-10-07.min.json +22 -3
  8. package/apis/events-2015-10-07.min.json +22 -3
  9. package/apis/glue-2017-03-31.min.json +20 -10
  10. package/apis/iotwireless-2020-11-22.min.json +3 -0
  11. package/apis/location-2020-11-19.min.json +23 -1
  12. package/apis/lookoutmetrics-2017-07-25.examples.json +5 -0
  13. package/apis/lookoutmetrics-2017-07-25.min.json +1179 -0
  14. package/apis/lookoutmetrics-2017-07-25.paginators.json +39 -0
  15. package/apis/medialive-2017-10-14.min.json +189 -176
  16. package/apis/metadata.json +3 -0
  17. package/apis/rekognition-2016-06-27.min.json +181 -109
  18. package/apis/sagemaker-2017-07-24.min.json +213 -199
  19. package/apis/wafv2-2019-07-29.min.json +172 -81
  20. package/clients/alexaforbusiness.d.ts +12 -0
  21. package/clients/all.d.ts +1 -0
  22. package/clients/all.js +2 -1
  23. package/clients/cloudwatchevents.d.ts +25 -2
  24. package/clients/customerprofiles.d.ts +102 -1
  25. package/clients/docdb.d.ts +213 -0
  26. package/clients/eventbridge.d.ts +25 -2
  27. package/clients/glue.d.ts +21 -6
  28. package/clients/iotwireless.d.ts +13 -9
  29. package/clients/location.d.ts +100 -44
  30. package/clients/lookoutmetrics.d.ts +1497 -0
  31. package/clients/lookoutmetrics.js +19 -0
  32. package/clients/medialive.d.ts +8 -1
  33. package/clients/rekognition.d.ts +80 -3
  34. package/clients/sagemaker.d.ts +26 -11
  35. package/clients/sqs.d.ts +2 -2
  36. package/clients/transcribeservice.d.ts +2 -2
  37. package/clients/wafv2.d.ts +94 -3
  38. package/dist/aws-sdk-core-react-native.js +2 -2
  39. package/dist/aws-sdk-react-native.js +83 -17
  40. package/dist/aws-sdk.js +209 -115
  41. package/dist/aws-sdk.min.js +47 -47
  42. package/lib/config_service_placeholders.d.ts +2 -0
  43. package/lib/core.js +1 -1
  44. package/lib/services/lookoutmetrics.js +22 -0
  45. package/package.json +1 -1
@@ -1390,6 +1390,9 @@
1390
1390
  },
1391
1391
  "ProfilerRuleConfigurations": {
1392
1392
  "shape": "Sgk"
1393
+ },
1394
+ "Environment": {
1395
+ "shape": "Sgm"
1393
1396
  }
1394
1397
  }
1395
1398
  },
@@ -1420,7 +1423,7 @@
1420
1423
  "type": "integer"
1421
1424
  },
1422
1425
  "ModelClientConfig": {
1423
- "shape": "Sgq"
1426
+ "shape": "Sgt"
1424
1427
  },
1425
1428
  "MaxPayloadInMB": {
1426
1429
  "type": "integer"
@@ -1439,7 +1442,7 @@
1439
1442
  "shape": "S3f"
1440
1443
  },
1441
1444
  "DataProcessing": {
1442
- "shape": "Sgt"
1445
+ "shape": "Sgw"
1443
1446
  },
1444
1447
  "Tags": {
1445
1448
  "shape": "S7"
@@ -1495,7 +1498,7 @@
1495
1498
  "TrialComponentName": {},
1496
1499
  "DisplayName": {},
1497
1500
  "Status": {
1498
- "shape": "Sh1"
1501
+ "shape": "Sh4"
1499
1502
  },
1500
1503
  "StartTime": {
1501
1504
  "type": "timestamp"
@@ -1504,13 +1507,13 @@
1504
1507
  "type": "timestamp"
1505
1508
  },
1506
1509
  "Parameters": {
1507
- "shape": "Sh5"
1510
+ "shape": "Sh8"
1508
1511
  },
1509
1512
  "InputArtifacts": {
1510
- "shape": "Sh9"
1513
+ "shape": "Shc"
1511
1514
  },
1512
1515
  "OutputArtifacts": {
1513
- "shape": "Sh9"
1516
+ "shape": "Shc"
1514
1517
  },
1515
1518
  "MetadataProperties": {
1516
1519
  "shape": "Sp"
@@ -1562,13 +1565,13 @@
1562
1565
  ],
1563
1566
  "members": {
1564
1567
  "CognitoConfig": {
1565
- "shape": "Shk"
1568
+ "shape": "Shn"
1566
1569
  },
1567
1570
  "OidcConfig": {
1568
- "shape": "Shn"
1571
+ "shape": "Shq"
1569
1572
  },
1570
1573
  "SourceIpConfig": {
1571
- "shape": "Shq"
1574
+ "shape": "Sht"
1572
1575
  },
1573
1576
  "WorkforceName": {},
1574
1577
  "Tags": {
@@ -1598,11 +1601,11 @@
1598
1601
  "WorkteamName": {},
1599
1602
  "WorkforceName": {},
1600
1603
  "MemberDefinitions": {
1601
- "shape": "Shy"
1604
+ "shape": "Si1"
1602
1605
  },
1603
1606
  "Description": {},
1604
1607
  "NotificationConfiguration": {
1605
- "shape": "Si6"
1608
+ "shape": "Si9"
1606
1609
  },
1607
1610
  "Tags": {
1608
1611
  "shape": "S7"
@@ -2180,13 +2183,13 @@
2180
2183
  "type": "timestamp"
2181
2184
  },
2182
2185
  "CreatedBy": {
2183
- "shape": "Sjy"
2186
+ "shape": "Sk1"
2184
2187
  },
2185
2188
  "LastModifiedTime": {
2186
2189
  "type": "timestamp"
2187
2190
  },
2188
2191
  "LastModifiedBy": {
2189
- "shape": "Sjy"
2192
+ "shape": "Sk1"
2190
2193
  },
2191
2194
  "MetadataProperties": {
2192
2195
  "shape": "Sp"
@@ -2235,10 +2238,10 @@
2235
2238
  "type": "structure",
2236
2239
  "members": {
2237
2240
  "ValidationStatuses": {
2238
- "shape": "Sk4"
2241
+ "shape": "Sk7"
2239
2242
  },
2240
2243
  "ImageScanStatuses": {
2241
- "shape": "Sk4"
2244
+ "shape": "Sk7"
2242
2245
  }
2243
2246
  }
2244
2247
  },
@@ -2343,13 +2346,13 @@
2343
2346
  "type": "timestamp"
2344
2347
  },
2345
2348
  "CreatedBy": {
2346
- "shape": "Sjy"
2349
+ "shape": "Sk1"
2347
2350
  },
2348
2351
  "LastModifiedTime": {
2349
2352
  "type": "timestamp"
2350
2353
  },
2351
2354
  "LastModifiedBy": {
2352
- "shape": "Sjy"
2355
+ "shape": "Sk1"
2353
2356
  },
2354
2357
  "MetadataProperties": {
2355
2358
  "shape": "Sp"
@@ -2408,7 +2411,7 @@
2408
2411
  },
2409
2412
  "FailureReason": {},
2410
2413
  "BestCandidate": {
2411
- "shape": "Ski"
2414
+ "shape": "Skl"
2412
2415
  },
2413
2416
  "AutoMLJobStatus": {},
2414
2417
  "AutoMLJobSecondaryStatus": {},
@@ -2516,7 +2519,7 @@
2516
2519
  },
2517
2520
  "FailureReason": {},
2518
2521
  "ModelArtifacts": {
2519
- "shape": "Sl8"
2522
+ "shape": "Slb"
2520
2523
  },
2521
2524
  "ModelDigests": {
2522
2525
  "type": "structure",
@@ -2561,13 +2564,13 @@
2561
2564
  "type": "timestamp"
2562
2565
  },
2563
2566
  "CreatedBy": {
2564
- "shape": "Sjy"
2567
+ "shape": "Sk1"
2565
2568
  },
2566
2569
  "LastModifiedTime": {
2567
2570
  "type": "timestamp"
2568
2571
  },
2569
2572
  "LastModifiedBy": {
2570
- "shape": "Sjy"
2573
+ "shape": "Sk1"
2571
2574
  }
2572
2575
  }
2573
2576
  }
@@ -2831,10 +2834,10 @@
2831
2834
  "EndpointArn": {},
2832
2835
  "EndpointConfigName": {},
2833
2836
  "ProductionVariants": {
2834
- "shape": "Sm2"
2837
+ "shape": "Sm5"
2835
2838
  },
2836
2839
  "DataCaptureConfig": {
2837
- "shape": "Sm6"
2840
+ "shape": "Sm9"
2838
2841
  },
2839
2842
  "EndpointStatus": {},
2840
2843
  "FailureReason": {},
@@ -2845,7 +2848,7 @@
2845
2848
  "type": "timestamp"
2846
2849
  },
2847
2850
  "LastDeploymentConfig": {
2848
- "shape": "Sm9"
2851
+ "shape": "Smc"
2849
2852
  }
2850
2853
  }
2851
2854
  }
@@ -2901,20 +2904,20 @@
2901
2904
  "ExperimentArn": {},
2902
2905
  "DisplayName": {},
2903
2906
  "Source": {
2904
- "shape": "Smr"
2907
+ "shape": "Smu"
2905
2908
  },
2906
2909
  "Description": {},
2907
2910
  "CreationTime": {
2908
2911
  "type": "timestamp"
2909
2912
  },
2910
2913
  "CreatedBy": {
2911
- "shape": "Sjy"
2914
+ "shape": "Sk1"
2912
2915
  },
2913
2916
  "LastModifiedTime": {
2914
2917
  "type": "timestamp"
2915
2918
  },
2916
2919
  "LastModifiedBy": {
2917
- "shape": "Sjy"
2920
+ "shape": "Sk1"
2918
2921
  }
2919
2922
  }
2920
2923
  }
@@ -2961,7 +2964,7 @@
2961
2964
  "RoleArn": {},
2962
2965
  "FeatureGroupStatus": {},
2963
2966
  "OfflineStoreStatus": {
2964
- "shape": "Smx"
2967
+ "shape": "Sn0"
2965
2968
  },
2966
2969
  "FailureReason": {},
2967
2970
  "Description": {},
@@ -3093,16 +3096,16 @@
3093
3096
  "type": "timestamp"
3094
3097
  },
3095
3098
  "TrainingJobStatusCounters": {
3096
- "shape": "Snc"
3099
+ "shape": "Snf"
3097
3100
  },
3098
3101
  "ObjectiveStatusCounters": {
3099
- "shape": "Sne"
3102
+ "shape": "Snh"
3100
3103
  },
3101
3104
  "BestTrainingJob": {
3102
- "shape": "Sng"
3105
+ "shape": "Snj"
3103
3106
  },
3104
3107
  "OverallBestTrainingJob": {
3105
- "shape": "Sng"
3108
+ "shape": "Snj"
3106
3109
  },
3107
3110
  "WarmStartConfig": {
3108
3111
  "shape": "Sah"
@@ -3202,7 +3205,7 @@
3202
3205
  "members": {
3203
3206
  "LabelingJobStatus": {},
3204
3207
  "LabelCounters": {
3205
- "shape": "Snt"
3208
+ "shape": "Snw"
3206
3209
  },
3207
3210
  "FailureReason": {},
3208
3211
  "CreationTime": {
@@ -3236,7 +3239,7 @@
3236
3239
  "shape": "S7"
3237
3240
  },
3238
3241
  "LabelingJobOutput": {
3239
- "shape": "Snw"
3242
+ "shape": "Snz"
3240
3243
  }
3241
3244
  }
3242
3245
  }
@@ -3431,14 +3434,14 @@
3431
3434
  },
3432
3435
  "ModelPackageStatus": {},
3433
3436
  "ModelPackageStatusDetails": {
3434
- "shape": "So7"
3437
+ "shape": "Soa"
3435
3438
  },
3436
3439
  "CertifyForMarketplace": {
3437
3440
  "type": "boolean"
3438
3441
  },
3439
3442
  "ModelApprovalStatus": {},
3440
3443
  "CreatedBy": {
3441
- "shape": "Sjy"
3444
+ "shape": "Sk1"
3442
3445
  },
3443
3446
  "MetadataProperties": {
3444
3447
  "shape": "Sp"
@@ -3450,7 +3453,7 @@
3450
3453
  "type": "timestamp"
3451
3454
  },
3452
3455
  "LastModifiedBy": {
3453
- "shape": "Sjy"
3456
+ "shape": "Sk1"
3454
3457
  },
3455
3458
  "ApprovalDescription": {}
3456
3459
  }
@@ -3483,7 +3486,7 @@
3483
3486
  "type": "timestamp"
3484
3487
  },
3485
3488
  "CreatedBy": {
3486
- "shape": "Sjy"
3489
+ "shape": "Sk1"
3487
3490
  },
3488
3491
  "ModelPackageGroupStatus": {}
3489
3492
  }
@@ -3579,7 +3582,7 @@
3579
3582
  },
3580
3583
  "EndpointName": {},
3581
3584
  "LastMonitoringExecutionSummary": {
3582
- "shape": "Sok"
3585
+ "shape": "Son"
3583
3586
  }
3584
3587
  }
3585
3588
  }
@@ -3692,10 +3695,10 @@
3692
3695
  "type": "timestamp"
3693
3696
  },
3694
3697
  "CreatedBy": {
3695
- "shape": "Sjy"
3698
+ "shape": "Sk1"
3696
3699
  },
3697
3700
  "LastModifiedBy": {
3698
- "shape": "Sjy"
3701
+ "shape": "Sk1"
3699
3702
  }
3700
3703
  }
3701
3704
  }
@@ -3745,10 +3748,10 @@
3745
3748
  "type": "timestamp"
3746
3749
  },
3747
3750
  "CreatedBy": {
3748
- "shape": "Sjy"
3751
+ "shape": "Sk1"
3749
3752
  },
3750
3753
  "LastModifiedBy": {
3751
- "shape": "Sjy"
3754
+ "shape": "Sk1"
3752
3755
  }
3753
3756
  }
3754
3757
  }
@@ -3859,7 +3862,7 @@
3859
3862
  },
3860
3863
  "ProjectStatus": {},
3861
3864
  "CreatedBy": {
3862
- "shape": "Sjy"
3865
+ "shape": "Sk1"
3863
3866
  },
3864
3867
  "CreationTime": {
3865
3868
  "type": "timestamp"
@@ -3884,7 +3887,7 @@
3884
3887
  ],
3885
3888
  "members": {
3886
3889
  "SubscribedWorkteam": {
3887
- "shape": "Spe"
3890
+ "shape": "Sph"
3888
3891
  }
3889
3892
  }
3890
3893
  }
@@ -3919,7 +3922,7 @@
3919
3922
  "LabelingJobArn": {},
3920
3923
  "AutoMLJobArn": {},
3921
3924
  "ModelArtifacts": {
3922
- "shape": "Sl8"
3925
+ "shape": "Slb"
3923
3926
  },
3924
3927
  "TrainingJobStatus": {},
3925
3928
  "SecondaryStatus": {},
@@ -3959,10 +3962,10 @@
3959
3962
  "type": "timestamp"
3960
3963
  },
3961
3964
  "SecondaryStatusTransitions": {
3962
- "shape": "Spi"
3965
+ "shape": "Spl"
3963
3966
  },
3964
3967
  "FinalMetricDataList": {
3965
- "shape": "Spl"
3968
+ "shape": "Spo"
3966
3969
  },
3967
3970
  "EnableNetworkIsolation": {
3968
3971
  "type": "boolean"
@@ -3995,7 +3998,7 @@
3995
3998
  "shape": "Sgg"
3996
3999
  },
3997
4000
  "DebugRuleEvaluationStatuses": {
3998
- "shape": "Spq"
4001
+ "shape": "Spt"
3999
4002
  },
4000
4003
  "ProfilerConfig": {
4001
4004
  "shape": "Sgh"
@@ -4018,7 +4021,10 @@
4018
4021
  }
4019
4022
  }
4020
4023
  },
4021
- "ProfilingStatus": {}
4024
+ "ProfilingStatus": {},
4025
+ "Environment": {
4026
+ "shape": "Sgm"
4027
+ }
4022
4028
  }
4023
4029
  }
4024
4030
  },
@@ -4053,7 +4059,7 @@
4053
4059
  "type": "integer"
4054
4060
  },
4055
4061
  "ModelClientConfig": {
4056
- "shape": "Sgq"
4062
+ "shape": "Sgt"
4057
4063
  },
4058
4064
  "MaxPayloadInMB": {
4059
4065
  "type": "integer"
@@ -4083,7 +4089,7 @@
4083
4089
  "LabelingJobArn": {},
4084
4090
  "AutoMLJobArn": {},
4085
4091
  "DataProcessing": {
4086
- "shape": "Sgt"
4092
+ "shape": "Sgw"
4087
4093
  },
4088
4094
  "ExperimentConfig": {
4089
4095
  "shape": "Sfm"
@@ -4109,19 +4115,19 @@
4109
4115
  "DisplayName": {},
4110
4116
  "ExperimentName": {},
4111
4117
  "Source": {
4112
- "shape": "Sq2"
4118
+ "shape": "Sq5"
4113
4119
  },
4114
4120
  "CreationTime": {
4115
4121
  "type": "timestamp"
4116
4122
  },
4117
4123
  "CreatedBy": {
4118
- "shape": "Sjy"
4124
+ "shape": "Sk1"
4119
4125
  },
4120
4126
  "LastModifiedTime": {
4121
4127
  "type": "timestamp"
4122
4128
  },
4123
4129
  "LastModifiedBy": {
4124
- "shape": "Sjy"
4130
+ "shape": "Sk1"
4125
4131
  },
4126
4132
  "MetadataProperties": {
4127
4133
  "shape": "Sp"
@@ -4146,10 +4152,10 @@
4146
4152
  "TrialComponentArn": {},
4147
4153
  "DisplayName": {},
4148
4154
  "Source": {
4149
- "shape": "Sq6"
4155
+ "shape": "Sq9"
4150
4156
  },
4151
4157
  "Status": {
4152
- "shape": "Sh1"
4158
+ "shape": "Sh4"
4153
4159
  },
4154
4160
  "StartTime": {
4155
4161
  "type": "timestamp"
@@ -4161,28 +4167,28 @@
4161
4167
  "type": "timestamp"
4162
4168
  },
4163
4169
  "CreatedBy": {
4164
- "shape": "Sjy"
4170
+ "shape": "Sk1"
4165
4171
  },
4166
4172
  "LastModifiedTime": {
4167
4173
  "type": "timestamp"
4168
4174
  },
4169
4175
  "LastModifiedBy": {
4170
- "shape": "Sjy"
4176
+ "shape": "Sk1"
4171
4177
  },
4172
4178
  "Parameters": {
4173
- "shape": "Sh5"
4179
+ "shape": "Sh8"
4174
4180
  },
4175
4181
  "InputArtifacts": {
4176
- "shape": "Sh9"
4182
+ "shape": "Shc"
4177
4183
  },
4178
4184
  "OutputArtifacts": {
4179
- "shape": "Sh9"
4185
+ "shape": "Shc"
4180
4186
  },
4181
4187
  "MetadataProperties": {
4182
4188
  "shape": "Sp"
4183
4189
  },
4184
4190
  "Metrics": {
4185
- "shape": "Sq8"
4191
+ "shape": "Sqb"
4186
4192
  }
4187
4193
  }
4188
4194
  }
@@ -4239,7 +4245,7 @@
4239
4245
  ],
4240
4246
  "members": {
4241
4247
  "Workforce": {
4242
- "shape": "Sqi"
4248
+ "shape": "Sql"
4243
4249
  }
4244
4250
  }
4245
4251
  }
@@ -4261,7 +4267,7 @@
4261
4267
  ],
4262
4268
  "members": {
4263
4269
  "Workteam": {
4264
- "shape": "Sqm"
4270
+ "shape": "Sqp"
4265
4271
  }
4266
4272
  }
4267
4273
  }
@@ -4742,7 +4748,7 @@
4742
4748
  "type": "timestamp"
4743
4749
  },
4744
4750
  "CreatedBy": {
4745
- "shape": "Sjy"
4751
+ "shape": "Sk1"
4746
4752
  }
4747
4753
  }
4748
4754
  }
@@ -4844,7 +4850,7 @@
4844
4850
  "Candidates": {
4845
4851
  "type": "list",
4846
4852
  "member": {
4847
- "shape": "Ski"
4853
+ "shape": "Skl"
4848
4854
  }
4849
4855
  },
4850
4856
  "NextToken": {}
@@ -5054,7 +5060,7 @@
5054
5060
  ],
5055
5061
  "members": {
5056
5062
  "JobDefinitionSummaries": {
5057
- "shape": "Stc"
5063
+ "shape": "Stf"
5058
5064
  },
5059
5065
  "NextToken": {}
5060
5066
  }
@@ -5412,7 +5418,7 @@
5412
5418
  "ExperimentName": {},
5413
5419
  "DisplayName": {},
5414
5420
  "ExperimentSource": {
5415
- "shape": "Smr"
5421
+ "shape": "Smu"
5416
5422
  },
5417
5423
  "CreationTime": {
5418
5424
  "type": "timestamp"
@@ -5472,7 +5478,7 @@
5472
5478
  },
5473
5479
  "FeatureGroupStatus": {},
5474
5480
  "OfflineStoreStatus": {
5475
- "shape": "Smx"
5481
+ "shape": "Sn0"
5476
5482
  }
5477
5483
  }
5478
5484
  }
@@ -5634,10 +5640,10 @@
5634
5640
  "type": "timestamp"
5635
5641
  },
5636
5642
  "TrainingJobStatusCounters": {
5637
- "shape": "Snc"
5643
+ "shape": "Snf"
5638
5644
  },
5639
5645
  "ObjectiveStatusCounters": {
5640
- "shape": "Sne"
5646
+ "shape": "Snh"
5641
5647
  },
5642
5648
  "ResourceLimits": {
5643
5649
  "shape": "S9v"
@@ -5826,14 +5832,14 @@
5826
5832
  },
5827
5833
  "LabelingJobStatus": {},
5828
5834
  "LabelCounters": {
5829
- "shape": "Snt"
5835
+ "shape": "Snw"
5830
5836
  },
5831
5837
  "WorkteamArn": {},
5832
5838
  "PreHumanTaskLambdaArn": {},
5833
5839
  "AnnotationConsolidationLambdaArn": {},
5834
5840
  "FailureReason": {},
5835
5841
  "LabelingJobOutput": {
5836
- "shape": "Snw"
5842
+ "shape": "Snz"
5837
5843
  },
5838
5844
  "InputConfig": {
5839
5845
  "shape": "Say"
@@ -5941,7 +5947,7 @@
5941
5947
  ],
5942
5948
  "members": {
5943
5949
  "JobDefinitionSummaries": {
5944
- "shape": "Stc"
5950
+ "shape": "Stf"
5945
5951
  },
5946
5952
  "NextToken": {}
5947
5953
  }
@@ -5974,7 +5980,7 @@
5974
5980
  ],
5975
5981
  "members": {
5976
5982
  "JobDefinitionSummaries": {
5977
- "shape": "Stc"
5983
+ "shape": "Stf"
5978
5984
  },
5979
5985
  "NextToken": {}
5980
5986
  }
@@ -6115,7 +6121,7 @@
6115
6121
  ],
6116
6122
  "members": {
6117
6123
  "JobDefinitionSummaries": {
6118
- "shape": "Stc"
6124
+ "shape": "Stf"
6119
6125
  },
6120
6126
  "NextToken": {}
6121
6127
  }
@@ -6212,7 +6218,7 @@
6212
6218
  "MonitoringExecutionSummaries": {
6213
6219
  "type": "list",
6214
6220
  "member": {
6215
- "shape": "Sok"
6221
+ "shape": "Son"
6216
6222
  }
6217
6223
  },
6218
6224
  "NextToken": {}
@@ -6546,7 +6552,7 @@
6546
6552
  "type": "structure",
6547
6553
  "members": {
6548
6554
  "PipelineParameters": {
6549
- "shape": "Sxq"
6555
+ "shape": "Sxt"
6550
6556
  },
6551
6557
  "NextToken": {}
6552
6558
  }
@@ -6736,7 +6742,7 @@
6736
6742
  "SubscribedWorkteams": {
6737
6743
  "type": "list",
6738
6744
  "member": {
6739
- "shape": "Spe"
6745
+ "shape": "Sph"
6740
6746
  }
6741
6747
  },
6742
6748
  "NextToken": {}
@@ -6855,7 +6861,7 @@
6855
6861
  "TrainingJobSummaries": {
6856
6862
  "type": "list",
6857
6863
  "member": {
6858
- "shape": "Sng"
6864
+ "shape": "Snj"
6859
6865
  }
6860
6866
  },
6861
6867
  "NextToken": {}
@@ -6958,10 +6964,10 @@
6958
6964
  "TrialComponentArn": {},
6959
6965
  "DisplayName": {},
6960
6966
  "TrialComponentSource": {
6961
- "shape": "Sq6"
6967
+ "shape": "Sq9"
6962
6968
  },
6963
6969
  "Status": {
6964
- "shape": "Sh1"
6970
+ "shape": "Sh4"
6965
6971
  },
6966
6972
  "StartTime": {
6967
6973
  "type": "timestamp"
@@ -6973,13 +6979,13 @@
6973
6979
  "type": "timestamp"
6974
6980
  },
6975
6981
  "CreatedBy": {
6976
- "shape": "Sjy"
6982
+ "shape": "Sk1"
6977
6983
  },
6978
6984
  "LastModifiedTime": {
6979
6985
  "type": "timestamp"
6980
6986
  },
6981
6987
  "LastModifiedBy": {
6982
- "shape": "Sjy"
6988
+ "shape": "Sk1"
6983
6989
  }
6984
6990
  }
6985
6991
  }
@@ -7020,7 +7026,7 @@
7020
7026
  "TrialName": {},
7021
7027
  "DisplayName": {},
7022
7028
  "TrialSource": {
7023
- "shape": "Sq2"
7029
+ "shape": "Sq5"
7024
7030
  },
7025
7031
  "CreationTime": {
7026
7032
  "type": "timestamp"
@@ -7095,7 +7101,7 @@
7095
7101
  "Workforces": {
7096
7102
  "type": "list",
7097
7103
  "member": {
7098
- "shape": "Sqi"
7104
+ "shape": "Sql"
7099
7105
  }
7100
7106
  },
7101
7107
  "NextToken": {}
@@ -7124,7 +7130,7 @@
7124
7130
  "Workteams": {
7125
7131
  "type": "list",
7126
7132
  "member": {
7127
- "shape": "Sqm"
7133
+ "shape": "Sqp"
7128
7134
  }
7129
7135
  },
7130
7136
  "NextToken": {}
@@ -7163,7 +7169,7 @@
7163
7169
  "members": {
7164
7170
  "DeviceFleetName": {},
7165
7171
  "Devices": {
7166
- "shape": "Szg"
7172
+ "shape": "Szj"
7167
7173
  },
7168
7174
  "Tags": {
7169
7175
  "shape": "S7"
@@ -7229,7 +7235,7 @@
7229
7235
  "members": {
7230
7236
  "Resource": {},
7231
7237
  "SearchExpression": {
7232
- "shape": "Szp"
7238
+ "shape": "Szs"
7233
7239
  },
7234
7240
  "SortBy": {},
7235
7241
  "SortOrder": {},
@@ -7248,7 +7254,7 @@
7248
7254
  "type": "structure",
7249
7255
  "members": {
7250
7256
  "TrainingJob": {
7251
- "shape": "S102"
7257
+ "shape": "S105"
7252
7258
  },
7253
7259
  "Experiment": {
7254
7260
  "type": "structure",
@@ -7257,20 +7263,20 @@
7257
7263
  "ExperimentArn": {},
7258
7264
  "DisplayName": {},
7259
7265
  "Source": {
7260
- "shape": "Smr"
7266
+ "shape": "Smu"
7261
7267
  },
7262
7268
  "Description": {},
7263
7269
  "CreationTime": {
7264
7270
  "type": "timestamp"
7265
7271
  },
7266
7272
  "CreatedBy": {
7267
- "shape": "Sjy"
7273
+ "shape": "Sk1"
7268
7274
  },
7269
7275
  "LastModifiedTime": {
7270
7276
  "type": "timestamp"
7271
7277
  },
7272
7278
  "LastModifiedBy": {
7273
- "shape": "Sjy"
7279
+ "shape": "Sk1"
7274
7280
  },
7275
7281
  "Tags": {
7276
7282
  "shape": "S7"
@@ -7285,19 +7291,19 @@
7285
7291
  "DisplayName": {},
7286
7292
  "ExperimentName": {},
7287
7293
  "Source": {
7288
- "shape": "Sq2"
7294
+ "shape": "Sq5"
7289
7295
  },
7290
7296
  "CreationTime": {
7291
7297
  "type": "timestamp"
7292
7298
  },
7293
7299
  "CreatedBy": {
7294
- "shape": "Sjy"
7300
+ "shape": "Sk1"
7295
7301
  },
7296
7302
  "LastModifiedTime": {
7297
7303
  "type": "timestamp"
7298
7304
  },
7299
7305
  "LastModifiedBy": {
7300
- "shape": "Sjy"
7306
+ "shape": "Sk1"
7301
7307
  },
7302
7308
  "MetadataProperties": {
7303
7309
  "shape": "Sp"
@@ -7313,13 +7319,13 @@
7313
7319
  "TrialComponentName": {},
7314
7320
  "TrialComponentArn": {},
7315
7321
  "TrialComponentSource": {
7316
- "shape": "Sq6"
7322
+ "shape": "Sq9"
7317
7323
  },
7318
7324
  "CreationTime": {
7319
7325
  "type": "timestamp"
7320
7326
  },
7321
7327
  "CreatedBy": {
7322
- "shape": "Sjy"
7328
+ "shape": "Sk1"
7323
7329
  }
7324
7330
  }
7325
7331
  }
@@ -7333,10 +7339,10 @@
7333
7339
  "DisplayName": {},
7334
7340
  "TrialComponentArn": {},
7335
7341
  "Source": {
7336
- "shape": "Sq6"
7342
+ "shape": "Sq9"
7337
7343
  },
7338
7344
  "Status": {
7339
- "shape": "Sh1"
7345
+ "shape": "Sh4"
7340
7346
  },
7341
7347
  "StartTime": {
7342
7348
  "type": "timestamp"
@@ -7348,25 +7354,25 @@
7348
7354
  "type": "timestamp"
7349
7355
  },
7350
7356
  "CreatedBy": {
7351
- "shape": "Sjy"
7357
+ "shape": "Sk1"
7352
7358
  },
7353
7359
  "LastModifiedTime": {
7354
7360
  "type": "timestamp"
7355
7361
  },
7356
7362
  "LastModifiedBy": {
7357
- "shape": "Sjy"
7363
+ "shape": "Sk1"
7358
7364
  },
7359
7365
  "Parameters": {
7360
- "shape": "Sh5"
7366
+ "shape": "Sh8"
7361
7367
  },
7362
7368
  "InputArtifacts": {
7363
- "shape": "Sh9"
7369
+ "shape": "Shc"
7364
7370
  },
7365
7371
  "OutputArtifacts": {
7366
- "shape": "Sh9"
7372
+ "shape": "Shc"
7367
7373
  },
7368
7374
  "Metrics": {
7369
- "shape": "Sq8"
7375
+ "shape": "Sqb"
7370
7376
  },
7371
7377
  "MetadataProperties": {
7372
7378
  "shape": "Sp"
@@ -7376,7 +7382,7 @@
7376
7382
  "members": {
7377
7383
  "SourceArn": {},
7378
7384
  "TrainingJob": {
7379
- "shape": "S102"
7385
+ "shape": "S105"
7380
7386
  },
7381
7387
  "ProcessingJob": {
7382
7388
  "type": "structure",
@@ -7443,7 +7449,7 @@
7443
7449
  "type": "integer"
7444
7450
  },
7445
7451
  "ModelClientConfig": {
7446
- "shape": "Sgq"
7452
+ "shape": "Sgt"
7447
7453
  },
7448
7454
  "MaxPayloadInMB": {
7449
7455
  "type": "integer"
@@ -7473,7 +7479,7 @@
7473
7479
  "LabelingJobArn": {},
7474
7480
  "AutoMLJobArn": {},
7475
7481
  "DataProcessing": {
7476
- "shape": "Sgt"
7482
+ "shape": "Sgw"
7477
7483
  },
7478
7484
  "ExperimentConfig": {
7479
7485
  "shape": "Sfm"
@@ -7515,10 +7521,10 @@
7515
7521
  "EndpointArn": {},
7516
7522
  "EndpointConfigName": {},
7517
7523
  "ProductionVariants": {
7518
- "shape": "Sm2"
7524
+ "shape": "Sm5"
7519
7525
  },
7520
7526
  "DataCaptureConfig": {
7521
- "shape": "Sm6"
7527
+ "shape": "Sm9"
7522
7528
  },
7523
7529
  "EndpointStatus": {},
7524
7530
  "FailureReason": {},
@@ -7549,7 +7555,7 @@
7549
7555
  },
7550
7556
  "EndpointName": {},
7551
7557
  "LastMonitoringExecutionSummary": {
7552
- "shape": "Sok"
7558
+ "shape": "Son"
7553
7559
  },
7554
7560
  "Tags": {
7555
7561
  "shape": "S7"
@@ -7586,14 +7592,14 @@
7586
7592
  },
7587
7593
  "ModelPackageStatus": {},
7588
7594
  "ModelPackageStatusDetails": {
7589
- "shape": "So7"
7595
+ "shape": "Soa"
7590
7596
  },
7591
7597
  "CertifyForMarketplace": {
7592
7598
  "type": "boolean"
7593
7599
  },
7594
7600
  "ModelApprovalStatus": {},
7595
7601
  "CreatedBy": {
7596
- "shape": "Sjy"
7602
+ "shape": "Sk1"
7597
7603
  },
7598
7604
  "MetadataProperties": {
7599
7605
  "shape": "Sp"
@@ -7605,7 +7611,7 @@
7605
7611
  "type": "timestamp"
7606
7612
  },
7607
7613
  "LastModifiedBy": {
7608
- "shape": "Sjy"
7614
+ "shape": "Sk1"
7609
7615
  },
7610
7616
  "ApprovalDescription": {},
7611
7617
  "Tags": {
@@ -7623,7 +7629,7 @@
7623
7629
  "type": "timestamp"
7624
7630
  },
7625
7631
  "CreatedBy": {
7626
- "shape": "Sjy"
7632
+ "shape": "Sk1"
7627
7633
  },
7628
7634
  "ModelPackageGroupStatus": {},
7629
7635
  "Tags": {
@@ -7650,10 +7656,10 @@
7650
7656
  "type": "timestamp"
7651
7657
  },
7652
7658
  "CreatedBy": {
7653
- "shape": "Sjy"
7659
+ "shape": "Sk1"
7654
7660
  },
7655
7661
  "LastModifiedBy": {
7656
- "shape": "Sjy"
7662
+ "shape": "Sk1"
7657
7663
  },
7658
7664
  "Tags": {
7659
7665
  "shape": "S7"
@@ -7675,13 +7681,13 @@
7675
7681
  "type": "timestamp"
7676
7682
  },
7677
7683
  "CreatedBy": {
7678
- "shape": "Sjy"
7684
+ "shape": "Sk1"
7679
7685
  },
7680
7686
  "LastModifiedBy": {
7681
- "shape": "Sjy"
7687
+ "shape": "Sk1"
7682
7688
  },
7683
7689
  "PipelineParameters": {
7684
- "shape": "Sxq"
7690
+ "shape": "Sxt"
7685
7691
  }
7686
7692
  }
7687
7693
  },
@@ -7707,7 +7713,7 @@
7707
7713
  "RoleArn": {},
7708
7714
  "FeatureGroupStatus": {},
7709
7715
  "OfflineStoreStatus": {
7710
- "shape": "Smx"
7716
+ "shape": "Sn0"
7711
7717
  },
7712
7718
  "FailureReason": {},
7713
7719
  "Description": {},
@@ -7756,7 +7762,7 @@
7756
7762
  "PipelineName": {},
7757
7763
  "PipelineExecutionDisplayName": {},
7758
7764
  "PipelineParameters": {
7759
- "shape": "Sxq"
7765
+ "shape": "Sxt"
7760
7766
  },
7761
7767
  "PipelineExecutionDescription": {},
7762
7768
  "ClientRequestToken": {
@@ -7916,7 +7922,7 @@
7916
7922
  "shape": "Sn"
7917
7923
  },
7918
7924
  "PropertiesToRemove": {
7919
- "shape": "S112"
7925
+ "shape": "S115"
7920
7926
  }
7921
7927
  }
7922
7928
  },
@@ -7960,7 +7966,7 @@
7960
7966
  "shape": "Sn"
7961
7967
  },
7962
7968
  "PropertiesToRemove": {
7963
- "shape": "S112"
7969
+ "shape": "S115"
7964
7970
  }
7965
7971
  }
7966
7972
  },
@@ -8010,7 +8016,7 @@
8010
8016
  "shape": "Sn"
8011
8017
  },
8012
8018
  "PropertiesToRemove": {
8013
- "shape": "S112"
8019
+ "shape": "S115"
8014
8020
  }
8015
8021
  }
8016
8022
  },
@@ -8048,7 +8054,7 @@
8048
8054
  "members": {
8049
8055
  "DeviceFleetName": {},
8050
8056
  "Devices": {
8051
- "shape": "Szg"
8057
+ "shape": "Szj"
8052
8058
  }
8053
8059
  }
8054
8060
  }
@@ -8099,7 +8105,7 @@
8099
8105
  }
8100
8106
  },
8101
8107
  "DeploymentConfig": {
8102
- "shape": "Sm9"
8108
+ "shape": "Smc"
8103
8109
  }
8104
8110
  }
8105
8111
  },
@@ -8410,7 +8416,7 @@
8410
8416
  "TrialComponentName": {},
8411
8417
  "DisplayName": {},
8412
8418
  "Status": {
8413
- "shape": "Sh1"
8419
+ "shape": "Sh4"
8414
8420
  },
8415
8421
  "StartTime": {
8416
8422
  "type": "timestamp"
@@ -8419,22 +8425,22 @@
8419
8425
  "type": "timestamp"
8420
8426
  },
8421
8427
  "Parameters": {
8422
- "shape": "Sh5"
8428
+ "shape": "Sh8"
8423
8429
  },
8424
8430
  "ParametersToRemove": {
8425
- "shape": "S12j"
8431
+ "shape": "S12m"
8426
8432
  },
8427
8433
  "InputArtifacts": {
8428
- "shape": "Sh9"
8434
+ "shape": "Shc"
8429
8435
  },
8430
8436
  "InputArtifactsToRemove": {
8431
- "shape": "S12j"
8437
+ "shape": "S12m"
8432
8438
  },
8433
8439
  "OutputArtifacts": {
8434
- "shape": "Sh9"
8440
+ "shape": "Shc"
8435
8441
  },
8436
8442
  "OutputArtifactsToRemove": {
8437
- "shape": "S12j"
8443
+ "shape": "S12m"
8438
8444
  }
8439
8445
  }
8440
8446
  },
@@ -8476,10 +8482,10 @@
8476
8482
  "members": {
8477
8483
  "WorkforceName": {},
8478
8484
  "SourceIpConfig": {
8479
- "shape": "Shq"
8485
+ "shape": "Sht"
8480
8486
  },
8481
8487
  "OidcConfig": {
8482
- "shape": "Shn"
8488
+ "shape": "Shq"
8483
8489
  }
8484
8490
  }
8485
8491
  },
@@ -8490,7 +8496,7 @@
8490
8496
  ],
8491
8497
  "members": {
8492
8498
  "Workforce": {
8493
- "shape": "Sqi"
8499
+ "shape": "Sql"
8494
8500
  }
8495
8501
  }
8496
8502
  }
@@ -8504,11 +8510,11 @@
8504
8510
  "members": {
8505
8511
  "WorkteamName": {},
8506
8512
  "MemberDefinitions": {
8507
- "shape": "Shy"
8513
+ "shape": "Si1"
8508
8514
  },
8509
8515
  "Description": {},
8510
8516
  "NotificationConfiguration": {
8511
- "shape": "Si6"
8517
+ "shape": "Si9"
8512
8518
  }
8513
8519
  }
8514
8520
  },
@@ -8519,7 +8525,7 @@
8519
8525
  ],
8520
8526
  "members": {
8521
8527
  "Workteam": {
8522
- "shape": "Sqm"
8528
+ "shape": "Sqp"
8523
8529
  }
8524
8530
  }
8525
8531
  }
@@ -10790,7 +10796,12 @@
10790
10796
  }
10791
10797
  }
10792
10798
  },
10793
- "Sgq": {
10799
+ "Sgm": {
10800
+ "type": "map",
10801
+ "key": {},
10802
+ "value": {}
10803
+ },
10804
+ "Sgt": {
10794
10805
  "type": "structure",
10795
10806
  "members": {
10796
10807
  "InvocationsTimeoutInSeconds": {
@@ -10801,7 +10812,7 @@
10801
10812
  }
10802
10813
  }
10803
10814
  },
10804
- "Sgt": {
10815
+ "Sgw": {
10805
10816
  "type": "structure",
10806
10817
  "members": {
10807
10818
  "InputFilter": {},
@@ -10809,14 +10820,14 @@
10809
10820
  "JoinSource": {}
10810
10821
  }
10811
10822
  },
10812
- "Sh1": {
10823
+ "Sh4": {
10813
10824
  "type": "structure",
10814
10825
  "members": {
10815
10826
  "PrimaryStatus": {},
10816
10827
  "Message": {}
10817
10828
  }
10818
10829
  },
10819
- "Sh5": {
10830
+ "Sh8": {
10820
10831
  "type": "map",
10821
10832
  "key": {},
10822
10833
  "value": {
@@ -10829,7 +10840,7 @@
10829
10840
  }
10830
10841
  }
10831
10842
  },
10832
- "Sh9": {
10843
+ "Shc": {
10833
10844
  "type": "map",
10834
10845
  "key": {},
10835
10846
  "value": {
@@ -10843,7 +10854,7 @@
10843
10854
  }
10844
10855
  }
10845
10856
  },
10846
- "Shk": {
10857
+ "Shn": {
10847
10858
  "type": "structure",
10848
10859
  "required": [
10849
10860
  "UserPool",
@@ -10854,7 +10865,7 @@
10854
10865
  "ClientId": {}
10855
10866
  }
10856
10867
  },
10857
- "Shn": {
10868
+ "Shq": {
10858
10869
  "type": "structure",
10859
10870
  "required": [
10860
10871
  "ClientId",
@@ -10880,7 +10891,7 @@
10880
10891
  "JwksUri": {}
10881
10892
  }
10882
10893
  },
10883
- "Shq": {
10894
+ "Sht": {
10884
10895
  "type": "structure",
10885
10896
  "required": [
10886
10897
  "Cidrs"
@@ -10892,7 +10903,7 @@
10892
10903
  }
10893
10904
  }
10894
10905
  },
10895
- "Shy": {
10906
+ "Si1": {
10896
10907
  "type": "list",
10897
10908
  "member": {
10898
10909
  "type": "structure",
@@ -10925,13 +10936,13 @@
10925
10936
  }
10926
10937
  }
10927
10938
  },
10928
- "Si6": {
10939
+ "Si9": {
10929
10940
  "type": "structure",
10930
10941
  "members": {
10931
10942
  "NotificationTopicArn": {}
10932
10943
  }
10933
10944
  },
10934
- "Sjy": {
10945
+ "Sk1": {
10935
10946
  "type": "structure",
10936
10947
  "members": {
10937
10948
  "UserProfileArn": {},
@@ -10939,7 +10950,7 @@
10939
10950
  "DomainId": {}
10940
10951
  }
10941
10952
  },
10942
- "Sk4": {
10953
+ "Sk7": {
10943
10954
  "type": "list",
10944
10955
  "member": {
10945
10956
  "type": "structure",
@@ -10954,7 +10965,7 @@
10954
10965
  }
10955
10966
  }
10956
10967
  },
10957
- "Ski": {
10968
+ "Skl": {
10958
10969
  "type": "structure",
10959
10970
  "required": [
10960
10971
  "CandidateName",
@@ -11027,7 +11038,7 @@
11027
11038
  "FailureReason": {}
11028
11039
  }
11029
11040
  },
11030
- "Sl8": {
11041
+ "Slb": {
11031
11042
  "type": "structure",
11032
11043
  "required": [
11033
11044
  "S3ModelArtifacts"
@@ -11036,7 +11047,7 @@
11036
11047
  "S3ModelArtifacts": {}
11037
11048
  }
11038
11049
  },
11039
- "Sm2": {
11050
+ "Sm5": {
11040
11051
  "type": "list",
11041
11052
  "member": {
11042
11053
  "type": "structure",
@@ -11073,7 +11084,7 @@
11073
11084
  }
11074
11085
  }
11075
11086
  },
11076
- "Sm6": {
11087
+ "Sm9": {
11077
11088
  "type": "structure",
11078
11089
  "required": [
11079
11090
  "EnableCapture",
@@ -11094,7 +11105,7 @@
11094
11105
  "KmsKeyId": {}
11095
11106
  }
11096
11107
  },
11097
- "Sm9": {
11108
+ "Smc": {
11098
11109
  "type": "structure",
11099
11110
  "required": [
11100
11111
  "BlueGreenUpdatePolicy"
@@ -11156,7 +11167,7 @@
11156
11167
  }
11157
11168
  }
11158
11169
  },
11159
- "Smr": {
11170
+ "Smu": {
11160
11171
  "type": "structure",
11161
11172
  "required": [
11162
11173
  "SourceArn"
@@ -11166,7 +11177,7 @@
11166
11177
  "SourceType": {}
11167
11178
  }
11168
11179
  },
11169
- "Smx": {
11180
+ "Sn0": {
11170
11181
  "type": "structure",
11171
11182
  "required": [
11172
11183
  "Status"
@@ -11176,7 +11187,7 @@
11176
11187
  "BlockedReason": {}
11177
11188
  }
11178
11189
  },
11179
- "Snc": {
11190
+ "Snf": {
11180
11191
  "type": "structure",
11181
11192
  "members": {
11182
11193
  "Completed": {
@@ -11196,7 +11207,7 @@
11196
11207
  }
11197
11208
  }
11198
11209
  },
11199
- "Sne": {
11210
+ "Snh": {
11200
11211
  "type": "structure",
11201
11212
  "members": {
11202
11213
  "Succeeded": {
@@ -11210,7 +11221,7 @@
11210
11221
  }
11211
11222
  }
11212
11223
  },
11213
- "Sng": {
11224
+ "Snj": {
11214
11225
  "type": "structure",
11215
11226
  "required": [
11216
11227
  "TrainingJobName",
@@ -11255,7 +11266,7 @@
11255
11266
  "ObjectiveStatus": {}
11256
11267
  }
11257
11268
  },
11258
- "Snt": {
11269
+ "Snw": {
11259
11270
  "type": "structure",
11260
11271
  "members": {
11261
11272
  "TotalLabeled": {
@@ -11275,7 +11286,7 @@
11275
11286
  }
11276
11287
  }
11277
11288
  },
11278
- "Snw": {
11289
+ "Snz": {
11279
11290
  "type": "structure",
11280
11291
  "required": [
11281
11292
  "OutputDatasetS3Uri"
@@ -11285,21 +11296,21 @@
11285
11296
  "FinalActiveLearningModelArn": {}
11286
11297
  }
11287
11298
  },
11288
- "So7": {
11299
+ "Soa": {
11289
11300
  "type": "structure",
11290
11301
  "required": [
11291
11302
  "ValidationStatuses"
11292
11303
  ],
11293
11304
  "members": {
11294
11305
  "ValidationStatuses": {
11295
- "shape": "So8"
11306
+ "shape": "Sob"
11296
11307
  },
11297
11308
  "ImageScanStatuses": {
11298
- "shape": "So8"
11309
+ "shape": "Sob"
11299
11310
  }
11300
11311
  }
11301
11312
  },
11302
- "So8": {
11313
+ "Sob": {
11303
11314
  "type": "list",
11304
11315
  "member": {
11305
11316
  "type": "structure",
@@ -11314,7 +11325,7 @@
11314
11325
  }
11315
11326
  }
11316
11327
  },
11317
- "Sok": {
11328
+ "Son": {
11318
11329
  "type": "structure",
11319
11330
  "required": [
11320
11331
  "MonitoringScheduleName",
@@ -11342,7 +11353,7 @@
11342
11353
  "MonitoringType": {}
11343
11354
  }
11344
11355
  },
11345
- "Spe": {
11356
+ "Sph": {
11346
11357
  "type": "structure",
11347
11358
  "required": [
11348
11359
  "WorkteamArn"
@@ -11355,7 +11366,7 @@
11355
11366
  "ListingId": {}
11356
11367
  }
11357
11368
  },
11358
- "Spi": {
11369
+ "Spl": {
11359
11370
  "type": "list",
11360
11371
  "member": {
11361
11372
  "type": "structure",
@@ -11375,7 +11386,7 @@
11375
11386
  }
11376
11387
  }
11377
11388
  },
11378
- "Spl": {
11389
+ "Spo": {
11379
11390
  "type": "list",
11380
11391
  "member": {
11381
11392
  "type": "structure",
@@ -11390,7 +11401,7 @@
11390
11401
  }
11391
11402
  }
11392
11403
  },
11393
- "Spq": {
11404
+ "Spt": {
11394
11405
  "type": "list",
11395
11406
  "member": {
11396
11407
  "type": "structure",
@@ -11405,7 +11416,7 @@
11405
11416
  }
11406
11417
  }
11407
11418
  },
11408
- "Sq2": {
11419
+ "Sq5": {
11409
11420
  "type": "structure",
11410
11421
  "required": [
11411
11422
  "SourceArn"
@@ -11415,7 +11426,7 @@
11415
11426
  "SourceType": {}
11416
11427
  }
11417
11428
  },
11418
- "Sq6": {
11429
+ "Sq9": {
11419
11430
  "type": "structure",
11420
11431
  "required": [
11421
11432
  "SourceArn"
@@ -11425,7 +11436,7 @@
11425
11436
  "SourceType": {}
11426
11437
  }
11427
11438
  },
11428
- "Sq8": {
11439
+ "Sqb": {
11429
11440
  "type": "list",
11430
11441
  "member": {
11431
11442
  "type": "structure",
@@ -11456,7 +11467,7 @@
11456
11467
  }
11457
11468
  }
11458
11469
  },
11459
- "Sqi": {
11470
+ "Sql": {
11460
11471
  "type": "structure",
11461
11472
  "required": [
11462
11473
  "WorkforceName",
@@ -11469,11 +11480,11 @@
11469
11480
  "type": "timestamp"
11470
11481
  },
11471
11482
  "SourceIpConfig": {
11472
- "shape": "Shq"
11483
+ "shape": "Sht"
11473
11484
  },
11474
11485
  "SubDomain": {},
11475
11486
  "CognitoConfig": {
11476
- "shape": "Shk"
11487
+ "shape": "Shn"
11477
11488
  },
11478
11489
  "OidcConfig": {
11479
11490
  "type": "structure",
@@ -11492,7 +11503,7 @@
11492
11503
  }
11493
11504
  }
11494
11505
  },
11495
- "Sqm": {
11506
+ "Sqp": {
11496
11507
  "type": "structure",
11497
11508
  "required": [
11498
11509
  "WorkteamName",
@@ -11503,7 +11514,7 @@
11503
11514
  "members": {
11504
11515
  "WorkteamName": {},
11505
11516
  "MemberDefinitions": {
11506
- "shape": "Shy"
11517
+ "shape": "Si1"
11507
11518
  },
11508
11519
  "WorkteamArn": {},
11509
11520
  "WorkforceArn": {},
@@ -11520,11 +11531,11 @@
11520
11531
  "type": "timestamp"
11521
11532
  },
11522
11533
  "NotificationConfiguration": {
11523
- "shape": "Si6"
11534
+ "shape": "Si9"
11524
11535
  }
11525
11536
  }
11526
11537
  },
11527
- "Stc": {
11538
+ "Stf": {
11528
11539
  "type": "list",
11529
11540
  "member": {
11530
11541
  "type": "structure",
@@ -11544,7 +11555,7 @@
11544
11555
  }
11545
11556
  }
11546
11557
  },
11547
- "Sxq": {
11558
+ "Sxt": {
11548
11559
  "type": "list",
11549
11560
  "member": {
11550
11561
  "type": "structure",
@@ -11558,7 +11569,7 @@
11558
11569
  }
11559
11570
  }
11560
11571
  },
11561
- "Szg": {
11572
+ "Szj": {
11562
11573
  "type": "list",
11563
11574
  "member": {
11564
11575
  "type": "structure",
@@ -11572,11 +11583,11 @@
11572
11583
  }
11573
11584
  }
11574
11585
  },
11575
- "Szp": {
11586
+ "Szs": {
11576
11587
  "type": "structure",
11577
11588
  "members": {
11578
11589
  "Filters": {
11579
- "shape": "Szq"
11590
+ "shape": "Szt"
11580
11591
  },
11581
11592
  "NestedFilters": {
11582
11593
  "type": "list",
@@ -11589,7 +11600,7 @@
11589
11600
  "members": {
11590
11601
  "NestedPropertyName": {},
11591
11602
  "Filters": {
11592
- "shape": "Szq"
11603
+ "shape": "Szt"
11593
11604
  }
11594
11605
  }
11595
11606
  }
@@ -11597,13 +11608,13 @@
11597
11608
  "SubExpressions": {
11598
11609
  "type": "list",
11599
11610
  "member": {
11600
- "shape": "Szp"
11611
+ "shape": "Szs"
11601
11612
  }
11602
11613
  },
11603
11614
  "Operator": {}
11604
11615
  }
11605
11616
  },
11606
- "Szq": {
11617
+ "Szt": {
11607
11618
  "type": "list",
11608
11619
  "member": {
11609
11620
  "type": "structure",
@@ -11617,7 +11628,7 @@
11617
11628
  }
11618
11629
  }
11619
11630
  },
11620
- "S102": {
11631
+ "S105": {
11621
11632
  "type": "structure",
11622
11633
  "members": {
11623
11634
  "TrainingJobName": {},
@@ -11626,7 +11637,7 @@
11626
11637
  "LabelingJobArn": {},
11627
11638
  "AutoMLJobArn": {},
11628
11639
  "ModelArtifacts": {
11629
- "shape": "Sl8"
11640
+ "shape": "Slb"
11630
11641
  },
11631
11642
  "TrainingJobStatus": {},
11632
11643
  "SecondaryStatus": {},
@@ -11666,10 +11677,10 @@
11666
11677
  "type": "timestamp"
11667
11678
  },
11668
11679
  "SecondaryStatusTransitions": {
11669
- "shape": "Spi"
11680
+ "shape": "Spl"
11670
11681
  },
11671
11682
  "FinalMetricDataList": {
11672
- "shape": "Spl"
11683
+ "shape": "Spo"
11673
11684
  },
11674
11685
  "EnableNetworkIsolation": {
11675
11686
  "type": "boolean"
@@ -11702,18 +11713,21 @@
11702
11713
  "shape": "Sgg"
11703
11714
  },
11704
11715
  "DebugRuleEvaluationStatuses": {
11705
- "shape": "Spq"
11716
+ "shape": "Spt"
11717
+ },
11718
+ "Environment": {
11719
+ "shape": "Sgm"
11706
11720
  },
11707
11721
  "Tags": {
11708
11722
  "shape": "S7"
11709
11723
  }
11710
11724
  }
11711
11725
  },
11712
- "S112": {
11726
+ "S115": {
11713
11727
  "type": "list",
11714
11728
  "member": {}
11715
11729
  },
11716
- "S12j": {
11730
+ "S12m": {
11717
11731
  "type": "list",
11718
11732
  "member": {}
11719
11733
  }