aws-sdk 2.875.0 → 2.879.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 +47 -1
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +74 -53
- package/apis/cloud9-2017-09-23.examples.json +1 -1
- package/apis/cloud9-2017-09-23.min.json +48 -14
- package/apis/cloudformation-2010-05-15.min.json +50 -48
- package/apis/cloudhsm-2014-05-30.min.json +18 -51
- package/apis/cognito-sync-2014-06-30.examples.json +5 -0
- package/apis/cognito-sync-2014-06-30.min.json +2 -3
- package/apis/cognito-sync-2014-06-30.paginators.json +4 -0
- package/apis/comprehend-2017-11-27.min.json +12 -6
- package/apis/config-2014-11-12.min.json +238 -128
- package/apis/databrew-2017-07-25.min.json +154 -60
- package/apis/datapipeline-2012-10-29.examples.json +5 -0
- package/apis/datapipeline-2012-10-29.min.json +1 -1
- package/apis/datapipeline-2012-10-29.paginators.json +10 -10
- package/apis/detective-2018-10-26.min.json +114 -18
- package/apis/directconnect-2012-10-25.min.json +151 -52
- package/apis/ec2-2016-11-15.min.json +831 -625
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/ec2-2016-11-15.waiters2.json +1 -1
- package/apis/ec2-instance-connect-2018-04-02.min.json +25 -0
- package/apis/fms-2018-01-01.min.json +41 -7
- package/apis/frauddetector-2019-11-15.min.json +158 -54
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/imagebuilder-2019-12-02.min.json +141 -111
- package/apis/iot-2015-05-28.min.json +20 -15
- package/apis/iotwireless-2020-11-22.min.json +43 -2
- package/apis/kendra-2019-02-03.min.json +38 -36
- package/apis/lightsail-2016-11-28.min.json +121 -114
- package/apis/machinelearning-2014-12-12.examples.json +5 -0
- package/apis/machinelearning-2014-12-12.min.json +3 -4
- package/apis/machinelearning-2014-12-12.paginators.json +5 -5
- package/apis/mediaconvert-2017-08-29.min.json +122 -83
- package/apis/mediapackage-2017-10-12.min.json +64 -48
- package/apis/monitoring-2010-08-01.min.json +208 -38
- package/apis/monitoring-2010-08-01.paginators.json +5 -0
- package/apis/pinpoint-2016-12-01.min.json +15 -2
- package/apis/pricing-2017-10-15.examples.json +1 -0
- package/apis/redshift-2012-12-01.min.json +398 -191
- package/apis/route53resolver-2018-04-01.min.json +791 -89
- package/apis/route53resolver-2018-04-01.paginators.json +36 -0
- package/apis/runtime.lex-2016-11-28.min.json +29 -3
- package/apis/sagemaker-2017-07-24.min.json +141 -112
- package/apis/wafv2-2019-07-29.min.json +196 -89
- package/apis/workmail-2017-10-01.min.json +247 -30
- package/clients/batch.d.ts +41 -3
- package/clients/cloud9.d.ts +22 -12
- package/clients/cloudformation.d.ts +4 -0
- package/clients/cloudwatch.d.ts +222 -3
- package/clients/cognitosync.d.ts +20 -20
- package/clients/cognitosync.js +1 -0
- package/clients/comprehend.d.ts +24 -0
- package/clients/configservice.d.ts +182 -10
- package/clients/databrew.d.ts +145 -25
- package/clients/detective.d.ts +74 -0
- package/clients/directconnect.d.ts +161 -2
- package/clients/ec2.d.ts +239 -14
- package/clients/ec2instanceconnect.d.ts +41 -8
- package/clients/fms.d.ts +63 -2
- package/clients/frauddetector.d.ts +174 -0
- package/clients/imagebuilder.d.ts +378 -340
- package/clients/iot.d.ts +5 -0
- package/clients/iotwireless.d.ts +75 -0
- package/clients/kendra.d.ts +27 -17
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/lexruntime.d.ts +17 -3
- package/clients/lightsail.d.ts +17 -2
- package/clients/machinelearning.d.ts +71 -71
- package/clients/mediaconvert.d.ts +70 -11
- package/clients/mediapackage.d.ts +13 -0
- package/clients/pinpoint.d.ts +23 -3
- package/clients/redshift.d.ts +275 -0
- package/clients/route53resolver.d.ts +1093 -57
- package/clients/sagemaker.d.ts +76 -44
- package/clients/transcribeservice.d.ts +1 -1
- package/clients/wafv2.d.ts +126 -3
- package/clients/workmail.d.ts +294 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1868 -1835
- package/dist/aws-sdk.js +2415 -1583
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http/node.js +1 -1
- package/lib/services/s3.js +31 -8
- package/lib/services/s3control.js +18 -15
- package/lib/services/s3util.js +10 -10
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +12 -12
|
@@ -2410,9 +2410,12 @@
|
|
|
2410
2410
|
"type": "timestamp"
|
|
2411
2411
|
},
|
|
2412
2412
|
"FailureReason": {},
|
|
2413
|
-
"
|
|
2413
|
+
"PartialFailureReasons": {
|
|
2414
2414
|
"shape": "Skl"
|
|
2415
2415
|
},
|
|
2416
|
+
"BestCandidate": {
|
|
2417
|
+
"shape": "Skn"
|
|
2418
|
+
},
|
|
2416
2419
|
"AutoMLJobStatus": {},
|
|
2417
2420
|
"AutoMLJobSecondaryStatus": {},
|
|
2418
2421
|
"GenerateCandidateDefinitionsOnly": {
|
|
@@ -2519,7 +2522,7 @@
|
|
|
2519
2522
|
},
|
|
2520
2523
|
"FailureReason": {},
|
|
2521
2524
|
"ModelArtifacts": {
|
|
2522
|
-
"shape": "
|
|
2525
|
+
"shape": "Slg"
|
|
2523
2526
|
},
|
|
2524
2527
|
"ModelDigests": {
|
|
2525
2528
|
"type": "structure",
|
|
@@ -2834,10 +2837,10 @@
|
|
|
2834
2837
|
"EndpointArn": {},
|
|
2835
2838
|
"EndpointConfigName": {},
|
|
2836
2839
|
"ProductionVariants": {
|
|
2837
|
-
"shape": "
|
|
2840
|
+
"shape": "Sma"
|
|
2838
2841
|
},
|
|
2839
2842
|
"DataCaptureConfig": {
|
|
2840
|
-
"shape": "
|
|
2843
|
+
"shape": "Sme"
|
|
2841
2844
|
},
|
|
2842
2845
|
"EndpointStatus": {},
|
|
2843
2846
|
"FailureReason": {},
|
|
@@ -2848,7 +2851,7 @@
|
|
|
2848
2851
|
"type": "timestamp"
|
|
2849
2852
|
},
|
|
2850
2853
|
"LastDeploymentConfig": {
|
|
2851
|
-
"shape": "
|
|
2854
|
+
"shape": "Smh"
|
|
2852
2855
|
}
|
|
2853
2856
|
}
|
|
2854
2857
|
}
|
|
@@ -2904,7 +2907,7 @@
|
|
|
2904
2907
|
"ExperimentArn": {},
|
|
2905
2908
|
"DisplayName": {},
|
|
2906
2909
|
"Source": {
|
|
2907
|
-
"shape": "
|
|
2910
|
+
"shape": "Smz"
|
|
2908
2911
|
},
|
|
2909
2912
|
"Description": {},
|
|
2910
2913
|
"CreationTime": {
|
|
@@ -2964,7 +2967,7 @@
|
|
|
2964
2967
|
"RoleArn": {},
|
|
2965
2968
|
"FeatureGroupStatus": {},
|
|
2966
2969
|
"OfflineStoreStatus": {
|
|
2967
|
-
"shape": "
|
|
2970
|
+
"shape": "Sn5"
|
|
2968
2971
|
},
|
|
2969
2972
|
"FailureReason": {},
|
|
2970
2973
|
"Description": {},
|
|
@@ -3096,16 +3099,16 @@
|
|
|
3096
3099
|
"type": "timestamp"
|
|
3097
3100
|
},
|
|
3098
3101
|
"TrainingJobStatusCounters": {
|
|
3099
|
-
"shape": "
|
|
3102
|
+
"shape": "Snk"
|
|
3100
3103
|
},
|
|
3101
3104
|
"ObjectiveStatusCounters": {
|
|
3102
|
-
"shape": "
|
|
3105
|
+
"shape": "Snm"
|
|
3103
3106
|
},
|
|
3104
3107
|
"BestTrainingJob": {
|
|
3105
|
-
"shape": "
|
|
3108
|
+
"shape": "Sno"
|
|
3106
3109
|
},
|
|
3107
3110
|
"OverallBestTrainingJob": {
|
|
3108
|
-
"shape": "
|
|
3111
|
+
"shape": "Sno"
|
|
3109
3112
|
},
|
|
3110
3113
|
"WarmStartConfig": {
|
|
3111
3114
|
"shape": "Sah"
|
|
@@ -3205,7 +3208,7 @@
|
|
|
3205
3208
|
"members": {
|
|
3206
3209
|
"LabelingJobStatus": {},
|
|
3207
3210
|
"LabelCounters": {
|
|
3208
|
-
"shape": "
|
|
3211
|
+
"shape": "So1"
|
|
3209
3212
|
},
|
|
3210
3213
|
"FailureReason": {},
|
|
3211
3214
|
"CreationTime": {
|
|
@@ -3239,7 +3242,7 @@
|
|
|
3239
3242
|
"shape": "S7"
|
|
3240
3243
|
},
|
|
3241
3244
|
"LabelingJobOutput": {
|
|
3242
|
-
"shape": "
|
|
3245
|
+
"shape": "So4"
|
|
3243
3246
|
}
|
|
3244
3247
|
}
|
|
3245
3248
|
}
|
|
@@ -3434,7 +3437,7 @@
|
|
|
3434
3437
|
},
|
|
3435
3438
|
"ModelPackageStatus": {},
|
|
3436
3439
|
"ModelPackageStatusDetails": {
|
|
3437
|
-
"shape": "
|
|
3440
|
+
"shape": "Sof"
|
|
3438
3441
|
},
|
|
3439
3442
|
"CertifyForMarketplace": {
|
|
3440
3443
|
"type": "boolean"
|
|
@@ -3582,7 +3585,7 @@
|
|
|
3582
3585
|
},
|
|
3583
3586
|
"EndpointName": {},
|
|
3584
3587
|
"LastMonitoringExecutionSummary": {
|
|
3585
|
-
"shape": "
|
|
3588
|
+
"shape": "Sos"
|
|
3586
3589
|
}
|
|
3587
3590
|
}
|
|
3588
3591
|
}
|
|
@@ -3887,7 +3890,7 @@
|
|
|
3887
3890
|
],
|
|
3888
3891
|
"members": {
|
|
3889
3892
|
"SubscribedWorkteam": {
|
|
3890
|
-
"shape": "
|
|
3893
|
+
"shape": "Spm"
|
|
3891
3894
|
}
|
|
3892
3895
|
}
|
|
3893
3896
|
}
|
|
@@ -3922,7 +3925,7 @@
|
|
|
3922
3925
|
"LabelingJobArn": {},
|
|
3923
3926
|
"AutoMLJobArn": {},
|
|
3924
3927
|
"ModelArtifacts": {
|
|
3925
|
-
"shape": "
|
|
3928
|
+
"shape": "Slg"
|
|
3926
3929
|
},
|
|
3927
3930
|
"TrainingJobStatus": {},
|
|
3928
3931
|
"SecondaryStatus": {},
|
|
@@ -3962,10 +3965,10 @@
|
|
|
3962
3965
|
"type": "timestamp"
|
|
3963
3966
|
},
|
|
3964
3967
|
"SecondaryStatusTransitions": {
|
|
3965
|
-
"shape": "
|
|
3968
|
+
"shape": "Spq"
|
|
3966
3969
|
},
|
|
3967
3970
|
"FinalMetricDataList": {
|
|
3968
|
-
"shape": "
|
|
3971
|
+
"shape": "Spt"
|
|
3969
3972
|
},
|
|
3970
3973
|
"EnableNetworkIsolation": {
|
|
3971
3974
|
"type": "boolean"
|
|
@@ -3998,7 +4001,7 @@
|
|
|
3998
4001
|
"shape": "Sgg"
|
|
3999
4002
|
},
|
|
4000
4003
|
"DebugRuleEvaluationStatuses": {
|
|
4001
|
-
"shape": "
|
|
4004
|
+
"shape": "Spy"
|
|
4002
4005
|
},
|
|
4003
4006
|
"ProfilerConfig": {
|
|
4004
4007
|
"shape": "Sgh"
|
|
@@ -4115,7 +4118,7 @@
|
|
|
4115
4118
|
"DisplayName": {},
|
|
4116
4119
|
"ExperimentName": {},
|
|
4117
4120
|
"Source": {
|
|
4118
|
-
"shape": "
|
|
4121
|
+
"shape": "Sqa"
|
|
4119
4122
|
},
|
|
4120
4123
|
"CreationTime": {
|
|
4121
4124
|
"type": "timestamp"
|
|
@@ -4152,7 +4155,7 @@
|
|
|
4152
4155
|
"TrialComponentArn": {},
|
|
4153
4156
|
"DisplayName": {},
|
|
4154
4157
|
"Source": {
|
|
4155
|
-
"shape": "
|
|
4158
|
+
"shape": "Sqe"
|
|
4156
4159
|
},
|
|
4157
4160
|
"Status": {
|
|
4158
4161
|
"shape": "Sh4"
|
|
@@ -4188,7 +4191,7 @@
|
|
|
4188
4191
|
"shape": "Sp"
|
|
4189
4192
|
},
|
|
4190
4193
|
"Metrics": {
|
|
4191
|
-
"shape": "
|
|
4194
|
+
"shape": "Sqg"
|
|
4192
4195
|
}
|
|
4193
4196
|
}
|
|
4194
4197
|
}
|
|
@@ -4245,7 +4248,7 @@
|
|
|
4245
4248
|
],
|
|
4246
4249
|
"members": {
|
|
4247
4250
|
"Workforce": {
|
|
4248
|
-
"shape": "
|
|
4251
|
+
"shape": "Sqq"
|
|
4249
4252
|
}
|
|
4250
4253
|
}
|
|
4251
4254
|
}
|
|
@@ -4267,7 +4270,7 @@
|
|
|
4267
4270
|
],
|
|
4268
4271
|
"members": {
|
|
4269
4272
|
"Workteam": {
|
|
4270
|
-
"shape": "
|
|
4273
|
+
"shape": "Squ"
|
|
4271
4274
|
}
|
|
4272
4275
|
}
|
|
4273
4276
|
}
|
|
@@ -4815,7 +4818,10 @@
|
|
|
4815
4818
|
"LastModifiedTime": {
|
|
4816
4819
|
"type": "timestamp"
|
|
4817
4820
|
},
|
|
4818
|
-
"FailureReason": {}
|
|
4821
|
+
"FailureReason": {},
|
|
4822
|
+
"PartialFailureReasons": {
|
|
4823
|
+
"shape": "Skl"
|
|
4824
|
+
}
|
|
4819
4825
|
}
|
|
4820
4826
|
}
|
|
4821
4827
|
},
|
|
@@ -4850,7 +4856,7 @@
|
|
|
4850
4856
|
"Candidates": {
|
|
4851
4857
|
"type": "list",
|
|
4852
4858
|
"member": {
|
|
4853
|
-
"shape": "
|
|
4859
|
+
"shape": "Skn"
|
|
4854
4860
|
}
|
|
4855
4861
|
},
|
|
4856
4862
|
"NextToken": {}
|
|
@@ -5060,7 +5066,7 @@
|
|
|
5060
5066
|
],
|
|
5061
5067
|
"members": {
|
|
5062
5068
|
"JobDefinitionSummaries": {
|
|
5063
|
-
"shape": "
|
|
5069
|
+
"shape": "Stk"
|
|
5064
5070
|
},
|
|
5065
5071
|
"NextToken": {}
|
|
5066
5072
|
}
|
|
@@ -5418,7 +5424,7 @@
|
|
|
5418
5424
|
"ExperimentName": {},
|
|
5419
5425
|
"DisplayName": {},
|
|
5420
5426
|
"ExperimentSource": {
|
|
5421
|
-
"shape": "
|
|
5427
|
+
"shape": "Smz"
|
|
5422
5428
|
},
|
|
5423
5429
|
"CreationTime": {
|
|
5424
5430
|
"type": "timestamp"
|
|
@@ -5478,7 +5484,7 @@
|
|
|
5478
5484
|
},
|
|
5479
5485
|
"FeatureGroupStatus": {},
|
|
5480
5486
|
"OfflineStoreStatus": {
|
|
5481
|
-
"shape": "
|
|
5487
|
+
"shape": "Sn5"
|
|
5482
5488
|
}
|
|
5483
5489
|
}
|
|
5484
5490
|
}
|
|
@@ -5640,10 +5646,10 @@
|
|
|
5640
5646
|
"type": "timestamp"
|
|
5641
5647
|
},
|
|
5642
5648
|
"TrainingJobStatusCounters": {
|
|
5643
|
-
"shape": "
|
|
5649
|
+
"shape": "Snk"
|
|
5644
5650
|
},
|
|
5645
5651
|
"ObjectiveStatusCounters": {
|
|
5646
|
-
"shape": "
|
|
5652
|
+
"shape": "Snm"
|
|
5647
5653
|
},
|
|
5648
5654
|
"ResourceLimits": {
|
|
5649
5655
|
"shape": "S9v"
|
|
@@ -5832,14 +5838,14 @@
|
|
|
5832
5838
|
},
|
|
5833
5839
|
"LabelingJobStatus": {},
|
|
5834
5840
|
"LabelCounters": {
|
|
5835
|
-
"shape": "
|
|
5841
|
+
"shape": "So1"
|
|
5836
5842
|
},
|
|
5837
5843
|
"WorkteamArn": {},
|
|
5838
5844
|
"PreHumanTaskLambdaArn": {},
|
|
5839
5845
|
"AnnotationConsolidationLambdaArn": {},
|
|
5840
5846
|
"FailureReason": {},
|
|
5841
5847
|
"LabelingJobOutput": {
|
|
5842
|
-
"shape": "
|
|
5848
|
+
"shape": "So4"
|
|
5843
5849
|
},
|
|
5844
5850
|
"InputConfig": {
|
|
5845
5851
|
"shape": "Say"
|
|
@@ -5947,7 +5953,7 @@
|
|
|
5947
5953
|
],
|
|
5948
5954
|
"members": {
|
|
5949
5955
|
"JobDefinitionSummaries": {
|
|
5950
|
-
"shape": "
|
|
5956
|
+
"shape": "Stk"
|
|
5951
5957
|
},
|
|
5952
5958
|
"NextToken": {}
|
|
5953
5959
|
}
|
|
@@ -5980,7 +5986,7 @@
|
|
|
5980
5986
|
],
|
|
5981
5987
|
"members": {
|
|
5982
5988
|
"JobDefinitionSummaries": {
|
|
5983
|
-
"shape": "
|
|
5989
|
+
"shape": "Stk"
|
|
5984
5990
|
},
|
|
5985
5991
|
"NextToken": {}
|
|
5986
5992
|
}
|
|
@@ -6121,7 +6127,7 @@
|
|
|
6121
6127
|
],
|
|
6122
6128
|
"members": {
|
|
6123
6129
|
"JobDefinitionSummaries": {
|
|
6124
|
-
"shape": "
|
|
6130
|
+
"shape": "Stk"
|
|
6125
6131
|
},
|
|
6126
6132
|
"NextToken": {}
|
|
6127
6133
|
}
|
|
@@ -6218,7 +6224,7 @@
|
|
|
6218
6224
|
"MonitoringExecutionSummaries": {
|
|
6219
6225
|
"type": "list",
|
|
6220
6226
|
"member": {
|
|
6221
|
-
"shape": "
|
|
6227
|
+
"shape": "Sos"
|
|
6222
6228
|
}
|
|
6223
6229
|
},
|
|
6224
6230
|
"NextToken": {}
|
|
@@ -6552,7 +6558,7 @@
|
|
|
6552
6558
|
"type": "structure",
|
|
6553
6559
|
"members": {
|
|
6554
6560
|
"PipelineParameters": {
|
|
6555
|
-
"shape": "
|
|
6561
|
+
"shape": "Sxy"
|
|
6556
6562
|
},
|
|
6557
6563
|
"NextToken": {}
|
|
6558
6564
|
}
|
|
@@ -6742,7 +6748,7 @@
|
|
|
6742
6748
|
"SubscribedWorkteams": {
|
|
6743
6749
|
"type": "list",
|
|
6744
6750
|
"member": {
|
|
6745
|
-
"shape": "
|
|
6751
|
+
"shape": "Spm"
|
|
6746
6752
|
}
|
|
6747
6753
|
},
|
|
6748
6754
|
"NextToken": {}
|
|
@@ -6861,7 +6867,7 @@
|
|
|
6861
6867
|
"TrainingJobSummaries": {
|
|
6862
6868
|
"type": "list",
|
|
6863
6869
|
"member": {
|
|
6864
|
-
"shape": "
|
|
6870
|
+
"shape": "Sno"
|
|
6865
6871
|
}
|
|
6866
6872
|
},
|
|
6867
6873
|
"NextToken": {}
|
|
@@ -6964,7 +6970,7 @@
|
|
|
6964
6970
|
"TrialComponentArn": {},
|
|
6965
6971
|
"DisplayName": {},
|
|
6966
6972
|
"TrialComponentSource": {
|
|
6967
|
-
"shape": "
|
|
6973
|
+
"shape": "Sqe"
|
|
6968
6974
|
},
|
|
6969
6975
|
"Status": {
|
|
6970
6976
|
"shape": "Sh4"
|
|
@@ -7026,7 +7032,7 @@
|
|
|
7026
7032
|
"TrialName": {},
|
|
7027
7033
|
"DisplayName": {},
|
|
7028
7034
|
"TrialSource": {
|
|
7029
|
-
"shape": "
|
|
7035
|
+
"shape": "Sqa"
|
|
7030
7036
|
},
|
|
7031
7037
|
"CreationTime": {
|
|
7032
7038
|
"type": "timestamp"
|
|
@@ -7101,7 +7107,7 @@
|
|
|
7101
7107
|
"Workforces": {
|
|
7102
7108
|
"type": "list",
|
|
7103
7109
|
"member": {
|
|
7104
|
-
"shape": "
|
|
7110
|
+
"shape": "Sqq"
|
|
7105
7111
|
}
|
|
7106
7112
|
},
|
|
7107
7113
|
"NextToken": {}
|
|
@@ -7130,7 +7136,7 @@
|
|
|
7130
7136
|
"Workteams": {
|
|
7131
7137
|
"type": "list",
|
|
7132
7138
|
"member": {
|
|
7133
|
-
"shape": "
|
|
7139
|
+
"shape": "Squ"
|
|
7134
7140
|
}
|
|
7135
7141
|
},
|
|
7136
7142
|
"NextToken": {}
|
|
@@ -7169,7 +7175,7 @@
|
|
|
7169
7175
|
"members": {
|
|
7170
7176
|
"DeviceFleetName": {},
|
|
7171
7177
|
"Devices": {
|
|
7172
|
-
"shape": "
|
|
7178
|
+
"shape": "Szo"
|
|
7173
7179
|
},
|
|
7174
7180
|
"Tags": {
|
|
7175
7181
|
"shape": "S7"
|
|
@@ -7235,7 +7241,7 @@
|
|
|
7235
7241
|
"members": {
|
|
7236
7242
|
"Resource": {},
|
|
7237
7243
|
"SearchExpression": {
|
|
7238
|
-
"shape": "
|
|
7244
|
+
"shape": "Szx"
|
|
7239
7245
|
},
|
|
7240
7246
|
"SortBy": {},
|
|
7241
7247
|
"SortOrder": {},
|
|
@@ -7254,7 +7260,7 @@
|
|
|
7254
7260
|
"type": "structure",
|
|
7255
7261
|
"members": {
|
|
7256
7262
|
"TrainingJob": {
|
|
7257
|
-
"shape": "
|
|
7263
|
+
"shape": "S10a"
|
|
7258
7264
|
},
|
|
7259
7265
|
"Experiment": {
|
|
7260
7266
|
"type": "structure",
|
|
@@ -7263,7 +7269,7 @@
|
|
|
7263
7269
|
"ExperimentArn": {},
|
|
7264
7270
|
"DisplayName": {},
|
|
7265
7271
|
"Source": {
|
|
7266
|
-
"shape": "
|
|
7272
|
+
"shape": "Smz"
|
|
7267
7273
|
},
|
|
7268
7274
|
"Description": {},
|
|
7269
7275
|
"CreationTime": {
|
|
@@ -7291,7 +7297,7 @@
|
|
|
7291
7297
|
"DisplayName": {},
|
|
7292
7298
|
"ExperimentName": {},
|
|
7293
7299
|
"Source": {
|
|
7294
|
-
"shape": "
|
|
7300
|
+
"shape": "Sqa"
|
|
7295
7301
|
},
|
|
7296
7302
|
"CreationTime": {
|
|
7297
7303
|
"type": "timestamp"
|
|
@@ -7319,7 +7325,7 @@
|
|
|
7319
7325
|
"TrialComponentName": {},
|
|
7320
7326
|
"TrialComponentArn": {},
|
|
7321
7327
|
"TrialComponentSource": {
|
|
7322
|
-
"shape": "
|
|
7328
|
+
"shape": "Sqe"
|
|
7323
7329
|
},
|
|
7324
7330
|
"CreationTime": {
|
|
7325
7331
|
"type": "timestamp"
|
|
@@ -7339,7 +7345,7 @@
|
|
|
7339
7345
|
"DisplayName": {},
|
|
7340
7346
|
"TrialComponentArn": {},
|
|
7341
7347
|
"Source": {
|
|
7342
|
-
"shape": "
|
|
7348
|
+
"shape": "Sqe"
|
|
7343
7349
|
},
|
|
7344
7350
|
"Status": {
|
|
7345
7351
|
"shape": "Sh4"
|
|
@@ -7372,7 +7378,7 @@
|
|
|
7372
7378
|
"shape": "Shc"
|
|
7373
7379
|
},
|
|
7374
7380
|
"Metrics": {
|
|
7375
|
-
"shape": "
|
|
7381
|
+
"shape": "Sqg"
|
|
7376
7382
|
},
|
|
7377
7383
|
"MetadataProperties": {
|
|
7378
7384
|
"shape": "Sp"
|
|
@@ -7382,7 +7388,7 @@
|
|
|
7382
7388
|
"members": {
|
|
7383
7389
|
"SourceArn": {},
|
|
7384
7390
|
"TrainingJob": {
|
|
7385
|
-
"shape": "
|
|
7391
|
+
"shape": "S10a"
|
|
7386
7392
|
},
|
|
7387
7393
|
"ProcessingJob": {
|
|
7388
7394
|
"type": "structure",
|
|
@@ -7521,10 +7527,10 @@
|
|
|
7521
7527
|
"EndpointArn": {},
|
|
7522
7528
|
"EndpointConfigName": {},
|
|
7523
7529
|
"ProductionVariants": {
|
|
7524
|
-
"shape": "
|
|
7530
|
+
"shape": "Sma"
|
|
7525
7531
|
},
|
|
7526
7532
|
"DataCaptureConfig": {
|
|
7527
|
-
"shape": "
|
|
7533
|
+
"shape": "Sme"
|
|
7528
7534
|
},
|
|
7529
7535
|
"EndpointStatus": {},
|
|
7530
7536
|
"FailureReason": {},
|
|
@@ -7555,7 +7561,7 @@
|
|
|
7555
7561
|
},
|
|
7556
7562
|
"EndpointName": {},
|
|
7557
7563
|
"LastMonitoringExecutionSummary": {
|
|
7558
|
-
"shape": "
|
|
7564
|
+
"shape": "Sos"
|
|
7559
7565
|
},
|
|
7560
7566
|
"Tags": {
|
|
7561
7567
|
"shape": "S7"
|
|
@@ -7592,7 +7598,7 @@
|
|
|
7592
7598
|
},
|
|
7593
7599
|
"ModelPackageStatus": {},
|
|
7594
7600
|
"ModelPackageStatusDetails": {
|
|
7595
|
-
"shape": "
|
|
7601
|
+
"shape": "Sof"
|
|
7596
7602
|
},
|
|
7597
7603
|
"CertifyForMarketplace": {
|
|
7598
7604
|
"type": "boolean"
|
|
@@ -7687,7 +7693,7 @@
|
|
|
7687
7693
|
"shape": "Sk1"
|
|
7688
7694
|
},
|
|
7689
7695
|
"PipelineParameters": {
|
|
7690
|
-
"shape": "
|
|
7696
|
+
"shape": "Sxy"
|
|
7691
7697
|
}
|
|
7692
7698
|
}
|
|
7693
7699
|
},
|
|
@@ -7713,7 +7719,7 @@
|
|
|
7713
7719
|
"RoleArn": {},
|
|
7714
7720
|
"FeatureGroupStatus": {},
|
|
7715
7721
|
"OfflineStoreStatus": {
|
|
7716
|
-
"shape": "
|
|
7722
|
+
"shape": "Sn5"
|
|
7717
7723
|
},
|
|
7718
7724
|
"FailureReason": {},
|
|
7719
7725
|
"Description": {},
|
|
@@ -7762,7 +7768,7 @@
|
|
|
7762
7768
|
"PipelineName": {},
|
|
7763
7769
|
"PipelineExecutionDisplayName": {},
|
|
7764
7770
|
"PipelineParameters": {
|
|
7765
|
-
"shape": "
|
|
7771
|
+
"shape": "Sxy"
|
|
7766
7772
|
},
|
|
7767
7773
|
"PipelineExecutionDescription": {},
|
|
7768
7774
|
"ClientRequestToken": {
|
|
@@ -7922,7 +7928,7 @@
|
|
|
7922
7928
|
"shape": "Sn"
|
|
7923
7929
|
},
|
|
7924
7930
|
"PropertiesToRemove": {
|
|
7925
|
-
"shape": "
|
|
7931
|
+
"shape": "S11a"
|
|
7926
7932
|
}
|
|
7927
7933
|
}
|
|
7928
7934
|
},
|
|
@@ -7966,7 +7972,7 @@
|
|
|
7966
7972
|
"shape": "Sn"
|
|
7967
7973
|
},
|
|
7968
7974
|
"PropertiesToRemove": {
|
|
7969
|
-
"shape": "
|
|
7975
|
+
"shape": "S11a"
|
|
7970
7976
|
}
|
|
7971
7977
|
}
|
|
7972
7978
|
},
|
|
@@ -8016,7 +8022,7 @@
|
|
|
8016
8022
|
"shape": "Sn"
|
|
8017
8023
|
},
|
|
8018
8024
|
"PropertiesToRemove": {
|
|
8019
|
-
"shape": "
|
|
8025
|
+
"shape": "S11a"
|
|
8020
8026
|
}
|
|
8021
8027
|
}
|
|
8022
8028
|
},
|
|
@@ -8054,7 +8060,7 @@
|
|
|
8054
8060
|
"members": {
|
|
8055
8061
|
"DeviceFleetName": {},
|
|
8056
8062
|
"Devices": {
|
|
8057
|
-
"shape": "
|
|
8063
|
+
"shape": "Szo"
|
|
8058
8064
|
}
|
|
8059
8065
|
}
|
|
8060
8066
|
}
|
|
@@ -8105,7 +8111,7 @@
|
|
|
8105
8111
|
}
|
|
8106
8112
|
},
|
|
8107
8113
|
"DeploymentConfig": {
|
|
8108
|
-
"shape": "
|
|
8114
|
+
"shape": "Smh"
|
|
8109
8115
|
}
|
|
8110
8116
|
}
|
|
8111
8117
|
},
|
|
@@ -8428,19 +8434,19 @@
|
|
|
8428
8434
|
"shape": "Sh8"
|
|
8429
8435
|
},
|
|
8430
8436
|
"ParametersToRemove": {
|
|
8431
|
-
"shape": "
|
|
8437
|
+
"shape": "S12r"
|
|
8432
8438
|
},
|
|
8433
8439
|
"InputArtifacts": {
|
|
8434
8440
|
"shape": "Shc"
|
|
8435
8441
|
},
|
|
8436
8442
|
"InputArtifactsToRemove": {
|
|
8437
|
-
"shape": "
|
|
8443
|
+
"shape": "S12r"
|
|
8438
8444
|
},
|
|
8439
8445
|
"OutputArtifacts": {
|
|
8440
8446
|
"shape": "Shc"
|
|
8441
8447
|
},
|
|
8442
8448
|
"OutputArtifactsToRemove": {
|
|
8443
|
-
"shape": "
|
|
8449
|
+
"shape": "S12r"
|
|
8444
8450
|
}
|
|
8445
8451
|
}
|
|
8446
8452
|
},
|
|
@@ -8496,7 +8502,7 @@
|
|
|
8496
8502
|
],
|
|
8497
8503
|
"members": {
|
|
8498
8504
|
"Workforce": {
|
|
8499
|
-
"shape": "
|
|
8505
|
+
"shape": "Sqq"
|
|
8500
8506
|
}
|
|
8501
8507
|
}
|
|
8502
8508
|
}
|
|
@@ -8525,7 +8531,7 @@
|
|
|
8525
8531
|
],
|
|
8526
8532
|
"members": {
|
|
8527
8533
|
"Workteam": {
|
|
8528
|
-
"shape": "
|
|
8534
|
+
"shape": "Squ"
|
|
8529
8535
|
}
|
|
8530
8536
|
}
|
|
8531
8537
|
}
|
|
@@ -10966,6 +10972,15 @@
|
|
|
10966
10972
|
}
|
|
10967
10973
|
},
|
|
10968
10974
|
"Skl": {
|
|
10975
|
+
"type": "list",
|
|
10976
|
+
"member": {
|
|
10977
|
+
"type": "structure",
|
|
10978
|
+
"members": {
|
|
10979
|
+
"PartialFailureMessage": {}
|
|
10980
|
+
}
|
|
10981
|
+
}
|
|
10982
|
+
},
|
|
10983
|
+
"Skn": {
|
|
10969
10984
|
"type": "structure",
|
|
10970
10985
|
"required": [
|
|
10971
10986
|
"CandidateName",
|
|
@@ -11035,10 +11050,24 @@
|
|
|
11035
11050
|
"LastModifiedTime": {
|
|
11036
11051
|
"type": "timestamp"
|
|
11037
11052
|
},
|
|
11038
|
-
"FailureReason": {}
|
|
11053
|
+
"FailureReason": {},
|
|
11054
|
+
"CandidateProperties": {
|
|
11055
|
+
"type": "structure",
|
|
11056
|
+
"members": {
|
|
11057
|
+
"CandidateArtifactLocations": {
|
|
11058
|
+
"type": "structure",
|
|
11059
|
+
"required": [
|
|
11060
|
+
"Explainability"
|
|
11061
|
+
],
|
|
11062
|
+
"members": {
|
|
11063
|
+
"Explainability": {}
|
|
11064
|
+
}
|
|
11065
|
+
}
|
|
11066
|
+
}
|
|
11067
|
+
}
|
|
11039
11068
|
}
|
|
11040
11069
|
},
|
|
11041
|
-
"
|
|
11070
|
+
"Slg": {
|
|
11042
11071
|
"type": "structure",
|
|
11043
11072
|
"required": [
|
|
11044
11073
|
"S3ModelArtifacts"
|
|
@@ -11047,7 +11076,7 @@
|
|
|
11047
11076
|
"S3ModelArtifacts": {}
|
|
11048
11077
|
}
|
|
11049
11078
|
},
|
|
11050
|
-
"
|
|
11079
|
+
"Sma": {
|
|
11051
11080
|
"type": "list",
|
|
11052
11081
|
"member": {
|
|
11053
11082
|
"type": "structure",
|
|
@@ -11084,7 +11113,7 @@
|
|
|
11084
11113
|
}
|
|
11085
11114
|
}
|
|
11086
11115
|
},
|
|
11087
|
-
"
|
|
11116
|
+
"Sme": {
|
|
11088
11117
|
"type": "structure",
|
|
11089
11118
|
"required": [
|
|
11090
11119
|
"EnableCapture",
|
|
@@ -11105,7 +11134,7 @@
|
|
|
11105
11134
|
"KmsKeyId": {}
|
|
11106
11135
|
}
|
|
11107
11136
|
},
|
|
11108
|
-
"
|
|
11137
|
+
"Smh": {
|
|
11109
11138
|
"type": "structure",
|
|
11110
11139
|
"required": [
|
|
11111
11140
|
"BlueGreenUpdatePolicy"
|
|
@@ -11167,7 +11196,7 @@
|
|
|
11167
11196
|
}
|
|
11168
11197
|
}
|
|
11169
11198
|
},
|
|
11170
|
-
"
|
|
11199
|
+
"Smz": {
|
|
11171
11200
|
"type": "structure",
|
|
11172
11201
|
"required": [
|
|
11173
11202
|
"SourceArn"
|
|
@@ -11177,7 +11206,7 @@
|
|
|
11177
11206
|
"SourceType": {}
|
|
11178
11207
|
}
|
|
11179
11208
|
},
|
|
11180
|
-
"
|
|
11209
|
+
"Sn5": {
|
|
11181
11210
|
"type": "structure",
|
|
11182
11211
|
"required": [
|
|
11183
11212
|
"Status"
|
|
@@ -11187,7 +11216,7 @@
|
|
|
11187
11216
|
"BlockedReason": {}
|
|
11188
11217
|
}
|
|
11189
11218
|
},
|
|
11190
|
-
"
|
|
11219
|
+
"Snk": {
|
|
11191
11220
|
"type": "structure",
|
|
11192
11221
|
"members": {
|
|
11193
11222
|
"Completed": {
|
|
@@ -11207,7 +11236,7 @@
|
|
|
11207
11236
|
}
|
|
11208
11237
|
}
|
|
11209
11238
|
},
|
|
11210
|
-
"
|
|
11239
|
+
"Snm": {
|
|
11211
11240
|
"type": "structure",
|
|
11212
11241
|
"members": {
|
|
11213
11242
|
"Succeeded": {
|
|
@@ -11221,7 +11250,7 @@
|
|
|
11221
11250
|
}
|
|
11222
11251
|
}
|
|
11223
11252
|
},
|
|
11224
|
-
"
|
|
11253
|
+
"Sno": {
|
|
11225
11254
|
"type": "structure",
|
|
11226
11255
|
"required": [
|
|
11227
11256
|
"TrainingJobName",
|
|
@@ -11266,7 +11295,7 @@
|
|
|
11266
11295
|
"ObjectiveStatus": {}
|
|
11267
11296
|
}
|
|
11268
11297
|
},
|
|
11269
|
-
"
|
|
11298
|
+
"So1": {
|
|
11270
11299
|
"type": "structure",
|
|
11271
11300
|
"members": {
|
|
11272
11301
|
"TotalLabeled": {
|
|
@@ -11286,7 +11315,7 @@
|
|
|
11286
11315
|
}
|
|
11287
11316
|
}
|
|
11288
11317
|
},
|
|
11289
|
-
"
|
|
11318
|
+
"So4": {
|
|
11290
11319
|
"type": "structure",
|
|
11291
11320
|
"required": [
|
|
11292
11321
|
"OutputDatasetS3Uri"
|
|
@@ -11296,21 +11325,21 @@
|
|
|
11296
11325
|
"FinalActiveLearningModelArn": {}
|
|
11297
11326
|
}
|
|
11298
11327
|
},
|
|
11299
|
-
"
|
|
11328
|
+
"Sof": {
|
|
11300
11329
|
"type": "structure",
|
|
11301
11330
|
"required": [
|
|
11302
11331
|
"ValidationStatuses"
|
|
11303
11332
|
],
|
|
11304
11333
|
"members": {
|
|
11305
11334
|
"ValidationStatuses": {
|
|
11306
|
-
"shape": "
|
|
11335
|
+
"shape": "Sog"
|
|
11307
11336
|
},
|
|
11308
11337
|
"ImageScanStatuses": {
|
|
11309
|
-
"shape": "
|
|
11338
|
+
"shape": "Sog"
|
|
11310
11339
|
}
|
|
11311
11340
|
}
|
|
11312
11341
|
},
|
|
11313
|
-
"
|
|
11342
|
+
"Sog": {
|
|
11314
11343
|
"type": "list",
|
|
11315
11344
|
"member": {
|
|
11316
11345
|
"type": "structure",
|
|
@@ -11325,7 +11354,7 @@
|
|
|
11325
11354
|
}
|
|
11326
11355
|
}
|
|
11327
11356
|
},
|
|
11328
|
-
"
|
|
11357
|
+
"Sos": {
|
|
11329
11358
|
"type": "structure",
|
|
11330
11359
|
"required": [
|
|
11331
11360
|
"MonitoringScheduleName",
|
|
@@ -11353,7 +11382,7 @@
|
|
|
11353
11382
|
"MonitoringType": {}
|
|
11354
11383
|
}
|
|
11355
11384
|
},
|
|
11356
|
-
"
|
|
11385
|
+
"Spm": {
|
|
11357
11386
|
"type": "structure",
|
|
11358
11387
|
"required": [
|
|
11359
11388
|
"WorkteamArn"
|
|
@@ -11366,7 +11395,7 @@
|
|
|
11366
11395
|
"ListingId": {}
|
|
11367
11396
|
}
|
|
11368
11397
|
},
|
|
11369
|
-
"
|
|
11398
|
+
"Spq": {
|
|
11370
11399
|
"type": "list",
|
|
11371
11400
|
"member": {
|
|
11372
11401
|
"type": "structure",
|
|
@@ -11386,7 +11415,7 @@
|
|
|
11386
11415
|
}
|
|
11387
11416
|
}
|
|
11388
11417
|
},
|
|
11389
|
-
"
|
|
11418
|
+
"Spt": {
|
|
11390
11419
|
"type": "list",
|
|
11391
11420
|
"member": {
|
|
11392
11421
|
"type": "structure",
|
|
@@ -11401,7 +11430,7 @@
|
|
|
11401
11430
|
}
|
|
11402
11431
|
}
|
|
11403
11432
|
},
|
|
11404
|
-
"
|
|
11433
|
+
"Spy": {
|
|
11405
11434
|
"type": "list",
|
|
11406
11435
|
"member": {
|
|
11407
11436
|
"type": "structure",
|
|
@@ -11416,7 +11445,7 @@
|
|
|
11416
11445
|
}
|
|
11417
11446
|
}
|
|
11418
11447
|
},
|
|
11419
|
-
"
|
|
11448
|
+
"Sqa": {
|
|
11420
11449
|
"type": "structure",
|
|
11421
11450
|
"required": [
|
|
11422
11451
|
"SourceArn"
|
|
@@ -11426,7 +11455,7 @@
|
|
|
11426
11455
|
"SourceType": {}
|
|
11427
11456
|
}
|
|
11428
11457
|
},
|
|
11429
|
-
"
|
|
11458
|
+
"Sqe": {
|
|
11430
11459
|
"type": "structure",
|
|
11431
11460
|
"required": [
|
|
11432
11461
|
"SourceArn"
|
|
@@ -11436,7 +11465,7 @@
|
|
|
11436
11465
|
"SourceType": {}
|
|
11437
11466
|
}
|
|
11438
11467
|
},
|
|
11439
|
-
"
|
|
11468
|
+
"Sqg": {
|
|
11440
11469
|
"type": "list",
|
|
11441
11470
|
"member": {
|
|
11442
11471
|
"type": "structure",
|
|
@@ -11467,7 +11496,7 @@
|
|
|
11467
11496
|
}
|
|
11468
11497
|
}
|
|
11469
11498
|
},
|
|
11470
|
-
"
|
|
11499
|
+
"Sqq": {
|
|
11471
11500
|
"type": "structure",
|
|
11472
11501
|
"required": [
|
|
11473
11502
|
"WorkforceName",
|
|
@@ -11503,7 +11532,7 @@
|
|
|
11503
11532
|
}
|
|
11504
11533
|
}
|
|
11505
11534
|
},
|
|
11506
|
-
"
|
|
11535
|
+
"Squ": {
|
|
11507
11536
|
"type": "structure",
|
|
11508
11537
|
"required": [
|
|
11509
11538
|
"WorkteamName",
|
|
@@ -11535,7 +11564,7 @@
|
|
|
11535
11564
|
}
|
|
11536
11565
|
}
|
|
11537
11566
|
},
|
|
11538
|
-
"
|
|
11567
|
+
"Stk": {
|
|
11539
11568
|
"type": "list",
|
|
11540
11569
|
"member": {
|
|
11541
11570
|
"type": "structure",
|
|
@@ -11555,7 +11584,7 @@
|
|
|
11555
11584
|
}
|
|
11556
11585
|
}
|
|
11557
11586
|
},
|
|
11558
|
-
"
|
|
11587
|
+
"Sxy": {
|
|
11559
11588
|
"type": "list",
|
|
11560
11589
|
"member": {
|
|
11561
11590
|
"type": "structure",
|
|
@@ -11569,7 +11598,7 @@
|
|
|
11569
11598
|
}
|
|
11570
11599
|
}
|
|
11571
11600
|
},
|
|
11572
|
-
"
|
|
11601
|
+
"Szo": {
|
|
11573
11602
|
"type": "list",
|
|
11574
11603
|
"member": {
|
|
11575
11604
|
"type": "structure",
|
|
@@ -11583,11 +11612,11 @@
|
|
|
11583
11612
|
}
|
|
11584
11613
|
}
|
|
11585
11614
|
},
|
|
11586
|
-
"
|
|
11615
|
+
"Szx": {
|
|
11587
11616
|
"type": "structure",
|
|
11588
11617
|
"members": {
|
|
11589
11618
|
"Filters": {
|
|
11590
|
-
"shape": "
|
|
11619
|
+
"shape": "Szy"
|
|
11591
11620
|
},
|
|
11592
11621
|
"NestedFilters": {
|
|
11593
11622
|
"type": "list",
|
|
@@ -11600,7 +11629,7 @@
|
|
|
11600
11629
|
"members": {
|
|
11601
11630
|
"NestedPropertyName": {},
|
|
11602
11631
|
"Filters": {
|
|
11603
|
-
"shape": "
|
|
11632
|
+
"shape": "Szy"
|
|
11604
11633
|
}
|
|
11605
11634
|
}
|
|
11606
11635
|
}
|
|
@@ -11608,13 +11637,13 @@
|
|
|
11608
11637
|
"SubExpressions": {
|
|
11609
11638
|
"type": "list",
|
|
11610
11639
|
"member": {
|
|
11611
|
-
"shape": "
|
|
11640
|
+
"shape": "Szx"
|
|
11612
11641
|
}
|
|
11613
11642
|
},
|
|
11614
11643
|
"Operator": {}
|
|
11615
11644
|
}
|
|
11616
11645
|
},
|
|
11617
|
-
"
|
|
11646
|
+
"Szy": {
|
|
11618
11647
|
"type": "list",
|
|
11619
11648
|
"member": {
|
|
11620
11649
|
"type": "structure",
|
|
@@ -11628,7 +11657,7 @@
|
|
|
11628
11657
|
}
|
|
11629
11658
|
}
|
|
11630
11659
|
},
|
|
11631
|
-
"
|
|
11660
|
+
"S10a": {
|
|
11632
11661
|
"type": "structure",
|
|
11633
11662
|
"members": {
|
|
11634
11663
|
"TrainingJobName": {},
|
|
@@ -11637,7 +11666,7 @@
|
|
|
11637
11666
|
"LabelingJobArn": {},
|
|
11638
11667
|
"AutoMLJobArn": {},
|
|
11639
11668
|
"ModelArtifacts": {
|
|
11640
|
-
"shape": "
|
|
11669
|
+
"shape": "Slg"
|
|
11641
11670
|
},
|
|
11642
11671
|
"TrainingJobStatus": {},
|
|
11643
11672
|
"SecondaryStatus": {},
|
|
@@ -11677,10 +11706,10 @@
|
|
|
11677
11706
|
"type": "timestamp"
|
|
11678
11707
|
},
|
|
11679
11708
|
"SecondaryStatusTransitions": {
|
|
11680
|
-
"shape": "
|
|
11709
|
+
"shape": "Spq"
|
|
11681
11710
|
},
|
|
11682
11711
|
"FinalMetricDataList": {
|
|
11683
|
-
"shape": "
|
|
11712
|
+
"shape": "Spt"
|
|
11684
11713
|
},
|
|
11685
11714
|
"EnableNetworkIsolation": {
|
|
11686
11715
|
"type": "boolean"
|
|
@@ -11713,7 +11742,7 @@
|
|
|
11713
11742
|
"shape": "Sgg"
|
|
11714
11743
|
},
|
|
11715
11744
|
"DebugRuleEvaluationStatuses": {
|
|
11716
|
-
"shape": "
|
|
11745
|
+
"shape": "Spy"
|
|
11717
11746
|
},
|
|
11718
11747
|
"Environment": {
|
|
11719
11748
|
"shape": "Sgm"
|
|
@@ -11723,11 +11752,11 @@
|
|
|
11723
11752
|
}
|
|
11724
11753
|
}
|
|
11725
11754
|
},
|
|
11726
|
-
"
|
|
11755
|
+
"S11a": {
|
|
11727
11756
|
"type": "list",
|
|
11728
11757
|
"member": {}
|
|
11729
11758
|
},
|
|
11730
|
-
"
|
|
11759
|
+
"S12r": {
|
|
11731
11760
|
"type": "list",
|
|
11732
11761
|
"member": {}
|
|
11733
11762
|
}
|