aws-sdk-core 2.11.286 → 2.11.287

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: 587c381877e0ba6ffafa1c89b6121df3d7b78c22
4
- data.tar.gz: 6afb775c8129fe5cae9ed80083509705238995f6
3
+ metadata.gz: bee2ab707eb69cd9599efea5eebc56b655d70624
4
+ data.tar.gz: 5e36b8b35c6d279db01e7952c7edd6ac2a34c421
5
5
  SHA512:
6
- metadata.gz: 73b16c441a8e79fc8b62f83e518e58c3d4c87d5fc5c009f241b1efe4cd130d1683972dfaccc511aa5afbcddf39691308d5b48d29fe0f5f0f227f2d6b642e6f4f
7
- data.tar.gz: '013191ce99943b039699cc94bfe91319d3ab3afe67c198429f93ee47c91a44315c9978f73d18feae7cc7d3ecf8630fbc0b9b27f5dd4c3d245462bda631b19f8c'
6
+ metadata.gz: 62a7d9675365c19e512a1b6ac9ee57bdb0b530e4458e6869a7f99f43a8f8e01df680e5ccb82b30fcf180b67963d97e9c13d5f642222e54ef5b8436c8ea45e8e7
7
+ data.tar.gz: 732c674be383b32a5672bd69f9a571043145a91c67331e59e272fbf5848245fc26121b65a97e231124ea5d0043f255657cd1d6f710db215e0aeacd588df64ff5
@@ -3309,7 +3309,8 @@
3309
3309
  "TagSpecifications":{
3310
3310
  "shape":"TagSpecificationList",
3311
3311
  "locationName":"TagSpecification"
3312
- }
3312
+ },
3313
+ "HostRecovery":{"shape":"HostRecovery"}
3313
3314
  }
3314
3315
  },
3315
3316
  "AllocateHostsResult":{
@@ -3335,7 +3336,8 @@
3335
3336
  "under-assessment",
3336
3337
  "permanent-failure",
3337
3338
  "released",
3338
- "released-permanent-failure"
3339
+ "released-permanent-failure",
3340
+ "pending"
3339
3341
  ]
3340
3342
  },
3341
3343
  "AllocationStrategy":{
@@ -12650,6 +12652,10 @@
12650
12652
  "Tags":{
12651
12653
  "shape":"TagList",
12652
12654
  "locationName":"tagSet"
12655
+ },
12656
+ "HostRecovery":{
12657
+ "shape":"HostRecovery",
12658
+ "locationName":"hostRecovery"
12653
12659
  }
12654
12660
  }
12655
12661
  },
@@ -12741,6 +12747,13 @@
12741
12747
  }
12742
12748
  }
12743
12749
  },
12750
+ "HostRecovery":{
12751
+ "type":"string",
12752
+ "enum":[
12753
+ "on",
12754
+ "off"
12755
+ ]
12756
+ },
12744
12757
  "HostReservation":{
12745
12758
  "type":"structure",
12746
12759
  "members":{
@@ -15913,10 +15926,7 @@
15913
15926
  },
15914
15927
  "ModifyHostsRequest":{
15915
15928
  "type":"structure",
15916
- "required":[
15917
- "AutoPlacement",
15918
- "HostIds"
15919
- ],
15929
+ "required":["HostIds"],
15920
15930
  "members":{
15921
15931
  "AutoPlacement":{
15922
15932
  "shape":"AutoPlacement",
@@ -15925,7 +15935,8 @@
15925
15935
  "HostIds":{
15926
15936
  "shape":"RequestHostIdList",
15927
15937
  "locationName":"hostId"
15928
- }
15938
+ },
15939
+ "HostRecovery":{"shape":"HostRecovery"}
15929
15940
  }
15930
15941
  },
15931
15942
  "ModifyHostsResult":{
@@ -48,6 +48,38 @@
48
48
  {"shape":"InvalidParameterCombinationException"}
49
49
  ]
50
50
  },
