aws-sdk-core 2.11.216 → 2.11.217

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef891f09bddb03abe05dfd273e145a4f7e05aeb8
4
- data.tar.gz: d4a9412fa3c4cff66f3a65e9d0a10f4857fb9337
3
+ metadata.gz: f18d1e8d19564553ca045b855f90cc4ebc727005
4
+ data.tar.gz: 128b7e53c0a36b9019b94eec508f9e3d3399250c
5
5
  SHA512:
6
- metadata.gz: d26a5be743bfe7f593981b0518043d64eb5dafebdd6cbc4adeec64f6c5d18e178dda55950a89a7a599808dfbc667bc43cb46c1de2dcff62f31dab7e981c9e276
7
- data.tar.gz: e2606a4c625e6f407b9a665aab2923e2f1f0fe74c8b1c84208ff7e1474a7e13dbed2c5ff3ae4add7d824ac6cde477b750c1feebdaf24f213359088697840d6e6
6
+ metadata.gz: 340bb369e15df6ef7871d77eaa2fe1fdb195441c8bcb6ede50e362e84a4d2d105ff60b41bd071681983cadbda0fac52fbed8ff7e239f4b151c6da608a19113e9
7
+ data.tar.gz: 244fb594a19521bed873695f75292c0a6671adff518fcbbda04f0452303460f49e20efe9a94b5b1d1a15cf383d2bdfebc493f96c4f6a44631060eb143f83577c
@@ -393,7 +393,10 @@
393
393
  "member":{"shape":"Time"},
394
394
  "max":1
395
395
  },
396
- "Timestamp":{"type":"timestamp"},
396
+ "Timestamp":{
397
+ "type":"timestamp",
398
+ "timestampFormat":"iso8601"
399
+ },
397
400
  "UpdateLifecyclePolicyRequest":{
398
401
  "type":"structure",
399
402
  "required":["PolicyId"],
@@ -367,6 +367,20 @@
367
367
  {"shape":"InvalidParameterException"}
368
368
  ]
369
369
  },
370
+ "PutAccountSettingDefault":{
371
+ "name":"PutAccountSettingDefault",
372
+ "http":{
373
+ "method":"POST",
374
+ "requestUri":"/"
375
+ },
376
+ "input":{"shape":"PutAccountSettingDefaultRequest"},
377
+ "output":{"shape":"PutAccountSettingDefaultResponse"},
378
+ "errors":[
379
+ {"shape":"ServerException"},
380
+ {"shape":"ClientException"},
381
+ {"shape":"InvalidParameterException"}
382
+ ]
383
+ },
370
384
  "PutAttributes":{
371
385
  "name":"PutAttributes",
372
386
  "http":{
@@ -1654,6 +1668,23 @@
1654
1668
  "SERVICE"
1655
1669
  ]
1656
1670
  },
1671
+ "PutAccountSettingDefaultRequest":{
1672
+ "type":"structure",
1673
+ "required":[
1674
+ "name",
1675
+ "value"
1676
+ ],
1677
+ "members":{
1678
+ "name":{"shape":"SettingName"},
1679
+ "value":{"shape":"String"}
1680
+ }
1681
+ },
1682
+ "PutAccountSettingDefaultResponse":{
1683
+ "type":"structure",
1684
+ "members":{
1685
+ "setting":{"shape":"Setting"}
1686
+ }
1687
+ },
1657
1688
  "PutAccountSettingRequest":{
1658
1689
  "type":"structure",
1659
1690
  "required":[
@@ -155,6 +155,51 @@
155
155
  "title": "To create a new service behind a load balancer"
156
156
  }
157
157
  ],
158
+ "DeleteAccountSetting": [
159
+ {
160
+ "input": {
161
+ "name": "serviceLongArnFormat"
162
+ },
163
+ "output": {
164
+ "setting": {
165
+ "name": "serviceLongArnFormat",
166
+ "value": "enabled",
167
+ "principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
168
+ }
169
+ },
170
+ "comments": {
171
+ "input": {
172
+ },
173
+ "output": {
174
+ }
175
+ },
176
+ "description": "This example deletes the account setting for your user for the specified resource type.",
177
+ "id": "to-delete-the-account-setting-for-your-user-account-1549524548115",
178
+ "title": "To delete your account setting"
179
+ },
180
+ {
181
+ "input": {
182
+ "name": "containerInstanceLongArnFormat",
183
+ "principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
184
+ },
185
+ "output": {
186
+ "setting": {
187
+ "name": "containerInstanceLongArnFormat",
188
+ "value": "enabled",
189
+ "principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
190
+ }
191
+ },
192
+ "comments": {
193
+ "input": {
194
+ },
195
+ "output": {
196
+ }
197
+ },
198
+ "description": "This example deletes the account setting for a specific IAM user or IAM role for the specified resource type. Only the root user can view or modify the account settings for another user.",
199
+ "id": "to-delete-the-account-setting-for-a-specific-iam-user-or-iam-role-1549524612917",
200
+ "title": "To delete the account settings for a specific IAM user or IAM role"
201
+ }
202
+ ],
158
203
  "DeleteCluster": [
159
204
  {
160
205
  "input": {
@@ -537,6 +582,75 @@
537
582
  "title": "To describe a task"
538
583
  }
539
584
  ],
585
+ "ListAccountSettings": [
586
+ {
587
+ "input": {
588
+ "effectiveSettings": true
589
+ },
590
+ "output": {
591
+ "settings": [
592
+ {
593
+ "name": "containerInstanceLongArnFormat",
594
+ "value": "disabled",
595
+ "principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
596
+ },
597
+ {
598
+ "name": "serviceLongArnFormat",
599
+ "value": "enabled",
600
+ "principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
601
+ },
602
+ {
603
+ "name": "taskLongArnFormat",
604
+ "value": "disabled",
605
+ "principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
606
+ }
607
+ ]
608
+ },
609
+ "comments": {
610
+ "input": {
611
+ },
612
+ "output": {
613
+ }
614
+ },
615
+ "description": "This example displays the effective account settings for your account.",
616
+ "id": "to-view-your-account-settings-1549524118170",
617
+ "title": "To view your effective account settings"
618
+ },
619
+ {
620
+ "input": {
621
+ "effectiveSettings": true,
622
+ "principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
623
+ },
624
+ "output": {
625
+ "settings": [
626
+ {
627
+ "name": "containerInstanceLongArnFormat",
628
+ "value": "disabled",
629
+ "principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
630
+ },
631
+ {
632
+ "name": "serviceLongArnFormat",
633
+ "value": "enabled",
634
+ "principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
635
+ },
636
+ {
637
+ "name": "taskLongArnFormat",
638
+ "value": "disabled",
639
+ "principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
640
+ }
641
+ ]
642
+ },
643
+ "comments": {
644
+ "input": {
645
+ },
646
+ "output": {
647
+ }
648
+ },
649
+ "description": "This example displays the effective account settings for the specified user or role.",
650
+ "id": "to-view-the-account-settings-for-a-specific-iam-user-or-iam-role-1549524237932",
651
+ "title": "To view the effective account settings for a specific IAM user or IAM role"
652
+ }
653
+ ],
540
654
  "ListClusters": [
541
655
  {
542
656
  "input": {
@@ -756,6 +870,77 @@
756
870
  "title": "To list the tasks on a particular container instance"
757
871
  }
758
872
  ],
873
+ "PutAccountSetting": [
874
+ {
875
+ "input": {
876
+ "name": "serviceLongArnFormat",
877
+ "value": "enabled"
878
+ },
879
+ "output": {
880
+ "setting": {
881
+ "name": "serviceLongArnFormat",
882
+ "value": "enabled",
883
+ "principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
884
+ }
885
+ },
886
+ "comments": {
887
+ "input": {
888
+ },
889
+ "output": {
890
+ }
891
+ },
892
+ "description": "This example modifies your account settings to opt in to the new ARN and resource ID format for Amazon ECS services. If you’re using this command as the root user, then changes apply to the entire AWS account, unless an IAM user or role explicitly overrides these settings for themselves.",
893
+ "id": "to-modify-the-account-settings-for-your-iam-user-account-1549523130939",
894
+ "title": "To modify your account settings"
895
+ },
896
+ {
897
+ "input": {
898
+ "name": "containerInstanceLongArnFormat",
899
+ "value": "enabled",
900
+ "principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
901
+ },
902
+ "output": {
903
+ "setting": {
904
+ "name": "containerInstanceLongArnFormat",
905
+ "value": "enabled",
906
+ "principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
907
+ }
908
+ },
909
+ "comments": {
910
+ "input": {
911
+ },
912
+ "output": {
913
+ }
914
+ },
915
+ "description": "This example modifies the account setting for a specific IAM user or IAM role to opt in to the new ARN and resource ID format for Amazon ECS container instances. If you’re using this command as the root user, then changes apply to the entire AWS account, unless an IAM user or role explicitly overrides these settings for themselves.",
916
+ "id": "to-modify-the-account-settings-for-a-specific-iam-user-or-iam-role-1549523518390",
917
+ "title": "To modify the account settings for a specific IAM user or IAM role"
918
+ }
919
+ ],
920
+ "PutAccountSettingDefault": [
921
+ {
922
+ "input": {
923
+ "name": "serviceLongArnFormat",
924
+ "value": "enabled"
925
+ },
926
+ "output": {
927
+ "setting": {
928
+ "name": "serviceLongArnFormat",
929
+ "value": "enabled",
930
+ "principalArn": "arn:aws:iam::<aws_account_id>:root"
931
+ }
932
+ },
933
+ "comments": {
934
+ "input": {
935
+ },
936
+ "output": {
937
+ }
938
+ },
939
+ "description": "This example modifies the default account setting for the specified resource for all IAM users or roles on an account. These changes apply to the entire AWS account, unless an IAM user or role explicitly overrides these settings for themselves.",
940
+ "id": "to-modify-the-default-account-settings-for-all-iam-users-or-roles-on-your-account-1549523794603",
941
+ "title": "To modify the default account settings for all IAM users or roles on an account"
942
+ }
943
+ ],
759
944
  "RegisterTaskDefinition": [
760
945
  {
761
946
  "input": {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.216'
2
+ VERSION = '2.11.217'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.216
4
+ version: 2.11.217
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-07 00:00:00.000000000 Z
11
+ date: 2019-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath