cdk-comprehend-s3olap 2.0.20 → 2.0.23

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 (42) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +39 -24
  8. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -69
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +711 -707
  10. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +131 -128
  11. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +58 -3
  12. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +269 -234
  13. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  14. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.examples.json +5 -0
  15. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +1206 -0
  16. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +40 -0
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +253 -103
  18. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +33 -0
  19. package/node_modules/aws-sdk/apis/translate-2017-07-01.paginators.json +5 -0
  20. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  21. package/node_modules/aws-sdk/clients/all.js +2 -1
  22. package/node_modules/aws-sdk/clients/appstream.d.ts +22 -3
  23. package/node_modules/aws-sdk/clients/datasync.d.ts +133 -38
  24. package/node_modules/aws-sdk/clients/ec2.d.ts +33 -21
  25. package/node_modules/aws-sdk/clients/elbv2.d.ts +10 -10
  26. package/node_modules/aws-sdk/clients/emr.d.ts +8 -3
  27. package/node_modules/aws-sdk/clients/finspacedata.d.ts +64 -3
  28. package/node_modules/aws-sdk/clients/medialive.d.ts +41 -3
  29. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  30. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
  31. package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
  32. package/node_modules/aws-sdk/clients/sagemaker.d.ts +245 -4
  33. package/node_modules/aws-sdk/clients/translate.d.ts +70 -18
  34. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  35. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
  36. package/node_modules/aws-sdk/dist/aws-sdk.js +888 -839
  37. package/node_modules/aws-sdk/dist/aws-sdk.min.js +67 -67
  38. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/lib/s3/managed_upload.js +1 -1
  41. package/node_modules/aws-sdk/package.json +1 -1
  42. package/package.json +3 -3
@@ -3241,6 +3241,9 @@
3241
3241
  "CreationTime": {
3242
3242
  "type": "timestamp"
3243
3243
  },
3244
+ "LastModifiedTime": {
3245
+ "type": "timestamp"
3246
+ },
3244
3247
  "OnlineStoreConfig": {
3245
3248
  "shape": "Sac"
3246
3249
  },
@@ -3252,9 +3255,55 @@
3252
3255
  "OfflineStoreStatus": {
3253
3256
  "shape": "Sqp"
3254
3257
  },
3258
+ "LastUpdateStatus": {
3259
+ "shape": "Sqs"
3260
+ },
3255
3261
  "FailureReason": {},
3256
3262
  "Description": {},
3257
- "NextToken": {}
3263
+ "NextToken": {},
3264
+ "OnlineStoreTotalSizeBytes": {
3265
+ "type": "long"
3266
+ }
3267
+ }
3268
+ }
3269
+ },
3270
+ "DescribeFeatureMetadata": {
3271
+ "input": {
3272
+ "type": "structure",
3273
+ "required": [
3274
+ "FeatureGroupName",
3275
+ "FeatureName"
3276
+ ],
3277
+ "members": {
3278
+ "FeatureGroupName": {},
3279
+ "FeatureName": {}
3280
+ }
3281
+ },
3282
+ "output": {
3283
+ "type": "structure",
3284
+ "required": [
3285
+ "FeatureGroupArn",
3286
+ "FeatureGroupName",
3287
+ "FeatureName",
3288
+ "FeatureType",
3289
+ "CreationTime",
3290
+ "LastModifiedTime"
3291
+ ],
3292
+ "members": {
3293
+ "FeatureGroupArn": {},
3294
+ "FeatureGroupName": {},
3295
+ "FeatureName": {},
3296
+ "FeatureType": {},
3297
+ "CreationTime": {
3298
+ "type": "timestamp"
3299
+ },
3300
+ "LastModifiedTime": {
3301
+ "type": "timestamp"
3302
+ },
3303
+ "Description": {},
3304
+ "Parameters": {
3305
+ "shape": "Sqy"
3306
+ }
3258
3307
  }
3259
3308
  }
3260
3309
  },
@@ -3382,16 +3431,16 @@
3382
3431
  "type": "timestamp"
3383
3432
  },
3384
3433
  "TrainingJobStatusCounters": {
3385
- "shape": "Sr4"
3434
+ "shape": "Sre"
3386
3435
  },
3387
3436
  "ObjectiveStatusCounters": {
3388
- "shape": "Sr6"
3437
+ "shape": "Srg"
3389
3438
  },
3390
3439
  "BestTrainingJob": {
3391
- "shape": "Sr8"
3440
+ "shape": "Sri"
3392
3441
  },
3393
3442
  "OverallBestTrainingJob": {
3394
- "shape": "Sr8"
3443
+ "shape": "Sri"
3395
3444
  },