51
+ "BatchApplyUpdateAction":{
52
+ "name":"BatchApplyUpdateAction",
53
+ "http":{
54
+ "method":"POST",
55
+ "requestUri":"/"
56
+ },
57
+ "input":{"shape":"BatchApplyUpdateActionMessage"},
58
+ "output":{
59
+ "shape":"UpdateActionResultsMessage",
60
+ "resultWrapper":"BatchApplyUpdateActionResult"
61
+ },
62
+ "errors":[
63
+ {"shape":"ServiceUpdateNotFoundFault"},
64
+ {"shape":"InvalidParameterValueException"}
65
+ ]
66
+ },
67
+ "BatchStopUpdateAction":{
68
+ "name":"BatchStopUpdateAction",
69
+ "http":{
70
+ "method":"POST",
71
+ "requestUri":"/"
72
+ },
73
+ "input":{"shape":"BatchStopUpdateActionMessage"},
74
+ "output":{
75
+ "shape":"UpdateActionResultsMessage",
76
+ "resultWrapper":"BatchStopUpdateActionResult"
77
+ },
78
+ "errors":[
79
+ {"shape":"ServiceUpdateNotFoundFault"},
80
+ {"shape":"InvalidParameterValueException"}
81
+ ]
82
+ },
51
83
  "CopySnapshot":{
52
84
  "name":"CopySnapshot",
53
85
  "http":{
@@ -507,6 +539,23 @@
507
539
  {"shape":"InvalidParameterCombinationException"}
508
540
  ]
509
541
  },
542
+ "DescribeServiceUpdates":{
543
+ "name":"DescribeServiceUpdates",
544
+ "http":{
545
+ "method":"POST",
546
+ "requestUri":"/"
547
+ },
548
+ "input":{"shape":"DescribeServiceUpdatesMessage"},
549
+ "output":{
550
+ "shape":"ServiceUpdatesMessage",
551
+ "resultWrapper":"DescribeServiceUpdatesResult"
552
+ },
553
+ "errors":[
554
+ {"shape":"ServiceUpdateNotFoundFault"},
555
+ {"shape":"InvalidParameterValueException"},
556
+ {"shape":"InvalidParameterCombinationException"}
557
+ ]
558
+ },
510
559
  "DescribeSnapshots":{
511
560
  "name":"DescribeSnapshots",
512
561
  "http":{
@@ -525,6 +574,22 @@
525
574
  {"shape":"InvalidParameterCombinationException"}
526
575
  ]
527
576
  },
577
+ "DescribeUpdateActions":{
578
+ "name":"DescribeUpdateActions",
579
+ "http":{
580
+ "method":"POST",
581
+ "requestUri":"/"
582
+ },
583
+ "input":{"shape":"DescribeUpdateActionsMessage"},
584
+ "output":{
585
+ "shape":"UpdateActionsMessage",
586
+ "resultWrapper":"DescribeUpdateActionsResult"
587
+ },
588
+ "errors":[
589
+ {"shape":"InvalidParameterValueException"},
590
+ {"shape":"InvalidParameterCombinationException"}
591
+ ]
592
+ },
528
593
  "IncreaseReplicaCount":{
529
594
  "name":"IncreaseReplicaCount",
530
595
  "http":{
@@ -916,6 +981,28 @@
916
981
  }
917
982
  },
918
983
  "AwsQueryErrorMessage":{"type":"string"},
984
+ "BatchApplyUpdateActionMessage":{
985
+ "type":"structure",
986
+ "required":[
987
+ "ReplicationGroupIds",
988
+ "ServiceUpdateName"
989
+ ],
990
+ "members":{
991
+ "ReplicationGroupIds":{"shape":"ReplicationGroupIdList"},
992
+ "ServiceUpdateName":{"shape":"String"}
993
+ }
994
+ },
995
+ "BatchStopUpdateActionMessage":{
996
+ "type":"structure",
997
+ "required":[
998
+ "ReplicationGroupIds",
999
+ "ServiceUpdateName"
1000
+ ],
1001
+ "members":{
1002
+ "ReplicationGroupIds":{"shape":"ReplicationGroupIdList"},
1003
+ "ServiceUpdateName":{"shape":"String"}
1004
+ }
1005
+ },
919
1006
  "Boolean":{"type":"boolean"},
