aws-sdk 2.1427.0 → 2.1428.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.
@@ -5,6 +5,11 @@
5
5
  "output_token": "nextToken",
6
6
  "limit_key": "maxResults"
7
7
  },
8
+ "ListAppAssessmentComplianceDrifts": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
+ },
8
13
  "ListAppAssessments": {
9
14
  "input_token": "nextToken",
10
15
  "output_token": "nextToken",
@@ -5885,6 +5885,104 @@
5885
5885
  }
5886
5886
  }
5887
5887
  },
5888
+ "GetScalingConfigurationRecommendation": {
5889
+ "input": {
5890
+ "type": "structure",
5891
+ "required": [
5892
+ "InferenceRecommendationsJobName"
5893
+ ],
5894
+ "members": {
5895
+ "InferenceRecommendationsJobName": {},
5896
+ "RecommendationId": {},
5897
+ "EndpointName": {},
5898
+ "TargetCpuUtilizationPerCore": {
5899
+ "type": "integer"
5900
+ },
5901
+ "ScalingPolicyObjective": {
5902
+ "shape": "S149"
5903
+ }
5904
+ }
5905
+ },
5906
+ "output": {
5907
+ "type": "structure",
5908
+ "members": {
5909
+ "InferenceRecommendationsJobName": {},
5910
+ "RecommendationId": {},
5911
+ "EndpointName": {},
5912
+ "TargetCpuUtilizationPerCore": {
5913
+ "type": "integer"
5914
+ },
5915
+ "ScalingPolicyObjective": {
5916
+ "shape": "S149"
5917
+ },
5918
+ "Metric": {
5919
+ "type": "structure",
5920
+ "members": {
5921
+ "InvocationsPerInstance": {
5922
+ "type": "integer"
5923
+ },
5924
+ "ModelLatency": {
5925
+ "type": "integer"
5926
+ }
5927
+ }
5928
+ },
5929
+ "DynamicScalingConfiguration": {
5930
+ "type": "structure",
5931
+ "members": {
5932
+ "MinCapacity": {
5933
+ "type": "integer"
5934
+ },
5935
+ "MaxCapacity": {
5936
+ "type": "integer"
5937
+ },
5938
+ "ScaleInCooldown": {
5939
+ "type": "integer"
5940
+ },
5941
+ "ScaleOutCooldown": {
5942
+ "type": "integer"
5943
+ },
5944
+ "ScalingPolicies": {
5945
+ "type": "list",
5946
+ "member": {
5947
+ "type": "structure",
5948
+ "members": {
5949
+ "TargetTracking": {
5950
+ "type": "structure",
5951
+ "members": {
5952
+ "MetricSpecification": {
5953
+ "type": "structure",
5954
+ "members": {
5955
+ "Predefined": {
5956
+ "type": "structure",
5957
+ "members": {
5958
+ "PredefinedMetricType": {}
5959
+ }
5960
+ },
5961
+ "Customized": {
5962
+ "type": "structure",
5963
+ "members": {
5964
+ "MetricName": {},
5965
+ "Namespace": {},
5966
+ "Statistic": {}
5967
+ }
5968
+ }
5969
+ },
5970
+ "union": true
5971
+ },
5972
+ "TargetValue": {
5973
+ "type": "double"
5974
+ }
5975
+ }
5976
+ }
5977
+ },
5978
+ "union": true
5979
+ }
5980
+ }
5981
+ }
5982
+ }
5983
+ }
5984
+ }
5985
+ },
5888
5986
  "GetSearchSuggestions": {
5889
5987
  "input": {
5890
5988
  "type": "structure",
@@ -6584,7 +6682,7 @@
6584
6682
  ],
6585
6683
  "members": {
6586
6684
  "JobDefinitionSummaries": {
6587
- "shape": "S16e"
6685
+ "shape": "S16s"
6588
6686
  },
6589
6687
  "NextToken": {}
6590
6688
  }
@@ -7165,7 +7263,7 @@
7165
7263
  ],
7166
7264
  "members": {
7167
7265
  "HubContentSummaries": {
7168
- "shape": "S184"
7266
+ "shape": "S18i"
7169
7267
  },
7170
7268
  "NextToken": {}
7171
7269
  }
@@ -7204,7 +7302,7 @@
7204
7302
  ],
7205
7303
  "members": {
7206
7304
  "HubContentSummaries": {
7207
- "shape": "S184"
7305
+ "shape": "S18i"
7208
7306
  },
7209
7307
  "NextToken": {}
7210
7308
  }
@@ -7936,7 +8034,7 @@
7936
8034
  ],
7937
8035
  "members": {
7938
8036
  "JobDefinitionSummaries": {
7939
- "shape": "S16e"
8037
+ "shape": "S16s"
7940
8038
  },
7941
8039
  "NextToken": {}
7942
8040
  }
@@ -8149,7 +8247,7 @@
8149
8247
  ],
8150
8248
  "members": {
8151
8249
  "JobDefinitionSummaries": {
8152
- "shape": "S16e"
8250
+ "shape": "S16s"
8153
8251
  },
8154
8252
  "NextToken": {}
8155
8253
  }
@@ -8349,7 +8447,7 @@
8349
8447
  ],
8350
8448
  "members": {
8351
8449
  "JobDefinitionSummaries": {
8352
- "shape": "S16e"
8450
+ "shape": "S16s"
8353
8451
  },
8354
8452
  "NextToken": {}
8355
8453
  }
@@ -8468,7 +8566,7 @@
8468
8566
  "type": "structure",
8469
8567
  "members": {
8470
8568
  "MonitoringAlertSummaries": {
8471
- "shape": "S1bj"
8569
+ "shape": "S1bx"
8472
8570
  },
8473
8571
  "NextToken": {}
8474
8572
  }
@@ -8798,7 +8896,7 @@
8798
8896
  "CallbackToken": {},
8799
8897
  "SqsQueueUrl": {},
8800
8898
  "OutputParameters": {
8801
- "shape": "S1cy"
8899
+ "shape": "S1dc"
8802
8900
  }
8803
8901
  }
8804
8902
  },
@@ -8807,7 +8905,7 @@
8807
8905
  "members": {
8808
8906
  "Arn": {},
8809
8907
  "OutputParameters": {
8810
- "shape": "S1cy"
8908
+ "shape": "S1dc"
8811
8909
  }
8812
8910
  }
8813
8911
  },
@@ -8946,7 +9044,7 @@
8946
9044
  "type": "structure",
8947
9045
  "members": {
8948
9046
  "PipelineParameters": {
8949
- "shape": "S1df"
9047
+ "shape": "S1dt"
8950
9048
  },
8951
9049
  "NextToken": {}
8952
9050
  }
@@ -9838,7 +9936,7 @@
9838
9936
  "members": {
9839
9937
  "DeviceFleetName": {},
9840
9938
  "Devices": {
9841
- "shape": "S1ga"
9939
+ "shape": "S1go"
9842
9940
  },
9843
9941
  "Tags": {
9844
9942
  "shape": "S7"
@@ -9928,7 +10026,7 @@
9928
10026
  "members": {
9929
10027
  "Resource": {},
9930
10028
  "SearchExpression": {
9931
- "shape": "S1gl"
10029
+ "shape": "S1gz"
9932
10030
  },
9933
10031
  "SortBy": {},
9934
10032
  "SortOrder": {},
@@ -9948,7 +10046,7 @@
9948
10046
  "type": "structure",
9949
10047
  "members": {
9950
10048
  "TrainingJob": {
9951
- "shape": "S1gz"
10049
+ "shape": "S1hd"
9952
10050
  },
9953
10051
  "Experiment": {
9954
10052
  "type": "structure",
@@ -10076,7 +10174,7 @@
10076
10174
  "members": {
10077
10175
  "SourceArn": {},
10078
10176
  "TrainingJob": {
10079
- "shape": "S1gz"
10177
+ "shape": "S1hd"
10080
10178
  },
10081
10179
  "ProcessingJob": {
10082
10180
  "type": "structure",
@@ -10132,7 +10230,7 @@
10132
10230
  }
10133
10231
  },
10134
10232
  "TransformJob": {
10135
- "shape": "S1h7"
10233
+ "shape": "S1hl"
10136
10234
  }
10137
10235
  }
10138
10236
  },
@@ -10359,7 +10457,7 @@
10359
10457
  "shape": "Sn1"
10360
10458
  },
10361
10459
  "PipelineParameters": {
10362
- "shape": "S1df"
10460
+ "shape": "S1dt"
10363
10461
  },
10364
10462
  "SelectiveExecutionConfig": {
10365
10463
  "shape": "S11j"
@@ -10564,7 +10662,7 @@
10564
10662
  }
10565
10663
  },
10566
10664
  "LastBatchTransformJob": {
10567
- "shape": "S1h7"
10665
+ "shape": "S1hl"
10568
10666
  },
10569
10667
  "MonitoringSchedules": {
10570
10668
  "type": "list",
@@ -10587,7 +10685,7 @@
10587
10685
  },
10588
10686
  "EndpointName": {},
10589
10687
  "MonitoringAlertSummaries": {
10590
- "shape": "S1bj"
10688
+ "shape": "S1bx"
10591
10689
  },
10592
10690
  "LastMonitoringExecutionSummary": {
10593
10691
  "shape": "S10x"
@@ -10700,7 +10798,7 @@
10700
10798
  "members": {
10701
10799
  "CallbackToken": {},
10702
10800
  "OutputParameters": {
10703
- "shape": "S1cy"
10801
+ "shape": "S1dc"
10704
10802
  },
10705
10803
  "ClientRequestToken": {
10706
10804
  "idempotencyToken": true
@@ -10780,7 +10878,7 @@
10780
10878
  "PipelineName": {},
10781
10879
  "PipelineExecutionDisplayName": {},
10782
10880
  "PipelineParameters": {
10783
- "shape": "S1df"
10881
+ "shape": "S1dt"
10784
10882
  },
10785
10883
  "PipelineExecutionDescription": {},
10786
10884
  "ClientRequestToken": {
@@ -11001,7 +11099,7 @@
11001
11099
  "shape": "S1o"
11002
11100
  },
11003
11101
  "PropertiesToRemove": {
11004
- "shape": "S1io"
11102
+ "shape": "S1j2"
11005
11103
  }
11006
11104
  }
11007
11105
  },
@@ -11045,7 +11143,7 @@
11045
11143
  "shape": "S1o"
11046
11144
  },
11047
11145
  "PropertiesToRemove": {
11048
- "shape": "S1io"
11146
+ "shape": "S1j2"
11049
11147
  }
11050
11148
  }
11051
11149
  },
@@ -11095,7 +11193,7 @@
11095
11193
  "shape": "S1o"
11096
11194
  },
11097
11195
  "PropertiesToRemove": {
11098
- "shape": "S1io"
11196
+ "shape": "S1j2"
11099
11197
  }
11100
11198
  }
11101
11199
  },
@@ -11136,7 +11234,7 @@
11136
11234
  "members": {
11137
11235
  "DeviceFleetName": {},
11138
11236
  "Devices": {
11139
- "shape": "S1ga"
11237
+ "shape": "S1go"
11140
11238
  }
11141
11239
  }
11142
11240
  }
@@ -11845,19 +11943,19 @@
11845
11943
  "shape": "Sqg"
11846
11944
  },
11847
11945
  "ParametersToRemove": {
11848
- "shape": "S1kv"
11946
+ "shape": "S1l9"
11849
11947
  },
11850
11948
  "InputArtifacts": {
11851
11949
  "shape": "Sqk"
11852
11950
  },
11853
11951
  "InputArtifactsToRemove": {
11854
- "shape": "S1kv"
11952
+ "shape": "S1l9"
11855
11953
  },
11856
11954
  "OutputArtifacts": {
11857
11955
  "shape": "Sqk"
11858
11956
  },
11859
11957
  "OutputArtifactsToRemove": {
11860
- "shape": "S1kv"
11958
+ "shape": "S1l9"
11861
11959
  }
11862
11960
  }
11863
11961
  },
@@ -16632,7 +16730,18 @@
16632
16730
  }
16633
16731
  }
16634
16732
  },
16635
- "S16e": {
16733
+ "S149": {
16734
+ "type": "structure",
16735
+ "members": {
16736
+ "MinInvocationsPerMinute": {
16737
+ "type": "integer"
16738
+ },
16739
+ "MaxInvocationsPerMinute": {
16740
+ "type": "integer"
16741
+ }
16742
+ }
16743
+ },
16744
+ "S16s": {
16636
16745
  "type": "list",
16637
16746
  "member": {
16638
16747
  "type": "structure",
@@ -16652,7 +16761,7 @@
16652
16761
  }
16653
16762
  }
16654
16763
  },
16655
- "S184": {
16764
+ "S18i": {
16656
16765
  "type": "list",
16657
16766
  "member": {
16658
16767
  "type": "structure",
@@ -16683,7 +16792,7 @@
16683
16792
  }
16684
16793
  }
16685
16794
  },
16686
- "S1bj": {
16795
+ "S1bx": {
16687
16796
  "type": "list",
16688
16797
  "member": {
16689
16798
  "type": "structure",
@@ -16727,7 +16836,7 @@
16727
16836
  }
16728
16837
  }
16729
16838
  },
16730
- "S1cy": {
16839
+ "S1dc": {
16731
16840
  "type": "list",
16732
16841
  "member": {
16733
16842
  "type": "structure",
@@ -16741,7 +16850,7 @@
16741
16850
  }
16742
16851
  }
16743
16852
  },
16744
- "S1df": {
16853
+ "S1dt": {
16745
16854
  "type": "list",
16746
16855
  "member": {
16747
16856
  "type": "structure",
@@ -16755,7 +16864,7 @@
16755
16864
  }
16756
16865
  }
16757
16866
  },
16758
- "S1ga": {
16867
+ "S1go": {
16759
16868
  "type": "list",
16760
16869
  "member": {
16761
16870
  "type": "structure",
@@ -16769,11 +16878,11 @@
16769
16878
  }
16770
16879
  }
16771
16880
  },
16772
- "S1gl": {
16881
+ "S1gz": {
16773
16882
  "type": "structure",
16774
16883
  "members": {
16775
16884
  "Filters": {
16776
- "shape": "S1gm"
16885
+ "shape": "S1h0"
16777
16886
  },
16778
16887
  "NestedFilters": {
16779
16888
  "type": "list",
@@ -16786,7 +16895,7 @@
16786
16895
  "members": {
16787
16896
  "NestedPropertyName": {},
16788
16897
  "Filters": {
16789
- "shape": "S1gm"
16898
+ "shape": "S1h0"
16790
16899
  }
16791
16900
  }
16792
16901
  }
@@ -16794,13 +16903,13 @@
16794
16903
  "SubExpressions": {
16795
16904
  "type": "list",
16796
16905
  "member": {
16797
- "shape": "S1gl"
16906
+ "shape": "S1gz"
16798
16907
  }
16799
16908
  },
16800
16909
  "Operator": {}
16801
16910
  }
16802
16911
  },
16803
- "S1gm": {
16912
+ "S1h0": {
16804
16913
  "type": "list",
16805
16914
  "member": {
16806
16915
  "type": "structure",
@@ -16814,7 +16923,7 @@
16814
16923
  }
16815
16924
  }
16816
16925
  },
16817
- "S1gz": {
16926
+ "S1hd": {
16818
16927
  "type": "structure",
16819
16928
  "members": {
16820
16929
  "TrainingJobName": {},
@@ -16915,7 +17024,7 @@
16915
17024
  }
16916
17025
  }
16917
17026
  },
16918
- "S1h7": {
17027
+ "S1hl": {
16919
17028
  "type": "structure",
16920
17029
  "members": {
16921
17030
  "TransformJobName": {},
@@ -16967,11 +17076,11 @@
16967
17076
  }
16968
17077
  }
16969
17078
  },
16970
- "S1io": {
17079
+ "S1j2": {
16971
17080
  "type": "list",
16972
17081
  "member": {}
16973
17082
  },
16974
- "S1kv": {
17083
+ "S1l9": {
16975
17084
  "type": "list",
16976
17085
  "member": {}
16977
17086
  }
@@ -282,7 +282,7 @@ declare namespace Budgets {
282
282
  export type AutoAdjustType = "HISTORICAL"|"FORECAST"|string;
283
283
  export interface Budget {
284
284
  /**
285
- * The name of a budget. The name must be unique within an account. The : and \ characters aren't allowed in BudgetName.
285
+ * The name of a budget. The name must be unique within an account. The : and \ characters, and the "/action/" substring, aren't allowed in BudgetName.
286
286
  */
287
287
  BudgetName: BudgetName;
288
288
  /**