3396
3445
  "WarmStartConfig": {
3397
3446
  "shape": "Sc9"
@@ -3614,7 +3663,7 @@
3614
3663
  "members": {
3615
3664
  "LabelingJobStatus": {},
3616
3665
  "LabelCounters": {
3617
- "shape": "Srv"
3666
+ "shape": "Ss5"
3618
3667
  },
3619
3668
  "FailureReason": {},
3620
3669
  "CreationTime": {
@@ -3648,7 +3697,7 @@
3648
3697
  "shape": "S7"
3649
3698
  },
3650
3699
  "LabelingJobOutput": {
3651
- "shape": "Sry"
3700
+ "shape": "Ss8"
3652
3701
  }
3653
3702
  }
3654
3703
  }
@@ -3875,7 +3924,7 @@
3875
3924
  },
3876
3925
  "ModelPackageStatus": {},
3877
3926
  "ModelPackageStatusDetails": {
3878
- "shape": "Ss9"
3927
+ "shape": "Ssj"
3879
3928
  },
3880
3929
  "CertifyForMarketplace": {
3881
3930
  "type": "boolean"
@@ -4035,7 +4084,7 @@
4035
4084
  },
4036
4085
  "EndpointName": {},
4037
4086
  "LastMonitoringExecutionSummary": {
4038
- "shape": "Ssm"
4087
+ "shape": "Ssw"
4039
4088
  }
4040
4089
  }
4041
4090
  }
@@ -4202,7 +4251,7 @@
4202
4251
  "PipelineExecutionStatus": {},
4203
4252
  "PipelineExecutionDescription": {},
4204
4253
  "PipelineExperimentConfig": {
4205
- "shape": "St5"
4254
+ "shape": "Stf"
4206
4255
  },
4207
4256
  "FailureReason": {},
4208
4257
  "CreationTime": {
@@ -4321,7 +4370,7 @@
4321
4370
  "shape": "Siu"
4322
4371
  },
4323
4372
  "ServiceCatalogProvisionedProductDetails": {
4324
- "shape": "Std"
4373
+ "shape": "Stn"
4325
4374
  },
4326
4375
  "ProjectStatus": {},
4327
4376
  "CreatedBy": {
@@ -4382,7 +4431,7 @@
4382
4431
  ],
4383
4432
  "members": {
4384
4433
  "SubscribedWorkteam": {
4385
- "shape": "Stk"
4434
+ "shape": "Stu"
4386
4435
  }
4387
4436
  }
4388
4437
  }
@@ -4457,10 +4506,10 @@
4457
4506
  "type": "timestamp"
4458
4507
  },
4459
4508
  "SecondaryStatusTransitions": {
4460
- "shape": "Sto"
4509
+ "shape": "Sty"
4461
4510
  },
4462
4511
  "FinalMetricDataList": {
4463
- "shape": "Str"
4512
+ "shape": "Su1"
4464
4513
  },
4465
4514
  "EnableNetworkIsolation": {
4466
4515
  "type": "boolean"
@@ -4493,7 +4542,7 @@
4493
4542
  "shape": "Sjo"
4494
4543
  },
4495
4544
  "DebugRuleEvaluationStatuses": {
4496
- "shape": "Stv"
4545
+ "shape": "Su5"
4497
4546
  },
4498
4547
  "ProfilerConfig": {
4499
4548
  "shape": "Sjp"
@@ -4613,7 +4662,7 @@
4613
4662
  "DisplayName": {},
4614
4663
  "ExperimentName": {},
4615
4664
  "Source": {
4616
- "shape": "Su7"
4665
+ "shape": "Suh"
4617
4666
  },
4618
4667
  "CreationTime": {
4619
4668
  "type": "timestamp"
@@ -4650,7 +4699,7 @@
4650
4699
  "TrialComponentArn": {},
4651
4700
  "DisplayName": {},
4652
4701
  "Source": {
4653
- "shape": "Sub"
4702
+ "shape": "Sul"
4654
4703
  },
4655
4704
  "Status": {
4656
4705
  "shape": "Skc"
@@ -4686,7 +4735,7 @@
4686
4735
  "shape": "S1q"
4687
4736
  },
4688
4737
  "Metrics": {
4689
- "shape": "Sud"
4738
+ "shape": "Sun"
4690
4739
  },
4691
4740
  "LineageGroupArn": {}
4692
4741
  }
@@ -4744,7 +4793,7 @@
4744
4793
  ],
4745
4794
  "members": {
4746
4795
  "Workforce": {
4747
- "shape": "Sun"
4796
+ "shape": "Sux"
4748
4797
  }
4749
4798
  }
4750
4799
  }
@@ -4766,7 +4815,7 @@
4766
4815
  ],
4767
4816
  "members": {
4768
4817
  "Workteam": {
4769
- "shape": "Suv"
4818
+ "shape": "Sv5"
4770
4819
  }
4771
4820
  }
4772
4821
  }
@@ -5580,7 +5629,7 @@
5580
5629
  ],
5581
5630
  "members": {
5582
5631
  "JobDefinitionSummaries": {
5583
- "shape": "Sxo"
5632
+ "shape": "Sxy"
5584
5633
  },
5585
5634
  "NextToken": {}
5586
5635
  }
@@ -6161,10 +6210,10 @@
6161
6210
  "type": "timestamp"
6162
6211
  },
6163
6212
  "TrainingJobStatusCounters": {
6164
- "shape": "Sr4"
6213
+ "shape": "Sre"
6165
6214
  },
6166
6215
  "ObjectiveStatusCounters": {
6167
- "shape": "Sr6"
6216
+ "shape": "Srg"
6168
6217
  },
6169
6218
  "ResourceLimits": {
6170
6219
  "shape": "Sbl"
@@ -6423,14 +6472,14 @@
6423
6472
  },
6424
6473
  "LabelingJobStatus": {},
6425
6474
  "LabelCounters": {
6426
- "shape": "Srv"
6475
+ "shape": "Ss5"
6427
6476
  },
6428
6477
  "WorkteamArn": {},
6429
6478
  "PreHumanTaskLambdaArn": {},
6430
6479
  "AnnotationConsolidationLambdaArn": {},
6431
6480
  "FailureReason": {},
6432
6481
  "LabelingJobOutput": {
6433
- "shape": "Sry"
6482
+ "shape": "Ss8"
6434
6483
  },
6435
6484
  "InputConfig": {
6436
6485
  "shape": "Sdn"
@@ -6580,7 +6629,7 @@
6580
6629
  ],
6581
6630
  "members": {
6582
6631
  "JobDefinitionSummaries": {
6583
- "shape": "Sxo"
6632
+ "shape": "Sxy"
6584
6633
  },
6585
6634
  "NextToken": {}
6586
6635
  }
@@ -6613,7 +6662,7 @@
6613
6662
  ],
6614
6663
  "members": {
6615
6664
  "JobDefinitionSummaries": {
6616
- "shape": "Sxo"
6665
+ "shape": "Sxy"
6617
6666
  },
6618
6667
  "NextToken": {}
6619
6668
  }
@@ -6813,7 +6862,7 @@
6813
6862
  ],
6814
6863
  "members": {
6815
6864
  "JobDefinitionSummaries": {
6816
- "shape": "Sxo"
6865
+ "shape": "Sxy"
6817
6866
  },
6818
6867
  "NextToken": {}
6819
6868
  }
@@ -6910,7 +6959,7 @@
6910
6959
  "MonitoringExecutionSummaries": {
6911
6960
  "type": "list",
6912
6961
  "member": {
6913
- "shape": "Ssm"
6962
+ "shape": "Ssw"
6914
6963
  }
6915
6964
  },
6916
6965
  "NextToken": {}
@@ -7190,7 +7239,7 @@
7190
7239
  "CallbackToken": {},
7191
7240
  "SqsQueueUrl": {},
7192
7241
  "OutputParameters": {
7193
- "shape": "S12j"
7242
+ "shape": "S12t"
7194
7243
  }
7195
7244
  }
7196
7245
  },
@@ -7199,7 +7248,7 @@
7199
7248
  "members": {
7200
7249
  "Arn": {},
7201
7250
  "OutputParameters": {
7202
- "shape": "S12j"
7251
+ "shape": "S12t"
7203
7252
  }
7204
7253
  }
7205
7254
  },
@@ -7326,7 +7375,7 @@
7326
7375
  "type": "structure",
7327
7376
  "members": {
7328
7377
  "PipelineParameters": {
7329
- "shape": "S12y"
7378
+ "shape": "S138"
7330
7379
  },
7331
7380
  "NextToken": {}
7332
7381
  }
@@ -7566,7 +7615,7 @@
7566
7615
  "SubscribedWorkteams": {
7567
7616
  "type": "list",
7568
7617
  "member": {
7569
- "shape": "Stk"
7618
+ "shape": "Stu"
7570
7619
  }
7571
7620
  },
7572
7621
  "NextToken": {}
@@ -7685,7 +7734,7 @@
7685
7734
  "TrainingJobSummaries": {
7686
7735
  "type": "list",
7687
7736
  "member": {
7688
- "shape": "Sr8"
7737
+ "shape": "Sri"
7689
7738
  }
7690
7739
  },
7691
7740
  "NextToken": {}