920
1007
  "BooleanOptional":{"type":"boolean"},
921
1008
  "CacheCluster":{
@@ -1706,6 +1793,15 @@
1706
1793
  "Marker":{"shape":"String"}
1707
1794
  }
1708
1795
  },
1796
+ "DescribeServiceUpdatesMessage":{
1797
+ "type":"structure",
1798
+ "members":{
1799
+ "ServiceUpdateName":{"shape":"String"},
1800
+ "ServiceUpdateStatus":{"shape":"ServiceUpdateStatusList"},
1801
+ "MaxRecords":{"shape":"IntegerOptional"},
1802
+ "Marker":{"shape":"String"}
1803
+ }
1804
+ },
1709
1805
  "DescribeSnapshotsListMessage":{
1710
1806
  "type":"structure",
1711
1807
  "members":{
@@ -1725,6 +1821,19 @@
1725
1821
  "ShowNodeGroupConfig":{"shape":"BooleanOptional"}
1726
1822
  }
1727
1823
  },
1824
+ "DescribeUpdateActionsMessage":{
1825
+ "type":"structure",
1826
+ "members":{
1827
+ "ServiceUpdateName":{"shape":"String"},
1828
+ "ReplicationGroupIds":{"shape":"ReplicationGroupIdList"},
1829
+ "ServiceUpdateStatus":{"shape":"ServiceUpdateStatusList"},
1830
+ "ServiceUpdateTimeRange":{"shape":"TimeRangeFilter"},
1831
+ "UpdateActionStatus":{"shape":"UpdateActionStatusList"},
1832
+ "ShowNodeLevelUpdateStatus":{"shape":"BooleanOptional"},
1833
+ "MaxRecords":{"shape":"IntegerOptional"},
1834
+ "Marker":{"shape":"String"}
1835
+ }
1836
+ },
1728
1837
  "Double":{"type":"double"},
1729
1838
  "EC2SecurityGroup":{
1730
1839
  "type":"structure",
@@ -2117,6 +2226,27 @@
2117
2226
  "locationName":"NodeGroupMember"
2118
2227
  }
2119
2228
  },
2229
+ "NodeGroupMemberUpdateStatus":{
2230
+ "type":"structure",
2231
+ "members":{
2232
+ "CacheClusterId":{"shape":"String"},
2233
+ "CacheNodeId":{"shape":"String"},
2234
+ "NodeUpdateStatus":{"shape":"NodeUpdateStatus"},
2235
+ "NodeDeletionDate":{"shape":"TStamp"},
2236
+ "NodeUpdateStartDate":{"shape":"TStamp"},
2237
+ "NodeUpdateEndDate":{"shape":"TStamp"},
2238
+ "NodeUpdateInitiatedBy":{"shape":"NodeUpdateInitiatedBy"},
2239
+ "NodeUpdateInitiatedDate":{"shape":"TStamp"},
2240
+ "NodeUpdateStatusModifiedDate":{"shape":"TStamp"}
2241
+ }
2242
+ },
2243
+ "NodeGroupMemberUpdateStatusList":{
2244
+ "type":"list",
2245
+ "member":{
2246
+ "shape":"NodeGroupMemberUpdateStatus",
2247
+ "locationName":"NodeGroupMemberUpdateStatus"
2248
+ }
2249
+ },
2120
2250
  "NodeGroupNotFoundFault":{
2121
2251
  "type":"structure",
2122
2252
  "members":{
@@ -2128,6 +2258,20 @@
2128
2258
  },
2129
2259
  "exception":true
2130
2260
  },
