Skip to content

Commit 9d886b8

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 20cfd73 commit 9d886b8

File tree

5 files changed

+65
-43
lines changed

5 files changed

+65
-43
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::SecretsManager - Updated the API, and documentation for AWS Secrets Manager.
5+
6+
* Feature - Aws::SSM - Updated the API, and documentation for Amazon Simple Systems Manager (SSM).
7+
48
2.11.318 (2019-07-22)
59
------------------
610

aws-sdk-core/apis/secretsmanager/2017-10-17/api-2.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,8 @@
429429
"box":true
430430
},
431431
"Tags":{"shape":"TagListType"},
432-
"VersionIdsToStages":{"shape":"SecretVersionsToStagesMapType"}
432+
"VersionIdsToStages":{"shape":"SecretVersionsToStagesMapType"},
433+
"OwningService":{"shape":"OwningServiceType"}
433434
}
434435
},
435436
"DescriptionType":{
@@ -643,7 +644,12 @@
643644
},
644645
"NonEmptyResourcePolicyType":{
645646
"type":"string",
646-
"max":4096,
647+
"max":20480,
648+
"min":1
649+
},
650+
"OwningServiceType":{
651+
"type":"string",
652+
"max":128,
647653
"min":1
648654
},
649655
"PasswordLengthType":{
@@ -702,7 +708,8 @@
702708
"RandomPasswordType":{
703709
"type":"string",
704710
"max":4096,
705-
"min":0
711+
"min":0,
712+
"sensitive":true
706713
},
707714
"RecoveryWindowInDaysType":{"type":"long"},
708715
"RequireEachIncludedTypeType":{"type":"boolean"},
@@ -780,7 +787,7 @@
780787
},
781788
"SecretBinaryType":{
782789
"type":"blob",
783-
"max":7168,
790+
"max":10240,
784791
"min":0,
785792
"sensitive":true
786793
},
@@ -816,7 +823,8 @@
816823
},
817824
"DeletedDate":{"shape":"DeletedDateType"},
818825
"Tags":{"shape":"TagListType"},
819-
"SecretVersionsToStages":{"shape":"SecretVersionsToStagesMapType"}
826+
"SecretVersionsToStages":{"shape":"SecretVersionsToStagesMapType"},
827+
"OwningService":{"shape":"OwningServiceType"}
820828
}
821829
},
822830
"SecretListType":{
@@ -830,7 +838,7 @@
830838
},
831839
"SecretStringType":{
832840
"type":"string",
833-
"max":7168,
841+
"max":10240,
834842
"min":0,
835843
"sensitive":true
836844
},

aws-sdk-core/apis/secretsmanager/2017-10-17/docs-2.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,13 @@
328328
"PutResourcePolicyRequest$ResourcePolicy": "<p>A JSON-formatted string that's constructed according to the grammar and syntax for an AWS resource-based policy. The policy in the string identifies who can access or manage this secret and its versions. For information on how to format a JSON parameter for the various command line tool environments, see <a href=\"http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#cli-using-param-json\">Using JSON for Parameters</a> in the <i>AWS CLI User Guide</i>.</p>"
329329
}
330330
},
331+
"OwningServiceType": {
332+
"base": null,
333+
"refs": {
334+
"DescribeSecretResponse$OwningService": null,
335+
"SecretListEntry$OwningService": null
336+
}
337+
},
331338
"PasswordLengthType": {
332339
"base": null,
333340
"refs": {

aws-sdk-core/apis/ssm/2014-11-06/api-2.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5517,7 +5517,7 @@
55175517
"InventoryGroupList":{
55185518
"type":"list",
55195519
"member":{"shape":"InventoryGroup"},
5520-
"max":10,
5520+
"max":15,
55215521
"min":1
55225522
},
55235523
"InventoryGroupName":{
@@ -6206,7 +6206,10 @@
62066206
},
62076207
"MaintenanceWindowResourceType":{
62086208
"type":"string",
6209-
"enum":["INSTANCE"]
6209+
"enum":[
6210+
"INSTANCE",
6211+
"RESOURCE_GROUP"
6212+
]
62106213
},
62116214
"MaintenanceWindowRunCommandParameters":{
62126215
"type":"structure",
@@ -8411,9 +8414,9 @@
84118414
},
84128415
"TargetKey":{
84138416
"type":"string",
8414-
"max":128,
8417+
"max":163,
84158418
"min":1,
8416-
"pattern":"^[\\p{L}\\p{Z}\\p{N}_.:/=\\-@]*$"
8419+
"pattern":"^[\\p{L}\\p{Z}\\p{N}_.:/=\\-@]*$|resource-groups:ResourceTypeFilters|resource-groups:Name"
84178420
},
84188421
"TargetLocation":{
84198422
"type":"structure",

0 commit comments

Comments
 (0)