@@ -7788,7 +7837,7 @@
7788
7837
  "TrialComponentArn": {},
7789
7838
  "DisplayName": {},
7790
7839
  "TrialComponentSource": {
7791
- "shape": "Sub"
7840
+ "shape": "Sul"
7792
7841
  },
7793
7842
  "Status": {
7794
7843
  "shape": "Skc"
@@ -7850,7 +7899,7 @@
7850
7899
  "TrialName": {},
7851
7900
  "DisplayName": {},
7852
7901
  "TrialSource": {
7853
- "shape": "Su7"
7902
+ "shape": "Suh"
7854
7903
  },
7855
7904
  "CreationTime": {
7856
7905
  "type": "timestamp"
@@ -7925,7 +7974,7 @@
7925
7974
  "Workforces": {
7926
7975
  "type": "list",
7927
7976
  "member": {
7928
- "shape": "Sun"
7977
+ "shape": "Sux"
7929
7978
  }
7930
7979
  },
7931
7980
  "NextToken": {}
@@ -7954,7 +8003,7 @@
7954
8003
  "Workteams": {
7955
8004
  "type": "list",
7956
8005
  "member": {
7957
- "shape": "Suv"
8006
+ "shape": "Sv5"
7958
8007
  }
7959
8008
  },
7960
8009
  "NextToken": {}
@@ -8076,7 +8125,7 @@
8076
8125
  "members": {
8077
8126
  "DeviceFleetName": {},
8078
8127
  "Devices": {
8079
- "shape": "S15a"
8128
+ "shape": "S15k"
8080
8129
  },
8081
8130
  "Tags": {
8082
8131
  "shape": "S7"
@@ -8166,7 +8215,7 @@
8166
8215
  "members": {
8167
8216
  "Resource": {},
8168
8217
  "SearchExpression": {
8169
- "shape": "S15l"
8218
+ "shape": "S15v"
8170
8219
  },
8171
8220
  "SortBy": {},
8172
8221
  "SortOrder": {},
@@ -8185,7 +8234,7 @@
8185
8234
  "type": "structure",
8186
8235
  "members": {
8187
8236
  "TrainingJob": {
8188
- "shape": "S15y"
8237
+ "shape": "S168"
8189
8238
  },
8190
8239
  "Experiment": {
8191
8240
  "type": "structure",
@@ -8222,7 +8271,7 @@
8222
8271
  "DisplayName": {},
8223
8272
  "ExperimentName": {},
8224
8273
  "Source": {
8225
- "shape": "Su7"
8274
+ "shape": "Suh"
8226
8275
  },
8227
8276
  "CreationTime": {
8228
8277
  "type": "timestamp"
@@ -8250,7 +8299,7 @@
8250
8299
  "TrialComponentName": {},
8251
8300
  "TrialComponentArn": {},
8252
8301
  "TrialComponentSource": {
8253
- "shape": "Sub"
8302
+ "shape": "Sul"
8254
8303
  },
8255
8304
  "CreationTime": {
8256
8305
  "type": "timestamp"
@@ -8270,7 +8319,7 @@
8270
8319
  "DisplayName": {},
8271
8320
  "TrialComponentArn": {},
8272
8321
  "Source": {
8273
- "shape": "Sub"
8322
+ "shape": "Sul"
8274
8323
  },
8275
8324
  "Status": {
8276
8325
  "shape": "Skc"
@@ -8303,7 +8352,7 @@
8303
8352
  "shape": "Skk"
8304
8353
  },
8305
8354
  "Metrics": {
8306
- "shape": "Sud"
8355
+ "shape": "Sun"
8307
8356
  },
8308
8357
  "MetadataProperties": {
8309
8358
  "shape": "S1q"
@@ -8313,7 +8362,7 @@
8313
8362
  "members": {
8314
8363
  "SourceArn": {},
8315
8364
  "TrainingJob": {
8316
- "shape": "S15y"
8365
+ "shape": "S168"
8317
8366
  },
8318
8367
  "ProcessingJob": {
8319
8368
  "type": "structure",
@@ -8487,7 +8536,7 @@
8487
8536
  },
8488
8537
  "EndpointName": {},
8489
8538
  "LastMonitoringExecutionSummary": {
8490
- "shape": "Ssm"
8539
+ "shape": "Ssw"
8491
8540
  },
8492
8541
  "Tags": {
8493
8542
  "shape": "S7"
@@ -8524,7 +8573,7 @@
8524
8573
  },
8525
8574
  "ModelPackageStatus": {},
8526
8575
  "ModelPackageStatusDetails": {
8527
- "shape": "Ss9"
8576
+ "shape": "Ssj"
8528
8577
  },
8529
8578
  "CertifyForMarketplace": {
8530
8579
  "type": "boolean"
@@ -8622,7 +8671,7 @@
8622
8671
  "PipelineExecutionStatus": {},
8623
8672
  "PipelineExecutionDescription": {},
8624
8673
  "PipelineExperimentConfig": {
8625
- "shape": "St5"
8674
+ "shape": "Stf"
8626
8675
  },
8627
8676
  "FailureReason": {},
8628
8677
  "CreationTime": {
@@ -8641,7 +8690,7 @@
8641
8690
  "shape": "Shd"
8642
8691
  },
8643
8692
  "PipelineParameters": {
8644
- "shape": "S12y"
8693
+ "shape": "S138"
8645
8694
  }
8646
8695
  }
8647
8696
  },
@@ -8658,6 +8707,9 @@
8658
8707
  "CreationTime": {
8659
8708
  "type": "timestamp"
8660
8709
  },
8710
+ "LastModifiedTime": {
8711
+ "type": "timestamp"
8712
+ },
8661
8713
  "OnlineStoreConfig": {
8662
8714
  "shape": "Sac"
8663
8715
  },
@@ -8669,6 +8721,9 @@
8669
8721
  "OfflineStoreStatus": {
8670
8722
  "shape": "Sqp"
8671
8723
  },
8724
+ "LastUpdateStatus": {
8725
+ "shape": "Sqs"
8726
+ },
8672
8727
  "FailureReason": {},
8673
8728
  "Description": {},
8674
8729
  "Tags": {
@@ -8687,7 +8742,7 @@
8687
8742
  "shape": "Siu"
8688
8743
  },
8689
8744
  "ServiceCatalogProvisionedProductDetails": {
8690
- "shape": "Std"
8745
+ "shape": "Stn"
8691
8746
  },
8692
8747
  "ProjectStatus": {},
8693
8748
  "CreatedBy": {
@@ -8706,6 +8761,25 @@
8706
8761
  "shape": "Snh"
8707
8762
  }
8708
8763
  }
8764
+ },
8765
+ "FeatureMetadata": {
8766
+ "type": "structure",
8767
+ "members": {
8768
+ "FeatureGroupArn": {},
8769
+ "FeatureGroupName": {},
8770
+ "FeatureName": {},
8771
+ "FeatureType": {},
8772
+ "CreationTime": {
8773
+ "type": "timestamp"
8774
+ },
8775
+ "LastModifiedTime": {
8776
+ "type": "timestamp"
8777
+ },
8778
+ "Description": {},
8779
+ "Parameters": {
8780
+ "shape": "Sqy"
8781
+ }
8782
+ }
8709
8783
  }
8710
8784
  }
8711
8785
  }
@@ -8744,7 +8818,7 @@
8744
8818
  "members": {
8745
8819
  "CallbackToken": {},
8746
8820
  "OutputParameters": {
8747
- "shape": "S12j"
8821
+ "shape": "S12t"
8748
8822
  },
8749
8823
  "ClientRequestToken": {
8750
8824
  "idempotencyToken": true
@@ -8791,7 +8865,7 @@
8791
8865
  "PipelineName": {},
8792
8866
  "PipelineExecutionDisplayName": {},
8793
8867
  "PipelineParameters": {
8794
- "shape": "S12y"
8868
+ "shape": "S138"
8795
8869
  },
8796
8870
  "PipelineExecutionDescription": {},
8797
8871
  "ClientRequestToken": {
@@ -8965,7 +9039,7 @@
8965
9039
  "shape": "S1o"
8966
9040
  },
8967
9041
  "PropertiesToRemove": {
8968
- "shape": "S174"
9042
+ "shape": "S17f"
8969
9043
  }
8970
9044
  }
8971
9045
  },
@@ -9009,7 +9083,7 @@
9009
9083
  "shape": "S1o"
9010
9084
  },
9011
9085
  "PropertiesToRemove": {
9012
- "shape": "S174"
9086
+ "shape": "S17f"
9013
9087
  }
9014
9088
  }
9015
9089
  },
@@ -9059,7 +9133,7 @@
9059
9133
  "shape": "S1o"
9060
9134
  },
9061
9135
  "PropertiesToRemove": {
9062
- "shape": "S174"
9136
+ "shape": "S17f"
9063
9137
  }
9064
9138
  }
9065
9139
  },
@@ -9100,7 +9174,7 @@
9100
9174
  "members": {
9101
9175
  "DeviceFleetName": {},
9102
9176
  "Devices": {
9103
- "shape": "S15a"
9177
+ "shape": "S15k"
9104
9178
  }
9105
9179
  }
9106
9180
  }
@@ -9243,6 +9317,56 @@
9243
9317
  }
9244
9318
  }
9245
9319
  },
9320
+ "UpdateFeatureGroup": {
9321
+ "input": {
9322
+ "type": "structure",
9323
+ "required": [
9324
+ "FeatureGroupName"
9325
+ ],
9326
+ "members": {
9327
+ "FeatureGroupName": {},
9328
+ "FeatureAdditions": {
9329
+ "type": "list",
9330
+ "member": {
9331
+ "shape": "Saa"
9332
+ }
9333
+ }
9334
+ }
9335
+ },
9336
+ "output": {
9337
+ "type": "structure",
9338
+ "required": [
9339
+ "FeatureGroupArn"
9340
+ ],
9341
+ "members": {
9342
+ "FeatureGroupArn": {}
9343
+ }
9344
+ }
9345
+ },
9346
+ "UpdateFeatureMetadata": {
9347
+ "input": {
9348
+ "type": "structure",
9349
+ "required": [
9350
+ "FeatureGroupName",
9351
+ "FeatureName"
9352
+ ],
9353
+ "members": {
9354
+ "FeatureGroupName": {},
9355
+ "FeatureName": {},
9356
+ "Description": {},
9357
+ "ParameterAdditions": {
9358
+ "type": "list",
9359
+ "member": {
9360
+ "shape": "Sqz"
9361
+ }
9362
+ },
9363
+ "ParameterRemovals": {
9364
+ "type": "list",
9365
+ "member": {}
9366
+ }
9367
+ }
9368
+ }
9369
+ },
9246
9370
  "UpdateImage": {
9247
9371
  "input": {
9248
9372
  "type": "structure",
@@ -9548,19 +9672,19 @@
9548
9672
  "shape": "Skg"
9549
9673
  },
9550
9674
  "ParametersToRemove": {
9551
- "shape": "S18r"
9675
+ "shape": "S198"
9552
9676
  },
9553
9677
  "InputArtifacts": {
9554
9678
  "shape": "Skk"
9555
9679
  },
9556
9680
  "InputArtifactsToRemove": {
9557
- "shape": "S18r"
9681
+ "shape": "S198"
9558
9682
  },
9559
9683
  "OutputArtifacts": {
9560
9684
  "shape": "Skk"
9561
9685
  },
9562
9686
  "OutputArtifactsToRemove": {
9563
- "shape": "S18r"
9687
+ "shape": "S198"
9564
9688
  }
9565
9689
  }
9566
9690
  },
@@ -9619,7 +9743,7 @@
9619
9743
  ],
9620
9744
  "members": {
9621
9745
  "Workforce": {
9622
- "shape": "Sun"
9746
+ "shape": "Sux"
9623
9747
  }
9624
9748
  }
9625
9749
  }
@@ -9648,7 +9772,7 @@
9648
9772
  ],
9649
9773
  "members": {
9650
9774
  "Workteam": {
9651
- "shape": "Suv"
9775
+ "shape": "Sv5"
9652
9776
  }
9653
9777
  }
9654
9778
  }
@@ -10939,11 +11063,14 @@
10939
11063
  "Sa9": {
10940
11064
  "type": "list",
10941
11065
  "member": {
10942
- "type": "structure",
10943
- "members": {
10944
- "FeatureName": {},
10945
- "FeatureType": {}
10946
- }
11066
+ "shape": "Saa"
11067
+ }
11068
+ },
11069
+ "Saa": {
11070
+ "type": "structure",
11071
+ "members": {
11072
+ "FeatureName": {},
11073
+ "FeatureType": {}
10947
11074
  }
10948
11075
  },
10949
11076
  "Sac": {
@@ -12834,7 +12961,30 @@
12834
12961
  "BlockedReason": {}
12835
12962
  }
12836
12963
  },
12837
- "Sr4": {
12964
+ "Sqs": {
12965
+ "type": "structure",
12966
+ "required": [
12967
+ "Status"
12968
+ ],
12969
+ "members": {
12970
+ "Status": {},
12971
+ "FailureReason": {}
12972
+ }
12973
+ },
12974
+ "Sqy": {
12975
+ "type": "list",
12976
+ "member": {
12977
+ "shape": "Sqz"
12978
+ }
12979
+ },
12980
+ "Sqz": {
12981
+ "type": "structure",
12982
+ "members": {
12983
+ "Key": {},
12984
+ "Value": {}
12985
+ }
12986
+ },
12987
+ "Sre": {
12838
12988
  "type": "structure",
12839
12989
  "members": {
12840
12990
  "Completed": {
@@ -12854,7 +13004,7 @@
12854
13004
  }
12855
13005
  }
12856
13006
  },
12857
- "Sr6": {
13007
+ "Srg": {
12858
13008
  "type": "structure",
12859
13009
  "members": {
12860
13010
  "Succeeded": {
@@ -12868,7 +13018,7 @@
12868
13018
  }
12869
13019
  }
12870
13020
  },
12871
- "Sr8": {
13021
+ "Sri": {
12872
13022
  "type": "structure",
12873
13023
  "required": [
12874
13024
  "TrainingJobName",
@@ -12913,7 +13063,7 @@
12913
13063
  "ObjectiveStatus": {}
12914
13064
  }
12915
13065
  },
12916
- "Srv": {
13066
+ "Ss5": {
12917
13067
  "type": "structure",
12918
13068
  "members": {
12919
13069
  "TotalLabeled": {
@@ -12933,7 +13083,7 @@
12933
13083
  }
12934
13084
  }
12935
13085
  },
12936
- "Sry": {
13086
+ "Ss8": {
12937
13087
  "type": "structure",
12938
13088
  "required": [
12939
13089
  "OutputDatasetS3Uri"
@@ -12943,21 +13093,21 @@
12943
13093
  "FinalActiveLearningModelArn": {}
12944
13094
  }
12945
13095
  },
12946
- "Ss9": {
13096
+ "Ssj": {
12947
13097
  "type": "structure",
12948
13098
  "required": [
12949
13099
  "ValidationStatuses"
12950
13100
  ],
12951
13101
  "members": {
12952
13102
  "ValidationStatuses": {
12953
- "shape": "Ssa"
13103
+ "shape": "Ssk"
12954
13104
  },
12955
13105
  "ImageScanStatuses": {
12956
- "shape": "Ssa"
13106
+ "shape": "Ssk"
12957
13107
  }
12958
13108
  }
12959
13109
  },
12960
- "Ssa": {
13110
+ "Ssk": {
12961
13111
  "type": "list",
12962
13112
  "member": {
12963
13113
  "type": "structure",
@@ -12972,7 +13122,7 @@
12972
13122
  }
12973
13123
  }
12974
13124
  },
12975
- "Ssm": {
13125
+ "Ssw": {
12976
13126
  "type": "structure",
12977
13127
  "required": [
12978
13128
  "MonitoringScheduleName",
@@ -13000,21 +13150,21 @@
13000
13150
  "MonitoringType": {}
13001
13151
  }
13002
13152
  },
13003
- "St5": {
13153
+ "Stf": {
13004
13154
  "type": "structure",
13005
13155
  "members": {
13006
13156
  "ExperimentName": {},
13007
13157
  "TrialName": {}
13008
13158
  }
13009
13159
  },
13010
- "Std": {
13160
+ "Stn": {
13011
13161
  "type": "structure",
13012
13162
  "members": {
13013
13163
  "ProvisionedProductId": {},
13014
13164
  "ProvisionedProductStatusMessage": {}
13015
13165
  }
13016
13166
  },
13017
- "Stk": {
13167
+ "Stu": {
13018
13168
  "type": "structure",
13019
13169
  "required": [
13020
13170
  "WorkteamArn"
@@ -13027,7 +13177,7 @@
13027
13177
  "ListingId": {}
13028
13178
  }
13029
13179
  },
13030
- "Sto": {
13180
+ "Sty": {
13031
13181
  "type": "list",
13032
13182
  "member": {
13033
13183
  "type": "structure",
@@ -13047,7 +13197,7 @@
13047
13197
  }
13048
13198
  }
13049
13199
  },
13050
- "Str": {
13200
+ "Su1": {
13051
13201
  "type": "list",
13052
13202
  "member": {
13053
13203
  "type": "structure",
@@ -13062,7 +13212,7 @@
13062
13212
  }
13063
13213
  }
13064
13214
  },
13065
- "Stv": {
13215
+ "Su5": {
13066
13216
  "type": "list",
13067
13217
  "member": {
13068
13218
  "type": "structure",
@@ -13077,7 +13227,7 @@
13077
13227
  }
13078
13228
  }
13079
13229
  },
13080
- "Su7": {
13230
+ "Suh": {
13081
13231
  "type": "structure",
13082
13232
  "required": [
13083
13233
  "SourceArn"
@@ -13087,7 +13237,7 @@
13087
13237
  "SourceType": {}
13088
13238
  }
13089
13239
  },
13090
- "Sub": {
13240
+ "Sul": {
13091
13241
  "type": "structure",
13092
13242
  "required": [
13093
13243
  "SourceArn"
@@ -13097,7 +13247,7 @@
13097
13247
  "SourceType": {}
13098
13248
  }
13099
13249
  },
13100
- "Sud": {
13250
+ "Sun": {
13101
13251
  "type": "list",
13102
13252
  "member": {
13103
13253
  "type": "structure",
@@ -13128,7 +13278,7 @@
13128
13278
  }
13129
13279
  }
13130
13280
  },
13131
- "Sun": {
13281
+ "Sux": {
13132
13282
  "type": "structure",
13133
13283
  "required": [
13134
13284
  "WorkforceName",
@@ -13184,7 +13334,7 @@
13184
13334
  "FailureReason": {}
13185
13335
  }
13186
13336
  },
13187
- "Suv": {
13337
+ "Sv5": {
13188
13338
  "type": "structure",
13189
13339
  "required": [
13190
13340
  "WorkteamName",
@@ -13216,7 +13366,7 @@
13216
13366
  }
13217
13367
  }
13218
13368
  },
13219
- "Sxo": {
13369
+ "Sxy": {
13220
13370
  "type": "list",
13221
13371
  "member": {
13222
13372
  "type": "structure",
@@ -13236,7 +13386,7 @@
13236
13386
  }
13237
13387
  }
13238
13388
  },
13239
- "S12j": {
13389
+ "S12t": {
13240
13390
  "type": "list",
13241
13391
  "member": {
13242
13392
  "type": "structure",
@@ -13250,7 +13400,7 @@
13250
13400
  }
13251
13401
  }
13252
13402
  },
13253
- "S12y": {
13403
+ "S138": {
13254
13404
  "type": "list",
13255
13405
  "member": {
13256
13406
  "type": "structure",
@@ -13264,7 +13414,7 @@
13264
13414
  }
13265
13415
  }
13266
13416
  },
13267
- "S15a": {
13417
+ "S15k": {
13268
13418
  "type": "list",
13269
13419
  "member": {
13270
13420
  "type": "structure",
@@ -13278,11 +13428,11 @@
13278
13428
  }
13279
13429
  }
13280
13430
  },
13281
- "S15l": {
13431
+ "S15v": {
13282
13432
  "type": "structure",
13283
13433
  "members": {
13284
13434
  "Filters": {
13285
- "shape": "S15m"
13435
+ "shape": "S15w"
13286
13436
  },
13287
13437
  "NestedFilters": {
13288
13438
  "type": "list",
@@ -13295,7 +13445,7 @@
13295
13445
  "members": {
13296
13446
  "NestedPropertyName": {},
13297
13447
  "Filters": {
13298
- "shape": "S15m"
13448
+ "shape": "S15w"
13299
13449
  }
13300
13450
  }
13301
13451
  }
@@ -13303,13 +13453,13 @@
13303
13453
  "SubExpressions": {
13304
13454
  "type": "list",
13305
13455
  "member": {
13306
- "shape": "S15l"
13456
+ "shape": "S15v"
13307
13457
  }
13308
13458
  },
13309
13459
  "Operator": {}
13310
13460
  }
13311
13461
  },
13312
- "S15m": {
13462
+ "S15w": {
13313
13463
  "type": "list",
13314
13464
  "member": {
13315
13465
  "type": "structure",
@@ -13323,7 +13473,7 @@
13323
13473
  }
13324
13474
  }
13325
13475
  },
13326
- "S15y": {
13476
+ "S168": {
13327
13477
  "type": "structure",
13328
13478
  "members": {
13329
13479
  "TrainingJobName": {},
@@ -13372,10 +13522,10 @@
13372
13522
  "type": "timestamp"
13373
13523
  },
13374
13524
  "SecondaryStatusTransitions": {
13375
- "shape": "Sto"
13525
+ "shape": "Sty"
13376
13526
  },
13377
13527
  "FinalMetricDataList": {
13378
- "shape": "Str"
13528
+ "shape": "Su1"
13379
13529
  },
13380
13530
  "EnableNetworkIsolation": {
13381
13531
  "type": "boolean"
@@ -13408,7 +13558,7 @@
13408
13558
  "shape": "Sjo"
13409
13559
  },
13410
13560
  "DebugRuleEvaluationStatuses": {
13411
- "shape": "Stv"
13561
+ "shape": "Su5"
13412
13562
  },
13413
13563
  "Environment": {
13414
13564
  "shape": "Sju"
@@ -13421,11 +13571,11 @@
13421
13571
  }
13422
13572
  }
13423
13573
  },
13424
- "S174": {
13574
+ "S17f": {
13425
13575
  "type": "list",
13426
13576
  "member": {}
13427
13577
  },
13428
- "S18r": {
13578
+ "S198": {
13429
13579
  "type": "list",
13430
13580
  "member": {}
13431
13581
  }