Skip to content

Commit f31e72c

Browse files
Updated API models and rebuilt service gems.
1 parent 2507de0 commit f31e72c

File tree

102 files changed

+2859
-665
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+2859
-665
lines changed

apis/application-insights/2018-11-25/api-2.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@
551551
"ResourceGroupName":{"shape":"ResourceGroupName"},
552552
"LifeCycle":{"shape":"LifeCycle"},
553553
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
554+
"SNSNotificationArn":{"shape":"SNSNotificationArn"},
554555
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
555556
"CWEMonitorEnabled":{"shape":"CWEMonitorEnabled"},
556557
"Remarks":{"shape":"Remarks"},
@@ -647,6 +648,7 @@
647648
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
648649
"CWEMonitorEnabled":{"shape":"CWEMonitorEnabled"},
649650
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
651+
"SNSNotificationArn":{"shape":"SNSNotificationArn"},
650652
"Tags":{"shape":"TagList"},
651653
"AutoConfigEnabled":{"shape":"AutoConfigEnabled"},
652654
"AutoCreate":{"shape":"AutoCreate"},
@@ -889,7 +891,8 @@
889891
"DescribeProblemResponse":{
890892
"type":"structure",
891893
"members":{
892-
"Problem":{"shape":"Problem"}
894+
"Problem":{"shape":"Problem"},
895+
"SNSNotificationArn":{"shape":"SNSNotificationArn"}
893896
}
894897
},
895898
"DescribeWorkloadRequest":{
@@ -1173,6 +1176,7 @@
11731176
"MetaDataValue":{"type":"string"},
11741177
"MetricName":{"type":"string"},
11751178
"MetricNamespace":{"type":"string"},
1179+
"MissingWorkloadConfig":{"type":"boolean"},
11761180
"Monitor":{"type":"boolean"},
11771181
"Observation":{
11781182
"type":"structure",
@@ -1259,6 +1263,7 @@
12591263
"members":{
12601264
"Id":{"shape":"ProblemId"},
12611265
"Title":{"shape":"Title"},
1266+
"ShortName":{"shape":"ShortName"},
12621267
"Insights":{"shape":"Insights"},
12631268
"Status":{"shape":"Status"},
12641269
"AffectedResource":{"shape":"AffectedResource"},
@@ -1366,6 +1371,12 @@
13661371
"pattern":"[0-9a-zA-Z:_]*"
13671372
},
13681373
"S3EventName":{"type":"string"},
1374+
"SNSNotificationArn":{
1375+
"type":"string",
1376+
"max":300,
1377+
"min":20,
1378+
"pattern":"^arn:aws(-\\w+)*:[\\w\\d-]+:([\\w\\d-]*)?:[\\w\\d_-]*([:/].+)*$"
1379+
},
13691380
"SeverityLevel":{
13701381
"type":"string",
13711382
"enum":[
@@ -1375,6 +1386,7 @@
13751386
"High"
13761387
]
13771388
},
1389+
"ShortName":{"type":"string"},
13781390
"SourceARN":{"type":"string"},
13791391
"SourceType":{"type":"string"},
13801392
"StartTime":{"type":"timestamp"},
@@ -1468,6 +1480,8 @@
14681480
"SAP_HANA_MULTI_NODE",
14691481
"SAP_HANA_SINGLE_NODE",
14701482
"SAP_HANA_HIGH_AVAILABILITY",
1483+
"SAP_ASE_SINGLE_NODE",
1484+
"SAP_ASE_HIGH_AVAILABILITY",
14711485
"SQL_SERVER_FAILOVER_CLUSTER_INSTANCE",
14721486
"SHAREPOINT",
14731487
"ACTIVE_DIRECTORY",
@@ -1512,6 +1526,7 @@
15121526
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
15131527
"CWEMonitorEnabled":{"shape":"CWEMonitorEnabled"},
15141528
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
1529+
"SNSNotificationArn":{"shape":"SNSNotificationArn"},
15151530
"RemoveSNSTopic":{"shape":"RemoveSNSTopic"},
15161531
"AutoConfigEnabled":{"shape":"AutoConfigEnabled"},
15171532
"AttachMissingPermission":{"shape":"AttachMissingPermission"}
@@ -1644,7 +1659,8 @@
16441659
"ComponentName":{"shape":"ComponentName"},
16451660
"WorkloadName":{"shape":"WorkloadName"},
16461661
"Tier":{"shape":"Tier"},
1647-
"WorkloadRemarks":{"shape":"Remarks"}
1662+
"WorkloadRemarks":{"shape":"Remarks"},
1663+
"MissingWorkloadConfig":{"shape":"MissingWorkloadConfig"}
16481664
}
16491665
},
16501666
"WorkloadConfiguration":{
@@ -1672,7 +1688,7 @@
16721688
},
16731689
"WorkloadName":{
16741690
"type":"string",
1675-
"max":8,
1691+
"max":12,
16761692
"min":1,
16771693
"pattern":"[a-zA-Z0-9\\.\\-_]*"
16781694
},

apis/application-insights/2018-11-25/docs-2.json

Lines changed: 53 additions & 32 deletions
Large diffs are not rendered by default.

apis/autoscaling/2011-01-01/api-2.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3539,7 +3539,7 @@
35393539
"AvailabilityZones":{"shape":"AvailabilityZones"},
35403540
"HealthCheckType":{"shape":"XmlStringMaxLen32"},
35413541
"HealthCheckGracePeriod":{"shape":"HealthCheckGracePeriod"},
3542-
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
3542+
"PlacementGroup":{"shape":"UpdatePlacementGroupParam"},
35433543
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen5000"},
35443544
"TerminationPolicies":{"shape":"TerminationPolicies"},
35453545
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
@@ -3552,6 +3552,12 @@
35523552
"InstanceMaintenancePolicy":{"shape":"InstanceMaintenancePolicy"}
35533553
}
35543554
},
3555+
"UpdatePlacementGroupParam":{
3556+
"type":"string",
3557+
"max":255,
3558+
"min":0,
3559+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
3560+
},
35553561
"VCpuCountRequest":{
35563562
"type":"structure",
35573563
"required":["Min"],

apis/autoscaling/2011-01-01/docs-2.json

Lines changed: 46 additions & 41 deletions
Large diffs are not rendered by default.

apis/bedrock-agent-runtime/2023-07-26/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"type":"string",
296296
"max":2048,
297297
"min":1,
298-
"pattern":"^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))))|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):inference-profile/[a-zA-Z0-9-:.]+)|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)$"
298+
"pattern":"^(arn:aws(-[^:]{1,10})?:bedrock:[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]{1,20}/)?)?([a-z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$"
299299
},
300300
"Boolean":{
301301
"type":"boolean",
@@ -1449,8 +1449,10 @@
14491449
},
14501450
"OrchestrationConfiguration":{
14511451
"type":"structure",
1452-
"required":["queryTransformationConfiguration"],
14531452
"members":{
1453+
"additionalModelRequestFields":{"shape":"AdditionalModelRequestFields"},
1454+
"inferenceConfig":{"shape":"InferenceConfig"},
1455+
"promptTemplate":{"shape":"PromptTemplate"},
14541456
"queryTransformationConfiguration":{"shape":"QueryTransformationConfiguration"}
14551457
}
14561458
},

apis/bedrock-agent-runtime/2023-07-26/docs-2.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"base": null,
5353
"refs": {
5454
"ExternalSourcesGenerationConfiguration$additionalModelRequestFields": "<p> Additional model parameters and their corresponding values not included in the textInferenceConfig structure for an external source. Takes in custom model parameters specific to the language model being used. </p>",
55-
"GenerationConfiguration$additionalModelRequestFields": "<p> Additional model parameters and corresponding values not included in the textInferenceConfig structure for a knowledge base. This allows users to provide custom model parameters specific to the language model being used. </p>"
55+
"GenerationConfiguration$additionalModelRequestFields": "<p> Additional model parameters and corresponding values not included in the textInferenceConfig structure for a knowledge base. This allows users to provide custom model parameters specific to the language model being used. </p>",
56+
"OrchestrationConfiguration$additionalModelRequestFields": "<p> Additional model parameters and corresponding values not included in the textInferenceConfig structure for a knowledge base. This allows users to provide custom model parameters specific to the language model being used. </p>"
5657
}
5758
},
5859
"AdditionalModelRequestFieldsKey": {
@@ -733,7 +734,8 @@
733734
"base": "<p> The configuration for inference settings when generating responses using RetrieveAndGenerate. </p>",
734735
"refs": {
735736
"ExternalSourcesGenerationConfiguration$inferenceConfig": "<p> Configuration settings for inference when using RetrieveAndGenerate to generate responses while using an external source.</p>",
736-
"GenerationConfiguration$inferenceConfig": "<p> Configuration settings for inference when using RetrieveAndGenerate to generate responses while using a knowledge base as a source. </p>"
737+
"GenerationConfiguration$inferenceConfig": "<p> Configuration settings for inference when using RetrieveAndGenerate to generate responses while using a knowledge base as a source. </p>",
738+
"OrchestrationConfiguration$inferenceConfig": "<p> Configuration settings for inference when using RetrieveAndGenerate to generate responses while using a knowledge base as a source. </p>"
737739
}
738740
},
739741
"InferenceConfiguration": {
@@ -980,9 +982,9 @@
980982
"Metadata": {
981983
"base": "<p>Provides details of the foundation model.</p>",
982984
"refs": {
983-
"OrchestrationModelInvocationOutput$metadata": "<p>Contains information about the foundation model output.</p>",
984-
"PostProcessingModelInvocationOutput$metadata": null,
985-
"PreProcessingModelInvocationOutput$metadata": null
985+
"OrchestrationModelInvocationOutput$metadata": "<p>Contains information about the foundation model output from the orchestration step.</p>",
986+
"PostProcessingModelInvocationOutput$metadata": "<p> Contains information about the foundation model output from the post-processing step. </p>",
987+
"PreProcessingModelInvocationOutput$metadata": "<p> Contains information about the foundation model output from the pre-processing step. </p>"
986988
}
987989
},
988990
"MimeType": {
@@ -1165,7 +1167,8 @@
11651167
"base": "<p>Contains the template for the prompt that's sent to the model for response generation. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-test-config.html#kb-test-config-sysprompt\">Knowledge base prompt templates</a>.</p> <p>This data type is used in the following API operations:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_RetrieveAndGenerate.html#API_agent-runtime_RetrieveAndGenerate_RequestSyntax\">RetrieveAndGenerate request</a> – in the <code>filter</code> field</p> </li> </ul>",
11661168
"refs": {
11671169
"ExternalSourcesGenerationConfiguration$promptTemplate": "<p>Contain the textPromptTemplate string for the external source wrapper object.</p>",
1168-
"GenerationConfiguration$promptTemplate": "<p>Contains the template for the prompt that's sent to the model for response generation.</p>"
1170+
"GenerationConfiguration$promptTemplate": "<p>Contains the template for the prompt that's sent to the model for response generation.</p>",
1171+
"OrchestrationConfiguration$promptTemplate": "<p>Contains the template for the prompt that's sent to the model for response generation.</p>"
11691172
}
11701173
},
11711174
"PromptText": {
@@ -1227,8 +1230,8 @@
12271230
"base": "<p>Contains the raw output from the foundation model.</p>",
12281231
"refs": {
12291232
"OrchestrationModelInvocationOutput$rawResponse": "<p>Contains details of the raw response from the foundation model output.</p>",
1230-
"PostProcessingModelInvocationOutput$rawResponse": null,
1231-
"PreProcessingModelInvocationOutput$rawResponse": null
1233+
"PostProcessingModelInvocationOutput$rawResponse": "<p> Details of the raw response from the foundation model output. </p>",
1234+
"PreProcessingModelInvocationOutput$rawResponse": "<p> Details of the raw response from the foundation model output. </p>"
12321235
}
12331236
},
12341237
"RepromptResponse": {

apis/dms/2016-01-01/api-2.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,10 +2178,15 @@
21782178
"DataMigrationStatistics":{"shape":"DataMigrationStatistics"},
21792179
"DataMigrationStatus":{"shape":"String"},
21802180
"PublicIpAddresses":{"shape":"PublicIpAddressList"},
2181+
"DataMigrationCidrBlocks":{"shape":"DataMigrationCidrBlock"},
21812182
"LastFailureMessage":{"shape":"String"},
21822183
"StopReason":{"shape":"String"}
21832184
}
21842185
},
2186+
"DataMigrationCidrBlock":{
2187+
"type":"list",
2188+
"member":{"shape":"String"}
2189+
},
21852190
"DataMigrationSettings":{
21862191
"type":"structure",
21872192
"members":{
@@ -4897,7 +4902,9 @@
48974902
"ResultLocationFolder":{"shape":"String"},
48984903
"ResultEncryptionMode":{"shape":"String"},
48994904
"ResultKmsKeyArn":{"shape":"String"},
4900-
"AssessmentRunName":{"shape":"String"}
4905+
"AssessmentRunName":{"shape":"String"},
4906+
"IsLatestTaskAssessmentRun":{"shape":"Boolean"},
4907+
"ResultStatistic":{"shape":"ReplicationTaskAssessmentRunResultStatistic"}
49014908
}
49024909
},
49034910
"ReplicationTaskAssessmentRunList":{
@@ -4911,6 +4918,16 @@
49114918
"IndividualAssessmentCompletedCount":{"shape":"Integer"}
49124919
}
49134920
},
4921+
"ReplicationTaskAssessmentRunResultStatistic":{
4922+
"type":"structure",
4923+
"members":{
4924+
"Passed":{"shape":"Integer"},
4925+
"Failed":{"shape":"Integer"},
4926+
"Error":{"shape":"Integer"},
4927+
"Warning":{"shape":"Integer"},
4928+
"Cancelled":{"shape":"Integer"}
4929+
}
4930+
},
49144931
"ReplicationTaskIndividualAssessment":{
49154932
"type":"structure",
49164933
"members":{
@@ -5359,7 +5376,8 @@
53595376
"ResultKmsKeyArn":{"shape":"String"},
53605377
"AssessmentRunName":{"shape":"String"},
53615378
"IncludeOnly":{"shape":"IncludeTestList"},
5362-
"Exclude":{"shape":"ExcludeTestList"}
5379+
"Exclude":{"shape":"ExcludeTestList"},
5380+
"Tags":{"shape":"TagList"}
53635381
}
53645382
},
53655383
"StartReplicationTaskAssessmentRunResponse":{

apis/dms/2016-01-01/docs-2.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
"ReplicationInstance$MultiAZ": "<p> Specifies whether the replication instance is a Multi-AZ deployment. You can't set the <code>AvailabilityZone</code> parameter if the Multi-AZ parameter is set to <code>true</code>. </p>",
236236
"ReplicationInstance$AutoMinorVersionUpgrade": "<p>Boolean value indicating if minor version upgrades will be automatically applied to the instance.</p>",
237237
"ReplicationInstance$PubliclyAccessible": "<p> Specifies the accessibility options for the replication instance. A value of <code>true</code> represents an instance with a public IP address. A value of <code>false</code> represents an instance with a private IP address. The default value is <code>true</code>. </p>",
238+
"ReplicationTaskAssessmentRun$IsLatestTaskAssessmentRun": "<p>Indicates that the following PreflightAssessmentRun is the latest for the ReplicationTask. The status is either true or false.</p>",
238239
"StartMetadataModelImportMessage$Refresh": "<p>If <code>true</code>, DMS loads metadata for the specified objects from the source database.</p>",
239240
"SupportedEndpointType$SupportsCDC": "<p>Indicates if change data capture (CDC) is supported.</p>"
240241
}
@@ -590,6 +591,12 @@
590591
"StopDataMigrationResponse$DataMigration": "<p>The data migration that DMS stopped.</p>"
591592
}
592593
},
594+
"DataMigrationCidrBlock": {
595+
"base": null,
596+
"refs": {
597+
"DataMigration$DataMigrationCidrBlocks": "<p>The CIDR blocks of the endpoints for the data migration.</p>"
598+
}
599+
},
593600
"DataMigrationSettings": {
594601
"base": "<p>Options for configuring a data migration, including whether to enable CloudWatch logs, and the selection rules to use to include or exclude database objects from the migration.</p>",
595602
"refs": {
@@ -1702,6 +1709,11 @@
17021709
"ReplicationStats$TablesErrored": "<p>The number of errors that have occured for this replication.</p>",
17031710
"ReplicationTaskAssessmentRunProgress$IndividualAssessmentCount": "<p>The number of individual assessments that are specified to run.</p>",
17041711
"ReplicationTaskAssessmentRunProgress$IndividualAssessmentCompletedCount": "<p>The number of individual assessments that have completed, successfully or not.</p>",
1712+
"ReplicationTaskAssessmentRunResultStatistic$Passed": "<p>The number of individual assessments that successfully passed all checks in the assessment run.</p>",
1713+
"ReplicationTaskAssessmentRunResultStatistic$Failed": "<p>The number of individual assessments that failed to meet the criteria defined in the assessment run.</p>",
1714+
"ReplicationTaskAssessmentRunResultStatistic$Error": "<p>The number of individual assessments that encountered a critical error and could not complete properly.</p>",
1715+
"ReplicationTaskAssessmentRunResultStatistic$Warning": "<p>Indicates that the recent completed AssessmentRun triggered a warning.</p>",
1716+
"ReplicationTaskAssessmentRunResultStatistic$Cancelled": "<p> The number of individual assessments that were cancelled during the assessment run. </p>",
17051717
"ReplicationTaskStats$FullLoadProgressPercent": "<p>The percent complete for the full load migration task.</p>",
17061718
"ReplicationTaskStats$TablesLoaded": "<p>The number of tables loaded for this task.</p>",
17071719
"ReplicationTaskStats$TablesLoading": "<p>The number of tables currently loading for this task.</p>",
@@ -2658,6 +2670,12 @@
26582670
"ReplicationTaskAssessmentRun$AssessmentProgress": "<p>Indication of the completion progress for the individual assessments specified to run.</p>"
26592671
}
26602672
},
2673+
"ReplicationTaskAssessmentRunResultStatistic": {
2674+
"base": "<p>The object containing the result statistics for a completed assessment run.</p>",
2675+
"refs": {
2676+
"ReplicationTaskAssessmentRun$ResultStatistic": "<p> Result statistics for a completed assessment run, showing aggregated statistics of IndividualAssessments for how many assessments were passed, failed, or encountered issues such as errors or warnings. </p>"
2677+
}
2678+
},
26612679
"ReplicationTaskIndividualAssessment": {
26622680
"base": "<p>Provides information that describes an individual assessment from a premigration assessment run.</p>",
26632681
"refs": {
@@ -3152,6 +3170,7 @@
31523170
"DataMigration$DataMigrationStatus": "<p>The current status of the data migration. </p>",
31533171
"DataMigration$LastFailureMessage": "<p>Information about the data migration's most recent error or failure.</p>",
31543172
"DataMigration$StopReason": "<p>The reason the data migration last stopped.</p>",
3173+
"DataMigrationCidrBlock$member": null,
31553174
"DataProvider$DataProviderName": "<p>The name of the data provider.</p>",
31563175
"DataProvider$DataProviderArn": "<p>The Amazon Resource Name (ARN) string that uniquely identifies the data provider.</p>",
31573176
"DataProvider$Description": "<p>A description of the data provider. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.</p>",
@@ -3924,7 +3943,8 @@
39243943
"CreateReplicationSubnetGroupMessage$Tags": "<p>One or more tags to be assigned to the subnet group.</p>",
39253944
"CreateReplicationTaskMessage$Tags": "<p>One or more tags to be assigned to the replication task.</p>",
39263945
"ImportCertificateMessage$Tags": "<p>The tags associated with the certificate.</p>",
3927-
"ListTagsForResourceResponse$TagList": "<p>A list of tags for the resource.</p>"
3946+
"ListTagsForResourceResponse$TagList": "<p>A list of tags for the resource.</p>",
3947+
"StartReplicationTaskAssessmentRunMessage$Tags": "<p>One or more tags to be assigned to the premigration assessment run that you want to start.</p>"
39283948
}
39293949
},
39303950
"TargetDbType": {

apis/ec2/2016-11-15/api-2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36012,6 +36012,7 @@
3601236012
"type":"string",
3601336013
"enum":[
3601436014
"efa",
36015+
"efa-only",
3601536016
"branch",
3601636017
"trunk"
3601736018
]
@@ -36165,6 +36166,7 @@
3616536166
"interface",
3616636167
"natGateway",
3616736168
"efa",
36169+
"efa-only",
3616836170
"trunk",
3616936171
"load_balancer",
3617036172
"network_load_balancer",

0 commit comments

Comments
 (0)