2261
+ "NodeGroupUpdateStatus":{
2262
+ "type":"structure",
2263
+ "members":{
2264
+ "NodeGroupId":{"shape":"String"},
2265
+ "NodeGroupMemberUpdateStatus":{"shape":"NodeGroupMemberUpdateStatusList"}
2266
+ }
2267
+ },
2268
+ "NodeGroupUpdateStatusList":{
2269
+ "type":"list",
2270
+ "member":{
2271
+ "shape":"NodeGroupUpdateStatus",
2272
+ "locationName":"NodeGroupUpdateStatus"
2273
+ }
2274
+ },
2131
2275
  "NodeGroupsPerReplicationGroupQuotaExceededFault":{
2132
2276
  "type":"structure",
2133
2277
  "members":{
@@ -2199,6 +2343,24 @@
2199
2343
  "type":"list",
2200
2344
  "member":{"shape":"String"}
2201
2345
  },
2346
+ "NodeUpdateInitiatedBy":{
2347
+ "type":"string",
2348
+ "enum":[
2349
+ "system",
2350
+ "customer"
2351
+ ]
2352
+ },
2353
+ "NodeUpdateStatus":{
2354
+ "type":"string",
2355
+ "enum":[
2356
+ "not-applied",
2357
+ "waiting-to-start",
2358
+ "in-progress",
2359
+ "stopping",
2360
+ "stopped",
2361
+ "complete"
2362
+ ]
2363
+ },
2202
2364
  "NotificationConfiguration":{
2203
2365
  "type":"structure",
2204
2366
  "members":{
@@ -2264,6 +2426,21 @@
2264
2426
  "locationName":"PreferredAvailabilityZone"
2265
2427
  }
2266
2428
  },
2429
+ "ProcessedUpdateAction":{
2430
+ "type":"structure",
2431
+ "members":{
2432
+ "ReplicationGroupId":{"shape":"String"},
2433
+ "ServiceUpdateName":{"shape":"String"},
2434
+ "UpdateActionStatus":{"shape":"UpdateActionStatus"}
2435
+ }
2436
+ },
2437
+ "ProcessedUpdateActionList":{
2438
+ "type":"list",
2439
+ "member":{
2440
+ "shape":"ProcessedUpdateAction",
2441
+ "locationName":"ProcessedUpdateAction"
2442
+ }
2443
+ },
2267
2444
  "PurchaseReservedCacheNodesOfferingMessage":{
2268
2445
  "type":"structure",
2269
2446
  "required":["ReservedCacheNodesOfferingId"],
@@ -2366,6 +2543,11 @@
2366
2543
  },
2367
2544
  "exception":true
2368
2545
  },
2546
+ "ReplicationGroupIdList":{
2547
+ "type":"list",
2548
+ "member":{"shape":"String"},
2549
+ "max":20
2550
+ },
2369
2551
  "ReplicationGroupList":{
2370
2552
  "type":"list",
2371
2553
  "member":{
@@ -2581,6 +2763,82 @@
2581
2763
  },
2582
2764
  "exception":true
2583
2765
  },
2766
+ "ServiceUpdate":{
2767
+ "type":"structure",
2768
+ "members":{
2769
+ "ServiceUpdateName":{"shape":"String"},
2770
+ "ServiceUpdateReleaseDate":{"shape":"TStamp"},
2771
+ "ServiceUpdateEndDate":{"shape":"TStamp"},
2772
+ "ServiceUpdateSeverity":{"shape":"ServiceUpdateSeverity"},
2773
+ "ServiceUpdateRecommendedApplyByDate":{"shape":"TStamp"},
2774
+ "ServiceUpdateStatus":{"shape":"ServiceUpdateStatus"},
2775
+ "ServiceUpdateDescription":{"shape":"String"},
2776
+ "ServiceUpdateType":{"shape":"ServiceUpdateType"},
2777
+ "Engine":{"shape":"String"},
2778
+ "EngineVersion":{"shape":"String"},
2779
+ "AutoUpdateAfterRecommendedApplyByDate":{"shape":"BooleanOptional"},
2780
+ "EstimatedUpdateTime":{"shape":"String"}
2781
+ }
2782
+ },
2783
+ "ServiceUpdateList":{
2784
+ "type":"list",
2785
+ "member":{
2786
+ "shape":"ServiceUpdate",
2787
+ "locationName":"ServiceUpdate"
2788
+ }
2789
+ },
2790
+ "ServiceUpdateNotFoundFault":{
2791
+ "type":"structure",
2792
+ "members":{
2793
+ },
2794
+ "error":{
2795
+ "code":"ServiceUpdateNotFoundFault",
2796
+ "httpStatusCode":404,
2797
+ "senderFault":true
2798
+ },
2799
+ "exception":true
2800
+ },
2801
+ "ServiceUpdateSeverity":{
2802
+ "type":"string",
2803
+ "enum":[
2804
+ "critical",
2805
+ "important",
2806
+ "medium",
2807
+ "low"
2808
+ ]
2809
+ },
2810
+ "ServiceUpdateStatus":{
2811
+ "type":"string",
2812
+ "enum":[
2813
+ "available",
2814
+ "cancelled",
2815
+ "expired"
2816
+ ]
2817
+ },
2818
+ "ServiceUpdateStatusList":{
2819
+ "type":"list",
2820
+ "member":{"shape":"ServiceUpdateStatus"},
2821
+ "max":3
2822
+ },
2823
+ "ServiceUpdateType":{
2824
+ "type":"string",
2825
+ "enum":["security-update"]
2826
+ },
2827
+ "ServiceUpdatesMessage":{
2828
+ "type":"structure",
2829
+ "members":{
2830
+ "Marker":{"shape":"String"},
2831
+ "ServiceUpdates":{"shape":"ServiceUpdateList"}
2832
+ }
2833
+ },
2834
+ "SlaMet":{
2835
+ "type":"string",
2836
+ "enum":[
2837
+ "yes",
2838
+ "no",
2839
+ "n/a"
2840
+ ]
2841
+ },
2584
2842
  "SlotMigration":{
2585
2843
  "type":"structure",
2586
2844
  "members":{
@@ -2788,6 +3046,85 @@
2788
3046
  "members":{
2789
3047
  "ReplicationGroup":{"shape":"ReplicationGroup"}
2790
3048
  }
3049
+ },
3050
+ "TimeRangeFilter":{
3051
+ "type":"structure",
3052
+ "members":{
3053
+ "StartTime":{"shape":"TStamp"},
3054
+ "EndTime":{"shape":"TStamp"}
3055
+ }
3056
+ },
3057
+ "UnprocessedUpdateAction":{
3058
+ "type":"structure",
3059
+ "members":{
3060
+ "ReplicationGroupId":{"shape":"String"},
3061
+ "ServiceUpdateName":{"shape":"String"},
3062
+ "ErrorType":{"shape":"String"},
3063
+ "ErrorMessage":{"shape":"String"}
3064
+ }
3065
+ },
3066
+ "UnprocessedUpdateActionList":{
3067
+ "type":"list",
3068
+ "member":{
3069
+ "shape":"UnprocessedUpdateAction",
3070
+ "locationName":"UnprocessedUpdateAction"
3071
+ }
3072
+ },
3073
+ "UpdateAction":{
3074
+ "type":"structure",
3075
+ "members":{
3076
+ "ReplicationGroupId":{"shape":"String"},
3077
+ "ServiceUpdateName":{"shape":"String"},
3078
+ "ServiceUpdateReleaseDate":{"shape":"TStamp"},
3079
+ "ServiceUpdateSeverity":{"shape":"ServiceUpdateSeverity"},
3080
+ "ServiceUpdateStatus":{"shape":"ServiceUpdateStatus"},
3081
+ "ServiceUpdateRecommendedApplyByDate":{"shape":"TStamp"},
3082
+ "ServiceUpdateType":{"shape":"ServiceUpdateType"},
3083
+ "UpdateActionAvailableDate":{"shape":"TStamp"},
3084
+ "UpdateActionStatus":{"shape":"UpdateActionStatus"},
3085
+ "NodesUpdated":{"shape":"String"},
3086
+ "UpdateActionStatusModifiedDate":{"shape":"TStamp"},
3087
+ "SlaMet":{"shape":"SlaMet"},
3088
+ "NodeGroupUpdateStatus":{"shape":"NodeGroupUpdateStatusList"},
3089
+ "EstimatedUpdateTime":{"shape":"String"}
3090
+ }
3091
+ },
3092
+ "UpdateActionList":{
3093
+ "type":"list",
3094
+ "member":{
3095
+ "shape":"UpdateAction",
3096
+ "locationName":"UpdateAction"
3097
+ }
3098
+ },
3099
+ "UpdateActionResultsMessage":{
3100
+ "type":"structure",
3101
+ "members":{
3102
+ "ProcessedUpdateActions":{"shape":"ProcessedUpdateActionList"},
3103
+ "UnprocessedUpdateActions":{"shape":"UnprocessedUpdateActionList"}
3104
+ }
3105
+ },
3106
+ "UpdateActionStatus":{
3107
+ "type":"string",
3108
+ "enum":[
3109
+ "not-applied",
3110
+ "waiting-to-start",
3111
+ "in-progress",
3112
+ "stopping",
3113
+ "stopped",
3114
+ "complete"
3115
+ ]
3116
+ },
3117
+ "UpdateActionStatusList":{
3118
+ "type":"list",
3119
+ "member":{"shape":"UpdateActionStatus"},
3120
+ "max":6
3121
+ },
3122
+ "UpdateActionsMessage":{
3123
+ "type":"structure",
3124
+ "members":{
3125
+ "Marker":{"shape":"String"},
3126
+ "UpdateActions":{"shape":"UpdateActionList"}
3127
+ }
2791
3128
  }
2792
3129
  }
2793
3130
  }
@@ -66,11 +66,23 @@
66
66
  "output_token": "Marker",
67
67
  "result_key": "ReservedCacheNodesOfferings"
68
68
  },
69
+ "DescribeServiceUpdates": {
70
+ "input_token": "Marker",
71
+ "limit_key": "MaxRecords",
72
+ "output_token": "Marker",
73
+ "result_key": "ServiceUpdates"
74
+ },
69
75
  "DescribeSnapshots": {
70
76
  "input_token": "Marker",
71
77
  "limit_key": "MaxRecords",
72
78
  "output_token": "Marker",
73
79
  "result_key": "Snapshots"
80
+ },
81
+ "DescribeUpdateActions": {
82
+ "input_token": "Marker",
83
+ "limit_key": "MaxRecords",
84
+ "output_token": "Marker",
85
+ "result_key": "UpdateActions"
74
86
  }
75
87
  }
76
88
  }
@@ -5432,6 +5432,8 @@
5432
5432
  },
5433
5433
  "policyPathType":{
5434
5434
  "type":"string",
5435
+ "max":512,
5436
+ "min":1,
5435
5437
  "pattern":"((/[A-Za-z0-9\\.,\\+@=_-]+)*)/"
5436
5438
  },
5437
5439
  "policyScopeType":{
@@ -267,7 +267,7 @@
267
267
  "CreateRole": [
268
268
  {
269
269
  "input": {
270
- "AssumeRolePolicyDocument": "<URL-encoded-JSON>",
270
+ "AssumeRolePolicyDocument": "<Stringified-JSON>",
271
271
  "Path": "/",
272
272
  "RoleName": "Test-Role"
273
273
  },
@@ -287,7 +287,7 @@
287
287
  "output": {
288
288
  }
289
289
  },
290
- "description": "The following command creates a role named Test-Role and attaches a trust policy to it that is provided as a URL-encoded JSON string.",
290
+ "description": "The following command creates a role named Test-Role and attaches a trust policy that you must convert from JSON to a string. Upon success, the response includes the same policy as a URL-encoded JSON string.",
291
291
  "id": "eaaa4b5f-51f1-4f73-b0d3-30127040eff8",
292
292
  "title": "To create an IAM role"
293
293
  }
@@ -924,6 +924,19 @@
924
924
  {"shape":"InternalServerError"}
925
925
  ]
926
926
  },
927
+ "UpdateSMBSecurityStrategy":{
928
+ "name":"UpdateSMBSecurityStrategy",
929
+ "http":{
930
+ "method":"POST",
931
+ "requestUri":"/"
932
+ },
933
+ "input":{"shape":"UpdateSMBSecurityStrategyInput"},
934
+ "output":{"shape":"UpdateSMBSecurityStrategyOutput"},
935
+ "errors":[
936
+ {"shape":"InvalidGatewayRequestException"},
937
+ {"shape":"InternalServerError"}
938
+ ]
939
+ },
927
940
  "UpdateSnapshotSchedule":{
928
941
  "name":"UpdateSnapshotSchedule",
929
942
  "http":{
@@ -1610,7 +1623,8 @@
1610
1623
  "LastSoftwareUpdate":{"shape":"LastSoftwareUpdate"},
1611
1624
  "Ec2InstanceId":{"shape":"Ec2InstanceId"},
1612
1625
  "Ec2InstanceRegion":{"shape":"Ec2InstanceRegion"},
1613
- "Tags":{"shape":"Tags"}
1626
+ "Tags":{"shape":"Tags"},
1627
+ "VPCEndpoint":{"shape":"string"}
1614
1628
  }
1615
1629
  },
1616
1630
  "DescribeMaintenanceStartTimeInput":{
@@ -1669,7 +1683,8 @@
1669
1683
  "members":{
1670
1684
  "GatewayARN":{"shape":"GatewayARN"},
1671
1685
  "DomainName":{"shape":"DomainName"},
1672
- "SMBGuestPasswordSet":{"shape":"Boolean"}
1686
+ "SMBGuestPasswordSet":{"shape":"Boolean"},
1687
+ "SMBSecurityStrategy":{"shape":"SMBSecurityStrategy"}
1673
1688
  }
1674
1689
  },
1675
1690
  "DescribeSnapshotScheduleInput":{
@@ -2581,6 +2596,14 @@
2581
2596
  "pattern":"^[ -~]+$",
2582
2597
  "sensitive":true
2583
2598
  },
2599
+ "SMBSecurityStrategy":{
2600
+ "type":"string",
2601
+ "enum":[
2602
+ "ClientSpecified",
2603
+ "MandatorySigning",
2604
+ "MandatoryEncryption"
2605
+ ]
2606
+ },
2584
2607
  "ServiceUnavailableError":{
2585
2608
  "type":"structure",
2586
2609
  "members":{
@@ -2971,6 +2994,23 @@
2971
2994
  "FileShareARN":{"shape":"FileShareARN"}
2972
2995
  }
2973
2996
  },
2997
+ "UpdateSMBSecurityStrategyInput":{
2998
+ "type":"structure",
2999
+ "required":[
3000
+ "GatewayARN",
3001
+ "SMBSecurityStrategy"
3002
+ ],
3003
+ "members":{
3004
+ "GatewayARN":{"shape":"GatewayARN"},
3005
+ "SMBSecurityStrategy":{"shape":"SMBSecurityStrategy"}
3006
+ }
3007
+ },
3008
+ "UpdateSMBSecurityStrategyOutput":{
3009
+ "type":"structure",
3010
+ "members":{
3011
+ "GatewayARN":{"shape":"GatewayARN"}
3012
+ }
3013
+ },
2974
3014
  "UpdateSnapshotScheduleInput":{
2975
3015
  "type":"structure",
2976
3016
  "required":[
data/endpoints.json CHANGED
@@ -442,6 +442,16 @@
442
442
  "us-west-2" : { }
443
443
  }
444
444
  },
445
+ "backup" : {
446
+ "endpoints" : {
447
+ "ap-southeast-2" : { },
448
+ "eu-central-1" : { },
449
+ "eu-west-1" : { },
450
+ "us-east-1" : { },
451
+ "us-east-2" : { },
452
+ "us-west-2" : { }
453
+ }
454
+ },
445
455
  "batch" : {
446
456
  "endpoints" : {
447
457
  "ap-northeast-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.286'
2
+ VERSION = '2.11.287'
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.286
4
+ version: 2.11.287
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-06-03 00:00:00.000000000 Z
11
+ date: 2019-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath