Skip to content

Commit 983c817

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent fba6dda commit 983c817

File tree

107 files changed

+13342
-5180
lines changed

Some content is hidden

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

107 files changed

+13342
-5180
lines changed

apis/connect/2017-08-08/docs-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"GetCurrentUserData": "<p>Gets the real-time active user data from the specified Amazon Connect instance. </p>",
9090
"GetFederationToken": "<p>Retrieves a token for federation.</p> <note> <p>This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears: </p> <p> <code>Provided identity: Principal: .... User: .... cannot be used for federation with Amazon Connect</code> </p> </note>",
9191
"GetMetricData": "<p>Gets historical metric data from the specified Amazon Connect instance.</p> <p>For a description of each historical metric, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical Metrics Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>",
92-
"GetMetricDataV2": "<p>Gets metric data from the specified Amazon Connect instance. </p> <p> <code>GetMetricDataV2</code> offers more features than <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html\">GetMetricData</a>, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals.</p> <p>For a description of the historical metrics that are supported by <code>GetMetricDataV2</code> and <code>GetMetricData</code>, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical metrics definitions</a> in the <i>Amazon Connect Administrator's Guide</i>. </p> <p>This API is not available in the Amazon Web Services GovCloud (US) Regions.</p>",
92+
"GetMetricDataV2": "<p>Gets metric data from the specified Amazon Connect instance. </p> <p> <code>GetMetricDataV2</code> offers more features than <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html\">GetMetricData</a>, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals.</p> <p>For a description of the historical metrics that are supported by <code>GetMetricDataV2</code> and <code>GetMetricData</code>, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical metrics definitions</a> in the <i>Amazon Connect Administrator's Guide</i>.</p>",
9393
"GetPromptFile": "<p>Gets the prompt file.</p>",
9494
"GetTaskTemplate": "<p>Gets details about a specific task template in the specified Amazon Connect instance.</p>",
9595
"GetTrafficDistribution": "<p>Retrieves the current traffic distribution for a given traffic distribution group.</p>",
@@ -6432,7 +6432,7 @@
64326432
"base": null,
64336433
"refs": {
64346434
"AgentInfo$ConnectedToAgentTimestamp": "<p>The timestamp when the contact was connected to the agent.</p>",
6435-
"Contact$InitiationTimestamp": "<p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For <code>API</code>, this is when the request arrived.</p>",
6435+
"Contact$InitiationTimestamp": "<p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For <code>API</code>, this is when the request arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent started dialing the external participant. For <code>MONITOR</code>, this is when the supervisor started listening to a contact.</p>",
64366436
"Contact$DisconnectTimestamp": "<p>The timestamp when the customer endpoint disconnected from Amazon Connect.</p>",
64376437
"Contact$LastUpdateTimestamp": "<p>The timestamp when contact was last updated.</p>",
64386438
"Contact$ScheduledTimestamp": "<p>The timestamp, in Unix epoch time format, at which to start running the inbound flow. </p>",

apis/elasticmapreduce/2009-03-31/api-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2861,7 +2861,12 @@
28612861
},
28622862
"SpotProvisioningAllocationStrategy":{
28632863
"type":"string",
2864-
"enum":["capacity-optimized"]
2864+
"enum":[
2865+
"capacity-optimized",
2866+
"price-capacity-optimized",
2867+
"lowest-price",
2868+
"diversified"
2869+
]
28652870
},
28662871
"SpotProvisioningSpecification":{
28672872
"type":"structure",

apis/elasticmapreduce/2009-03-31/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@
18371837
"SpotProvisioningAllocationStrategy": {
18381838
"base": null,
18391839
"refs": {
1840-
"SpotProvisioningSpecification$AllocationStrategy": "<p> Specifies the strategy to use in launching Spot Instance fleets. Currently, the only option is capacity-optimized (the default), which launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. </p>"
1840+
"SpotProvisioningSpecification$AllocationStrategy": "<p>Specifies one of the following strategies to launch Spot Instance fleets: <code>price-capacity-optimized</code>, <code>capacity-optimized</code>, <code>lowest-price</code>, or <code>diversified</code>. For more information on the provisioning strategies, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html\">Allocation strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p> <note> <p>When you launch a Spot Instance fleet with the old console, it automatically launches with the <code>capacity-optimized</code> strategy. You can't change the allocation strategy from the old console.</p> </note>"
18411841
}
18421842
},
18431843
"SpotProvisioningSpecification": {

apis/iam/2010-05-08/api-2.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
},
143143
"input":{"shape":"CreateAccountAliasRequest"},
144144
"errors":[
145+
{"shape":"ConcurrentModificationException"},
145146
{"shape":"EntityAlreadyExistsException"},
146147
{"shape":"LimitExceededException"},
147148
{"shape":"ServiceFailureException"}
@@ -385,7 +386,8 @@
385386
{"shape":"EntityTemporarilyUnmodifiableException"},
386387
{"shape":"NoSuchEntityException"},
387388
{"shape":"LimitExceededException"},
388-
{"shape":"ServiceFailureException"}
389+
{"shape":"ServiceFailureException"},
390+
{"shape":"ConcurrentModificationException"}
389391
]
390392
},
391393
"DeleteAccessKey":{
@@ -409,6 +411,7 @@
409411
},
410412
"input":{"shape":"DeleteAccountAliasRequest"},
411413
"errors":[
414+
{"shape":"ConcurrentModificationException"},
412415
{"shape":"NoSuchEntityException"},
413416
{"shape":"LimitExceededException"},
414417
{"shape":"ServiceFailureException"}
@@ -644,6 +647,7 @@
644647
"errors":[
645648
{"shape":"NoSuchEntityException"},
646649
{"shape":"LimitExceededException"},
650+
{"shape":"ConcurrentModificationException"},
647651
{"shape":"ServiceFailureException"}
648652
]
649653
},
@@ -698,7 +702,8 @@
698702
{"shape":"NoSuchEntityException"},
699703
{"shape":"DeleteConflictException"},
700704
{"shape":"LimitExceededException"},
701-
{"shape":"ServiceFailureException"}
705+
{"shape":"ServiceFailureException"},
706+
{"shape":"ConcurrentModificationException"}
702707
]
703708
},
704709
"DetachGroupPolicy":{
@@ -757,7 +762,8 @@
757762
{"shape":"InvalidAuthenticationCodeException"},
758763
{"shape":"LimitExceededException"},
759764
{"shape":"NoSuchEntityException"},
760-
{"shape":"ServiceFailureException"}
765+
{"shape":"ServiceFailureException"},
766+
{"shape":"ConcurrentModificationException"}
761767
]
762768
},
763769
"GenerateCredentialReport":{
@@ -1882,7 +1888,8 @@
18821888
{"shape":"InvalidAuthenticationCodeException"},
18831889
{"shape":"NoSuchEntityException"},
18841890
{"shape":"LimitExceededException"},
1885-
{"shape":"ServiceFailureException"}
1891+
{"shape":"ServiceFailureException"},
1892+
{"shape":"ConcurrentModificationException"}
18861893
]
18871894
},
18881895
"SetDefaultPolicyVersion":{
@@ -2432,6 +2439,7 @@
24322439
{"shape":"InvalidCertificateException"},
24332440
{"shape":"DuplicateCertificateException"},
24342441
{"shape":"NoSuchEntityException"},
2442+
{"shape":"ConcurrentModificationException"},
24352443
{"shape":"ServiceFailureException"}
24362444
]
24372445
}
@@ -5843,7 +5851,7 @@
58435851
"type":"string",
58445852
"max":63,
58455853
"min":3,
5846-
"pattern":"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$"
5854+
"pattern":"^[a-z0-9]([a-z0-9]|-(?!-)){1,61}[a-z0-9]$"
58475855
},
58485856
"arnType":{
58495857
"type":"string",
@@ -6076,7 +6084,7 @@
60766084
"type":"string",
60776085
"max":512,
60786086
"min":1,
6079-
"pattern":"(\\u002F)|(\\u002F[\\u0021-\\u007F]+\\u002F)"
6087+
"pattern":"(\\u002F)|(\\u002F[\\u0021-\\u007E]+\\u002F)"
60806088
},
60816089
"policyDescriptionType":{
60826090
"type":"string",
@@ -6179,7 +6187,7 @@
61796187
"roleDescriptionType":{
61806188
"type":"string",
61816189
"max":1000,
6182-
"pattern":"[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*"
6190+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u00A1-\\u00FF]*"
61836191
},
61846192
"roleDetailListType":{
61856193
"type":"list",

0 commit comments

Comments
 (0)